llvm-6502/lib/Transforms/InstCombine
Chris Lattner 8d9b8d717e split out load/store/alloca.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92685 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-05 05:57:49 +00:00
..
CMakeLists.txt split out load/store/alloca. 2010-01-05 05:57:49 +00:00
InstCombine.h convert various IntrinsicInst's to use class instead of struct. 2010-01-05 05:21:26 +00:00
InstCombineCasts.cpp move some more cast-related stuff 2010-01-04 07:59:07 +00:00
InstCombineCompares.cpp Truncate GEP indexes larger than the pointer size down to pointer size 2010-01-04 18:57:15 +00:00
InstCombineLoadStoreAlloca.cpp split out load/store/alloca. 2010-01-05 05:57:49 +00:00
InstCombinePHI.cpp split PHI node stuff out to InstCombinePHI.cpp 2010-01-05 05:31:55 +00:00
InstCombineSimplifyDemanded.cpp move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K lines out of instcombine.cpp 2010-01-04 07:17:19 +00:00
InstCombineVectorOps.cpp reduce indentation 2010-01-05 05:42:08 +00:00
InstCombineWorklist.h remove a ton of unneeded LLVMContext stuff. 2010-01-04 07:02:48 +00:00
InstructionCombining.cpp split out load/store/alloca. 2010-01-05 05:57:49 +00:00
Makefile