projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Silencing an MSVC warning about a switch statement with no cases; NFC.
[oota-llvm.git]
/
unittests
/
ADT
/
2015-02-05
Duncan P. N. Exon...
ADT: Add int64_t interoperability to APSInt
tree
|
commitdiff
2015-01-26
Joerg Sonnenberger
The canonical CPU variant for ARM according to config...
tree
|
commitdiff
2015-01-23
Lang Hames
[ADT] Add move operations to SmallVector<T,N> from...
tree
|
commitdiff
2015-01-19
Michael Gottesman
[tinyptrvector] Add in a MutableArrayRef implicit conve...
tree
|
commitdiff
2015-01-14
Richard Trieu
Disable -Wunknown-pragmas in a test so that Clang witho...
tree
|
commitdiff
2015-01-13
Aaron Ballman
Silence warnings about unknown pragmas for compilers...
tree
|
commitdiff
2015-01-13
Richard Trieu
Disable a warning for self move since the test is check...
tree
|
commitdiff
2015-01-04
Lang Hames
[APFloat][ADT] Fix sign handling logic for FMA results...
tree
|
commitdiff
2015-01-01
Chandler Carruth
Revert r225053: Add an ArrayRef upcasting constructor...
tree
|
commitdiff
2014-12-31
Michael Gottesman
Add 2x constructors for TinyPtrVector, one that takes...
tree
|
commitdiff
2014-12-31
Michael Gottesman
Add a SmallMapVector class that is a MapVector with...
tree
|
commitdiff
2014-12-31
Michael Gottesman
Add an ArrayRef upcasting constructor from ArrayRef...
tree
|
commitdiff
2014-12-03
Aaron Ballman
Silencing several "multiple copy constructors" warnings...
tree
|
commitdiff
2014-12-03
Duncan P. N. Exon...
ADT: Add SmallVector<>::emplace_back()
tree
|
commitdiff
2014-11-20
Michael Ilseman
Compilation test for PostOrderIterator.
tree
|
commitdiff
2014-11-19
Lang Hames
[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd...
tree
|
commitdiff
2014-11-19
David Blaikie
Remove StringMap::GetOrCreateValue in favor of StringMa...
tree
|
commitdiff
2014-11-14
David Blaikie
StringMap: Test and finish off supporting perfectly...
tree
|
commitdiff
2014-11-12
David Blaikie
Ensure function_refs are copyable even from non-const...
tree
|
commitdiff
2014-10-27
Michael Gottesman
Add MapVector::rbegin(), MapVector::rend() to completme...
tree
|
commitdiff
2014-10-19
Lang Hames
[ADT] Add a 'find_as' operation to DenseSet.
tree
|
commitdiff
2014-10-10
Chandler Carruth
[ADT] Add an (ADL-friendly) abs free function for APFlo...
tree
|
commitdiff
2014-10-10
Matt Arsenault
Add minnum / maxnum to APFloat
tree
|
commitdiff
2014-10-10
Chandler Carruth
[ADT] Replace the logb implementation with the simpler...
tree
|
commitdiff
2014-10-10
Chandler Carruth
[ADT] Add the scalbn function for APFloat.
tree
|
commitdiff
2014-10-10
Chandler Carruth
[ADT] Implement the 'logb' functionality for APFloat...
tree
|
commitdiff
2014-10-09
Chandler Carruth
[ADT] Add basic operator overloads for arithmetic to...
tree
|
commitdiff
2014-10-07
Kaelyn Takata
Add return value and negative checks to MapVector:...
tree
|
commitdiff
2014-10-07
Kaelyn Takata
Add size_t MapVector::erase(KeyT) similar to the one...
tree
|
commitdiff
2014-10-01
David Blaikie
Update test name to match changes made in r218783
tree
|
commitdiff
2014-10-01
David Blaikie
Add an immovable type to test Optional<T>::emplace...
tree
|
commitdiff
2014-10-01
NAKAMURA Takumi
ADTTests/OptionalTest.cpp: Use LLVM_DELETED_FUNCTION.
tree
|
commitdiff
2014-10-01
Jordan Rose
Add an emplace(...) method to llvm::Optional<T>.
tree
|
commitdiff
2014-09-29
Jordan Rose
Add getValueOr to llvm::Optional<T>.
tree
|
commitdiff
2014-09-19
Matt Arsenault
Add hsail and amdil64 to Triple
tree
|
commitdiff
2014-09-15
Ed Maste
Add unit test for r217454
tree
|
commitdiff
2014-08-31
David Blaikie
Add some negative (and positive) static_assert checks...
tree
|
commitdiff
2014-08-30
Craig Topper
Add a test for converting ArrayRef<T *> to ArrayRef...
tree
|
commitdiff
2014-08-27
Craig Topper
Simplify creation of a bunch of ArrayRefs by using...
tree
|
commitdiff
2014-08-19
Duncan P. N. Exon...
ADT: Unit test for ArrayRef::equals change in r215986
tree
|
commitdiff
2014-08-12
David Blaikie
Fix -Wsign-compare warnings
tree
|
commitdiff
2014-08-12
Reid Kleckner
APInt: Make self-move-assignment a no-op to fix stage3...
tree
|
commitdiff
2014-08-09
Saleem Abdulrasool
ADT: remove MinGW32 and Cygwin OSType enum
tree
|
commitdiff
2014-08-04
Andrew Trick
Fix SmallDenseMap assignment operator.
tree
|
commitdiff
2014-07-27
Chandler Carruth
[ADT] Add a remarkbly useful little helper routine...
tree
|
commitdiff
2014-07-15
Duncan P. N. Exon...
ADT: Add MapVector::remove_if
tree
|
commitdiff
2014-07-15
Duncan P. N. Exon...
ADT: Fix MapVector::erase()
tree
|
commitdiff
2014-07-11
Argyrios Kyrtzidis
Move the API and implementation of clang::driver::getAR...
tree
|
commitdiff
2014-07-05
David Majnemer
ADT: Add a drop_back() helper to ArrayRef
tree
|
commitdiff
2014-06-23
David Blaikie
Recommit 211309 (StringMap::insert), reverted in 211328...
tree
|
commitdiff
2014-06-20
David Blaikie
Fix some -Wsign-compare fallout from changing container...
tree
|
commitdiff
2014-06-20
Rafael Espindola
Revert "Add StringMap::insert(pair) consistent with...
tree
|
commitdiff
2014-06-19
David Blaikie
Add StringMap::insert(pair) consistent with the standar...
tree
|
commitdiff
2014-06-19
Alp Toker
Remove OwningPtr.h and associated tests
tree
|
commitdiff
2014-06-11
David Blaikie
SmallVectorTest: Make the deleted member functions...
tree
|
commitdiff
2014-06-11
Craig Topper
Convert StringMapEntry::Create to use StringRef instead...
tree
|
commitdiff
2014-06-10
NAKAMURA Takumi
SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.
tree
|
commitdiff
2014-06-09
David Blaikie
SmallVector: support resize(N) with move-only types
tree
|
commitdiff
2014-06-08
Craig Topper
[C++11] Use 'nullptr'.
tree
|
commitdiff
2014-06-08
David Blaikie
SmallVector: Improve test coverage for insert with...
tree
|
commitdiff
2014-06-08
David Blaikie
SmallVector: More movable improvements - don't copy...
tree
|
commitdiff
2014-06-08
David Blaikie
SmallVector: Move, don't copy, elements to make space...
tree
|
commitdiff
2014-06-08
David Blaikie
SmallVectorTest: Remove some more robust checks added...
tree
|
commitdiff
2014-06-08
David Blaikie
Fix some more moving-from-moved-from objects issues...
tree
|
commitdiff
2014-06-08
Stephen Canon
APFloat: x - NaN needs to flip the signbit of NaN when...
tree
|
commitdiff
2014-06-08
David Blaikie
Ensure SmallVector::insert doesn't overwrite the last...
tree
|
commitdiff
2014-05-09
David Blaikie
Remove use of = default/= delete as they're unsupported...
tree
|
commitdiff
2014-05-08
David Blaikie
Missed formatting
tree
|
commitdiff
2014-05-08
David Blaikie
StringMap: Move assignment and move construction.
tree
|
commitdiff
2014-05-08
David Blaikie
StringMap support for move-only values.
tree
|
commitdiff
2014-04-30
Douglas Gregor
Fix a use of uninitialized memory in SmallVector's...
tree
|
commitdiff
2014-04-29
Chandler Carruth
[ADT] Teach PointerUnion to support assignment directly...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[cleanup] Add some actual positive tests for equality...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[cleanup] Make this test use a proper fixture rather...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[cleanup] Fix the whitespace in this test. Notably...
tree
|
commitdiff
2014-04-25
Duncan P. N. Exon...
SCC: Change clients to use const, NFC
tree
|
commitdiff
2014-04-12
Benjamin Kramer
Retire llvm::array_endof in favor of non-member std...
tree
|
commitdiff
2014-03-31
Saleem Abdulrasool
Support: generalise object type handling for Windows
tree
|
commitdiff
2014-03-30
Tim Northover
ARM64: remove -m32/-m64 mapping with ARM.
tree
|
commitdiff
2014-03-30
Saleem Abdulrasool
Support: correct Windows normalisation
tree
|
commitdiff
2014-03-29
Tim Northover
ARM64: initial backend import
tree
|
commitdiff
2014-03-27
Saleem Abdulrasool
Canonicalise Windows target triple spellings
tree
|
commitdiff
2014-03-10
NAKAMURA Takumi
ADT/PointerIntPairTest.cpp: Appease msc17.
tree
|
commitdiff
2014-03-09
Chandler Carruth
[C++11] Now that we have C++11 and I've replaced the...
tree
|
commitdiff
2014-03-09
Ahmed Charles
[C++11] Add llvm::make_unique, according to N3656.
tree
|
commitdiff
2014-03-09
David Blaikie
Revert "Clean up SmallString a bit"
tree
|
commitdiff
2014-03-09
David Blaikie
Clean up SmallString a bit
tree
|
commitdiff
2014-03-08
Ahmed Charles
Fix 80 cols.
tree
|
commitdiff
2014-03-07
Eli Bendersky
Fix EXPECT_* to not produce a compile warning.
tree
|
commitdiff
2014-03-07
Jordan Rose
[ADT] Update PointerIntPair to handle pointer types...
tree
|
commitdiff
2014-03-07
Benjamin Kramer
[C++11] Replace LLVM-style type traits with C++11 stand...
tree
|
commitdiff
2014-03-06
Saleem Abdulrasool
Support: split object format out of environment
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Add release() to OwningPtr.
tree
|
commitdiff
2014-03-04
Yaron Keren
Cleaning up a bunch of pre-Visual C++ 2012 build hacks.
tree
|
commitdiff
2014-03-02
Benjamin Kramer
Give APInt move semantics.
tree
|
commitdiff
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::next and llvm::prior with std...
tree
|
commitdiff
2014-03-02
Chandler Carruth
[C++11] Switch all uses of the llvm_move macro to use...
tree
|
commitdiff
2014-03-02
Chandler Carruth
[C++11] Add support for OwningPtr<T> to be converted...
tree
|
commitdiff
2014-03-02
Chandler Carruth
[C++11] Add unit tests for OwningPtr<T> in preparation...
tree
|
commitdiff
2014-03-01
Chandler Carruth
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from...
tree
|
commitdiff
next