projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Give more meaningful names than I and J to some for loop variables after converting...
[oota-llvm.git]
/
unittests
/
ADT
/
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
2014-02-25
Duncan P. N. Exon...
fix crash in SmallDenseMap copy constructor
tree
|
commitdiff
2014-02-13
Reid Kleckner
Tweak an _MSC_VER ifdef to use typename with clang...
tree
|
commitdiff
2014-02-05
Nick Kledzik
Fix layering StringRef copy using BumpPtrAllocator.
tree
|
commitdiff
2014-01-31
Duncan P. N. Exon...
Clean up whitespace
tree
|
commitdiff
2014-01-27
Alp Toker
Roll back the ConstStringRef change for now
tree
|
commitdiff
2014-01-27
Alp Toker
StringRef: Extend constexpr capabilities and introduce...
tree
|
commitdiff
2014-01-19
Michael Gottesman
[APInt] Fix nearestLogBase2 to return correct answers...
tree
|
commitdiff
2014-01-19
Michael Gottesman
[APInt] Fixed bug where APInt(UINT32_MAX, 0) would...
tree
|
commitdiff
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
tree
|
commitdiff
2014-01-03
David Blaikie
Fix break introduced in r198377 due to using a local...
tree
|
commitdiff
2014-01-02
David Blaikie
Test coverage for non-default-constructible elements...
tree
|
commitdiff
2014-01-02
David Blaikie
Remove StringMapEntryInitializer support.
tree
|
commitdiff
2013-12-19
Anna Zaks
Fix a buffer overrun detected by AddressSanitizer.
tree
|
commitdiff
2013-12-13
Michael Gottesman
Remove APInt::extractBit since it is already implemente...
tree
|
commitdiff
2013-12-13
Michael Gottesman
[block-freq] Add the method APInt::nearestLogBase2().
tree
|
commitdiff
2013-12-13
Michael Gottesman
[block-freq] Add the APInt method extractBit.
tree
|
commitdiff
2013-12-10
Tim Northover
Darwin: update default iOS version to 5.0
tree
|
commitdiff
2013-11-20
Chandler Carruth
Make the moved-from SmallPtrSet be a valid, empty,...
tree
|
commitdiff
2013-11-20
Chandler Carruth
Add a test for assignment operator behavior which was...
tree
|
commitdiff
2013-11-20
Chandler Carruth
Give SmallPtrSet move semantics when we have R-value...
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Place class definitions into anonymous...
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
tree
|
commitdiff
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-13
Chandler Carruth
Fix a null pointer dereference when copying a null...
tree
|
commitdiff
2013-11-09
Chandler Carruth
Switch to allow implicit construction. In many cases...
tree
|
commitdiff
2013-11-09
Chandler Carruth
Test the polymorphic behavior of this utility.
tree
|
commitdiff
2013-11-09
Chandler Carruth
Use something really explicit to test "move semantics...
tree
|
commitdiff
2013-11-09
Chandler Carruth
Add the critically missing 'clone' method. =]
tree
|
commitdiff
2013-11-09
Chandler Carruth
Move the test type out of the function and into the...
tree
|
commitdiff
2013-11-09
Chandler Carruth
Add a polymorphic_ptr<T> smart pointer data type. It...
tree
|
commitdiff
2013-10-30
Rui Ueyama
Add {start,end}with_lower methods to StringRef.
tree
|
commitdiff
2013-10-28
Rui Ueyama
Add a few tests for StringRef::{start,end}with.
tree
|
commitdiff
2013-09-03
Joerg Sonnenberger
Add a Python-like join function to merge a list of...
tree
|
commitdiff
2013-08-29
Eli Friedman
Change default # of digits for APFloat::toString
tree
|
commitdiff
2013-08-28
Ted Kremenek
Revert r189442 "Change default # of digits for APFloat...
tree
|
commitdiff
2013-08-28
Eli Friedman
Change default # of digits for APFloat::toString
tree
|
commitdiff
2013-08-21
David Blaikie
Basic unit tests for PointerUnion
tree
|
commitdiff
2013-07-27
Michael Gottesman
[APFloat] Make all arithmetic operations with NaN produ...
tree
|
commitdiff
2013-07-26
Rafael Espindola
Revert "[PowerPC] Improve consistency in use of __ppc__...
tree
|
commitdiff
2013-07-26
Bill Schmidt
[PowerPC] Improve consistency in use of __ppc__, __powe...
tree
|
commitdiff
2013-07-17
Eli Friedman
Handle '.' correctly in hex float literal parsing.
tree
|
commitdiff
2013-07-11
Benjamin Kramer
Sync SmallBitVector with BitVector. Add unit tests...
tree
|
commitdiff
2013-07-01
Michael Gottesman
[APFloat] Ensure that we can properly parse strings...
tree
|
commitdiff
2013-06-27
Michael Gottesman
[APFloat] Added unittest for APFloat.divide that checks...
tree
|
commitdiff
2013-06-27
Michael Gottesman
Removed two logging printf statements from the APFloat...
tree
|
commitdiff
2013-06-26
Michael Gottesman
[APFloat] Added unittest for APFloat.multiply that...
tree
|
commitdiff
2013-06-26
Michael Gottesman
[APFloat] Added unittest for APFloat.subtract that...
tree
|
commitdiff
2013-06-26
Michael Gottesman
[APFloat] Removed debugging cruft that snuck in.
tree
|
commitdiff
2013-06-24
Michael Gottesman
[APFloat] Removed trailing whitespace from unittests.
tree
|
commitdiff
2013-06-24
Michael Gottesman
[APFloat] Added a large unittest for APFloat.add that...
tree
|
commitdiff
2013-06-20
Michael Gottesman
[APFloat] Rename isIEEENormal => isNormal and remove...
tree
|
commitdiff
2013-06-20
Michael Gottesman
[APFloat] Fix typo in test so we actually test if we...
tree
|
commitdiff
2013-06-19
Michael Gottesman
[APFloat] Changed APFloat::isNormal => APFloat::isFinit...
tree
|
commitdiff
2013-06-19
Michael Gottesman
[APFloat] Added isFiniteNonZero predicate.
tree
|
commitdiff
2013-06-07
Benjamin Kramer
BitVector: Do the right thing in all() when Size is...
tree
|
commitdiff
2013-06-07
Benjamin Kramer
Optimize BitVector::all().
tree
|
commitdiff
2013-06-04
Michael Gottesman
IEEE-754R 5.7.2 General Operations is* operations ...
tree
|
commitdiff
2013-06-01
Benjamin Kramer
Try to avoid "integer literal too big" warnings from...
tree
|
commitdiff
2013-05-31
Michael Gottesman
[APFloat] Added a unittest for APFloat::getZero.
tree
|
commitdiff
2013-05-30
Michael Gottesman
Implement IEEE-754R 2008 nextUp/nextDown functions...
tree
|
commitdiff
2013-05-30
Michael Gottesman
Added a unittest for APFloat::getSmallestNormalized.
tree
|
commitdiff
2013-05-30
Michael Gottesman
Added code to the unittest for APFloat::getSmallest...
tree
|
commitdiff
2013-05-29
Michael Gottesman
Add a unittest for APFloat::getSmallest.
tree
|
commitdiff
next