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