llvm-6502/lib
David Majnemer 7eca618dfc InstSimplify: Simplify (sub 0, X) -> X if it's NUW
This is a generalization of the X - (0 - Y) -> X transform.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222611 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-22 07:15:16 +00:00
..
Analysis InstSimplify: Simplify (sub 0, X) -> X if it's NUW 2014-11-22 07:15:16 +00:00
AsmParser
Bitcode Add accessor marcos to ConstantPlaceHolder, similar to those in the base class. 2014-11-21 02:42:08 +00:00
CodeGen Debug Info: revert r222195, r222210 and r222239. 2014-11-21 19:55:23 +00:00
DebugInfo
ExecutionEngine [MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is dead 2014-11-21 01:57:09 +00:00
IR [InstCombine] Re-commit of r218721 (Optimize icmp-select-icmp sequence) 2014-11-21 23:36:44 +00:00
IRReader
LineEditor
Linker
LTO
MC Revert "Allow FDE references outside the +/-2GB range supported by PC relative offsets for code models other than small/medium. For JIT application, memory layout is less controlled and can result in truncations otherwise." 2014-11-21 17:21:18 +00:00
Object Remove duplication of relocation names in lib/Object/ELFYAML.cpp 2014-11-21 20:16:09 +00:00
Option
ProfileData
Support Allow multiple -debug-only args 2014-11-21 18:06:09 +00:00
TableGen
Target Fix transformation of add with pc argument to adr for non-immediate 2014-11-21 22:39:34 +00:00
Transforms InstCombine: Silence a parenthesis warning 2014-11-22 06:09:28 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile