aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ArrayRef.h
Commit message (Expand)AuthorAgeFilesLines
* 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