summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix minor typo introduced in r276404Don Hinton2017-07-121-1/+1
* [Support] - Add bad alloc error handler for handling allocation malfunctionsReid Kleckner2017-07-112-1/+49
* [X86] Fix typo in comment. NFCCraig Topper2017-07-101-1/+1
* [X86] Remove asserts from getX86CpuIDAndInfo/getX86CpuIDAndInfoEx. Restore pa...Craig Topper2017-07-101-7/+10
* [X86] Remove check for AVX512 support from skylake-avx512 detection in getHos...Craig Topper2017-07-091-6/+1
* [Solaris] get rid of _RESTRICT_KYWD warning during the buildKamil Rytarowski2017-07-081-3/+0
* [X86] In getHostCPUName, remove some code that changes some AMD CPU names bas...Craig Topper2017-07-081-15/+1
* [X86] Correct the BDVER4 model numbers to include 0x70-0x7f.Craig Topper2017-07-081-1/+1
* [X86] Minor formatting fix. NFCCraig Topper2017-07-081-4/+2
* [X86] Use 'unsigned' instead of 'unsigned int' for consistency in the X86 por...Craig Topper2017-07-081-7/+7
* [X86] Cleanup some CPUID usage in getAvailableFeatures.Craig Topper2017-07-081-5/+10
* Update the Windows version of updateTripleOSVersion to account forAlex Lorenz2017-07-071-2/+2
* [Support] sys::getProcessTriple should return a macOS triple usingAlex Lorenz2017-07-073-7/+25
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-2/+0
* Unified logic for computing target ABI in backend and front end by moving thi...Eric Christopher2017-06-301-0/+36
* Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath2017-06-293-25/+12
* [LLVM][X86][Goldmont] Adding new target-cpu: GoldmontMichael Zuckerman2017-06-291-1/+9
OpenPOWER on IntegriCloud