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
/
DerivedTypes.h
Age
Commit message (
Expand
)
Author
2002-09-11
Convert index type for getelementptr instruction from uint to long
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-05
* Delete getNumAbstractTypeUsers method
Chris Lattner
2002-04-04
Remove backwards compatibility code
Chris Lattner
2002-03-29
Add more accessors
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2002-03-29
Rename MethodType to FunctionType, provide a #define
Chris Lattner
2002-03-26
Allow clients to use FunctionType as well as MethodType for now
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
PointerType and ArrayType now subclass Sequential type, which contains addres...
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-11-26
Add new CompositeType shared baseclass of ArrayType and StructType
Chris Lattner
2001-11-03
Fix major bugs in type resolution
Chris Lattner
2001-10-13
* Minor Formatting changes.
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 new style casts
Chris Lattner
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-07
* Add new DerivedType base class that goes between Type and the derived types
Chris Lattner
2001-08-27
Remove target specific code, move to TargetData.cpp file
Chris Lattner
2001-07-25
Add support for extern varargs methods & varargs method calls
Chris Lattner
2001-07-23
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
Chris Lattner
2001-07-23
Fix coding style issues to actually attempt to be somewhat uniform
Chris Lattner
2001-07-21
Eliminate lots of unnecessary #includes and forward decls
Chris Lattner
2001-07-21
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-20
Compute and cache information about the storage size and layout
Vikram S. Adve
2001-07-20
Add short forms of the get*Type methods.
Chris Lattner
2001-06-06
Initial revision
Chris Lattner