index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
APInt: Add overload of isMask
Matt Arsenault
2016-04-12
1
-0
/
+17
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
3
-23
/
+15
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
3
-15
/
+23
*
Add a copy constructor to StringMap
Hal Finkel
2016-03-30
1
-0
/
+27
*
StringMap/DenseMap unittests: use piecewise_construct and ensure no copy occurs.
Mehdi Amini
2016-03-25
2
-22
/
+22
*
[SetVector] Add erase() method
Jun Bum Lim
2016-03-25
2
-0
/
+35
*
Revert "[SetVector] Add erase() method"
Jun Bum Lim
2016-03-25
2
-35
/
+0
*
Improve StringMap unittests: reintroduce move count, but shield against std::...
Mehdi Amini
2016-03-25
1
-5
/
+12
*
Ensure that the StringMap does not grow during the test for pre-allocation/re...
Mehdi Amini
2016-03-25
1
-0
/
+3
*
[SetVector] Add erase() method
Jun Bum Lim
2016-03-25
2
-0
/
+35
*
Disable counting the number of move in the unittest, it seems to rely on move...
Mehdi Amini
2016-03-25
2
-4
/
+9
*
Query the StringMap only once when creating MDString (NFC)
Mehdi Amini
2016-03-25
1
-14
/
+47
*
Adjust initial size in StringMap constructor to guarantee no grow()
Mehdi Amini
2016-03-25
1
-3
/
+42
*
Fix DenseMap::reserve(): the formula was wrong
Mehdi Amini
2016-03-25
1
-7
/
+118
*
[ADT] C++11ify SmallVector::erase's arguments from iterator to const_iterator
David Blaikie
2016-03-24
1
-2
/
+4
*
APFloat: Fix signalling nans for scalbn
Matt Arsenault
2016-03-23
1
-1
/
+16
*
StringRef::copy shouldn't allocate anything for length 0 strings.
Pete Cooper
2016-03-23
1
-0
/
+9
*
Fix unittests: resize() -> reserve()
Mehdi Amini
2016-03-22
1
-1
/
+1
*
APFloat: Add frexp
Matt Arsenault
2016-03-21
1
-1
/
+127
*
Implement constant folding for bitreverse
Matt Arsenault
2016-03-21
1
-0
/
+42
*
Revert "allow lambdas in mapped_iterator"
Mike Aizatsky
2016-03-17
2
-52
/
+0
*
allow lambdas in mapped_iterator
Mike Aizatsky
2016-03-17
2
-0
/
+52
*
DenseMap: make .resize() do the intuitive thing
Fiona Glaser
2016-03-15
1
-0
/
+13
*
[ADT] Add a pop_back_val method to the SparseSet container.
Quentin Colombet
2016-03-14
1
-0
/
+20
*
APFloat: Fix ilogb for denormals
Matt Arsenault
2016-03-13
1
-2
/
+16
*
APFloat: Fix scalbn handling of denormals
Matt Arsenault
2016-03-13
1
-22
/
+135
*
[ADT] Fix PointerEmbeddedInt when the underlying type is uintptr_t.
Jordan Rose
2016-02-18
1
-0
/
+34
*
[ADT] Add StringRef::{l,r}trim(char) overloads (NFC)
Vedant Kumar
2016-02-16
1
-1
/
+1
*
Add AMDGPU related triple vendors/OSes
Matt Arsenault
2016-02-13
1
-0
/
+12
*
[ADT] Revert the llvm/ADT/OptionSet.h header and unit test.
Argyrios Kyrtzidis
2016-02-12
2
-116
/
+0
*
[unittests/ADT] OptionSetTest: ifdef out for now a specific test that fails o...
Argyrios Kyrtzidis
2016-02-12
1
-0
/
+4
*
[unittests/ADT] OptionSetTest: ifdef out a part that fails to compile on MSVC.
Argyrios Kyrtzidis
2016-02-12
1
-0
/
+3
*
[ADT] Introduce ‘OptionSet’ in llvm/ADT headers, which is a utility class...
Argyrios Kyrtzidis
2016-02-12
2
-0
/
+109
*
ARMv7k: use Cortex-A7 by default even for tvOS
Tim Northover
2016-02-11
1
-0
/
+12
*
[lanai] Add Lanai triple.
Jacques Pienaar
2016-02-11
1
-0
/
+21
*
SmallPtrSetTest: More checks for the swap() testing
Matthias Braun
2016-01-29
1
-0
/
+24
*
SmallPtrSetTest: Check that iterators are still valid after erase()
Matthias Braun
2016-01-29
1
-0
/
+39
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-23
/
+0
*
Fix PointerIntPair so that it can use an enum class as its integer template a...
Michael Gottesman
2016-01-13
1
-0
/
+27
*
[ADT] Add an abstraction for embedding an integer within a pointer-like
Chandler Carruth
2016-01-10
2
-0
/
+47
*
[ADT] Add a sum type abstraction for pointer-like types.
Chandler Carruth
2016-01-10
2
-0
/
+114
*
[ADT] Use a nonce type with at least 4 byte alignment.
Chandler Carruth
2015-12-29
1
-0
/
+1
*
[ADT] Don't use a fixture just to get a nonce type for this unittest.
Chandler Carruth
2015-12-28
1
-12
/
+12
*
Handle ARMv6-J as an alias, instead of fake architecture
Artyom Skrobov
2015-11-20
1
-1
/
+1
*
Add isInteger() to APFloat.
Stephen Canon
2015-11-16
1
-1
/
+15
*
Handle ARMv6KZ naming
Artyom Skrobov
2015-11-16
1
-0
/
+4
*
ADT: Avoid relying on UB in ilist_node::getNextNode()
Duncan P. N. Exon Smith
2015-11-11
1
-6
/
+6
*
Add a unittest for SmallDenseMap that tests assigning a SmallDenseMap when it...
Michael Gottesman
2015-10-31
1
-0
/
+16
*
[X86] Make elfiamcu an OS, not an environment.
Michael Kuperstein
2015-10-27
1
-3
/
+3
*
[X86] Add support for elfiamcu triple
Michael Kuperstein
2015-10-25
1
-0
/
+6
[next]