summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* Support: ScaledNumber: Fix inconsistent test namesDuncan P. N. Exon Smith2014-06-201-6/+6
* Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()Duncan P. N. Exon Smith2014-06-201-0/+94
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-201-0/+112
* Support: Mark end of namespacesDuncan P. N. Exon Smith2014-06-201-1/+2
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-201-4/+4
* Fix some -Wsign-compare fallout from changing container count member function...David Blaikie2014-06-203-12/+12
* Support: Clean up getRounded() testsDuncan P. N. Exon Smith2014-06-201-14/+12
* Support: Write ScaledNumbers::getAdjusted()Duncan P. N. Exon Smith2014-06-201-0/+23
* Support: Write ScaledNumbers::getRounded()Duncan P. N. Exon Smith2014-06-202-0/+61
* Revert "Add StringMap::insert(pair) consistent with the standard associative ...Rafael Espindola2014-06-201-38/+0
* Add StringMap::insert(pair) consistent with the standard associative containe...David Blaikie2014-06-191-0/+38
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-191-2/+0
* Remove OwningPtr.h and associated testsAlp Toker2014-06-192-274/+0
* PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...Nikola Smiljanic2014-06-192-0/+32
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-181-4/+4
* ConvertUTF tests: remove uses of initializer lists to restore compatibilityDmitri Gribenko2014-06-171-695/+1108
* Fix build breakage caused by change to ValueMapTest.Zachary Turner2014-06-171-2/+2
* Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.Zachary Turner2014-06-171-7/+7
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-161-0/+2
* Remove some more code out into a separate CL.Zachary Turner2014-06-161-2/+0
* Support/ConvertUTF: implement U+FFFD insertion according to the recommendationDmitri Gribenko2014-06-161-0/+1186
* Adding llvm::sys::swapByteOrder() for the common use-case of byte-swapping a ...Artyom Skrobov2014-06-141-0/+48
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-141-30/+30
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-133-7/+10
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-136-72/+70
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-126-0/+6
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* Remove unused has_magic.Rafael Espindola2014-06-112-13/+2
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-113-7/+7
* SmallVectorTest: Make the deleted member functions private to help MSVC users.David Blaikie2014-06-111-0/+1
* Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper2014-06-111-3/+3
* Remove windows_error.Rafael Espindola2014-06-111-1/+5
* SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.NAKAMURA Takumi2014-06-101-2/+2
* SmallVector: support resize(N) with move-only typesDavid Blaikie2014-06-091-4/+30
* [C++11] Use 'nullptr'.Craig Topper2014-06-0850-290/+298
* SmallVector: Improve test coverage for insert with repetitionDavid Blaikie2014-06-081-22/+18
* SmallVector: More movable improvements - don't copy elements to make space wh...David Blaikie2014-06-081-13/+86
* SmallVector: Move, don't copy, elements to make space for an insertion.David Blaikie2014-06-081-0/+38
* SmallVectorTest: Remove some more robust checks added in r210429 since they c...David Blaikie2014-06-081-6/+0
* Fix some more moving-from-moved-from objects issues in SmallVectorDavid Blaikie2014-06-081-0/+18
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-081-24/+24
* Ensure SmallVector::insert doesn't overwrite the last element in the range wi...David Blaikie2014-06-081-0/+22
* Fix build when no native target is enabledAlp Toker2014-06-081-3/+4
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-17/+0
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-031-24/+24
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-10/+0
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-28/+28
* Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne2014-05-311-0/+30
* Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.Craig Topper2014-05-182-7/+5
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-173-3/+3
OpenPOWER on IntegriCloud