summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug 20125 - clang-format segfaults on bad config.Rafael Espindola2014-08-081-0/+7
* Path: Stop claiming path::const_iterator is bidirectionalJustin Bogner2014-08-041-3/+3
* unittests: Actually test reverse iterators in Path testsJustin Bogner2014-07-161-5/+5
* Support: Fix option handling when using cl::Required with aliasoptJustin Bogner2014-07-141-0/+19
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-092-0/+127
* These should be EXPECT_TRUE, not EXPECT_FALSE. Amends r212415.Aaron Ballman2014-07-061-2/+2
* Fixing compile errors related to changes with MemoryBuffer::getFile.Aaron Ballman2014-07-061-6/+6
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-7/+8
* Remove unused typedef. GCC warns about this.Benjamin Kramer2014-07-011-3/+0
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-271-2/+0
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-241-0/+2
* Support: Return ScaledNumbers::MaxScale from getQuotient()Duncan P. N. Exon Smith2014-06-241-4/+4
* Support: Extract ScaledNumbers::getSum() and getDifference()Duncan P. N. Exon Smith2014-06-231-0/+150
* Support: Return scale from ScaledNumbers::matchScales()Duncan P. N. Exon Smith2014-06-231-1/+1
* Support: Extract ScaledNumbers::matchScale()Duncan P. N. Exon Smith2014-06-231-0/+64
* Cleanup r211507Duncan P. N. Exon Smith2014-06-231-1/+1
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-231-0/+37
* 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
* 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
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-191-2/+0
* PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...Nikola Smiljanic2014-06-192-0/+32
* ConvertUTF tests: remove uses of initializer lists to restore compatibilityDmitri Gribenko2014-06-171-695/+1108
* 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-132-6/+8
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-135-70/+69
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-125-0/+5
* Remove unused has_magic.Rafael Espindola2014-06-112-13/+2
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-112-6/+6
* Remove windows_error.Rafael Espindola2014-06-111-1/+5
* [C++11] Use 'nullptr'.Craig Topper2014-06-0812-115/+122
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-031-24/+24
* 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
* SupportTest: Fix test names harderDuncan P. N. Exon Smith2014-04-291-2/+2
* Support: More BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-292-29/+29
* Support: Fix test nameDuncan P. N. Exon Smith2014-04-291-1/+1
* Support: BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-292-97/+95
* blockfreq: Defer to BranchProbability::scale() (again)Duncan P. N. Exon Smith2014-04-291-96/+87
* Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith2014-04-291-0/+68
* Support: Add unit tests for BranchProbabilityDuncan P. N. Exon Smith2014-04-292-0/+91
OpenPOWER on IntegriCloud