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
*
Actually privatize a IntegerTypes, and fix a few bugs exposed by this.
Owen Anderson
2009-08-13
1
-8
/
+13
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-4
/
+4
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
1
-4
/
+7
*
Minor whitespace fix, so this doesn't look like a unary *.
Dan Gohman
2009-08-03
1
-1
/
+1
*
improve the APIs for creating struct and function types with no arguments/ele...
Chris Lattner
2009-07-01
1
-0
/
+15
*
Forgot this file in my last commit.
Owen Anderson
2009-06-16
1
-0
/
+4
*
Create FunctionType::isValidArgumentType to go along with isValidReturnType.
Nick Lewycky
2009-06-07
1
-0
/
+20
*
80-column violation.
Mikhail Glushenkov
2009-02-14
1
-16
/
+16
*
Assert that VectorType::getTruncatedElementVectorType is not used with
Bob Wilson
2009-01-07
1
-0
/
+2
*
Improve support for type-generic vector intrinsics by teaching TableGen how
Bob Wilson
2009-01-07
1
-0
/
+20
*
Remove unused parameter. Some clients might use -Werror when compiling and
Bill Wendling
2008-06-05
1
-2
/
+2
*
IR, bitcode reader, bitcode writer, and asmparser changes to
Dan Gohman
2008-05-31
1
-1
/
+11
*
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-19
1
-11
/
+11
*
Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef
Nate Begeman
2008-05-12
1
-0
/
+10
*
Enforce that multiple return values have to have at least one result.
Chris Lattner
2008-04-23
1
-0
/
+4
*
Update comments to use 2.0 syntax type names.
Dan Gohman
2008-04-09
1
-1
/
+1
*
Make it possible to get an empty struct using
Duncan Sands
2008-03-21
1
-2
/
+3
*
add some convenience methods for creating GEP instructions and
Chris Lattner
2008-03-19
1
-0
/
+5
*
Revert SmallVector ctor variants.
Devang Patel
2008-03-04
1
-9
/
+0
*
Add FunctionType ctor variant that takes SmallVector params.
Devang Patel
2008-03-04
1
-0
/
+9
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-2
/
+9
*
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-11
1
-2
/
+7
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-17
/
+2
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
1
-2
/
+5
*
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
1
-1
/
+1
*
if functiontype is going to have a pointer to a paramattr object, it better
Chris Lattner
2007-05-04
1
-3
/
+3
*
remove two useless functions. Just inherit Type's implementation instead.
Chris Lattner
2007-05-03
1
-8
/
+0
*
For PR1146:
Reid Spencer
2007-04-22
1
-1
/
+0
*
For PR1146:
Reid Spencer
2007-04-09
1
-37
/
+8
*
For PR1209:
Reid Spencer
2007-04-06
1
-12
/
+15
*
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-03-23
1
-4
/
+4
*
For PR1145:
Reid Spencer
2007-03-22
1
-1
/
+2
*
add a getSignBit method, elimiante virtual method from getBitMask()
Chris Lattner
2007-03-04
1
-1
/
+7
*
Reduce #includage by taking a method out of line.
Reid Spencer
2007-03-01
1
-4
/
+2
*
Add an IntegerType::getMask() method to get an APInt mask for the type.
Reid Spencer
2007-03-01
1
-0
/
+8
*
For PR1195:
Reid Spencer
2007-02-15
1
-2
/
+2
*
For PR1195:
Reid Spencer
2007-02-15
1
-17
/
+17
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-1
/
+7
*
For PR1043:
Reid Spencer
2007-01-19
1
-0
/
+7
*
Provide an isPowerOf2ByteWidth method for the IntegerType class. This will
Reid Spencer
2007-01-18
1
-0
/
+6
*
inline isIntegral to make this method look like classof for all other
Chris Lattner
2007-01-12
1
-1
/
+3
*
For PR1064:
Reid Spencer
2007-01-12
1
-0
/
+35
*
Change the syntax for parameter attributes:
Reid Spencer
2007-01-05
1
-4
/
+5
*
remove the 'protected' workaround now that we don't care about gcc 2.95 anymore.
Chris Lattner
2007-01-04
1
-39
/
+0
*
For PR950:
Reid Spencer
2006-12-31
1
-5
/
+43
*
Make a variable private now that the conditions requiring it to be
Reid Spencer
2006-12-29
1
-7
/
+0
*
Packed Structures
Andrew Lenharth
2006-12-08
1
-2
/
+5
*
Add a method to get the bit width of a packed type.
Reid Spencer
2006-11-15
1
-0
/
+6
[next]