summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [mips] Recognise the triple used by Debian for MIPS n32 ABISimon Atanasyan2017-09-141-0/+2
* [ARM] Add more CPUs to host detectionEli Friedman2017-09-131-0/+3
* llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl2017-09-131-0/+10
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-135-22/+22
* Don't call exit from cl::PrintHelpMessage.Rafael Espindola2017-09-071-14/+10
* Minor style fixes in lib/Support/**/Program.(inc|cpp).Alexander Kornienko2017-09-063-72/+70
* Untabify.NAKAMURA Takumi2017-08-282-5/+5
* [ADT] Enable reverse iteration for DenseMapMandeep Singh Grang2017-08-241-11/+0
* [ARC] Add ARC backend.Pete Couperus2017-08-241-0/+9
* [TargetParser][AArch64] Add support for RDM feature in the target parser.Chad Rosier2017-08-241-0/+2
* bpf: close the file descriptor after probe inside getHostCPUNameForBPFYonghong Song2017-08-231-1/+5
* bpf: add variants of -mcpu=# and support for additional jmp insnsYonghong Song2017-08-231-1/+38
* [Support, Windows] Handle long paths with unix separatorsPirama Arumuga Nainar2017-08-211-4/+7
* [BinaryStream] Defaultify copy and move constructors.Zachary Turner2017-08-211-6/+0
* [APFloat] Fix IsInteger() for DoubleAPFloat.Davide Italiano2017-08-211-4/+1
* [ARM][AArch64] Cortex-A75 and Cortex-A55 supportSam Parker2017-08-211-0/+14
* [Support] env vars with empty values on windowsBen Dunbobbin2017-08-181-2/+3
* [ARM][AArch64] ARMv8.3-A enablementSam Parker2017-08-102-0/+7
* [Path] Sink predicate computations to their uses. NFCI.Benjamin Kramer2017-08-091-5/+4
* [KnownBits][ValueTracking] Move the math for calculating known bits for add/s...Craig Topper2017-08-082-0/+66
* [Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSignal on WindowsReid Kleckner2017-08-041-3/+4
* [Support] Remove getPathFromOpenFD, it was unusedReid Kleckner2017-08-042-83/+0
* [Support] Update comments about stdout, raw_fd_ostream, and outs()Reid Kleckner2017-08-041-9/+8
* Support: WOA64 and WOA SignalsMartell Malone2017-08-031-6/+23
* Fix llvm-for-windows-on-linux build after LLVM r272701.Nico Weber2017-08-031-2/+2
* [Support/GlobPattern] - Do not crash when pattern has characters with int val...George Rimar2017-07-311-7/+10
* [TargetParser] Use enum classes for various ARM kind enums.Florian Hahn2017-07-272-197/+209
* [X86] Improve the unknown stepping support for Intel CPUs in getHostCPUNameCraig Topper2017-07-271-2/+22
* Move manifest utils into separate lib, to reduce libxml2 deps.Eric Beckmann2017-07-262-216/+0
* Reapply "llvm-mt: implement simple merging of manifests, not factoring namesp...Eric Beckmann2017-07-261-6/+148
* Revert "llvm-mt: implement simple merging of manifests, not factoring namespa...Eric Beckmann2017-07-251-144/+6
* llvm-mt: implement simple merging of manifests, not factoring namespaces.Eric Beckmann2017-07-251-6/+144
* Remove Bitrig: LLVM ChangesErich Keane2017-07-213-11/+8
* Implement parsing and writing of a single xml manifest file.Eric Beckmann2017-07-202-0/+74
* Support, IR, ADT: Check nullptr after allocation with malloc/realloc or callocMatthias Braun2017-07-204-10/+38
* Defeat a GCC -Wunused-result warningHans Wennborg2017-07-191-1/+2
* [SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand2017-07-171-0/+2
* [YAMLTraits] Add filename support to yaml::InputAlex Bradbury2017-07-171-0/+8
* [X86] Use MSVC's __cpuidex intrinsic instead of inline assembly in getHostCPU...Craig Topper2017-07-171-29/+10
* Support/Path.cpp: Prune unused "llvm/BinaryFormat".NAKAMURA Takumi2017-07-171-2/+0
* Put std::mutex usage behind #ifdefs to pacify the sanitizer buildbotReid Kleckner2017-07-131-0/+22
* Support: Add llvm::center_justify.Frederich Munch2017-07-131-6/+23
* [AArch64] Add an SVE target feature to the backend and TargetParser.Amara Emerson2017-07-131-0/+2
* [X86] Simplify the getHostCPUName for AMD family 6 and 15.Craig Topper2017-07-131-38/+11
* Allow clients to specify search order of DynamicLibraries.Frederich Munch2017-07-123-11/+37
* Use std::mutex to avoid memory allocation after OOMReid Kleckner2017-07-121-13/+18
* [X86] Synchronize the ProcessorFeatures enum used by getHostCPUName with the ...Craig Topper2017-07-121-41/+123
* [X86] Sync ProcessorTypes and ProcessorSubtypes enums used by getHostCPUName ...Craig Topper2017-07-121-50/+35
* [X86] Cleanup the switches in getHostCPUName to remove impossible combinations.Craig Topper2017-07-121-26/+9
* [X86] Remove 'barcelona' string from getHostCPUName. Use 'amdfam10' instead. ...Craig Topper2017-07-121-2/+0
OpenPOWER on IntegriCloud