llvm-6502/lib
Evgeniy Stepanov 647c66e24d [msan] Mostly disable msan-handle-icmp-exact.
It is way too slow. Change the default option value to 0.
Always do exact shadow propagation for unsigned ICmp with constants, it is
cheap (under 1% cpu time) and required for correctness.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173682 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-28 11:42:28 +00:00
..
Analysis
Archive
AsmParser Use the AttributeSet instead of AttributeWithIndex. 2013-01-27 02:24:02 +00:00
Bitcode Use the AttributeSet instead of AttributeWithIndex object. 2013-01-27 00:36:48 +00:00
CodeGen Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
DebugInfo DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here? 2013-01-26 01:45:06 +00:00
ExecutionEngine
IR Mid-air collision. reapply r173656. 2013-01-28 05:51:40 +00:00
Linker
MC
Object
Option
Support
TableGen A bugfix for tblgen, in the function ‘emitSourceFileHeader’. 2013-01-28 07:35:33 +00:00
Target Fix 256-bit PALIGNR comment decoding to understand that it works on independent 256-bit lanes. 2013-01-28 07:41:18 +00:00
Transforms [msan] Mostly disable msan-handle-icmp-exact. 2013-01-28 11:42:28 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile