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
/
SimplifyCFG
Age
Commit message (
Expand
)
Author
2005-05-20
New testcase that crashes simplifycfg, identified accidentally by JohnMC
Chris Lattner
2005-05-09
testcase I've had in my tree
Chris Lattner
2005-02-24
new testcase for a simple optimization that simplifycfg is about to do.
Chris Lattner
2005-02-24
add another testcase to make sure it gets turned into a switch (answer: yes i...
Chris Lattner
2005-01-01
Add new test to make sure simplifycfg doesn't leave around trivially
Chris Lattner
2004-12-10
Check in the right test
Chris Lattner
2004-12-10
New testcase for a bug exposed by the ipsccp pass, causing dparser to fail
Chris Lattner
2004-11-30
New testcase for simplifycfg
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-10-18
New testcase
Chris Lattner
2004-10-14
When converting phi nodes into select instructions, we shouldn't promote PHI
Chris Lattner
2004-07-20
test that unconditional branches to unwinds are always eliminated
Chris Lattner
2004-07-01
Fix testcase. For some reason this was failing only with a release build and
Chris Lattner
2004-05-26
Fix a test that was "broken" by new optimizations. The transformation we
Chris Lattner
2004-05-01
New testcase:
Chris Lattner
2004-05-01
New testcase for case that simplifycfg should catch
Chris Lattner
2004-04-09
Simplify cfg now eliminates all of the branches in this testcase
Chris Lattner
2004-04-02
New testcase
Chris Lattner
2004-03-30
Oops, actually USE the previously computed value
Chris Lattner
2004-03-30
Test general value/value selection which we can do now that we use the
Chris Lattner
2004-03-17
Modify test to use the %t substition (temporary name). This is available
John Criswell
2004-02-28
Add a testcase for switch instruction induction
Chris Lattner
2004-02-24
New testcase. Switch instructions that go to switch instructions should be
Chris Lattner
2004-02-24
The simplifycfg pass should be able to turn stuff like:
Chris Lattner
2004-02-16
New testcase, details in the comments
Chris Lattner
2004-02-11
New feature testcase for simplifycfg.
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-24
New testcase
Chris Lattner
2003-08-23
Add a new switch folding testcase
Chris Lattner
2003-08-17
New testcase to ensure that switch folding happens correctly
Chris Lattner
2003-08-17
New testcase
Chris Lattner
2003-08-17
New testcase
Chris Lattner
2003-08-05
new testcases that simplifycfg breaks
Chris Lattner
2003-06-28
Eliminate explicit control flow in tests
Chris Lattner
2003-03-07
New testcase
Chris Lattner
2003-03-05
Add new testcase
Chris Lattner
2003-03-05
New testcase for feature simplifycfg should handle
Chris Lattner
2003-03-05
Add testcase for new feature for simplifycfg pass
Chris Lattner
2002-09-24
New feature test for something we have done for a long time
Chris Lattner
2002-09-24
New testcase that causes SimplifyCFG to assert out.
Chris Lattner
2002-07-29
Hrm, testcase was checking the wrong pass. :(
Chris Lattner
2002-06-24
Testcase for unimplemented feature
Chris Lattner
2002-05-21
Update run line
Chris Lattner
2002-05-21
This testcase was very broken! The block could not be merged because then
Chris Lattner
2002-05-21
New testcase
Chris Lattner
2002-05-06
Testcase for missed merge opportunity
Chris Lattner
2002-05-06
Initial testcases for CFG simplify (which is part of DCE for now)
Chris Lattner
[prev]