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
2009-02-14
80-column violation.
Mikhail Glushenkov
2009-01-07
Assert that VectorType::getTruncatedElementVectorType is not used with
Bob Wilson
2009-01-07
Improve support for type-generic vector intrinsics by teaching TableGen how
Bob Wilson
2008-06-05
Remove unused parameter. Some clients might use -Werror when compiling and
Bill Wendling
2008-05-31
IR, bitcode reader, bitcode writer, and asmparser changes to
Dan Gohman
2008-05-19
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-12
Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef
Nate Begeman
2008-04-23
Enforce that multiple return values have to have at least one result.
Chris Lattner
2008-04-09
Update comments to use 2.0 syntax type names.
Dan Gohman
2008-03-21
Make it possible to get an empty struct using
Duncan Sands
2008-03-19
add some convenience methods for creating GEP instructions and
Chris Lattner
2008-03-04
Revert SmallVector ctor variants.
Devang Patel
2008-03-04
Add FunctionType ctor variant that takes SmallVector params.
Devang Patel
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-11
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-10-17
Updated VC++ build system.
Hartmut Kaiser
2007-07-16
Fix comments about vectors to use the current wording.
Dan Gohman
2007-05-04
if functiontype is going to have a pointer to a paramattr object, it better
Chris Lattner
2007-05-03
remove two useless functions. Just inherit Type's implementation instead.
Chris Lattner
2007-04-22
For PR1146:
Reid Spencer
2007-04-09
For PR1146:
Reid Spencer
2007-04-06
For PR1209:
Reid Spencer
2007-03-23
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-03-22
For PR1145:
Reid Spencer
2007-03-04
add a getSignBit method, elimiante virtual method from getBitMask()
Chris Lattner
2007-03-01
Reduce #includage by taking a method out of line.
Reid Spencer
2007-03-01
Add an IntegerType::getMask() method to get an APInt mask for the type.
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-19
For PR1043:
Reid Spencer
2007-01-18
Provide an isPowerOf2ByteWidth method for the IntegerType class. This will
Reid Spencer
2007-01-12
inline isIntegral to make this method look like classof for all other
Chris Lattner
2007-01-12
For PR1064:
Reid Spencer
2007-01-05
Change the syntax for parameter attributes:
Reid Spencer
2007-01-04
remove the 'protected' workaround now that we don't care about gcc 2.95 anymore.
Chris Lattner
2006-12-31
For PR950:
Reid Spencer
2006-12-29
Make a variable private now that the conditions requiring it to be
Reid Spencer
2006-12-08
Packed Structures
Andrew Lenharth
2006-11-15
Add a method to get the bit width of a packed type.
Reid Spencer
2006-02-07
add a new Type::getIntegralTypeMask() method, which is useful for clients that
Chris Lattner
2005-11-13
Shrink derived types by 8 bytes each by not having to have 2 vtables pointers
Chris Lattner
2005-11-13
Refactor some code, moving methods and data around. This gets rid of some
Chris Lattner
2005-05-15
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-08
Fix VC++ compilation error
Jeff Cohen
2005-01-08
Allow array types to have 64-bit size.
Chris Lattner
2004-11-15
Warning fixes for VC++, contributed by Morten Ofstad!
Chris Lattner
[next]