..
ADCE.cpp
Let instcombiner remove redundant dbg intrinsics.
2008-11-19 18:59:41 +00:00
BasicBlockPlacement.cpp
CMakeLists.txt
CMake: updated list of source files.
2008-11-05 00:11:22 +00:00
CodeGenPrepare.cpp
Simplify the logic of getting hold of a PHI predecessor block.
2009-01-23 19:40:15 +00:00
CondPropagate.cpp
Factor some code into a new FoldSingleEntryPHINodes method.
2008-12-03 19:44:02 +00:00
ConstantProp.cpp
DCE.cpp
simplify this logic.
2008-11-27 22:46:09 +00:00
DeadStoreElimination.cpp
Rename getABITypeSize to getTypePaddedSize, as
2009-01-12 20:38:59 +00:00
GVN.cpp
improve compatibility with cygwin, patch by Jay Foad!
2009-01-19 22:00:18 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
Revert r60042. IndVarSimplify should check if APFloat is PPCDoubleDouble first before trying to convert it to an integer.
2008-11-26 01:11:57 +00:00
InstructionCombining.cpp
Remove uses of uint32_t in favor of 'unsigned' for better
2009-01-21 18:09:24 +00:00
JumpThreading.cpp
Fix PR3353, infinitely jump threading an infinite loop make from switches.
2009-01-19 21:20:34 +00:00
LICM.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopDeletion.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopIndexSplit.cpp
Fix spelling.
2008-12-08 17:07:24 +00:00
LoopRotation.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopStrengthReduce.cpp
Fix the time regression I introduced in 464.h264ref with
2009-01-14 02:35:31 +00:00
LoopUnroll.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopUnswitch.cpp
Undo previous patch.
2008-12-08 17:02:37 +00:00
Makefile
Removed trailing whitespace from Makefiles.
2009-01-09 16:44:42 +00:00
MemCpyOptimizer.cpp
Rename getABITypeSize to getTypePaddedSize, as
2009-01-12 20:38:59 +00:00
PredicateSimplifier.cpp
Silence unused variable warnings.
2008-11-21 20:00:59 +00:00
Reassociate.cpp
Fix build failure.
2008-11-21 21:00:20 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
Rename getABITypeSize to getTypePaddedSize, as
2009-01-12 20:38:59 +00:00
SCCP.cpp
Add the private linkage.
2009-01-15 20:18:42 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
eliminate warning when asserts disabled.
2008-12-14 21:36:23 +00:00
SimplifyLibCalls.cpp
Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc,
2009-01-18 04:34:36 +00:00
TailDuplication.cpp
simplify code.
2008-11-27 22:56:14 +00:00
TailRecursionElimination.cpp