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
/
FunctionResolve
Age
Commit message (
Expand
)
Author
2003-10-23
Update test
Chris Lattner
2003-10-22
New testcase for fun hack that is absolutely necessary for the C++ stdlib.
Chris Lattner
2003-10-21
New testcase: globals should be linked if they are the wrong type. We should
Chris Lattner
2003-10-08
old testcase
Chris Lattner
2003-09-16
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-09-15
Removing Makefiles. Regression tests are now run by QMTest.
John Criswell
2003-08-23
new testcase: we warn if we are merging together two functions whose argument
Chris Lattner
2003-07-23
New testcase
Chris Lattner
2003-06-28
Remove explicit control flow through the use of the 'not' script
Chris Lattner
2003-06-19
The actual nicification of calls is now implemented in instcombine, not in
Chris Lattner
2003-05-31
New testcase
Chris Lattner
2003-05-31
New testcase
Chris Lattner
2003-05-31
Add another testcase
Chris Lattner
2003-05-31
New testcase
Chris Lattner
2003-05-21
New testcase that crashes the funcresolve pass.
Chris Lattner
2003-04-19
Update testcases to match what is currently output by the CFE
Chris Lattner
2003-04-19
Add testcase for constantexpr gep
Chris Lattner
2003-04-18
Test case for forward declared global array with no size
Chris Lattner
2002-11-10
New testcase
Chris Lattner
2002-11-08
Fix predicate
Chris Lattner
2002-11-08
Add testcase that is fscking twolf
Chris Lattner
2002-10-09
Add check to see if opt aborts
Chris Lattner
2002-10-09
New testcase
Chris Lattner
2002-10-09
Avoid having testcases spit out bytecode on error
Chris Lattner
2002-10-09
Cleanup testcase a lot to test JUST funcresolve of globals
Chris Lattner
2002-08-19
New testcase
Chris Lattner
2002-07-30
Oops, fix testcase
Chris Lattner
2002-07-30
NEw testcase to handle "yet another" return type mismatch possibility
Chris Lattner
2002-05-24
Testcases to show what -funcresolve does.
Chris Lattner