Reformat blank lines.
[oota-llvm.git] / include / llvm / IR / Type.h
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-08-14 David Majnemer[IR] Add token types
2015-08-08 David Majnemer[IR] Stop hacking around a bug in GCC 4.5
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-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-17 Kit BartonAdd the i128 builtin type to LLVM.
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2014-11-24 Rafael EspindolaAdd and use Type::subtypes. NFC.
2014-08-29 Robin MorissetFix typos in comments, NFC
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-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-28 Craig TopperMark some Type and EVT methods as LLVM_READONLY.
2013-12-07 Rafael EspindolaRemove the notion of primitive types.
2013-12-07 Rafael EspindolaRemove unused value.
2013-12-07 Kaelyn UhrainFix the segfault reported in PR 11990.
2013-10-16 Will DietzTypeFinder: prefer iterative algorithm to keep stack...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
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...