[UB] Don't allocate space for contained types and then try to copy the
[oota-llvm.git] / lib / IR / Type.cpp
2015-08-04 Chandler Carruth[UB] Don't allocate space for contained types and then...
2015-08-01 Craig TopperMark CompositeType::getTypeAtIndex as const. NFC
2015-08-01 Craig TopperMark Type::getPointerTo as const. Unfortunately, this...
2015-08-01 Craig TopperMerge the const and non-const Type::getScalarType to...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-28 Craig TopperRemove unnecessary const_casts. NFC
2015-06-02 Nick LewyckyInt128 is also a built-in preconstructed type.
2015-05-18 Filipe CabecinhasExtract the load/store type verification to a separate...
2015-04-17 Kit BartonAdd the i128 builtin type to LLVM.
2015-02-12 Chandler Carruth[slp] Fix a nasty bug in the SLP vectorizer that Joerg...
2014-12-06 Benjamin KramerTurn some DenseMaps that are only used for set operatio...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-08-31 Matt ArsenaultConsider addrspaces in canLosslesslyBitCastTo()
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-08 Rafael Espindolapr20588: add missing calls to va_end.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2013-12-28 Craig TopperMark some Type and EVT methods as LLVM_READONLY.
2013-12-07 Kaelyn UhrainFix the segfault reported in PR 11990.
2013-12-06 Rafael Espindolamicro optimization: isSizedDerivedType is only called...
2013-11-11 Benjamin KramerSimplify code. No functionality change.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.