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
/
IPConstantProp
Age
Commit message (
Expand
)
Author
2010-01-05
Delete useless trailing semicolons.
Dan Gohman
2009-11-23
Fix a use of an invalidated iterator in the case where there are multiple
Dan Gohman
2009-11-20
Fix IPSCCP's code for deleting dead blocks to tolerate outstanding
Dan Gohman
2009-09-24
Constant propagating byval pointer is safe if function is readonly.
Torok Edwin
2009-09-24
Don't constant propagate byval pointers, since they are not really pointers, but
Torok Edwin
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2008-06-19
Modify some ipconstprop tests to also test with invokes.
Matthijs Kooijman
2008-06-18
Reapply r52397 (make IPConstProp promote returned arguments), but fixed this
Matthijs Kooijman
2008-06-18
Reapply r52396, it was unrelated to the breakage (that was caused by r52397, my
Matthijs Kooijman
2008-06-18
temporarily revert this testcase since its patch was reverted.
Chris Lattner
2008-06-17
Learn IPConstProp to look at individual return values and propagate them
Matthijs Kooijman
2008-06-09
Fix PR2411, where ip constant prop would propagate the
Chris Lattner
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-03-11
Handle multiple ret values.
Devang Patel
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
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-13
For PR1043:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-12-01
fix incorrectly translated testcase
Chris Lattner
2006-11-27
For PR950:
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-19
Adding srcdir arg
Tanya Lattner
2004-11-14
Oops, make this test the right thing.
Chris Lattner
2004-11-14
New testcase
Chris Lattner
2004-11-13
Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...
Tanya Lattner
2004-11-11
new testcase
Chris Lattner
2004-11-10
New testcase
Chris Lattner