index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]