llvm-6502/lib
David Majnemer d8e448bd27 InstSimplify: Compute comparison ranges for left shift instructions
'shl nuw CI, x' produces [CI, CI << CLZ(CI)]
'shl nsw CI, x' produces [CI << CLO(CI)-1, CI] if CI is negative
'shl nsw CI, x' produces [CI, CI << CLZ(CI)-1] if CI is non-negative

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216570 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-27 18:03:46 +00:00
..
Analysis InstSimplify: Compute comparison ranges for left shift instructions 2014-08-27 18:03:46 +00:00
AsmParser
Bitcode
CodeGen Teach the AArch64 backend about v4f16 and v8f16 2014-08-27 16:16:04 +00:00
DebugInfo
ExecutionEngine [MCJIT] Replace a C-style cast in RuntimeDyldImpl.h. 2014-08-27 17:48:07 +00:00
IR Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 05:25:25 +00:00
IRReader
LineEditor
Linker
LTO Fix some cases were ArrayRefs were being passed by reference. Also remove 'const' from some other ArrayRef uses since its implicitly const already. 2014-08-27 05:25:00 +00:00
MC Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 05:25:25 +00:00
Object Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 05:25:25 +00:00
Option
ProfileData
Support Revert "Limit the symbol search in DynamicLibrary to the module that was opened." 2014-08-27 17:51:43 +00:00
TableGen
Target Teach the AArch64 backend about v4f16 and v8f16 2014-08-27 16:16:04 +00:00
Transforms [SLP] Re-enable vectorization of GEP expressions (re-apply r210342 with a fix). 2014-08-27 15:01:18 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile