.. |
ABCD.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
ADCE.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
BasicBlockPlacement.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
CMakeLists.txt
|
Add an atomic lowering pass
|
2010-08-03 16:19:16 +00:00 |
CodeGenPrepare.cpp
|
Add an option to disable codegen prepare critical edge splitting. In theory, PHI elimination is already doing all (most?) of the splitting needed. But machine-licm and machine-sink seem to miss some important optimizations when splitting is disabled.
|
2010-08-17 01:34:49 +00:00 |
ConstantProp.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
DCE.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
DeadStoreElimination.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
GEPSplitter.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
GVN.cpp
|
Don't attempt the PRE inline asm calls, since we don't value number them yet. Fixes PR7835.
|
2010-08-07 00:20:35 +00:00 |
IndVarSimplify.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
JumpThreading.cpp
|
Turn LVI on, previously detected failures should be fixed now.
|
2010-08-24 17:21:18 +00:00 |
LICM.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
LoopDeletion.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
LoopIndexSplit.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
LoopRotation.cpp
|
When rotating loops, put the original header at the bottom of the
|
2010-08-17 17:39:21 +00:00 |
LoopStrengthReduce.cpp
|
Process the step before the start, because it's usually the simpler
|
2010-08-19 01:02:31 +00:00 |
LoopUnrollPass.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
LoopUnswitch.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
LowerAtomic.cpp
|
Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API.
|
2010-08-23 17:52:01 +00:00 |
Makefile
|
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
|
2010-01-24 20:43:08 +00:00 |
MemCpyOptimizer.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
Reassociate.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
Reg2Mem.cpp
|
Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API.
|
2010-08-23 17:52:01 +00:00 |
Scalar.cpp
|
Whoops this already existed.
|
2010-03-11 23:21:19 +00:00 |
ScalarReplAggregates.cpp
|
remove dead prototype.
|
2010-08-18 02:37:06 +00:00 |
SCCP.cpp
|
remove some dead code.
|
2010-08-18 02:41:56 +00:00 |
SimplifyCFGPass.cpp
|
Teach SimplifyCFG how to simplify indirectbr instructions.
|
2010-08-14 00:29:42 +00:00 |
SimplifyHalfPowrLibCalls.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
SimplifyLibCalls.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
Sink.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
TailDuplication.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |
TailRecursionElimination.cpp
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
2010-08-06 18:33:48 +00:00 |