llvm-6502/lib/Transforms/InstCombine
2011-02-17 20:55:29 +00:00
..
CMakeLists.txt
InstCombine.h refactor some code out into a helper method. 2011-02-13 07:43:07 +00:00
InstCombineAddSub.cpp add is always integer, thanks to Frits for noticing this. 2011-02-17 20:55:29 +00:00
InstCombineAndOrXor.cpp Fix 9216 - Endless loop in InstCombine pass. 2011-02-15 07:13:48 +00:00
InstCombineCalls.cpp Teach instcombine about the rest of the SSE and SSE2 conversion 2011-01-10 07:19:37 +00:00
InstCombineCasts.cpp convert ConstantVector::get to use ArrayRef. 2011-02-15 00:14:00 +00:00
InstCombineCompares.cpp Transform "A + B >= A + C" into "B >= C" if the adds do not wrap. Likewise for some 2011-02-17 07:46:37 +00:00
InstCombineLoadStoreAlloca.cpp Spelling fix: consequtive -> consecutive. 2011-02-15 09:23:02 +00:00
InstCombineMulDivRem.cpp Enhance a bunch of transformations in instcombine to start generating 2011-02-10 05:36:31 +00:00
InstCombinePHI.cpp Teach InstructionSimplify about phi nodes. I chose to have it simply 2010-11-14 13:30:18 +00:00
InstCombineSelect.cpp Fold select + select where both selects are on the same condition. 2011-01-28 03:28:10 +00:00
InstCombineShifts.cpp Enhance a bunch of transformations in instcombine to start generating 2011-02-10 05:36:31 +00:00
InstCombineSimplifyDemanded.cpp teach SimplifyDemandedBits that exact shifts demand the bits they 2011-02-10 05:09:34 +00:00
InstCombineVectorOps.cpp PR5207: Rename overloaded APInt methods set(), clear(), flip() to 2010-12-01 08:53:58 +00:00
InstCombineWorklist.h
InstructionCombining.cpp Do not forget DebugLoc! 2011-02-15 02:02:30 +00:00
Makefile