.. |
ADCE.cpp
|
[Modules] Move InstIterator out of the Support library, where it had no
|
2014-03-04 10:30:26 +00:00 |
CMakeLists.txt
|
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
|
2014-02-22 00:07:45 +00:00 |
ConstantHoisting.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
ConstantProp.cpp
|
[Modules] Move InstIterator out of the Support library, where it had no
|
2014-03-04 10:30:26 +00:00 |
CorrelatedValuePropagation.cpp
|
Disable most IR-level transform passes on functions marked 'optnone'.
|
2014-02-06 00:07:05 +00:00 |
DCE.cpp
|
[Modules] Move InstIterator out of the Support library, where it had no
|
2014-03-04 10:30:26 +00:00 |
DeadStoreElimination.cpp
|
[C++11] Remove a leftover std::function instance.
|
2014-03-03 19:49:02 +00:00 |
EarlyCSE.cpp
|
Make DataLayout a plain object, not a pass.
|
2014-02-25 17:30:31 +00:00 |
FlattenCFGPass.cpp
|
|
|
GlobalMerge.cpp
|
Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate.
|
2014-03-01 11:47:00 +00:00 |
GVN.cpp
|
Make DataLayout a plain object, not a pass.
|
2014-02-25 17:30:31 +00:00 |
IndVarSimplify.cpp
|
Make DataLayout a plain object, not a pass.
|
2014-02-25 17:30:31 +00:00 |
JumpThreading.cpp
|
Make DataLayout a plain object, not a pass.
|
2014-02-25 17:30:31 +00:00 |
LICM.cpp
|
Make DataLayout a plain object, not a pass.
|
2014-02-25 17:30:31 +00:00 |
LLVMBuild.txt
|
Add proper dependencies to LLVMBuild.txt in llvm/lib.
|
2013-12-10 05:39:34 +00:00 |
LoopDeletion.cpp
|
Disable most IR-level transform passes on functions marked 'optnone'.
|
2014-02-06 00:07:05 +00:00 |
LoopIdiomRecognize.cpp
|
Make DataLayout a plain object, not a pass.
|
2014-02-25 17:30:31 +00:00 |
LoopInstSimplify.cpp
|
Make DataLayout a plain object, not a pass.
|
2014-02-25 17:30:31 +00:00 |
LoopRerollPass.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
LoopRotation.cpp
|
Disable most IR-level transform passes on functions marked 'optnone'.
|
2014-02-06 00:07:05 +00:00 |
LoopStrengthReduce.cpp
|
[C++11] Use std::tie to simplify compare operators.
|
2014-03-03 19:58:30 +00:00 |
LoopUnrollPass.cpp
|
Disable most IR-level transform passes on functions marked 'optnone'.
|
2014-02-06 00:07:05 +00:00 |
LoopUnswitch.cpp
|
[C++11] Replace llvm::tie with std::tie.
|
2014-03-02 13:30:33 +00:00 |
LowerAtomic.cpp
|
Disable most IR-level transform passes on functions marked 'optnone'.
|
2014-02-06 00:07:05 +00:00 |
Makefile
|
|
|
MemCpyOptimizer.cpp
|
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
|
2014-03-04 10:40:04 +00:00 |
PartiallyInlineLibCalls.cpp
|
|
|
Reassociate.cpp
|
Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate.
|
2014-03-01 11:47:00 +00:00 |
Reg2Mem.cpp
|
|
|
SampleProfile.cpp
|
[Modules] Move InstIterator out of the Support library, where it had no
|
2014-03-04 10:30:26 +00:00 |
Scalar.cpp
|
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
|
2014-02-22 00:07:45 +00:00 |
Scalarizer.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
ScalarReplAggregates.cpp
|
[Modules] Move CallSite into the IR library where it belogs. It is
|
2014-03-04 11:01:28 +00:00 |
SCCP.cpp
|
[Modules] Move CallSite into the IR library where it belogs. It is
|
2014-03-04 11:01:28 +00:00 |
SimplifyCFGPass.cpp
|
Make DataLayout a plain object, not a pass.
|
2014-02-25 17:30:31 +00:00 |
Sink.cpp
|
[PM] Split DominatorTree into a concrete analysis result object which
|
2014-01-13 13:07:17 +00:00 |
SROA.cpp
|
[C++11] Remove the completely unnecessary requirement on SetVector's
|
2014-03-03 19:28:52 +00:00 |
StructurizeCFG.cpp
|
[C++11] Add a basic block range view for RegionInfo
|
2014-03-03 13:00:39 +00:00 |
TailRecursionElimination.cpp
|
[Modules] Move CallSite into the IR library where it belogs. It is
|
2014-03-04 11:01:28 +00:00 |