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
...
*
[llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-1
/
+1
*
Add support for Nuxi CloudABI.
Ed Schouten
2015-03-09
1
-0
/
+6
*
Drop the hacks used for partial C99 math libraries.
Benjamin Kramer
2015-03-09
1
-3
/
+4
*
Explicitly default ilistTest::Node's copy constructor
David Blaikie
2015-03-04
1
-1
/
+2
*
Explicitly default DenseMapTest::CtorTest::operator=
David Blaikie
2015-03-04
1
-0
/
+1
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
2
-4
/
+1
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
2
-1
/
+4
*
DeltaAlgorithm: Provide protected default copy ctor for use by test derived c...
David Blaikie
2015-03-03
1
-1
/
+1
*
Remove no-op dtor so that use of the implicit copy ctor/assignment operator a...
David Blaikie
2015-03-03
1
-1
/
+0
*
Remove explicit copy ctor in favor of the default so as not to disable/deprec...
David Blaikie
2015-03-03
1
-2
/
+0
*
SmallVector: Allow initialization and assignment from initializer_list.
Benjamin Kramer
2015-03-02
1
-0
/
+19
*
ArrayRef: Remove the equals helper with many arguments.
Benjamin Kramer
2015-03-01
1
-14
/
+14
*
Correcting the ArrayRef test to not cause use-after-free bugs with initialize...
Aaron Ballman
2015-02-17
1
-3
/
+5
*
Adding additional tests to ensure that initializer lists created from return ...
Aaron Ballman
2015-02-17
1
-0
/
+13
*
Addressing a post-commit review comment suggesting to avoid using direct init...
Aaron Ballman
2015-02-17
1
-1
/
+1
*
I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in ...
Aaron Ballman
2015-02-17
1
-0
/
+6
*
ADT/PointerIntPairTest.cpp: Prune obsolete #if. We don't support msc17 anymore.
NAKAMURA Takumi
2015-02-17
1
-2
/
+0
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
3
-15
/
+15
*
ADT: Allow up to 18 arguments in hash_combine()
Duncan P. N. Exon Smith
2015-02-09
1
-0
/
+25
*
SmallVector: Move emplace_back to SmallVectorImpl.
Benjamin Kramer
2015-02-07
1
-0
/
+8
*
ADT: Add int64_t interoperability to APSInt
Duncan P. N. Exon Smith
2015-02-05
1
-0
/
+102
*
The canonical CPU variant for ARM according to config.guess uses a
Joerg Sonnenberger
2015-01-26
1
-0
/
+17
*
[ADT] Add move operations to SmallVector<T,N> from SmallVectorImpl<T>.
Lang Hames
2015-01-23
1
-6
/
+75
*
[tinyptrvector] Add in a MutableArrayRef implicit conversion operator to comp...
Michael Gottesman
2015-01-19
1
-0
/
+21
*
Disable -Wunknown-pragmas in a test so that Clang without -Wself-move will not
Richard Trieu
2015-01-14
1
-0
/
+4
*
Silence warnings about unknown pragmas for compilers that are not Clang. NFC.
Aaron Ballman
2015-01-13
1
-1
/
+4
*
Disable a warning for self move since the test is checking for this behavior.
Richard Trieu
2015-01-13
1
-0
/
+4
*
[APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.
Lang Hames
2015-01-04
1
-0
/
+41
*
Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar...
Chandler Carruth
2015-01-01
1
-35
/
+0
*
Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the...
Michael Gottesman
2014-12-31
1
-0
/
+26
*
Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an...
Michael Gottesman
2014-12-31
1
-0
/
+218
*
Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where...
Michael Gottesman
2014-12-31
1
-0
/
+35
*
Silencing several "multiple copy constructors" warnings from MSVC; NFC.
Aaron Ballman
2014-12-03
1
-1
/
+0
*
ADT: Add SmallVector<>::emplace_back()
Duncan P. N. Exon Smith
2014-12-03
1
-0
/
+131
*
Compilation test for PostOrderIterator.
Michael Ilseman
2014-11-20
2
-0
/
+38
*
[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.
Lang Hames
2014-11-19
1
-0
/
+12
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-6
/
+4
*
StringMap: Test and finish off supporting perfectly forwarded values in Strin...
David Blaikie
2014-11-14
1
-1
/
+15
*
Ensure function_refs are copyable even from non-const references
David Blaikie
2014-11-12
2
-0
/
+29
*
Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(),...
Michael Gottesman
2014-10-27
1
-0
/
+25
*
[ADT] Add a 'find_as' operation to DenseSet.
Lang Hames
2014-10-19
1
-0
/
+38
*
[ADT] Add an (ADL-friendly) abs free function for APFloat that returns
Chandler Carruth
2014-10-10
1
-0
/
+38
*
Add minnum / maxnum to APFloat
Matt Arsenault
2014-10-10
1
-0
/
+22
*
[ADT] Replace the logb implementation with the simpler and much closer
Chandler Carruth
2014-10-10
1
-49
/
+27
*
[ADT] Add the scalbn function for APFloat.
Chandler Carruth
2014-10-10
1
-0
/
+43
*
[ADT] Implement the 'logb' functionality for APFloat. This is necessary
Chandler Carruth
2014-10-10
1
-0
/
+51
*
[ADT] Add basic operator overloads for arithmetic to APFloat to make
Chandler Carruth
2014-10-09
1
-0
/
+20
*
Add return value and negative checks to MapVector::erase from r219240.
Kaelyn Takata
2014-10-07
1
-1
/
+4
*
Add size_t MapVector::erase(KeyT) similar to the one in std::map.
Kaelyn Takata
2014-10-07
1
-0
/
+5
*
Update test name to match changes made in r218783
David Blaikie
2014-10-01
1
-1
/
+1
[prev]
[next]