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
/
Transforms
/
TransformInternals.h
Age
Commit message (
Expand
)
Author
2002-07-17
* Remove dead code from ExprTypeConvert.cpp
Chris Lattner
2002-05-07
Factor code out of TransformInternals into the Transform Utils library
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-16
Add casts for documentation
Chris Lattner
2002-03-21
Declare the new InsertInstBeforeInst function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
* isFirstClassType is now provided by the Type class
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-26
Support Composite's, not just structs
Chris Lattner
2001-11-13
* Change ExpressionConvertableToType to more closely match map behavior of
Chris Lattner
2001-11-08
Improve raising significantly
Chris Lattner
2001-11-06
Fix bugs
Chris Lattner
2001-11-05
Use the expression map correctly.
Chris Lattner
2001-11-04
Refactor code to share stuff
Chris Lattner