.. |
ADCE.cpp
|
|
|
BasicBlockPlacement.cpp
|
|
|
CMakeLists.txt
|
Introduce a new SROA implementation.
|
2012-09-14 09:22:59 +00:00 |
CodeGenPrepare.cpp
|
Remove the final bits of Attributes being declared in the Attribute
|
2012-10-10 07:36:45 +00:00 |
ConstantProp.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
CorrelatedValuePropagation.cpp
|
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. If the it's the condition of a SwitchInst, reload it.
|
2012-09-28 10:42:50 +00:00 |
DCE.cpp
|
|
|
DeadStoreElimination.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
EarlyCSE.cpp
|
Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded the hashing and equality to allow for equality modulo commutativity for binary ops, and comparisons with swapping of predicates.
|
2012-10-09 16:57:38 +00:00 |
GlobalMerge.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
GVN.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
IndVarSimplify.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
JumpThreading.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
LICM.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
LLVMBuild.txt
|
|
|
LoopDeletion.cpp
|
|
|
LoopIdiomRecognize.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
LoopInstSimplify.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
LoopRotation.cpp
|
LoopRotation: Make the brute force DomTree update more brute force.
|
2012-09-02 11:57:22 +00:00 |
LoopStrengthReduce.cpp
|
Add a new interface to allow IR-level passes to access codegen-specific information.
|
2012-10-10 22:04:55 +00:00 |
LoopUnrollPass.cpp
|
Create enums for the different attributes.
|
2012-10-09 07:45:08 +00:00 |
LoopUnswitch.cpp
|
Create enums for the different attributes.
|
2012-10-09 07:45:08 +00:00 |
LowerAtomic.cpp
|
|
|
Makefile
|
|
|
MemCpyOptimizer.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
ObjCARC.cpp
|
Use the enum value of the attributes when adding them to the attributes builder.
|
2012-10-09 09:11:20 +00:00 |
Reassociate.cpp
|
|
|
Reg2Mem.cpp
|
|
|
Scalar.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
ScalarReplAggregates.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
SCCP.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
SimplifyCFGPass.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
SimplifyLibCalls.cpp
|
Remove the final bits of Attributes being declared in the Attribute
|
2012-10-10 07:36:45 +00:00 |
Sink.cpp
|
|
|
SROA.cpp
|
Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.
|
2012-10-09 01:58:35 +00:00 |
TailRecursionElimination.cpp
|
|
|