index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
2007-02-05
For PR411:
Reid Spencer
2007-01-26
For PR761:
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-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
2004-11-22
This was fixed
Chris Lattner
2004-11-19
Adding srcdir arg
Tanya Lattner
2004-11-13
Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...
Tanya Lattner
2004-11-06
This test is obsolete and incorrect
Chris Lattner
2004-11-06
Adding XFAIL lines for dejagnu support.
Tanya Lattner
2004-08-24
Modify testcase to merit a warning, though no warning is still printed!
Chris Lattner
2003-11-20
Fix an all too common form of the 'Found global types that are not compatible...
Chris Lattner
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