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
/
calls.ll
Age
Commit message (
Expand
)
Author
2011-12-03
Add support for constant folding the pow intrinsic.
Chad Rosier
2011-12-01
Prevent library calls from being folded if -fno-builtin has been specified.
Chad Rosier
2011-05-22
implement PR9315, constant folding exp2 in terms of pow (since hosts without
Chris Lattner
2011-01-11
Teach constant folding to perform conversions from constant floating
Chandler Carruth
2011-01-11
FileCheck-ize a test, and move a no-longer calling test case to another
Chandler Carruth
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
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
2007-04-14
Oops. A little aggressive on the name changes there.
Reid Spencer
2007-04-14
For PR1913:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2004-07-01
Fix testcase
Chris Lattner
2004-06-11
Add tests for isnan
Chris Lattner
2004-04-13
New testcase
Chris Lattner