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
/
lib
/
IR
/
Constants.cpp
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-22
PNaCl: Add ReplacePtrsWithInts pass for stripping out pointer types
Mark Seaborn
2013-04-13
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-03-19
The testing to ensure a vector of zeros of type floating point isn't misclass...
David Tweed
2013-03-18
The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...
David Tweed
2013-03-07
Replace temporary vectors with arrays.
Benjamin Kramer
2013-03-07
ArrayRef has a OneElt constructor. Beautify the code.
Nadav Rotem
2013-03-07
Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x.
Nadav Rotem
2013-01-22
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-16
Allow vectors in CreatePointerCast of constants.
Evgeniy Stepanov
2013-01-09
Add comment to the definition of Constant::isZeroValue().
Shuxin Yang
2013-01-09
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth