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
/
Type.h
Age
Commit message (
Expand
)
Author
2002-09-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-08-25
Convert comments to Doxygen style
Chris Lattner
2002-07-24
Use the Support/iterator file to abstract out compiler differences
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-06
* Add getPrimitiveSize method
Chris Lattner
2002-04-08
* Fix comment
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-13
Implement some nice functions useful for looking at types
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
New Method isLosslesslyConvertableTo
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-10-01
Add support for newer cleaner isa, cast, dyn_cast
Chris Lattner
2001-09-28
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-10
* Method::getType should return type cast as MethodType, eliminate getMethodType
Chris Lattner
2001-09-09
Rename contype to subtype
Chris Lattner
2001-09-09
Convert ConstRules to use annotations to clean it up.
Chris Lattner
2001-09-07
* Add support for Opaque & Abstract types.
Chris Lattner
2001-07-20
Change is*Type to be a casting convertion operator
Chris Lattner
2001-06-30
The ConstRules class got moved to the opt namespace
Chris Lattner
2001-06-06
Initial revision
Chris Lattner