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
/
SCCP
Age
Commit message (
Expand
)
Author
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2007-06-29
Convert .cvsignore files
John Criswell
2007-05-17
New test.
Devang Patel
2007-04-15
For PR1319:
Reid Spencer
2007-04-13
Add the SCCP regression tests for APInt expressions. These test cases
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-01-13
For PR1043:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-29
Update tests that need to be run through llvm-upgrade. This is necessary
Reid Spencer
2006-12-20
new testcase
Chris Lattner
2006-12-04
SCCP does not handle Packed Type properly. Disable Packed Type handling
Devang Patel
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-10-23
new testcase
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
2006-02-08
new testcase for more interesting select sccp cases
Chris Lattner
2005-05-13
fix buggy test
Chris Lattner
2004-12-13
Fix this test
Chris Lattner
2004-12-11
New testcase. If one side of and/or is known to be 0/-1, it doesn't matter
Chris Lattner
2004-12-11
Update test
Chris Lattner
2004-12-11
New testcase that ipsccp should handle.
Chris Lattner
2004-12-10
New testcase
Chris Lattner
2004-12-10
New testcase that SCCP miscompiles. Luckily this is extremely unlikely to
Chris Lattner
2004-12-10
New testcase
Chris Lattner
2004-11-19
Adding srcdir arg
Tanya Lattner
2004-11-16
New testcase for recent patch to SCCP, thanks to Nate Begeman for pointing
Chris 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
Chris Lattner
2004-01-12
Test to make sure we can SCCP load instructions
Chris Lattner
2004-01-12
New testcase, allow folding of binary operators that use PHI nodes, as long
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-27
New testcase
Chris Lattner
2003-06-28
Remove explicit control flow through the use of the 'not' script
Chris Lattner
2003-06-24
New testcase
Chris Lattner
2002-08-30
New testcase
Chris Lattner
2002-05-22
Must run cfgsimplify to eliminate dead blocks
Chris Lattner
2002-05-21
New testcase
Chris Lattner
2002-05-20
New testcase for bug
Chris Lattner
2002-05-03
Add const prop pass to eliminate dead branches
Chris Lattner
2002-05-02
More testcases for SCCP
Chris Lattner
2002-05-02
First testcase for SCCP pass
Chris Lattner