hanchenye-llvm-project/llvm/lib/Transforms
Arnold Schwaighofer 8d61e0030a AddressSanitizer: don't track swifterror memory addresses
They are register promoted by ISel and so it makes no sense to treat them as
memory.

Inserting calls to the thread sanitizer would also generate invalid IR.

You would hit:

"swifterror value can only be loaded and stored from, or as a swifterror
argument!"

llvm-svn: 295230
2017-02-15 20:43:43 +00:00
..
Coroutines [Coroutines] Add header guard to header that's missing one. 2017-01-30 16:32:20 +00:00
Hello
IPO Revert r295110 and r295144. 2017-02-15 09:56:08 +00:00
InstCombine [InstCombine] fold icmp sgt/slt (add nsw X, C2), C --> icmp sgt/slt X, (C - C2) 2017-02-12 16:40:30 +00:00
Instrumentation AddressSanitizer: don't track swifterror memory addresses 2017-02-15 20:43:43 +00:00
ObjCARC [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
Scalar Revert "[JumpThreading] Thread through guards" 2017-02-15 17:08:29 +00:00
Utils Revert "[JumpThreading] Thread through guards" 2017-02-15 17:08:29 +00:00
Vectorize [LV] Rename Induction to PrimaryInduction. NFC. 2017-02-14 22:14:01 +00:00
CMakeLists.txt
LLVMBuild.txt