index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
DerivedTypes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
It is legal to index into sequential types with any integer
Chris Lattner
2003-11-25
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Vector is my friend, do you like vector?
Chris Lattner
2003-10-15
1
-0
/
+1
*
Make getContainedType more efficient by not returning null if out of range!
Chris Lattner
2003-10-09
1
-4
/
+3
*
Minor cleanups
Chris Lattner
2003-10-03
1
-22
/
+14
*
This checkin basically amounts to a complete rewrite of the type-resolution
Chris Lattner
2003-10-03
1
-46
/
+37
*
Make the PATypeHolder use a simple union-find implementation to handle
Chris Lattner
2003-10-02
1
-4
/
+51
*
There is no reason for Value to be an AbstractTypeUser. This just makes things
Chris Lattner
2003-10-02
1
-2
/
+13
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Get friendly
Chris Lattner
2003-09-05
1
-2
/
+11
*
Reshuffling of APIs
Chris Lattner
2003-09-05
1
-1
/
+44
*
Remove method
Chris Lattner
2003-09-04
1
-7
/
+0
*
Other minor cleanups while I'm in the area
Chris Lattner
2003-09-01
1
-10
/
+3
*
Fix spell-o
Chris Lattner
2003-09-01
1
-1
/
+2
*
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
1
-1
/
+1
*
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
1
-6
/
+6
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+0
*
Detemplatize the PATypeHandle class, which was only really instantiated on 'T...
Chris Lattner
2003-06-18
1
-9
/
+8
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Convert index type for getelementptr instruction from uint to long
Chris Lattner
2002-09-11
1
-2
/
+2
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-2
/
+2
*
* Delete getNumAbstractTypeUsers method
Chris Lattner
2002-04-05
1
-17
/
+7
*
Remove backwards compatibility code
Chris Lattner
2002-04-04
1
-5
/
+0
*
Add more accessors
Chris Lattner
2002-03-29
1
-0
/
+8
*
s/Method/Function
Chris Lattner
2002-03-29
1
-1
/
+1
*
Rename MethodType to FunctionType, provide a #define
Chris Lattner
2002-03-29
1
-11
/
+14
*
Allow clients to use FunctionType as well as MethodType for now
Chris Lattner
2002-03-26
1
-0
/
+2
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-7
/
+8
*
PointerType and ArrayType now subclass Sequential type, which contains addres...
Chris Lattner
2001-12-14
1
-70
/
+86
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-1
/
+1
*
Add new CompositeType shared baseclass of ArrayType and StructType
Chris Lattner
2001-11-26
1
-2
/
+61
*
Fix major bugs in type resolution
Chris Lattner
2001-11-03
1
-2
/
+6
*
* Minor Formatting changes.
Chris Lattner
2001-10-13
1
-5
/
+7
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-24
/
+24
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-3
/
+48
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-0
/
+10
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
1
-1
/
+0
*
* Add new DerivedType base class that goes between Type and the derived types
Chris Lattner
2001-09-07
1
-29
/
+168
*
Remove target specific code, move to TargetData.cpp file
Chris Lattner
2001-08-27
1
-50
/
+1
*
Add support for extern varargs methods & varargs method calls
Chris Lattner
2001-07-25
1
-1
/
+3
*
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
Chris Lattner
2001-07-23
1
-2
/
+2
*
Fix coding style issues to actually attempt to be somewhat uniform
Chris Lattner
2001-07-23
1
-48
/
+28
*
Eliminate lots of unnecessary #includes and forward decls
Chris Lattner
2001-07-21
1
-4
/
+1
*
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
1
-1
/
+1
*
Compute and cache information about the storage size and layout
Vikram S. Adve
2001-07-20
1
-3
/
+75
*
Add short forms of the get*Type methods.
Chris Lattner
2001-07-20
1
-0
/
+12
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+120