index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
ArrayRef.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-62
/
+3
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-2
/
+0
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-1
/
+70
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-0
/
+6
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-11
/
+7
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-1
/
+9
*
Merging r196768:
Bill Wendling
2013-12-10
1
-0
/
+5
*
Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRef
Pete Cooper
2013-11-11
1
-0
/
+7
*
isCharInSet refactoring.
Alexander Kornienko
2013-08-29
1
-1
/
+1
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-1
/
+8
*
ArrayRef reverse iterators.
Andrew Trick
2013-01-25
1
-0
/
+5
*
whitespace
Andrew Trick
2013-01-25
1
-12
/
+12
*
Reduce alignment of SmallVector<T> to the required amount, rather than forcin...
Richard Smith
2012-08-22
1
-4
/
+9
*
Use the most basic superclass of SmallVector in ArrayRef.
Benjamin Kramer
2012-04-28
1
-1
/
+1
*
Introduce a new MutableArrayRef class, which refers to a series of mutable
Chris Lattner
2012-01-19
1
-1
/
+83
*
Trailing spaces.
Jakub Staszak
2012-01-17
1
-22
/
+21
*
add some missing const qualifiers.
Chris Lattner
2012-01-17
1
-2
/
+2
*
Omit explicit length here, now that I've had a chance to test this with gcc.
Frits van Bommel
2011-07-24
1
-1
/
+1
*
Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ...
Frits van Bommel
2011-07-18
1
-1
/
+1
*
Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ...
Frits van Bommel
2011-07-18
1
-1
/
+47
*
Add some bits that I found useful when converting InsertValueInst and
Jay Foad
2011-07-13
1
-1
/
+30
*
Extend ConstantUniqueMap with a new template parameter ValRefType,
Jay Foad
2011-06-22
1
-0
/
+7
*
Fix typo in comment.
Jay Foad
2011-04-13
1
-2
/
+2
*
add some slice helper methods.
Chris Lattner
2011-03-02
1
-2
/
+13
*
add a data() method.
Chris Lattner
2011-02-27
1
-0
/
+2
*
Implement TODO for implicit C-array-to-ArrayRef conversion.
Frits van Bommel
2011-02-23
1
-1
/
+4
*
fix comments
Chris Lattner
2011-02-15
1
-2
/
+2
*
fix some typos.
Chris Lattner
2011-02-15
1
-5
/
+5
*
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
1
-2
/
+2
*
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
1
-2
/
+2
*
add a new ArrayRef class. This is intended to replace the idiom we
Chris Lattner
2011-02-14
1
-0
/
+121