.. |
ADCE.cpp
|
|
|
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
|
CodeGenPrepare: Don't crash when TLI is not available.
|
2012-06-29 19:58:21 +00:00 |
ConstantProp.cpp
|
|
|
CorrelatedValuePropagation.cpp
|
llvm::SwitchInst
|
2012-03-11 06:09:17 +00:00 |
DCE.cpp
|
|
|
DeadStoreElimination.cpp
|
refactor the MemoryBuiltin analysis:
|
2012-06-21 15:45:28 +00:00 |
EarlyCSE.cpp
|
|
|
GlobalMerge.cpp
|
|
|
GVN.cpp
|
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
|
2012-06-29 12:38:19 +00:00 |
IndVarSimplify.cpp
|
indvars: drive by heuristics fix.
|
2012-07-18 04:35:13 +00:00 |
JumpThreading.cpp
|
Fix assertion in jump threading (PR13405).
|
2012-07-20 10:36:17 +00:00 |
LICM.cpp
|
An instruction in a loop is not guaranteed to be executed just because the loop
|
2012-05-01 04:03:01 +00:00 |
LLVMBuild.txt
|
|
|
LoopDeletion.cpp
|
|
|
LoopIdiomRecognize.cpp
|
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
|
2012-06-29 12:38:19 +00:00 |
LoopInstSimplify.cpp
|
|
|
LoopRotation.cpp
|
|
|
LoopStrengthReduce.cpp
|
Reapply r160340. LSR: Limit CollectSubexprs.
|
2012-07-17 05:30:37 +00:00 |
LoopUnrollPass.cpp
|
LoopUnrollPass: Use variable "Threshold" instead of "CurrentThreshold" when
|
2012-04-04 11:44:08 +00:00 |
LoopUnswitch.cpp
|
Do not pass an invalid domtree to SimplifyInstruction from
|
2012-05-20 01:32:09 +00:00 |
LowerAtomic.cpp
|
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
|
2012-06-29 12:38:19 +00:00 |
Makefile
|
|
|
MemCpyOptimizer.cpp
|
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
|
2012-06-29 12:38:19 +00:00 |
ObjCARC.cpp
|
Fix a typo (the the => the)
|
2012-07-23 08:51:15 +00:00 |
Reassociate.cpp
|
Rework this to clarify where the removal of nodes from the queue is
|
2012-06-29 19:03:05 +00:00 |
Reg2Mem.cpp
|
Fix typos found by http://github.com/lyda/misspell-check
|
2012-06-02 10:20:22 +00:00 |
Scalar.cpp
|
Move the initialization of the bounds checking pass. The pass itself
|
2012-07-22 05:19:32 +00:00 |
ScalarReplAggregates.cpp
|
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
|
2012-06-29 12:38:19 +00:00 |
SCCP.cpp
|
Fix 80-column violation.
|
2012-03-28 00:35:33 +00:00 |
SimplifyCFGPass.cpp
|
fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)
|
2012-07-16 22:49:40 +00:00 |
SimplifyLibCalls.cpp
|
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
|
2012-06-29 12:38:19 +00:00 |
Sink.cpp
|
Enhance the sinking code to handle diamond patterns. Patch by
|
2012-05-31 08:09:49 +00:00 |
TailRecursionElimination.cpp
|
A pile of long over-due refactorings here. There are some very, *very*
|
2012-05-04 00:58:03 +00:00 |