index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
GlobalOpt
Age
Commit message (
Expand
)
Author
2009-08-18
Fix a bug that caused globalopt to miscompile tramp3d: don't miss
Dan Gohman
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-02
Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can...
Evan Cheng
2009-03-09
Ignore debug info while evaluating function.
Devang Patel
2009-03-07
fix a serious pessimization that Tron on IRC pointed out where we would
Chris Lattner
2009-03-06
While thinking about the one-definition-rule and trying
Duncan Sands
2009-03-06
Revert 66224.
Devang Patel
2009-03-06
Revert rev. 66167.
Devang Patel
2009-03-06
Do not let debug info prevert globalopt from shriking a global vars to boolean.
Devang Patel
2009-03-05
GlobalOpt only process non constant local GVs while optimizing global vars.
Devang Patel
2009-03-04
Should have XFAILed this test.
Bill Wendling
2009-03-04
Temporarily revert r65994. It was causing rdar://6646455.
Bill Wendling
2009-03-04
If a global constant is dead then global's debug info should not prevent the ...
Devang Patel
2009-02-15
If the target of an alias has internal linkage, then the
Duncan Sands
2009-01-14
rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary
Chris Lattner
2009-01-02
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner
2008-12-17
Enhance heap sra to be substantially more aggressive w.r.t PHI
Chris Lattner
2008-12-16
Fix another crash found by inspection. If we have a PHI node merging
Chris Lattner
2008-12-16
fix a crash found by inspection.
Chris Lattner
2008-12-15
add testcase for r61051
Chris Lattner
2008-12-15
add a basic test for heap-sra
Chris Lattner
2008-09-09
Resolve aliases, when possible
Anton Korobeynikov
2008-07-17
Make GlobalOpt preserve address spaces when scalar replacing aggregate globals.
Matthijs Kooijman
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-04-26
When SRoA'ing a global variable, make sure the new globals get the
Chris Lattner
2008-04-19
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-02-16
Remove any 'nest' parameter attributes if the function
Duncan Sands
2008-01-29
Don't let globalopt hack on volatile loads or stores.
Chris Lattner
2008-01-14
Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's
Chris Lattner
2008-01-04
Fix PR1896
Chris Lattner
2007-11-13
upgrade test
Chris Lattner
2007-11-09
Tighten up a check for folding away loads from (newly constant) globals. This
Chris Lattner
2007-07-19
For PR1553:
Reid Spencer
2007-06-29
Convert .cvsignore files
John Criswell
2007-06-04
new testcase for PR1491
Chris Lattner
2007-05-13
this crashes globalopt
Chris Lattner
2007-04-16
For PR1319:
Reid Spencer
2007-04-16
For PR1336:
Reid Spencer
2007-04-15
For PR1336:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-05
new testcase that crashes globalopt
Chris Lattner
2007-02-25
new testcase. @foo should be marked fastcc by globalopt
Chris Lattner
2007-01-26
For PR761:
Reid Spencer
2007-01-13
For PR1043:
Reid Spencer
2007-01-05
Global variables are not renamed by llvm-upgrade any more.
Reid Spencer
2007-01-03
Update test cases that grepped for register names that have now changed
Reid Spencer
2006-12-19
For PR950:
Reid Spencer
[next]