summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Use C++ casts to avoid a warningSanjoy Das2016-05-271-1/+2
* Avoid some copies by using const references.Benjamin Kramer2016-05-271-1/+1
* Linker: teach the IR mover to return llvm::Error.Peter Collingbourne2016-05-271-1/+0
* Don't allocate unnecessarily in APInt::operator[+-]. NFC.Pete Cooper2016-05-271-0/+18
* [Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.Lang Hames2016-05-271-6/+6
* [Support] Add a StringError convenience class to Error.hLang Hames2016-05-271-4/+48
* Don't use recursion to print out the PrettyStackTrace after a crash. If theRichard Smith2016-05-261-16/+30
* Don't allocate in APInt::slt. NFC.Pete Cooper2016-05-261-25/+9
* [CMake] Restrict libxar linkage to just llvm-objdumpChris Bieneman2016-05-261-3/+0
* [AArch64] Adding a TargetParser for AArch64Renato Golin2016-05-251-0/+219
* [Support] Reapply cleanup r270643Gerolf Hoflehner2016-05-251-39/+0
* [Support] revert previous commit r270643Gerolf Hoflehner2016-05-251-0/+39
* [Support] Cleanup of an ancient Darwin work-around in Signals.inc (PR26174)Gerolf Hoflehner2016-05-251-39/+0
* Add libxar to LLVM_SYSTEM_LIBS if availableChris Bieneman2016-05-241-0/+3
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* Enable use of sigaltstack for signal handlers when available. With this,Richard Smith2016-05-231-1/+1
* Fix implicit type conversion. NFC.Chris Bieneman2016-05-211-1/+1
* Switch from the linux-specific 'struct sigaltstack' to POSIX's 'stack_t'. ThisRichard Smith2016-05-201-2/+2
* Add a configure-time check for the existence of sigaltstack. It seems that someRichard Smith2016-05-201-2/+4
* Reinstate r269992 (reverting r270267), but restricted to cases where glibc isRichard Smith2016-05-201-4/+59
* Create a sigaltstack when we register our signal handlers. Otherwise we'd veryRichard Smith2016-05-201-0/+31
* Revert "Work around a glibc bug: backtrace() spuriously fails if..."Chris Bieneman2016-05-201-51/+4
* Work around a glibc bug: backtrace() spuriously fails ifRichard Smith2016-05-181-4/+51
* Removing an unused variable introduced in r269911; NFC.Aaron Ballman2016-05-181-1/+0
* Add new flag and intrinsic support for MWAITX and MONITORX instructionsAshutosh Nema2016-05-181-0/+2
* [ThinLTO] Option to control path of distributed backend filesTeresa Johnson2016-05-171-0/+23
* Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...Mehdi Amini2016-05-144-47/+4
* Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...Mehdi Amini2016-05-144-4/+47
* CachePruning.cpp: Don't use errno.NAKAMURA Takumi2016-05-141-2/+3
* [Power9] Add support for -mcpu=pwr9 in the back endNemanja Ivanovic2016-05-091-0/+1
* Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman2016-05-051-3/+0
* [Support] Creation of minidump after compiler crash on WindowsLeny Kholodov2016-05-045-1/+244
* Move llvm-readobj/StreamWriter to Support.Zachary Turner2016-05-032-0/+73
* Adding period to the end of a comment to test out commit access.Douglas Yung2016-05-031-1/+1
* 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
OpenPOWER on IntegriCloud