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
/
ConstProp
Age
Commit message (
Expand
)
Author
2006-12-19
Update this test because constant integers are always printed signed now.
Reid Spencer
2006-12-11
constant folding of bitcast is broken.
Chris Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-12-01
test1 is miscompiled
Chris Lattner
2006-12-01
new 'cast' miscompilation, reduced from perlbmk by Evan
Chris Lattner
2006-12-01
new testcase
Chris Lattner
2006-11-20
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-01-14
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2005-01-28
New testcase.
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-07-01
Fix testcase
Chris Lattner
2004-06-11
Add tests for isnan
Chris Lattner
2004-04-13
New testcase
Chris Lattner
2003-11-19
Fix testcase. This should no longer be XFAIL'd
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-06-28
Remove explicit control flow through the use of the 'not' script
Chris Lattner
2003-05-12
Testcase which kills the constant folder
Chris Lattner
2002-09-03
Make sure that setcc is implemented for bools.
Chris Lattner
2002-08-14
Fix testcases that used to now dead 'not' instruction
Chris Lattner
2002-08-14
Change not's to xors
Chris Lattner
2002-07-30
Test that logical operators are correctly constant propogated!
Chris Lattner
2002-05-07
Oops, forgot to check in makefile
Chris Lattner
2002-05-07
Add check that phi nodes get constant propogated away
Chris Lattner
2002-05-07
constprop doesn't delete dead instructions, it just makes them dead.
Chris Lattner
2002-05-07
Add testcase for not expressions
Chris Lattner
2002-05-03
New testcase for bugs in the constant propogator
Chris Lattner
2002-05-03
Add tests for floating point remainder elimination
Chris Lattner
2002-05-03
New testcase to see if constant propogation of remainder is implemented
Chris Lattner
2002-05-03
This testcase is a sanity check
Chris Lattner
2002-05-03
Add new testcase for general constant prop.
Chris Lattner