Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to...
[oota-llvm.git] / lib / IR / Type.cpp
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.