llvm-6502/lib/Transforms/InstCombine
2012-08-30 15:07:40 +00:00
..
CMakeLists.txt
InstCombine.h instcombine: merge the functions that remove dead allocas and dead mallocs/callocs/... 2012-07-09 18:38:20 +00:00
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp
InstCombineCalls.cpp Make MemoryBuiltins aware of TargetLibraryInfo. 2012-08-29 15:32:21 +00:00
InstCombineCasts.cpp
InstCombineCompares.cpp InstCombine: Fix a crasher when encountering a function pointer. 2012-08-18 22:04:34 +00:00
InstCombineLoadStoreAlloca.cpp Port the global copy optimization from the SROA pass to InstCombine. 2012-08-21 08:39:44 +00:00
InstCombineMulDivRem.cpp InstCombine: Fix comment to reflect the code. 2012-08-30 15:07:40 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp fix infinite loop in instcombine in the presence of a (malformed) self-referencing select inst. 2012-07-27 18:03:57 +00:00
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp Simplify demanded bits of select sources where the condition is a constant vector 2012-07-26 23:10:24 +00:00
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp Make MemoryBuiltins aware of TargetLibraryInfo. 2012-08-29 15:32:21 +00:00
LLVMBuild.txt
Makefile