ADT: Implement MutableArrayRef::reverse_iterator
[oota-llvm.git] / include / llvm / ADT / ArrayRef.h
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...