summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add operator- to Path's reverse_iterator. Needed for D19666Filipe Cabecinhas2016-04-291-0/+4
* [Support][X86] Add a few more Intel model numbers to getHostCPUName for airmo...Craig Topper2016-04-271-0/+4
* [Support][X86] Change the case values in the Intel family 6 code to hex so it...Craig Topper2016-04-271-68/+66
* [Support][X86] Add a couple more Broadwell CPU models numbers to getHostCPUName.Craig Topper2016-04-271-0/+2
* Use gcc's rules for parsing gcc-style response filesNico Weber2016-04-261-7/+4
* CachePruning: early exit if no path suppliedMehdi Amini2016-04-211-2/+11
* Add debugging to the cache pruningMehdi Amini2016-04-181-4/+23
* CachePruning: fix typo, we accumulate file size here, not timeMehdi Amini2016-04-181-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-186-3/+6
* Remove some unneeded headers and replace some headers with forward class decl...Mehdi Amini2016-04-164-0/+4
* Fix missing include on OpenBSDMehdi Amini2016-04-081-0/+1
* Fix a race condition in support library ThreadPool.Justin Lebar2016-04-061-1/+4
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-0515-249/+151
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-0515-151/+249
* Add Cache Pruning supportMehdi Amini2016-04-022-0/+131
* Fix S390 big endian detectionMehdi Amini2016-04-011-2/+3
* Add support for computing SHA1 in LLVMMehdi Amini2016-04-012-0/+169
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-012-169/+0
* Add support for computing SHA1 in LLVMMehdi Amini2016-04-012-0/+169
* Fix Windows build (typo in disk_space() implementation)Mehdi Amini2016-04-011-1/+1
* Add disk_space() to llvm::fsMehdi Amini2016-04-012-1/+44
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-04-012-44/+1
* Use const ref instead of value for Twine in the disk_space() APIMehdi Amini2016-03-312-2/+2
* Add disk_space() to llvm::fsMehdi Amini2016-03-312-1/+44
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-03-312-44/+1
* Add disk_space() to llvm::fsMehdi Amini2016-03-312-1/+44
* C++11 is required, remove some preprocessor checks for itHal Finkel2016-03-281-1/+1
* Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith2016-03-271-0/+6
* Improve the reliability of file renaming in Windows by having the compiler retrySunil Srivastava2016-03-251-16/+33
* Remove useless and unused CrashRecoveryContext::getBacktrace(). This function...Richard Smith2016-03-251-8/+0
* Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-251-6/+0
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-251-0/+6
* Add lastAccessedTime to file_statusMehdi Amini2016-03-252-10/+31
* Revert "Add lastAccessedTime to file_status"Mehdi Amini2016-03-252-31/+10
* Revert "Fix windows build for sys::fs:file_status Access Time added in r264387"Mehdi Amini2016-03-251-2/+2
* Fix windows build for sys::fs:file_status Access Time added in r264387Mehdi Amini2016-03-251-2/+2
* Add lastAccessedTime to file_statusMehdi Amini2016-03-252-10/+31
* Adjust initial size in StringMap constructor to guarantee no grow()Mehdi Amini2016-03-251-1/+15
* Try to fix ODR violation of ErrorInfo::IDReid Kleckner2016-03-241-3/+2
* Fix typo: XDS -> XDGSean Silva2016-03-241-3/+3
* Define ErrorInfo::ID explicitly.NAKAMURA Takumi2016-03-241-0/+3
* Error.cpp: Fix a warning. [-Wpedantic]NAKAMURA Takumi2016-03-241-1/+1
* [Support] Make all Errors convertible to std::error_code.Lang Hames2016-03-233-3/+46
* APFloat: Fix signalling nans for scalbnMatt Arsenault2016-03-231-0/+2
* APFloat: Add frexpMatt Arsenault2016-03-211-1/+25
* Implement constant folding for bitreverseMatt Arsenault2016-03-211-0/+30
* [MCParser] Accept uppercase radix variants 0X and 0BColin LeMahieu2016-03-181-2/+2
* [Support] Add the 'Error' class for structured error handling.Lang Hames2016-03-161-0/+4
* [CMake] Add PACKAGE_VENDOR for customizing version outputChris Bieneman2016-03-151-2/+6
* APFloat: Fix ilogb for denormalsMatt Arsenault2016-03-131-0/+18
OpenPOWER on IntegriCloud