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
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach the ARC optimizer about the !clang.arc.copy_on_escape metadata
Dan Gohman
2011-10-17
1
-12
/
+40
*
Suppress partial retain+release elimination when there's a
Dan Gohman
2011-10-17
1
-2
/
+24
*
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
1
-1
/
+1
*
Now that we have the ReturnsTwice function attribute, this method is
Bill Wendling
2011-10-17
1
-1
/
+1
*
Fix CMake build.
Michael J. Spencer
2011-10-17
1
-0
/
+1
*
svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp
Devang Patel
2011-10-17
1
-0
/
+226
*
When looking for dependencies on the src pointer, scan the src pointer. Scanning
Nick Lewycky
2011-10-16
1
-12
/
+17
*
Don't replace all dominated uses if there is only one use, since that
Duncan Sands
2011-10-15
1
-4
/
+9
*
Fix indvars randomness by removing iteration over a map.
Andrew Trick
2011-10-15
1
-12
/
+12
*
Avoid undefined behavior in negation in LSR. Patch by Ahmed Charles.
Eli Friedman
2011-10-13
1
-2
/
+2
*
Enhance the memdep interface so that users can tell the difference between a ...
Eli Friedman
2011-10-13
2
-13
/
+13
*
Fix a couple hash functions so that they do not depend on undefined shifts. ...
Eli Friedman
2011-10-12
1
-2
/
+2
*
Add missing space.
Nick Lewycky
2011-10-12
1
-1
/
+1
*
Fix PR11106 by correcting a typo that has been in the code for over a year. This
Cameron Zwarich
2011-10-11
1
-2
/
+2
*
Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc's
Cameron Zwarich
2011-10-11
1
-205
/
+16
*
Add experimental -enable-lsr-phielim option.
Andrew Trick
2011-10-11
1
-0
/
+22
*
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-10-11
1
-87
/
+6
*
LSR should only reuse phis that match its formula.
Andrew Trick
2011-10-07
1
-0
/
+1
*
Teach GVN to also propagate switch cases. For example, in this code
Duncan Sands
2011-10-07
1
-31
/
+59
*
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-06
1
-98
/
+1
*
PR11061: Make simplifylibcalls fold strcmp("", x) correctly.
Eli Friedman
2011-10-05
1
-13
/
+18
*
GVN does simple propagation of conditions: when it sees a conditional
Duncan Sands
2011-10-05
1
-14
/
+111
*
Generalize GVN's conditional propagation logic slightly:
Duncan Sands
2011-10-05
1
-4
/
+29
*
LSR should avoid redundant edge splitting.
Andrew Trick
2011-10-04
1
-1
/
+3
*
Inlining and unrolling heuristics should be aware of free truncs.
Andrew Trick
2011-10-01
1
-3
/
+6
*
Fold two identical set lookups into one. No functionality change.
Nick Lewycky
2011-09-29
1
-4
/
+2
*
When eliminating unnecessary retain+autorelease on return values,
Dan Gohman
2011-09-29
1
-1
/
+2
*
Don't eliminate objc_retainBlock calls on stack objects if the
Dan Gohman
2011-09-29
1
-8
/
+29
*
typo + pasto
Andrew Trick
2011-09-29
1
-2
/
+2
*
LSR: rewrite inner loops only.
Andrew Trick
2011-09-29
1
-5
/
+21
*
indvars should hoist [sz]ext because licm is not rerun.
Andrew Trick
2011-09-28
1
-17
/
+27
*
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
5
-56
/
+43
*
Split the landing pad basic block with the correct function. Also merge the
Bill Wendling
2011-09-27
1
-3
/
+23
*
Disable LSR retry by default.
Andrew Trick
2011-09-27
1
-0
/
+16
*
LSR, one of the new Cost::isLoser() checks did not get merged in the previous...
Andrew Trick
2011-09-26
1
-2
/
+6
*
LSR cost metric minor fix and verification.
Andrew Trick
2011-09-26
1
-3
/
+26
*
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
*
Reapply r139759. Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-15
1
-1
/
+1
*
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
[next]