summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [APInt] Don't shift into the sign bitDavid Majnemer2016-06-241-1/+1
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+5
* [APInt] Don't shift into the sign bitDavid Majnemer2016-06-241-2/+2
* Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman2016-06-232-8/+8
* Removing whitespace from test commit rL273447Jason Henline2016-06-221-1/+1
* Add whitespace to check commit accessJason Henline2016-06-221-1/+1
* Switch to using an API that handles non-ASCII paths appropriately on Windows.Aaron Ballman2016-06-211-10/+11
* Add support for Darwin’s 64-bit universal files with 64-bit offsets and siz...Kevin Enderby2016-06-201-1/+1
* Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...Aaron Ballman2016-06-201-4/+13
* Properly handle short file names on the command line in Windows [TAKE 2]Adrian McCarthy2016-06-201-2/+34
* Revert "Properly handle short file names on the command line in Windows"Adrian McCarthy2016-06-171-27/+2
* Avoid duplicated map lookups. No functionality change intended.Benjamin Kramer2016-06-171-6/+4
* Properly handle short file names on the command line in WindowsAdrian McCarthy2016-06-161-2/+27
* Statistic: Add machine parseable json outputMatthias Braun2016-06-151-14/+60
* Add a Musl environment to the triple.Rafael Espindola2016-06-141-0/+2
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-132-2/+131
* [AArch64] Add RAS extensions support in AArch64TargetParser.Zijiao Ma2016-06-131-0/+2
* [STLExtras] Introduce and use llvm::count_if; NFCSanjoy Das2016-06-101-5/+4
* Reapply 272328 and 272329 as a single patch.Alina Sbirlea2016-06-091-10/+3
* Revert 272328 and 272329 to recommit as a single patch.Alina Sbirlea2016-06-091-3/+10
* Keep barcelona subtype for amdfam10Alina Sbirlea2016-06-091-1/+3
* [cpu-detection] Return amdfam10 for all subtypes. Address Bug 28067.Alina Sbirlea2016-06-091-9/+0
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-093-15/+37
* [cpu-detection] Add missing break statements in outer switchesAlina Sbirlea2016-06-091-6/+9
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-16/+15
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-082-5/+3
* Support: correct AArch64 TargetParser implementationSaleem Abdulrasool2016-06-081-20/+21
* [cpu-detection] Substantial refactor of Host CPU detection code (x86)Alina Sbirlea2016-06-061-261/+650
* [LPM] Reinstate r271781 which reinstated r271652 to replace theChandler Carruth2016-06-042-28/+1
* [LPM] Revert r271781 which was a re-commit of r271652.Chandler Carruth2016-06-042-1/+28
* [LPM] Reinstate r271652 to replace the CALL_ONCE_... macro in the legacyChandler Carruth2016-06-042-28/+1
* Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh2016-06-042-131/+2
* [LockFileManager] Improve error output by using better error messagesBruno Cardoso Lopes2016-06-041-6/+31
* [cpu-detection] Naming conventionAlina Sbirlea2016-06-031-28/+27
* Test commit. Removes some spaces. No functionality changed.Alina Sbirlea2016-06-031-22/+22
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-032-2/+131
* Adding reserve and capacity methods to FoldingSetBen Craig2016-06-031-5/+20
* 80-column fixup after last formatting change.Eric Christopher2016-06-021-4/+8
* Fix a couple of misformatted comments spotted in post-commit review.Eric Christopher2016-06-021-8/+7
* This patch is in preparation for a substantial refactoring of theEric Christopher2016-06-021-294/+304
* Fix the use of sys::MemoryFence after including WindowsSupport.h thatChandler Carruth2016-06-021-0/+5
* This is yet another attempt to re-instate r220932 as discussed inChandler Carruth2016-06-022-4/+39
* Remove all of the legacy home-grown atomic operations LLVM providedChandler Carruth2016-06-021-59/+0
* 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
OpenPOWER on IntegriCloud