User Details
- User Since
- Dec 1 2015, 7:42 AM (280 w, 5 d)
Thu, Apr 1
ping
Wed, Mar 31
Tue, Mar 30
kito-cheng would you mind looking at the testing here and see whether the correctness testing of NaNs is sufficient?
Thu, Mar 25
Tue, Mar 23
Good idea. Will do
- Unrelated whitespace changes (BTW, if you just got these incidentally, you can use git-clang-format in the future to just change the lines your commit is touching...).
Seeing as there is now a whitespace only commit, I've just opted to format the whole file as there are plently of other formatting issues picked up in this file
Mar 19 2021
Mar 16 2021
Mar 15 2021
Given this fixes a runtime crash bug, should it be backported to the relevant release branch?
Mar 12 2021
@Anastasia @svenvh is this already covered by https://reviews.llvm.org/D98039 ?
Mar 11 2021
Mar 4 2021
Ping
Feb 25 2021
Feb 19 2021
Nov 17 2020
Nov 16 2020
Patch updated to not insert trailing blank
Nov 13 2020
I absent mindedly responded to this review via email, without actually checking whether Phabricator supports this. Apologies for the delay
Nov 4 2020
included full diff context
An example of the output:
Aug 25 2020
Aug 21 2020
Aug 20 2020
Jul 29 2020
Mar 12 2020
Mar 11 2020
I found similar unittests for other DWARF entries which allow me to check more about the parser state, so I went with Pavel's suggestion for the testcase
Mar 10 2020
Jan 27 2020
Now emit long-string disabling GCC diagnostic pragmas around string definitions to silence gcc's -Woverlength-strings on a case-by-case basis
Jan 24 2020
Jan 23 2020
- only pass the --long-string-literals flags to *LLVM* tablegen (fixes clang-tablegen problem)
- suppress overlenth-string-literals warning seen in the wild: this behaviour is intended and shouldn't be warned against
Jan 21 2020
Remove compile-time detection. Make this a runtime only flag
Thanks. Phabricator doesn't seem to track the git commit message, but I've fixed this is on my tree
Change the cmake flag check to if(MSVC) rather than if(CMAKE_GENERATOR MATCHES "Visual Studio"). CMAKE_GENERATOR is not the compiler
Jan 20 2020
Ensure elaborate cross-compilation setups are supported
Jan 15 2020
Jan 4 2017
Dec 22 2016
switched to the new llvm::Format API
Dec 21 2016
This patch was committed back in March https://reviews.llvm.org/rL263099 and then reverted 2 hours later in https://reviews.llvm.org/rL263107 due to a testing failure on greendragon related to ObjC. Unfortunately, I no longer have access to Apple hardware (and at the time the testsuite passed on my local mac), so I'm unable to find out exactly what went wrong.
This patch was committed back in March https://reviews.llvm.org/rL263099 and then reverted 2 hours later in https://reviews.llvm.org/rL263107 due to a testing failure on greendragon related to ObjC. Unfortunately, I no longer have access to Apple hardware (and at the time the testsuite passed on my local mac), so I'm unable to find out exactly what went wrong.
Dec 19 2016
Dec 16 2016
updated to use StringRef-based parser rather than char pointers
Dec 15 2016
ping
Nov 29 2016
New candidate is here
Addressed some unwanted whitespace changes as suggested by @bryant; use os.dir.curdir as instead of .
Nov 18 2016
@chandlerc any more thoughts on this?