.. |
ADCE.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
BasicBlockPlacement.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
CodeGenPrepare.cpp
|
Make sure the caller doesn't use freed memory.
|
2008-01-20 16:51:46 +00:00 |
CondPropagate.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
ConstantProp.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
DCE.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
DeadStoreElimination.cpp
|
DeadStoreElimination can treat byval parameters as if there were alloca's for the purpose of removing end-of-function stores.
|
2008-01-25 10:10:33 +00:00 |
GCSE.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
GVN.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
GVNPRE.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
IndVarSimplify.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
InstructionCombining.cpp
|
Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.
|
2008-01-27 05:29:54 +00:00 |
LICM.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
LoopIndexSplit.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
LoopRotation.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
LoopStrengthReduce.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
LoopUnroll.cpp
|
Be more careful modifying the use_list while also iterating through it.
|
2008-01-27 18:35:00 +00:00 |
LoopUnswitch.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
LowerPacked.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
Makefile
|
remove attribution from lib Makefiles.
|
2007-12-29 20:09:26 +00:00 |
PredicateSimplifier.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
Reassociate.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
Reg2Mem.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
ScalarReplAggregates.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
SCCP.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
SimplifyCFG.cpp
|
If there are no machine instructions emitted for a function, then insert
|
2008-01-26 06:51:24 +00:00 |
TailDuplication.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |
TailRecursionElimination.cpp
|
Remove attribution from file headers, per discussion on llvmdev.
|
2007-12-29 20:36:04 +00:00 |