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
/
LoopSimplify
Age
Commit message (
Expand
)
Author
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
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-01-06
this testcase is too large to be useful, and requires a .bc file to be
Chris Lattner
2007-01-06
Regenerate for new bytecode file format.
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-03
Upgrade to version 7 bytecode format.
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-08-12
New testcase, this used to take hours to loopsimplify.
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-08-10
New testcase
Chris Lattner
2005-08-04
This should not run lli, that is for llvm-test.
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-04-13
New testcase where loop simplify is not updating domfrontiers correctly
Chris Lattner
2004-04-12
new testcase
Chris Lattner
2004-04-01
New testcase for PR306
Chris Lattner
2004-03-16
New testcase for PR293
Chris Lattner
2004-02-05
New testcase for PR223: Loopsimplify incorrectly updates dominator information
Chris Lattner
2003-12-10
New testcase which caused a bunch of tests to break last night with more
Chris Lattner
2003-10-13
make the indvar obviously non-canonical
Chris Lattner
2003-10-12
new testcase
Chris Lattner
2003-10-12
The -preheaders pass is now known as -loopsimplify
Chris Lattner
2003-09-16
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-08-16
No need to print in the testcase
Chris Lattner
2003-08-15
new testcase narrowed down from xboard
Chris Lattner
2003-05-12
New testcase
Chris Lattner
2003-04-26
Add comment to testcase
Chris Lattner
2003-04-25
New testcase that crashes preheaders
Chris Lattner
2002-09-26
Checkin the simple features tests for the preheader insertion pass.
Chris Lattner