summaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Enable use of sigaltstack for signal handlers when available. With this,Richard Smith1-1/+1
2016-05-21Fix implicit type conversion. NFC.Chris Bieneman1-1/+1
2016-05-20Switch from the linux-specific 'struct sigaltstack' to POSIX's 'stack_t'. ThisRichard Smith1-2/+2
2016-05-20Add a configure-time check for the existence of sigaltstack. It seems that someRichard Smith1-2/+4
2016-05-20Reinstate r269992 (reverting r270267), but restricted to cases where glibc isRichard Smith1-4/+59
2016-05-20Create a sigaltstack when we register our signal handlers. Otherwise we'd veryRichard Smith1-0/+31
2016-05-20Revert "Work around a glibc bug: backtrace() spuriously fails if..."Chris Bieneman1-51/+4
2016-05-18Work around a glibc bug: backtrace() spuriously fails ifRichard Smith1-4/+51
2016-05-18Removing an unused variable introduced in r269911; NFC.Aaron Ballman1-1/+0
2016-05-18Add new flag and intrinsic support for MWAITX and MONITORX instructionsAshutosh Nema1-0/+2
2016-05-17[ThinLTO] Option to control path of distributed backend filesTeresa Johnson1-0/+23
2016-05-14Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...Mehdi Amini4-47/+4
2016-05-14Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...Mehdi Amini4-4/+47
2016-05-14CachePruning.cpp: Don't use errno.NAKAMURA Takumi1-2/+3
2016-05-09[Power9] Add support for -mcpu=pwr9 in the back endNemanja Ivanovic1-0/+1
2016-05-05Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman1-3/+0
2016-05-04[Support] Creation of minidump after compiler crash on WindowsLeny Kholodov5-1/+244
2016-05-03Move llvm-readobj/StreamWriter to Support.Zachary Turner2-0/+73
2016-05-03Adding period to the end of a comment to test out commit access.Douglas Yung1-1/+1
2016-04-29Add operator- to Path's reverse_iterator. Needed for D19666Filipe Cabecinhas1-0/+4
2016-04-27[Support][X86] Add a few more Intel model numbers to getHostCPUName for airmo...Craig Topper1-0/+4
2016-04-27[Support][X86] Change the case values in the Intel family 6 code to hex so it...Craig Topper1-68/+66
2016-04-27[Support][X86] Add a couple more Broadwell CPU models numbers to getHostCPUName.Craig Topper1-0/+2
2016-04-26Use gcc's rules for parsing gcc-style response filesNico Weber1-7/+4
2016-04-21CachePruning: early exit if no path suppliedMehdi Amini1-2/+11
2016-04-18Add debugging to the cache pruningMehdi Amini1-4/+23
2016-04-18CachePruning: fix typo, we accumulate file size here, not timeMehdi Amini1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini6-3/+6
2016-04-16Remove some unneeded headers and replace some headers with forward class decl...Mehdi Amini4-0/+4
2016-04-08Fix missing include on OpenBSDMehdi Amini1-0/+1
2016-04-06Fix a race condition in support library ThreadPool.Justin Lebar1-1/+4
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith15-249/+151
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko15-151/+249
2016-04-02Add Cache Pruning supportMehdi Amini2-0/+131
2016-04-01Fix S390 big endian detectionMehdi Amini1-2/+3
2016-04-01Add support for computing SHA1 in LLVMMehdi Amini2-0/+169
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2-169/+0
2016-04-01Add support for computing SHA1 in LLVMMehdi Amini2-0/+169
2016-04-01Fix Windows build (typo in disk_space() implementation)Mehdi Amini1-1/+1
2016-04-01Add disk_space() to llvm::fsMehdi Amini2-1/+44
2016-04-01Revert "Add disk_space() to llvm::fs"Mehdi Amini2-44/+1
2016-03-31Use const ref instead of value for Twine in the disk_space() APIMehdi Amini2-2/+2
2016-03-31Add disk_space() to llvm::fsMehdi Amini2-1/+44
2016-03-31Revert "Add disk_space() to llvm::fs"Mehdi Amini2-44/+1
2016-03-31Add disk_space() to llvm::fsMehdi Amini2-1/+44
2016-03-28C++11 is required, remove some preprocessor checks for itHal Finkel1-1/+1
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith1-0/+6
2016-03-25Improve the reliability of file renaming in Windows by having the compiler retrySunil Srivastava1-16/+33
2016-03-25Remove useless and unused CrashRecoveryContext::getBacktrace(). This function...Richard Smith1-8/+0
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith1-6/+0