.. |
ADCE.cpp
|
Getting ADCE to interact well with unreachable instructions seems like a nontrivial
|
2004-10-17 23:45:06 +00:00 |
BasicBlockPlacement.cpp
|
|
|
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
|
Prototype these functions more accurately
|
2004-09-20 04:43:15 +00:00 |
GCSE.cpp
|
|
|
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
|
Quiet warnings on the persephone tester
|
2004-11-15 05:54:07 +00:00 |
LICM.cpp
|
|
|
LoopStrengthReduce.cpp
|
Initial implementation of the strength reduction for GEP instructions in
|
2004-10-18 21:08:22 +00:00 |
LoopUnroll.cpp
|
Correction to allow compilation with Visual C++.
|
2004-10-18 14:38:48 +00:00 |
LoopUnswitch.cpp
|
|
|
LowerConstantExprs.cpp
|
|
|
LowerGC.cpp
|
Initialize with the correct constant type
|
2004-10-27 03:55:24 +00:00 |
LowerPacked.cpp
|
|
|
Makefile
|
Change Library Names Not To Conflict With Others When Installed
|
2004-10-27 23:18:45 +00:00 |
PRE.cpp
|
Fix compatibility with MSVC, patch by Morten Ofstad
|
2004-10-25 18:45:16 +00:00 |
Reassociate.cpp
|
|
|
ScalarReplAggregates.cpp
|
Remove unused variable for compilation by VC++.
|
2004-11-15 17:29:41 +00:00 |
SCCP.cpp
|
Minor cleanups. There is no reason for SCCP to derive from instvisitor anymore.
|
2004-11-15 07:15:04 +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 |
SymbolStripping.cpp
|
Prototype these functions more accurately
|
2004-09-20 04:43:15 +00:00 |
TailDuplication.cpp
|
Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s:
|
2004-11-01 07:05:07 +00:00 |
TailRecursionElimination.cpp
|
|
|