De-constify pointers to Type since they can't be modified. NFC
[oota-llvm.git] / include / llvm / IR / DerivedTypes.h
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 James Y KnightFix alignment issues in LLVM.
2015-05-18 Filipe CabecinhasExtract the load/store type verification to a separate...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-11-21 Rafael EspindolaAdd params() to FunctionType. NFC.
2014-11-21 Rafael EspindolaAdd and use a helper elements() to StructType. NFC.
2014-11-04 Reid KlecknerRename END_WITH_NULL to LLVM_END_WITH_NULL and move...
2014-08-25 Dylan NoblesmithIR: remove dead code
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-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2013-12-07 Kaelyn UhrainFix the segfault reported in PR 11990.
2013-05-01 Peng Chengget rid of windows warning:
2013-03-01 Peng Chengtest commit to use consistent comment notation.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...