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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
32
-242
/
+543
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
22
-245
/
+165
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
35
-581
/
+751
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
35
-937
/
+686
*
Merging r196768:
Bill Wendling
2013-12-10
1
-0
/
+5
*
Annotate APInt methods where it's not clear whether they are in place with wa...
Benjamin Kramer
2013-11-16
2
-35
/
+41
*
Fix a null pointer dereference when copying a null polymorphic pointer.
Chandler Carruth
2013-11-13
1
-1
/
+1
*
Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRef
Pete Cooper
2013-11-11
1
-0
/
+7
*
Switch to allow implicit construction. In many cases, we're wrapping
Chandler Carruth
2013-11-09
1
-1
/
+1
*
Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat silly
Chandler Carruth
2013-11-09
1
-0
/
+117
*
Add ImmutableSet profiling info for 'bool'.
Jordan Rose
2013-11-08
1
-0
/
+12
*
Add {start,end}with_lower methods to StringRef.
Rui Ueyama
2013-10-30
1
-0
/
+6
*
Rehash but don't grow when full of tombstones.
Howard Hinnant
2013-10-30
1
-3
/
+2
*
Undefine NetBSD, it may have been defined by an earlier include of
Joerg Sonnenberger
2013-09-25
1
-0
/
+1
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-09-23
1
-1
/
+2
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-4
/
+8
*
Add warn_unused_result to empty() on various containers.
Benjamin Kramer
2013-09-13
4
-5
/
+9
*
Add a Python-like join function to merge a list of strings with a
Joerg Sonnenberger
2013-09-03
1
-0
/
+43
*
Clean up some usage of Triple. The base class has methods for determining if...
Cameron Esfahani
2013-08-29
1
-1
/
+6
*
isCharInSet refactoring.
Alexander Kornienko
2013-08-29
1
-1
/
+1
*
Add a function object to compare the first or second component of a std::pair.
Benjamin Kramer
2013-08-24
1
-0
/
+16
*
Added const qualifier to StringRef::edit_distance member function
Dmitri Gribenko
2013-08-24
1
-1
/
+1
*
ADT/Triple: Helper to determine if we are targeting the Windows CRT
David Majnemer
2013-08-21
1
-0
/
+5
*
Basic unit tests for PointerUnion
David Blaikie
2013-08-21
1
-1
/
+1
*
Make sure that pop_back_val() result is used.
Jakub Staszak
2013-08-19
2
-2
/
+2
*
I'm told that != is not ==
Chris Lattner
2013-08-16
1
-1
/
+1
*
allow != to compare PointerUnion, we already support ==.
Chris Lattner
2013-08-16
1
-2
/
+9
*
Add difference_type to ImmutableMap/Set iterators so they have a complete set...
Benjamin Kramer
2013-08-16
2
-0
/
+2
*
Calling the base class constructor from the derived class' initializer list. ...
Aaron Ballman
2013-08-16
1
-2
/
+2
*
Commit a no-op change to StringRef to (hopefully) trigger build bots.
Chandler Carruth
2013-08-07
1
-1
/
+1
*
Remove the assertion for now. This breaks lld.
Dmitri Gribenko
2013-08-07
1
-3
/
+0
*
YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo
Dmitri Gribenko
2013-08-07
1
-0
/
+3
*
Fix -Wdocumentation warnings.
Rafael Espindola
2013-07-28
1
-2
/
+2
*
[APFloat] Removed nextafter from missing operations since it is implemented i...
Michael Gottesman
2013-07-27
1
-1
/
+1
*
Use a non-c'tor for converting a boolean into a StringRef.
Bill Wendling
2013-07-26
1
-4
/
+4
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-0
/
+1
*
Add a bool->StringRef c'tor to StringRef.
Bill Wendling
2013-07-25
1
-0
/
+4
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-1
/
+0
*
Sync SmallBitVector with BitVector. Add unit tests for the missing methods.
Benjamin Kramer
2013-07-11
1
-0
/
+34
*
Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree.
Argyrios Kyrtzidis
2013-07-10
1
-62
/
+0
*
Revert r185852.
Manman Ren
2013-07-08
1
-8
/
+0
*
StringRef: add DenseMapInfo for StringRef.
Manman Ren
2013-07-08
1
-0
/
+8
*
[ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> Nullabl...
Argyrios Kyrtzidis
2013-07-08
1
-0
/
+10
*
Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...
Michael Gottesman
2013-06-27
1
-1
/
+0
*
Revert "[APFloat] Removed APFloat constructor which initialized to either zer...
Michael Gottesman
2013-06-27
1
-0
/
+1
*
[APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...
Michael Gottesman
2013-06-27
1
-1
/
+0
*
[APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...
Michael Gottesman
2013-06-24
1
-0
/
+1
*
[APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...
Michael Gottesman
2013-06-24
1
-2
/
+8
*
[APFloat] Removed out of date comment from isNormal().
Michael Gottesman
2013-06-24
1
-3
/
+0
*
[APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.
Michael Gottesman
2013-06-24
1
-4
/
+4
[next]