summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ArrayRef.h
Commit message (Expand)AuthorAge
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* ArrayRef reverse iterators.Andrew Trick2013-01-25
* whitespaceAndrew Trick2013-01-25
* Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith2012-08-22
* Use the most basic superclass of SmallVector in ArrayRef.Benjamin Kramer2012-04-28
* Introduce a new MutableArrayRef class, which refers to a series of mutableChris Lattner2012-01-19
* Trailing spaces.Jakub Staszak2012-01-17
* add some missing const qualifiers.Chris Lattner2012-01-17
* Omit explicit length here, now that I've had a chance to test this with gcc.Frits van Bommel2011-07-24
* Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ...Frits van Bommel2011-07-18
* Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ...Frits van Bommel2011-07-18
* Add some bits that I found useful when converting InsertValueInst andJay Foad2011-07-13
* Extend ConstantUniqueMap with a new template parameter ValRefType,Jay Foad2011-06-22
* Fix typo in comment.Jay Foad2011-04-13
* add some slice helper methods.Chris Lattner2011-03-02
* add a data() method.Chris Lattner2011-02-27
* Implement TODO for implicit C-array-to-ArrayRef conversion.Frits van Bommel2011-02-23
* fix commentsChris Lattner2011-02-15
* fix some typos.Chris Lattner2011-02-15
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-14
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-14
* add a new ArrayRef class. This is intended to replace the idiom weChris Lattner2011-02-14