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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable SCEV-based unrolling by default.
Andrew Trick
2011-09-02
1
-3
/
+3
*
Compare type size instead of type _store_ size to make sure that BitCastInst
Jakub Staszak
2011-09-02
1
-2
/
+2
*
Reduce indentation. No functionality change.
Bill Wendling
2011-09-01
1
-17
/
+18
*
Change worklist driven deletion to be an iterative process.
Bill Wendling
2011-09-01
2
-42
/
+12
*
Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...
Eli Friedman
2011-09-01
1
-7
/
+6
*
Resubmit with fix. Properly remove the instructions except for landingpad, wh...
Bill Wendling
2011-09-01
1
-9
/
+28
*
Submitted this too early.
Bill Wendling
2011-09-01
1
-5
/
+0
*
Don't DCE the landingpad instruction.
Bill Wendling
2011-09-01
1
-0
/
+5
*
Make sure we aren't deleting the landingpad instruction.
Bill Wendling
2011-08-31
1
-5
/
+21
*
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-08-30
3
-375
/
+0
*
Speculatively revert r138809 in an attempt to fix DragonEgg.
Owen Anderson
2011-08-30
1
-2
/
+1
*
When walking backwards to eliminate final stores to allocas at the end of a f...
Owen Anderson
2011-08-30
1
-1
/
+2
*
Fixes following the CR by Chris and Duncan:
Nadav Rotem
2011-08-29
1
-5
/
+0
*
Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.
Nadav Rotem
2011-08-28
1
-0
/
+5
*
Don't sink landingpad instructions during ind-var simplification.
Bill Wendling
2011-08-26
1
-0
/
+4
*
Address review comments.
Benjamin Kramer
2011-08-26
1
-9
/
+8
*
SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or...
Benjamin Kramer
2011-08-26
1
-0
/
+69
*
LSR wants to split the landing pad's critical edge. Let it do it, but use the
Bill Wendling
2011-08-25
1
-1
/
+8
*
When inserting new instructions, use getFirstInsertionPt instead of
Bill Wendling
2011-08-25
6
-17
/
+18
*
Skip the landingpad instruction when determining the insertion point.
Bill Wendling
2011-08-24
1
-0
/
+3
*
Use getFirstInsertionPt instead of getFirstNonPHI so that it skips to the proper
Bill Wendling
2011-08-24
1
-3
/
+3
*
Fix a crashing bug in SplitBlock when it is called on a block with no
Rafael Espindola
2011-08-24
1
-5
/
+6
*
Add a comment.
Dan Gohman
2011-08-22
1
-0
/
+4
*
Constant pointers to objects don't need reference counting.
Dan Gohman
2011-08-22
1
-0
/
+13
*
If we're splitting the landing pad block and assigning it only one predecessor,
Bill Wendling
2011-08-19
1
-26
/
+40
*
The landingpad instruction isn't dead simply because it's value isn't used.
Bill Wendling
2011-08-19
1
-1
/
+1
*
Make a bunch of symbols private.
Benjamin Kramer
2011-08-19
1
-2
/
+2
*
C API functions must be able to see their extern "C" definitions, or it will ...
Benjamin Kramer
2011-08-19
1
-0
/
+1
*
Track a retain+release nesting level independently of the
Dan Gohman
2011-08-19
1
-36
/
+64
*
Intelligently split the landing pad block.
Bill Wendling
2011-08-19
1
-5
/
+16
*
Add SplitLandingPadPredecessors().
Bill Wendling
2011-08-19
1
-1
/
+95
*
Use 'getFirstInsertionPt' when trying to insert new instructions during LICM.
Bill Wendling
2011-08-18
1
-3
/
+3
*
Make it clear that this code is iterating in reverse order through the array.
Dan Gohman
2011-08-18
1
-2
/
+3
*
Revert r137871. The loop simplify pass should require all exits from a loop that
Bill Wendling
2011-08-18
1
-15
/
+3
*
Split out the updating of PHI nodes after splitting the BB into a separate
Bill Wendling
2011-08-18
1
-43
/
+53
*
Use this fantzy ArrayRef thing to pass in the list of predecessors.
Bill Wendling
2011-08-18
1
-9
/
+14
*
The edge from DISubprogram to DICompileUnit has been removed in recent versions
Nick Lewycky
2011-08-18
1
-1
/
+1
*
Use static instead of anonymous namespace.
Bill Wendling
2011-08-18
1
-7
/
+4
*
Split out the analysis updating code into a helper function. No intended
Bill Wendling
2011-08-18
1
-63
/
+78
*
Dramatically speedup codegen prepare by a) avoiding use of dominator tree and...
Devang Patel
2011-08-18
1
-16
/
+38
*
Do not use DebugInfoFinder. Extract debug info directly from llvm.dbg.cu name...
Devang Patel
2011-08-17
1
-159
/
+162
*
Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).
Eli Friedman
2011-08-17
3
-9
/
+11
*
Disable PRE for landing pads.
Bill Wendling
2011-08-17
1
-2
/
+14
*
Increment the insertion iterator to beyond the landingpad instruction.
Bill Wendling
2011-08-17
1
-1
/
+1
*
Don't optimize the landing pad exit block.
Bill Wendling
2011-08-17
1
-4
/
+18
*
Assert that we aren't trying to split the critical edge of a landing pad. Doing
Bill Wendling
2011-08-17
1
-0
/
+5
*
Revert r137655. There is some question about whether the 'landingpad'
Bill Wendling
2011-08-17
1
-1
/
+2
*
Silly mistake from r137777; restore significant isStructTy() checks. While h...
Eli Friedman
2011-08-17
1
-4
/
+19
*
A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stop
Eli Friedman
2011-08-16
1
-40
/
+72
*
Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...
Eli Friedman
2011-08-16
1
-0
/
+7
[next]