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
/
InstCombine
/
signext.ll
Age
Commit message (
Expand
)
Author
2012-12-04
rdar://12329730 (2nd part)
Shuxin Yang
2011-02-10
Enhance a bunch of transformations in instcombine to start generating
Chris Lattner
2010-01-31
Simplify/generalize the xor+add->sign-extend instcombine.
Eli Friedman
2010-01-18
my instcombine transformations to make extension elimination more
Chris Lattner
2010-01-18
remove a redundant test, filecheckize another.
Chris Lattner
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-03-09
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
2007-04-15
For PR1319:
Reid Spencer
2007-04-14
For PR1319:
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2005-09-24
All of these should turn into sign extends (e.g. extsh/extsb on PPC)
Chris Lattner