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
/
include
/
llvm
/
Support
/
ConstantFolder.h
Age
Commit message (
Expand
)
Author
2009-09-03
Revert 80959. It isn't sufficient to solve the full problem. And it
Dan Gohman
2009-09-03
Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,
Dan Gohman
2009-08-16
Add more casts to the IRBuilder.
Erick Tryzelaar
2009-08-11
Add convenience functions for creating nsw add operators.
Dan Gohman
2009-08-11
Add convenience functions for creating inbounds GEPs.
Dan Gohman
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
Fix struct/class mismatch.
Benjamin Kramer
2009-08-11
Add convenience functions for creating exact sdiv operators, and
Dan Gohman
2009-08-11
ConstantFolder and NoFolder no longer require their Context members.
Dan Gohman
2009-07-29
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-10
Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.
Owen Anderson
2009-07-08
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-08-12
Add a NullFolder class that doesn't fold constants.
Duncan Sands
2008-08-12
Point people to ConstantExpr and ConstantFolding,
Duncan Sands
2008-08-11
Make it possible to use different constant
Duncan Sands