index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scanning entire basic block may be too expensive in terms of compile time. In...
Devang Patel
2011-05-02
1
-6
/
+4
*
Assing line number info to new PHIs created by SSA updater.
Devang Patel
2011-04-29
2
-0
/
+17
*
SimplifyCFG: Expose phi node folding cost threshold as command line parameter
Peter Collingbourne
2011-04-29
1
-1
/
+6
*
SimplifyCFG: Add CostRemaining parameter to DominatesMergePoint
Peter Collingbourne
2011-04-29
1
-9
/
+38
*
SimplifyCFG: Add Trunc, ZExt and SExt to the list of cheap instructions for p...
Peter Collingbourne
2011-04-29
1
-0
/
+3
*
Remove DbgDeclare only if all uses are converted.
Devang Patel
2011-04-28
1
-1
/
+5
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-21
2
-3
/
+3
*
Trivial simplification.
Jay Foad
2011-04-19
1
-2
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
5
-5
/
+5
*
rework FoldBranchToCommonDest to exit earlier when there is a bonus
Chris Lattner
2011-04-14
1
-39
/
+30
*
comment cleanup, use moveBefore instead of removeFromParent+insertBefore.
Chris Lattner
2011-04-11
1
-9
/
+5
*
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
2
-0
/
+2
*
Do not let debug info interfer with branch folding.
Devang Patel
2011-04-07
1
-0
/
+6
*
While hoisting common code from if/else, hoist debug info intrinsics if they ...
Devang Patel
2011-04-07
1
-8
/
+18
*
Simplify. isIdenticalToWhenDefined() checks opcode.
Devang Patel
2011-04-07
1
-4
/
+2
*
While folding branch to a common destination into a predecessor, copy dbg val...
Devang Patel
2011-04-06
1
-4
/
+17
*
Attempt to fix breakage from r128782 reported by Francois Pichet on
Eli Friedman
2011-04-04
1
-0
/
+3
*
PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction
Eli Friedman
2011-04-02
1
-1
/
+4
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
10
-24
/
+18
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
6
-4
/
+11
*
Simplify.
Devang Patel
2011-03-21
1
-5
/
+4
*
If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...
Devang Patel
2011-03-18
1
-0
/
+24
*
Remove dead code.
Devang Patel
2011-03-18
1
-2
/
+0
*
Consider debug info intrinsics pointing to null value as dead instructions.
Devang Patel
2011-03-18
1
-1
/
+14
*
Try to not lose variable's debug info during instcombine.
Devang Patel
2011-03-17
1
-0
/
+26
*
Refactor into a separate utility function.
Devang Patel
2011-03-17
2
-29
/
+42
*
Clean up something noticed by Fritz.
Cameron Zwarich
2011-03-15
1
-1
/
+1
*
Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.
Cameron Zwarich
2011-03-15
1
-0
/
+10
*
PR9450: Make switch optimization in SimplifyCFG not dependent on the ordering
Eli Friedman
2011-03-15
1
-7
/
+18
*
PR9420; an instruction before an unreachable is guaranteed not to have any
Eli Friedman
2011-03-09
1
-1
/
+3
*
DenseMap<uintptr_t,...> doesn't allow all values as keys.
Jakob Stoklund Olesen
2011-03-04
1
-0
/
+2
*
Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a ...
Frits van Bommel
2011-02-28
1
-1
/
+26
*
Revert "SimplifyCFG: GEPs with just one non-constant index are also cheap."
Benjamin Kramer
2011-02-25
1
-5
/
+3
*
SimplifyCFG: GEPs with just one non-constant index are also cheap.
Benjamin Kramer
2011-02-24
1
-3
/
+5
*
SimplifyCFG: GEPs with constant indices are cheap enough to be executed uncon...
Benjamin Kramer
2011-02-24
1
-0
/
+5
*
Do not use DIFactory. Use DIBuilder.
Devang Patel
2011-02-24
1
-6
/
+7
*
If the phi node was used by an unreachable instruction that ends up using
Duncan Sands
2011-02-21
1
-2
/
+3
*
Simplify RecursivelyDeleteDeadPHINode. The only functionality change
Duncan Sands
2011-02-21
1
-28
/
+16
*
Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add a
Nick Lewycky
2011-02-20
1
-7
/
+12
*
Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch
Nick Lewycky
2011-02-20
1
-5
/
+21
*
Don't unroll loops whose header block's address is taken.
Chris Lattner
2011-02-18
1
-2
/
+10
*
Rename 'loopsimplify' to 'loop-simplify'.
Cameron Zwarich
2011-02-10
1
-3
/
+3
*
SimplifyCFG: Track the number of used icmps when turning a icmp chain into a ...
Benjamin Kramer
2011-02-07
1
-7
/
+22
*
SimplifyCFG: Also transform switches that represent a range comparison but ar...
Benjamin Kramer
2011-02-03
1
-6
/
+17
*
SimplifyCFG: Turn switches into sub+icmp+branch if possible.
Benjamin Kramer
2011-02-02
1
-0
/
+32
*
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
2
-21
/
+35
*
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
2
-35
/
+21
*
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-29
2
-21
/
+35
*
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
1
-6
/
+1
[next]