summaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Merging r313998:Tom Stellard2017-09-281-0/+1
* Revert r304835: It's not clear printing all targets with --version is the rig...Hans Wennborg2017-07-272-9/+12
* Merging r308483:Hans 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
* Add support for Ananas platformEd Schouten2017-06-251-0/+2
* [APInt] Move the single word cases of countTrailingZeros and countLeadingOnes...Craig Topper2017-06-231-7/+2
* Fix a misleading indentation warning.Peter Collingbourne2017-06-231-3/+3
* Make the size specification for cache_size_bytes case insensitive.Peter Collingbourne2017-06-231-1/+1
* Add a ThinLTO cache policy for controlling the maximum cache size in bytes.Peter Collingbourne2017-06-231-15/+46
* Add a BinarySubstreamRef, and a method to read one.Zachary Turner2017-06-231-0/+6
* [ADT] Add llvm::to_floatPavel Labath2017-06-232-19/+11
* Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath2017-06-223-12/+25
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-213-37/+71
* [DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}Wolfgang Pieb2017-06-211-0/+7
* [Support] Add RetryAfterSignal helper functionPavel Labath2017-06-213-25/+12
* Support: chunk writing on LinuxSaleem Abdulrasool2017-06-202-1/+16
* [APFloat] Move the integerPartWidth constant into APFloatBase. Remove integer...Craig Topper2017-06-181-37/+30
* Implement AllocateRWX and ReleaseRWX for NetBSDKamil Rytarowski2017-06-181-0/+4
* [CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...NAKAMURA Takumi2017-06-172-1/+15
* Fix buildbots.Rui Ueyama2017-06-161-1/+2