..
ADCE.cpp
preserve calling conventions when hacking on code
2005-05-14 12:25:32 +00:00
BasicBlockPlacement.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
CondPropagate.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
ConstantProp.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
CorrelatedExprs.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
DCE.cpp
clean up and modernize this pass.
2005-05-08 18:45:26 +00:00
DeadStoreElimination.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
GCSE.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
IndVarSimplify.cpp
Fix PR582. The rewriter can move casts around, which invalidated the
2005-06-15 21:29:31 +00:00
InstructionCombining.cpp
This is not true: (X != 13 | X < 15) -> X < 15
2005-06-17 03:59:17 +00:00
LICM.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
LoopStrengthReduce.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
LoopUnroll.cpp
Eliminate tabs and trailing spaces
2005-04-23 21:38:35 +00:00
LoopUnswitch.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
LowerConstantExprs.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
LowerGC.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
LowerPacked.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
Makefile
PRE.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
Reassociate.cpp
Fix Reassociate/shifttest.ll
2005-05-10 03:39:25 +00:00
ScalarReplAggregates.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
SCCP.cpp
Eliminate tabs and trailing spaces
2005-04-23 21:38:35 +00:00
SimplifyCFG.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
TailDuplication.cpp
Remove trailing whitespace
2005-04-21 23:48:37 +00:00
TailRecursionElimination.cpp
If a function contains no allocas, all of the calls in it are trivially
2005-05-09 23:51:13 +00:00