.. |
ADCE.cpp
|
Clean whitespaces.
|
2012-07-24 10:51:42 +00:00 |
BasicBlockPlacement.cpp
|
|
|
CMakeLists.txt
|
move the bounds checking pass to the instrumentation folder, where it belongs. I dunno why in the world I dropped it in the Scalar folder in the first place.
|
2012-07-20 22:39:33 +00:00 |
CodeGenPrepare.cpp
|
Generic Bypass Slow Div
|
2012-09-04 18:22:17 +00:00 |
ConstantProp.cpp
|
|
|
CorrelatedValuePropagation.cpp
|
|
|
DCE.cpp
|
Make MemoryBuiltins aware of TargetLibraryInfo.
|
2012-08-29 15:32:21 +00:00 |
DeadStoreElimination.cpp
|
DSE: Poking holes into a SetVector is expensive, avoid it if possible.
|
2012-09-09 16:44:05 +00:00 |
EarlyCSE.cpp
|
Make MemoryBuiltins aware of TargetLibraryInfo.
|
2012-08-29 15:32:21 +00:00 |
GlobalMerge.cpp
|
Clean whitespaces.
|
2012-07-24 10:51:42 +00:00 |
GVN.cpp
|
Release build: guard dump functions with
|
2012-09-12 05:06:18 +00:00 |
IndVarSimplify.cpp
|
Make MemoryBuiltins aware of TargetLibraryInfo.
|
2012-08-29 15:32:21 +00:00 |
JumpThreading.cpp
|
Make MemoryBuiltins aware of TargetLibraryInfo.
|
2012-08-29 15:32:21 +00:00 |
LICM.cpp
|
LICM may hoist an instruction with undefined behavior above a trap.
|
2012-09-04 10:25:04 +00:00 |
LLVMBuild.txt
|
|
|
LoopDeletion.cpp
|
Clean whitespaces.
|
2012-07-24 10:51:42 +00:00 |
LoopIdiomRecognize.cpp
|
Make MemoryBuiltins aware of TargetLibraryInfo.
|
2012-08-29 15:32:21 +00:00 |
LoopInstSimplify.cpp
|
Make MemoryBuiltins aware of TargetLibraryInfo.
|
2012-08-29 15:32:21 +00:00 |
LoopRotation.cpp
|
LoopRotation: Make the brute force DomTree update more brute force.
|
2012-09-02 11:57:22 +00:00 |
LoopStrengthReduce.cpp
|
Release build: guard dump functions with
|
2012-09-12 05:06:18 +00:00 |
LoopUnrollPass.cpp
|
|
|
LoopUnswitch.cpp
|
Do not pass an invalid domtree to SimplifyInstruction from
|
2012-05-20 01:32:09 +00:00 |
LowerAtomic.cpp
|
Clean whitespaces.
|
2012-07-24 10:51:42 +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
|
Clean whitespaces.
|
2012-07-24 10:51:42 +00:00 |
ObjCARC.cpp
|
Detect overflow in the path count computation. rdar://12277446.
|
2012-09-12 20:45:17 +00:00 |
Reassociate.cpp
|
Stop reassociate from looking through expressions of arbitrary complexity. This
|
2012-07-26 09:26:40 +00:00 |
Reg2Mem.cpp
|
Clean whitespaces.
|
2012-07-24 10:51:42 +00:00 |
Scalar.cpp
|
Clean whitespaces.
|
2012-07-24 10:51:42 +00:00 |
ScalarReplAggregates.cpp
|
Port the global copy optimization from the SROA pass to InstCombine.
|
2012-08-21 08:39:44 +00:00 |
SCCP.cpp
|
Clean whitespaces.
|
2012-07-24 10:51:42 +00:00 |
SimplifyCFGPass.cpp
|
Update function names to conform to guidelines.
|
2012-09-06 00:59:08 +00:00 |
SimplifyLibCalls.cpp
|
SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.
|
2012-08-22 19:39:15 +00:00 |
Sink.cpp
|
Clean whitespaces.
|
2012-07-24 10:51:42 +00:00 |
TailRecursionElimination.cpp
|
Clean whitespaces.
|
2012-07-24 10:51:42 +00:00 |