1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/Transforms/InstCombine
2012-05-03 16:06:07 +00:00
..
CMakeLists.txt
InstCombine.h Always compute all the bits in ComputeMaskedBits. 2012-04-04 12:51:34 +00:00
InstCombineAddSub.cpp Add instcombine patterns for the following transformations: 2012-04-26 23:29:14 +00:00
InstCombineAndOrXor.cpp Add instcombine patterns for the following transformations: 2012-04-26 23:29:14 +00:00
InstCombineCalls.cpp replace 'break's with 'return 0' in visitCallInst code for objectsize, since there is no need to fallback to visitCallSite. 2012-05-03 16:06:07 +00:00
InstCombineCasts.cpp Always compute all the bits in ComputeMaskedBits. 2012-04-04 12:51:34 +00:00
InstCombineCompares.cpp Always compute all the bits in ComputeMaskedBits. 2012-04-04 12:51:34 +00:00
InstCombineLoadStoreAlloca.cpp Teach InstCombine to nuke a common alloca pattern -- an alloca which has 2012-04-08 14:36:56 +00:00
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp Reapply r155136 after fixing PR12599. 2012-04-23 17:39:52 +00:00
InstCombineSimplifyDemanded.cpp Always compute all the bits in ComputeMaskedBits. 2012-04-04 12:51:34 +00:00
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp
LLVMBuild.txt
Makefile