summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered...Aaron Ballman2014-06-27
* Adding some trailing whitespace after a comment previously ending with \ to e...Aaron Ballman2014-06-27
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-24
* Support: Return ScaledNumbers::MaxScale from getQuotient()Duncan P. N. Exon Smith2014-06-24
* Support: Extract ScaledNumbers::getSum() and getDifference()Duncan P. N. Exon Smith2014-06-23
* Support: Return scale from ScaledNumbers::matchScales()Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::matchScale()Duncan P. N. Exon Smith2014-06-23
* Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...David Blaikie2014-06-23
* Cleanup r211507Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-23
* Support: ScaledNumber: Fix inconsistent test namesDuncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()Duncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-20
* Support: Mark end of namespacesDuncan P. N. Exon Smith2014-06-20
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-20
* Fix some -Wsign-compare fallout from changing container count member function...David Blaikie2014-06-20
* Support: Clean up getRounded() testsDuncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumbers::getAdjusted()Duncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumbers::getRounded()Duncan P. N. Exon Smith2014-06-20
* Revert "Add StringMap::insert(pair) consistent with the standard associative ...Rafael Espindola2014-06-20
* Add StringMap::insert(pair) consistent with the standard associative containe...David Blaikie2014-06-19
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-19
* Remove OwningPtr.h and associated testsAlp Toker2014-06-19
* PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...Nikola Smiljanic2014-06-19
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-18
* ConvertUTF tests: remove uses of initializer lists to restore compatibilityDmitri Gribenko2014-06-17
* Fix build breakage caused by change to ValueMapTest.Zachary Turner2014-06-17
* Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.Zachary Turner2014-06-17
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-16
* Remove some more code out into a separate CL.Zachary Turner2014-06-16
* Support/ConvertUTF: implement U+FFFD insertion according to the recommendationDmitri Gribenko2014-06-16
* Adding llvm::sys::swapByteOrder() for the common use-case of byte-swapping a ...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Remove unused has_magic.Rafael Espindola2014-06-11
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* SmallVectorTest: Make the deleted member functions private to help MSVC users.David Blaikie2014-06-11
* Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.NAKAMURA Takumi2014-06-10
* SmallVector: support resize(N) with move-only typesDavid Blaikie2014-06-09
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* SmallVector: Improve test coverage for insert with repetitionDavid Blaikie2014-06-08
* SmallVector: More movable improvements - don't copy elements to make space wh...David Blaikie2014-06-08