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
/
test
/
Transforms
/
GVN
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting
Owen Anderson
2008-02-26
1
-0
/
+45
*
Fix an issue where GVN was performing the return slot optimization when it was
Owen Anderson
2008-02-25
1
-0
/
+32
*
Fix an issue where GVN would try to use an instruction before its definition ...
Owen Anderson
2008-02-25
2
-1
/
+26
*
make this just a bit more strict.
Chris Lattner
2008-02-18
1
-1
/
+1
*
Add support to GVN for performing sret return slot optimization. This means ...
Owen Anderson
2008-02-18
1
-0
/
+28
*
Testcase for PR2032.
Nick Lewycky
2008-02-14
1
-0
/
+22
*
Add a note pointing to PR1996.
Eli Friedman
2008-02-13
1
-0
/
+1
*
Add test for PR1996. (This is my first time adding a test for a
Eli Friedman
2008-02-13
1
-0
/
+19
*
Re-apply the patch to improve the optimizations of memcpy's, with several
Owen Anderson
2008-02-12
1
-1
/
+0
*
Temporarily reverting:
Bill Wendling
2008-02-06
1
-0
/
+1
*
Make this test more aggressive, to cover recent improvements.
Owen Anderson
2008-02-04
1
-1
/
+1
*
Allow GVN to hack on memcpy's, making them open to further optimization.
Owen Anderson
2008-02-04
1
-0
/
+22
*
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-15
5
-5
/
+5
*
Fix a failure I accidentally caused in my last commit by mishandling the
Owen Anderson
2007-07-31
1
-0
/
+22
*
Fix a misoptimization in aha.
Owen Anderson
2007-07-31
1
-0
/
+313
*
Fix a bug caused by indiscriminantly asking for the dominators of a predecessor.
Owen Anderson
2007-07-30
1
-0
/
+274
*
Fix a bug introduced in my last commit.
Owen Anderson
2007-07-26
2
-1
/
+17
*
Fix a couple more bugs in the phi construction by pulling in code that does
Owen Anderson
2007-07-26
2
-0
/
+58
*
Fix what is _hopefully_ the last corner case for loops.
Owen Anderson
2007-07-25
1
-0
/
+86
*
My last commit was not correct for nested loops. Fix it, and add a testcase ...
Owen Anderson
2007-07-25
1
-0
/
+38
*
Fix an infinite loop on 300.twolf.
Owen Anderson
2007-07-25
1
-0
/
+14
*
Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.
Owen Anderson
2007-07-25
1
-0
/
+15
*
Fix a bug that was causing GVN to crash on 252.eon.
Owen Anderson
2007-07-25
1
-0
/
+29
*
Add basic support for performing whole-function RLE.
Owen Anderson
2007-07-25
3
-0
/
+58
*
Add a GVN pass, using the value numbering code I developed for GVNPRE and the
Owen Anderson
2007-07-24
3
-0
/
+26