index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
ArrayRef.h
Age
Commit message (
Expand
)
Author
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-01-25
ArrayRef reverse iterators.
Andrew Trick
2013-01-25
whitespace
Andrew Trick
2012-08-22
Reduce alignment of SmallVector<T> to the required amount, rather than forcin...
Richard Smith
2012-04-28
Use the most basic superclass of SmallVector in ArrayRef.
Benjamin Kramer
2012-01-19
Introduce a new MutableArrayRef class, which refers to a series of mutable
Chris Lattner
2012-01-17
Trailing spaces.
Jakub Staszak
2012-01-17
add some missing const qualifiers.
Chris Lattner
2011-07-24
Omit explicit length here, now that I've had a chance to test this with gcc.
Frits van Bommel
2011-07-18
Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ...
Frits van Bommel
2011-07-18
Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ...
Frits van Bommel
2011-07-13
Add some bits that I found useful when converting InsertValueInst and
Jay Foad
2011-06-22
Extend ConstantUniqueMap with a new template parameter ValRefType,
Jay Foad
2011-04-13
Fix typo in comment.
Jay Foad
2011-03-02
add some slice helper methods.
Chris Lattner
2011-02-27
add a data() method.
Chris Lattner
2011-02-23
Implement TODO for implicit C-array-to-ArrayRef conversion.
Frits van Bommel
2011-02-15
fix comments
Chris Lattner
2011-02-15
fix some typos.
Chris Lattner
2011-02-14
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
add a new ArrayRef class. This is intended to replace the idiom we
Chris Lattner