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
/
GlobalOpt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug that caused globalopt to miscompile tramp3d: don't miss
Dan Gohman
2009-08-18
1
-0
/
+41
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
3
-4
/
+4
*
Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can...
Evan Cheng
2009-06-02
1
-0
/
+117
*
Ignore debug info while evaluating function.
Devang Patel
2009-03-09
1
-0
/
+98
*
fix a serious pessimization that Tron on IRC pointed out where we would
Chris Lattner
2009-03-07
1
-0
/
+17
*
While thinking about the one-definition-rule and trying
Duncan Sands
2009-03-06
1
-0
/
+11
*
Revert 66224.
Devang Patel
2009-03-06
1
-0
/
+2
*
Revert rev. 66167.
Devang Patel
2009-03-06
1
-0
/
+1
*
Do not let debug info prevert globalopt from shriking a global vars to boolean.
Devang Patel
2009-03-06
1
-0
/
+65
*
GlobalOpt only process non constant local GVs while optimizing global vars.
Devang Patel
2009-03-05
1
-1
/
+0
*
Should have XFAILed this test.
Bill Wendling
2009-03-04
1
-0
/
+54
*
Temporarily revert r65994. It was causing rdar://6646455.
Bill Wendling
2009-03-04
1
-52
/
+0
*
If a global constant is dead then global's debug info should not prevent the ...
Devang Patel
2009-03-04
1
-0
/
+52
*
If the target of an alias has internal linkage, then the
Duncan Sands
2009-02-15
2
-0
/
+22
*
rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary
Chris Lattner
2009-01-14
1
-0
/
+35
*
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner
2009-01-02
1
-2
/
+2
*
Enhance heap sra to be substantially more aggressive w.r.t PHI
Chris Lattner
2008-12-17
1
-0
/
+41
*
Fix another crash found by inspection. If we have a PHI node merging
Chris Lattner
2008-12-16
1
-0
/
+24
*
fix a crash found by inspection.
Chris Lattner
2008-12-16
2
-8
/
+29
*
add testcase for r61051
Chris Lattner
2008-12-15
1
-0
/
+42
*
add a basic test for heap-sra
Chris Lattner
2008-12-15
1
-0
/
+34
*
Resolve aliases, when possible
Anton Korobeynikov
2008-09-09
1
-0
/
+19
*
Make GlobalOpt preserve address spaces when scalar replacing aggregate globals.
Matthijs Kooijman
2008-07-17
1
-0
/
+28
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
When SRoA'ing a global variable, make sure the new globals get the
Chris Lattner
2008-04-26
1
-0
/
+32
*
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-04-19
15
-0
/
+0
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
23
-391
/
+382
*
Remove any 'nest' parameter attributes if the function
Duncan Sands
2008-02-16
1
-0
/
+57
*
Don't let globalopt hack on volatile loads or stores.
Chris Lattner
2008-01-29
1
-0
/
+9
*
Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's
Chris Lattner
2008-01-14
1
-0
/
+16
*
Fix PR1896
Chris Lattner
2008-01-04
1
-0
/
+26
*
upgrade test
Chris Lattner
2007-11-13
2
-11
/
+11
*
Tighten up a check for folding away loads from (newly constant) globals. This
Chris Lattner
2007-11-09
1
-0
/
+19
*
For PR1553:
Reid Spencer
2007-07-19
1
-1
/
+1
*
Convert .cvsignore files
John Criswell
2007-06-29
1
-3
/
+0
*
new testcase for PR1491
Chris Lattner
2007-06-04
1
-0
/
+36
*
this crashes globalopt
Chris Lattner
2007-05-13
1
-0
/
+74
*
For PR1319:
Reid Spencer
2007-04-16
1
-1
/
+0
*
For PR1336:
Reid Spencer
2007-04-16
1
-2
/
+1
*
For PR1336:
Reid Spencer
2007-04-15
1
-0
/
+1
*
For PR1319:
Reid Spencer
2007-04-15
6
-11
/
+16
*
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-11
1
-1
/
+1
*
new testcase that crashes globalopt
Chris Lattner
2007-04-05
1
-0
/
+34
*
new testcase. @foo should be marked fastcc by globalopt
Chris Lattner
2007-02-25
1
-0
/
+11
*
For PR761:
Reid Spencer
2007-01-26
1
-1
/
+1
*
For PR1043:
Reid Spencer
2007-01-13
1
-1
/
+2
*
Global variables are not renamed by llvm-upgrade any more.
Reid Spencer
2007-01-05
1
-1
/
+1
*
Update test cases that grepped for register names that have now changed
Reid Spencer
2007-01-03
1
-1
/
+2
*
For PR950:
Reid Spencer
2006-12-19
1
-1
/
+1
[next]