..
CMakeLists.txt
Rewrite the CMake build to use explicit dependencies between libraries,
2011-07-29 00:14:25 +00:00
InstCombine.h
Inlining often produces landingpad instructions with repeated
2011-09-30 13:12:16 +00:00
InstCombineAddSub.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
InstCombineAndOrXor.cpp
Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit.
2011-09-27 20:39:19 +00:00
InstCombineCalls.cpp
Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit.
2011-09-27 20:39:19 +00:00
InstCombineCasts.cpp
Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit.
2011-09-27 20:39:19 +00:00
InstCombineCompares.cpp
Don't modify constant in-place.
2011-09-30 19:58:46 +00:00
InstCombineLoadStoreAlloca.cpp
Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'
2011-08-16 20:45:24 +00:00
InstCombineMulDivRem.cpp
Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit.
2011-09-27 20:39:19 +00:00
InstCombinePHI.cpp
Update instcombine for atomic load/store.
2011-08-15 22:09:40 +00:00
InstCombineSelect.cpp
Add a new icmp+select optz'n. Also shows off the load(cst) folding added in
2011-10-02 10:37:37 +00:00
InstCombineShifts.cpp
Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they are combined together. <rdar://problem/9859829>
2011-07-29 00:18:19 +00:00
InstCombineSimplifyDemanded.cpp
Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit.
2011-09-27 20:39:19 +00:00
InstCombineVectorOps.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
InstCombineWorklist.h
InstCombine: We know the number of items initially added to the worklist map, reserve space early to avoid rehashing.
2011-03-05 16:43:46 +00:00
InstructionCombining.cpp
Add support for the Objective-C personality function to the instruction
2011-10-17 21:20:24 +00:00
Makefile
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
2010-01-24 20:43:08 +00:00