aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ArrayRef.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-62/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+70
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-11/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+9
* Merging r196768:Bill Wendling2013-12-101-0/+5
* Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper2013-11-111-0/+7
* isCharInSet refactoring.Alexander Kornienko2013-08-291-1/+1
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-1/+8
* ArrayRef reverse iterators.Andrew Trick2013-01-251-0/+5
* whitespaceAndrew Trick2013-01-251-12/+12
* Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith2012-08-221-4/+9
* Use the most basic superclass of SmallVector in ArrayRef.Benjamin Kramer2012-04-281-1/+1
* Introduce a new MutableArrayRef class, which refers to a series of mutableChris Lattner2012-01-191-1/+83
* Trailing spaces.Jakub Staszak2012-01-171-22/+21
* add some missing const qualifiers.Chris Lattner2012-01-171-2/+2
* Omit explicit length here, now that I've had a chance to test this with gcc.Frits van Bommel2011-07-241-1/+1
* Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ...Frits van Bommel2011-07-181-1/+1
* Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ...Frits van Bommel2011-07-181-1/+47
* Add some bits that I found useful when converting InsertValueInst andJay Foad2011-07-131-1/+30
* Extend ConstantUniqueMap with a new template parameter ValRefType,Jay Foad2011-06-221-0/+7
* Fix typo in comment.Jay Foad2011-04-131-2/+2
* add some slice helper methods.Chris Lattner2011-03-021-2/+13
* add a data() method.Chris Lattner2011-02-271-0/+2
* Implement TODO for implicit C-array-to-ArrayRef conversion.Frits van Bommel2011-02-231-1/+4
* fix commentsChris Lattner2011-02-151-2/+2
* fix some typos.Chris Lattner2011-02-151-5/+5
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-141-2/+2
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-141-2/+2
* add a new ArrayRef class. This is intended to replace the idiom weChris Lattner2011-02-141-0/+121