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
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
2006-12-02
Upgrade intrinsic function calls manually.
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-23
Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
Reid Spencer
2006-11-01
new testcase that crashes global opt, reduced from chomp
Chris Lattner
2006-07-07
Testcase for PR820
Chris Lattner
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2005-09-27
Testcase for PR632
Chris Lattner
2005-09-27
add a new testcase for constant foldable calls
Chris Lattner
2005-09-27
Add a more difficult testcase which uses a call to a helper function to do
Chris Lattner
2005-09-26
Testcase that uses an alloca
Chris Lattner
2005-09-26
add another case, this one that uses getelementptr instructions
Chris Lattner
2005-09-26
add a test for load
Chris Lattner
2005-09-26
add another testcase with simple control flow
Chris Lattner
2005-09-26
make this harder: put some code into it
Chris Lattner
2005-09-26
new testcase for static ctor list optimizations
Chris Lattner
2005-06-15
new testcase for PR579
Chris Lattner
2005-02-27
new testcase globalopt should handle.
Chris Lattner
2005-02-27
new testcase globalopt should implement
Chris Lattner
2004-12-12
New testcase. Shrinking the variable to a bool allows instcombine to delete
Chris Lattner
2004-11-19
Adding srcdir arg
Tanya Lattner
2004-11-14
New testcase. Believe it or not, this happens a LOT in vortex
Chris Lattner
2004-11-13
Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...
Tanya Lattner
2004-10-22
New testcase. Check for the ability to promote a malloc whose initialzed sta...
Chris Lattner
2004-10-16
New testcase
Chris Lattner
2004-10-11
This testcase ensures that we can SRA a global even if part of the global
Chris Lattner
2004-10-11
These testcases check to see if we can promote malloc's to globals in some
Chris Lattner
2004-10-10
Another testcase. We should be able to devirtualize the call even though
Chris Lattner
2004-10-10
New testcase that crashes -globalopt. I found this through inspection, not
Chris Lattner
2004-10-10
New testcase we were not handling before.
Chris Lattner
2004-10-09
A testcase that globalopt now handles
Chris Lattner
2004-10-08
New testcase
Chris Lattner
2004-10-08
New testcase
Chris Lattner
2004-10-07
Move these files from Transforms/GlobalConstifier
Chris Lattner