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
*
LSR minor bug fix in RateRegister.
Andrew Trick
2011-09-23
1
-1
/
+1
*
PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.
Eli Friedman
2011-09-22
1
-7
/
+11
*
Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...
Eli Friedman
2011-09-20
1
-9
/
+35
*
Relax this condition.
Bill Wendling
2011-09-20
1
-2
/
+1
*
Place the check for an exit landing pad where it will be run on both code pat...
Bill Wendling
2011-09-20
1
-6
/
+15
*
Omit extracting a loop if one of the exits is a landing pad.
Bill Wendling
2011-09-20
1
-5
/
+11
*
Check the terminator, not the basic block.
Bill Wendling
2011-09-20
1
-1
/
+2
*
When extracting a basic block that ends in an 'invoke' instruction, we need to
Bill Wendling
2011-09-20
1
-7
/
+46
*
Use ArrayRef instead of an explicit 'const std::vector &'.
Bill Wendling
2011-09-20
1
-3
/
+3
*
If simple ownership works then friendship is not required.
Devang Patel
2011-09-20
1
-2
/
+1
*
Use ArrayRef instead of 'const std::vector' to pass around the list of basic ...
Bill Wendling
2011-09-20
1
-8
/
+10
*
Update GCOVLines to provide interfaces to write line table and calculate comp...
Devang Patel
2011-09-20
1
-13
/
+17
*
Fix comments.
Bill Wendling
2011-09-20
1
-4
/
+4
*
Update comment.
Devang Patel
2011-09-20
1
-2
/
+1
*
Use StringRef instead of std::string.
Devang Patel
2011-09-20
1
-1
/
+1
*
Eliminate unnecessary copy of FileName from GCOVLines.
Devang Patel
2011-09-20
1
-7
/
+6
*
There is no need to write a local utility routine to find subprogram info if ...
Devang Patel
2011-09-20
1
-10
/
+1
*
Revert r140083 and r140084 until buildbots can be fixed.
Bill Wendling
2011-09-19
1
-8
/
+1
*
If we are extracting a basic block that ends in an invoke call, we must also
Bill Wendling
2011-09-19
1
-1
/
+8
*
Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...
Eli Friedman
2011-09-19
1
-21
/
+22
*
[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
Andrew Trick
2011-09-19
1
-0
/
+6
*
Reapply r139759. Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-15
1
-1
/
+1
*
Make demanded-elt simplification for shufflevector slightly stronger. Spotte...
Eli Friedman
2011-09-15
1
-0
/
+3
*
Don't mark objc_retainBlock as nounwind. It calls user copy constructors
Dan Gohman
2011-09-14
1
-2
/
+4
*
objc_retainBlock is not NoModRef because it can update forwarding pointers
Dan Gohman
2011-09-14
1
-1
/
+2
*
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...
Andrew Trick
2011-09-13
1
-1
/
+1
*
Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-13
1
-1
/
+1
*
[indvars] Fix bugs in floating point IV range checks noticed by inspection.
Andrew Trick
2011-09-13
1
-10
/
+10
*
Add comment to clarify the behavior of a helper in DSE.
Eli Friedman
2011-09-13
1
-0
/
+2
*
Correct grammar.
Eli Friedman
2011-09-13
1
-1
/
+1
*
Change a bunch of isVolatile() checks to check for atomic load/store as well.
Eli Friedman
2011-09-12
5
-19
/
+19
*
Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...
Andrew Trick
2011-09-12
1
-42
/
+20
*
[disable-iv-rewrite] Allow WidenIV to handle NSW/NUW operations
Andrew Trick
2011-09-10
1
-1
/
+40
*
Comment formatting.
Andrew Trick
2011-09-09
1
-15
/
+16
*
Add -verify-indvars for imperfect SCEV trip count verification after indvars.
Andrew Trick
2011-09-06
1
-1
/
+9
*
Use IRBuilder.
Devang Patel
2011-09-06
1
-17
/
+14
*
Try again at r138809 (make DSE more aggressive in removing dead stores at the...
Owen Anderson
2011-09-06
1
-79
/
+80
*
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-06
2
-11
/
+90
*
Delete trivial landing pads that just continue unwinding the caught
Duncan Sands
2011-09-05
1
-0
/
+49
*
Use Duncan's patch to delete the instructions in reverse order (minus the lan...
Bill Wendling
2011-09-04
2
-12
/
+20
*
Update comments to reflect reality.
Bill Wendling
2011-09-02
2
-4
/
+2
*
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
[next]