| .. |
|
ADCE.cpp
|
Change indentation of a whole bunch of code, no real changes here.
|
2004-12-12 23:49:37 +00:00 |
|
BasicBlockPlacement.cpp
|
Changes For Bug 352
|
2004-09-01 22:55:40 +00:00 |
|
ConstantProp.cpp
|
Prototype these functions more accurately
|
2004-09-20 04:43:15 +00:00 |
|
CorrelatedExprs.cpp
|
Prototype these functions more accurately
|
2004-09-20 04:43:15 +00:00 |
|
DCE.cpp
|
Prototype these functions more accurately
|
2004-09-20 04:43:15 +00:00 |
|
DeadStoreElimination.cpp
|
Make DSE potentially more aggressive by being more specific about alloca sizes.
|
2004-11-28 20:44:37 +00:00 |
|
GCSE.cpp
|
Simplify code and do not invalidate iterators.
|
2004-12-12 18:23:20 +00:00 |
|
IndVarSimplify.cpp
|
Convert 'struct' to 'class' in various places to adhere to the coding standards
|
2004-10-27 16:14:51 +00:00 |
|
InstructionCombining.cpp
|
Constant exprs are not efficiently negatable in practice. This disables
|
2004-12-14 20:08:06 +00:00 |
|
LICM.cpp
|
Adjust to new interfaces
|
2004-12-15 07:22:25 +00:00 |
|
LoopSimplify.cpp
|
hasConstantValue will soon return instructions that don't dominate the PHI node,
|
2004-10-17 21:22:38 +00:00 |
|
LoopStrengthReduce.cpp
|
Initial implementation of the strength reduction for GEP instructions in
|
2004-10-18 21:08:22 +00:00 |
|
LoopUnroll.cpp
|
Do not consider debug intrinsics in the size computations for loop unrolling.
|
2004-11-22 17:18:36 +00:00 |
|
LoopUnswitch.cpp
|
Fixes to make LLVM compile with vc7.1.
|
2004-09-03 18:19:51 +00:00 |
|
LowerAllocations.cpp
|
Get rid of getSizeOf, using ConstantExpr::getSizeOf instead.
|
2004-12-13 20:00:02 +00:00 |
|
LowerConstantExprs.cpp
|
Fix #includes of i*.h => Instructions.h as per PR403.
|
2004-07-29 17:05:13 +00:00 |
|
LowerGC.cpp
|
Initialize with the correct constant type
|
2004-10-27 03:55:24 +00:00 |
|
LowerInvoke.cpp
|
Lazily create the abort message, so only translation units that use unwind
|
2004-11-13 19:07:32 +00:00 |
|
LowerPacked.cpp
|
Fix the exposed prototype for the lower packed pass, thanks to
|
2004-11-19 16:49:34 +00:00 |
|
LowerSelect.cpp
|
Changes For Bug 352
|
2004-09-01 22:55:40 +00:00 |
|
LowerSwitch.cpp
|
Convert code to compile with vc7.1.
|
2004-09-15 17:06:42 +00:00 |
|
Makefile
|
Change Library Names Not To Conflict With Others When Installed
|
2004-10-27 23:18:45 +00:00 |
|
Mem2Reg.cpp
|
Prototype these functions more accurately
|
2004-09-20 04:43:15 +00:00 |
|
PRE.cpp
|
This pass is completely broken.
|
2004-11-30 17:09:06 +00:00 |
|
Reassociate.cpp
|
Changes For Bug 352
|
2004-09-01 22:55:40 +00:00 |
|
SCCP.cpp
|
If one side of and/or is known to be 0/-1, it doesn't matter
|
2004-12-11 23:15:19 +00:00 |
|
ScalarReplAggregates.cpp
|
Remove unused variable for compilation by VC++.
|
2004-11-15 17:29:41 +00:00 |
|
SimplifyCFG.cpp
|
Hrm, some people complain when the compiler cheerfully tells them what it's
|
2004-10-19 06:33:16 +00:00 |
|
TailDuplication.cpp
|
Do not count debugger intrinsics in size estimation.
|
2004-11-22 17:23:57 +00:00 |
|
TailRecursionElimination.cpp
|
Changes For Bug 352
|
2004-09-01 22:55:40 +00:00 |