SmallVector: Resolve a long-standing fixme by using the existing unitialized_copy...
[oota-llvm.git] / include / llvm / ADT / ArrayRef.h
2015-01-01 Chandler CarruthRevert r225053: Add an ArrayRef upcasting constructor...
2014-12-31 Michael GottesmanAdd an ArrayRef upcasting constructor from ArrayRef...
2014-08-29 Craig TopperAdd conversion constructor to convert ArrayRef<T*>...
2014-08-19 Duncan P. N. Exon... ADT: Avoid using std::equal in ArrayRef::equals
2014-07-27 Chandler Carruth[ADT] Add a remarkbly useful little helper routine...
2014-07-05 David MajnemerADT: Add a drop_back() helper to ArrayRef
2014-04-18 Benjamin KramerMake the copy member of StringRef/ArrayRef generic...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-04-03 Dmitri GribenkoArrayRef: use std::vector::data() now that we are build...
2014-02-05 Nick KledzikFix layering StringRef copy using BumpPtrAllocator.
2013-12-09 David MajnemerADT: Implement MutableArrayRef::reverse_iterator
2013-11-11 Pete CooperAdd LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 suppo...
2013-08-29 Alexander KornienkoisCharInSet refactoring.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-01-25 Andrew TrickArrayRef reverse iterators.
2013-01-25 Andrew Trickwhitespace
2012-08-22 Richard SmithReduce alignment of SmallVector<T> to the required...
2012-04-28 Benjamin KramerUse the most basic superclass of SmallVector in ArrayRef.
2012-01-19 Chris LattnerIntroduce a new MutableArrayRef class, which refers...
2012-01-17 Jakub StaszakTrailing spaces.
2012-01-17 Chris Lattneradd some missing const qualifiers.
2011-07-24 Frits van BommelOmit explicit length here, now that I've had a chance...
2011-07-18 Frits van BommelHopefully fix some GCC-based buildbots. GCC apparently...
2011-07-18 Frits van BommelIntroduce the 'makeArrayRef(...)' family of functions...
2011-07-13 Jay FoadAdd some bits that I found useful when converting Inser...
2011-06-22 Jay FoadExtend ConstantUniqueMap with a new template parameter...
2011-04-13 Jay FoadFix typo in comment.
2011-03-02 Chris Lattneradd some slice helper methods.
2011-02-27 Chris Lattneradd a data() method.
2011-02-23 Frits van BommelImplement TODO for implicit C-array-to-ArrayRef conversion.
2011-02-15 Chris Lattnerfix comments
2011-02-15 Chris Lattnerfix some typos.
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-14 Chris Lattneradd a new ArrayRef class. This is intended to replace...