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
*
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-05-03
1
-0
/
+1
*
Replaced usages of size_type with size_t to be more consistent.
Aaron Ballman
2013-05-02
1
-8
/
+8
*
fix windows warning.
Peng Cheng
2013-05-01
1
-2
/
+2
*
use static_cast to get rid of windows warning.
Peng Cheng
2013-05-01
1
-1
/
+1
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
1
-77
/
+0
*
typo
Jia Liu
2013-04-22
1
-1
/
+1
*
Fix typo
Eli Bendersky
2013-04-18
1
-1
/
+1
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
1
-2
/
+2
*
Fix PointerIntPair to be enum class compatible.
Joe Groff
2013-04-09
1
-26
/
+26
*
Document the return value of SmallSet insert.
Nadav Rotem
2013-04-04
1
-0
/
+1
*
SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
2013-03-29
2
-17
/
+18
*
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...
Rafael Espindola
2013-03-29
2
-18
/
+17
*
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
2013-03-29
2
-17
/
+18
*
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-27
3
-18
/
+4
*
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
1
-2
/
+2
*
Add std prefixes to fix the build with xlc.
Rafael Espindola
2013-03-20
1
-1
/
+1
*
[ADT] Fix StringSet::insert() to not allocate on every lookup.
Daniel Dunbar
2013-03-15
1
-12
/
+14
*
Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...
Craig Topper
2013-03-15
1
-6
/
+6
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
1
-1
/
+43
*
Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!
Aaron Ballman
2013-02-27
1
-7
/
+7
*
Another test commit. Remove trailing whitespace.
Matt Arsenault
2013-02-26
1
-1
/
+1
*
Test commit. Remove trailing whitespace.
Matt Arsenault
2013-02-26
1
-3
/
+3
*
An Optional<T> is pod-like if the inner type is.
Benjamin Kramer
2013-02-22
1
-0
/
+6
*
Clear the whole table including the tombstones, since the tombstone count will
Pedro Artigas
2013-02-21
1
-1
/
+1
*
Add move ctor/assignment to Optional<T>
David Blaikie
2013-02-21
1
-0
/
+29
*
Correct spelling of 'enumerator'.
David Blaikie
2013-02-21
1
-1
/
+1
*
Make Optional<T>'s operator bool 'explicit' in C++11
David Blaikie
2013-02-21
1
-1
/
+1
*
ADT/Optional.h: Appease msvc. It reapplies r175626.
NAKAMURA Takumi
2013-02-21
1
-1
/
+1
*
Provide a "None" value for convenience when using Optional<T>()
David Blaikie
2013-02-21
2
-0
/
+29
*
Revert r175626, "ADT/Optional.h: Appease msvc."
NAKAMURA Takumi
2013-02-20
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-02-20
1
-7
/
+7
*
ADT/Optional.h: Appease msvc.
NAKAMURA Takumi
2013-02-20
1
-1
/
+1
*
Move the SplatByte helper to APInt and generalize it a bit.
Benjamin Kramer
2013-02-20
1
-0
/
+11
*
Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.
David Blaikie
2013-02-20
1
-3
/
+3
*
Allow llvm::Optional to work with types without default constructors.
David Blaikie
2013-02-20
1
-11
/
+47
*
Move part of APInt implementation from header to cpp file. These methods
Jakub Staszak
2013-02-20
1
-38
/
+5
*
Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...
Douglas Gregor
2013-02-19
1
-7
/
+4
*
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
2
-7
/
+7
*
Add front/back/erase to MapVector.
Douglas Gregor
2013-02-18
1
-0
/
+15
*
Add missing typename to unbreak the MSVC 2012 build.
Francois Pichet
2013-02-14
2
-10
/
+10
*
Fix iterator definitions for ImmutableSet and ImmutableMap.
Ryan Govostes
2013-02-13
2
-20
/
+24
*
Add iterator_traits to ImmutableMap and ImmutableSet.
Ryan Govostes
2013-02-13
2
-0
/
+10
*
Remove unnecessary condtional assignment. The next line ignores the result of...
Craig Topper
2013-02-13
1
-1
/
+0
*
ADT: Correct APInt::getActiveWords for zero values
Meador Inge
2013-02-07
1
-1
/
+2
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+1
*
Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOS
Michael Gottesman
2013-01-30
1
-1
/
+6
*
Add an insert() method to MapVector. Adds the first MapVector unit test.
Nick Lewycky
2013-01-25
1
-0
/
+13
*
ArrayRef reverse iterators.
Andrew Trick
2013-01-25
1
-0
/
+5
*
whitespace
Andrew Trick
2013-01-25
1
-12
/
+12
*
Add asserts to SmallVector so that calls to front() and back() only succeed
Richard Trieu
2013-01-24
1
-0
/
+4
[next]