summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* Resubmit "Update llvm command line parser to support subcommands."Zachary Turner2016-06-292-5/+215
* Revert r274054 to try to appease the botManman Ren2016-06-282-203/+5
* Update llvm command line parser to support subcommands.Zachary Turner2016-06-282-5/+203
* Switch to using an API that handles non-ASCII paths appropriately on Windows.Aaron Ballman2016-06-211-0/+26
* Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...Aaron Ballman2016-06-201-0/+33
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-131-0/+57
* Support: correct AArch64 TargetParser implementationSaleem Abdulrasool2016-06-081-0/+41
* [yaml] Add a ScalarTraits for mapping endian aware types.Zachary Turner2016-06-071-0/+106
* Fix deadlock in ThreadPool unittest.Eli Friedman2016-06-051-1/+1
* Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh2016-06-041-57/+0
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-031-0/+57
* Add tests to Support/MathExtrasDylan McKay2016-06-021-0/+29
* [Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.Lang Hames2016-05-271-1/+1
* [Support] Add a StringError convenience class to Error.hLang Hames2016-05-271-0/+16
* [ThinLTO] Option to control path of distributed backend filesTeresa Johnson2016-05-171-0/+25
* [Support][Unittests] Add unittest for recursive_directory_iterator::level()Bruno Cardoso Lopes2016-05-131-0/+14
* [Support] Add a free toString function for ErrorVedant Kumar2016-05-031-0/+19
* Use gcc's rules for parsing gcc-style response filesNico Weber2016-04-261-5/+6
* [Support] Fix latent bugs in Expected and ExitOnError that were preventing themLang Hames2016-04-251-0/+14
* Unbreak building unit tests on Windows after r266595.Nico Weber2016-04-181-0/+1
* [NFC] Header cleanupMehdi Amini2016-04-184-3/+1
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-055-29/+15
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-055-15/+29
* [Support] Add a checked flag to Expected<T>, require checks before access orLang Hames2016-04-051-4/+46
* [Support] Fix an invalid character escaping in string literal (unittest).Etienne Bergeron2016-04-051-1/+1
* Add support for computing SHA1 in LLVMMehdi Amini2016-04-012-0/+73
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-012-73/+0
* Add support for computing SHA1 in LLVMMehdi Amini2016-04-012-0/+73
* Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith2016-03-271-0/+26
* Support: Move StreamingMemoryObject{,Test}.cpp, NFCDuncan P. N. Exon Smith2016-03-272-10/+13
* [Support] Switch to RAII helper for error-as-out-parameter idiom.Lang Hames2016-03-251-4/+24
* [Support] Add Error::errorForOutParameter helper.Lang Hames2016-03-251-0/+6
* Try to fix ODR violation of ErrorInfo::IDReid Kleckner2016-03-241-3/+10
* ErrorTest.cpp: Move instantiations out of anonymous namespace. gcc didn't com...NAKAMURA Takumi2016-03-241-4/+3
* Define ErrorInfo::ID explicitly.NAKAMURA Takumi2016-03-241-0/+4
* ErrorTest.cpp: Fix an expression, possibly typo.NAKAMURA Takumi2016-03-241-1/+1
* [Support] Add conversions between Expected<T> and ErrorOr<T>.Lang Hames2016-03-241-1/+24
* [Support] Make all Errors convertible to std::error_code.Lang Hames2016-03-231-0/+9
* [Support] Refactor Error unit tests to avoid duplicating work.Lang Hames2016-03-181-294/+229
* [Support] Add ExitOnError utility to support tools that use the exit-on-errorLang Hames2016-03-171-0/+28
* [Support] Make Error::isA<T>() works on success values.Lang Hames2016-03-171-0/+3
* [Support] Update Error unit test to remove implementation specific behaviour.Lang Hames2016-03-161-2/+1
* [Support] Add the 'Error' class for structured error handling.Lang Hames2016-03-162-0/+459
* MathExtrasTest.cpp: Use EXPECT_DOUBLE_EQ here, instead of EXPECT_FLOAT_EQ.NAKAMURA Takumi2016-03-141-1/+1
* More UTF string conversion wrappersMarianne Mailhot-Sarrasin2016-03-111-1/+36
* unitests: add some ARM TargetParser testsSaleem Abdulrasool2016-03-062-0/+52
* Refactor duplicated code for linking with pthread.Rafael Espindola2016-03-011-3/+1
* [Support] Add a fancy helper function to get a static name for a type.Chandler Carruth2016-02-252-0/+50
* Fix a -Wsign-compare in Support Path unittestsReid Kleckner2016-02-101-1/+1
* Silence some MSVC warnings about zero extending unsigned to void*Reid Kleckner2016-02-101-4/+4
OpenPOWER on IntegriCloud