| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Recognise the triple used by Debian for MIPS n32 ABI | Simon Atanasyan | 2017-09-14 | 1 | -0/+2 |
* | [ARM] Add more CPUs to host detection | Eli Friedman | 2017-09-13 | 1 | -0/+3 |
* | llvm-dwarfdump: support dumping UUIDs of Mach-O binaries. | Adrian Prantl | 2017-09-13 | 1 | -0/+10 |
* | Convenience/safety fix for llvm::sys::Execute(And|No)Wait | Alexander Kornienko | 2017-09-13 | 5 | -22/+22 |
* | Don't call exit from cl::PrintHelpMessage. | Rafael Espindola | 2017-09-07 | 1 | -14/+10 |
* | Minor style fixes in lib/Support/**/Program.(inc|cpp). | Alexander Kornienko | 2017-09-06 | 3 | -72/+70 |
* | Untabify. | NAKAMURA Takumi | 2017-08-28 | 2 | -5/+5 |
* | [ADT] Enable reverse iteration for DenseMap | Mandeep Singh Grang | 2017-08-24 | 1 | -11/+0 |
* | [ARC] Add ARC backend. | Pete Couperus | 2017-08-24 | 1 | -0/+9 |
* | [TargetParser][AArch64] Add support for RDM feature in the target parser. | Chad Rosier | 2017-08-24 | 1 | -0/+2 |
* | bpf: close the file descriptor after probe inside getHostCPUNameForBPF | Yonghong Song | 2017-08-23 | 1 | -1/+5 |
* | bpf: add variants of -mcpu=# and support for additional jmp insns | Yonghong Song | 2017-08-23 | 1 | -1/+38 |
* | [Support, Windows] Handle long paths with unix separators | Pirama Arumuga Nainar | 2017-08-21 | 1 | -4/+7 |
* | [BinaryStream] Defaultify copy and move constructors. | Zachary Turner | 2017-08-21 | 1 | -6/+0 |
* | [APFloat] Fix IsInteger() for DoubleAPFloat. | Davide Italiano | 2017-08-21 | 1 | -4/+1 |
* | [ARM][AArch64] Cortex-A75 and Cortex-A55 support | Sam Parker | 2017-08-21 | 1 | -0/+14 |
* | [Support] env vars with empty values on windows | Ben Dunbobbin | 2017-08-18 | 1 | -2/+3 |
* | [ARM][AArch64] ARMv8.3-A enablement | Sam Parker | 2017-08-10 | 2 | -0/+7 |
* | [Path] Sink predicate computations to their uses. NFCI. | Benjamin Kramer | 2017-08-09 | 1 | -5/+4 |
* | [KnownBits][ValueTracking] Move the math for calculating known bits for add/s... | Craig Topper | 2017-08-08 | 2 | -0/+66 |
* | [Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSignal on Windows | Reid Kleckner | 2017-08-04 | 1 | -3/+4 |
* | [Support] Remove getPathFromOpenFD, it was unused | Reid Kleckner | 2017-08-04 | 2 | -83/+0 |
* | [Support] Update comments about stdout, raw_fd_ostream, and outs() | Reid Kleckner | 2017-08-04 | 1 | -9/+8 |
* | Support: WOA64 and WOA Signals | Martell Malone | 2017-08-03 | 1 | -6/+23 |
* | Fix llvm-for-windows-on-linux build after LLVM r272701. | Nico Weber | 2017-08-03 | 1 | -2/+2 |
* | [Support/GlobPattern] - Do not crash when pattern has characters with int val... | George Rimar | 2017-07-31 | 1 | -7/+10 |
* | [TargetParser] Use enum classes for various ARM kind enums. | Florian Hahn | 2017-07-27 | 2 | -197/+209 |
* | [X86] Improve the unknown stepping support for Intel CPUs in getHostCPUName | Craig Topper | 2017-07-27 | 1 | -2/+22 |
* | Move manifest utils into separate lib, to reduce libxml2 deps. | Eric Beckmann | 2017-07-26 | 2 | -216/+0 |
* | Reapply "llvm-mt: implement simple merging of manifests, not factoring namesp... | Eric Beckmann | 2017-07-26 | 1 | -6/+148 |
* | Revert "llvm-mt: implement simple merging of manifests, not factoring namespa... | Eric Beckmann | 2017-07-25 | 1 | -144/+6 |
* | llvm-mt: implement simple merging of manifests, not factoring namespaces. | Eric Beckmann | 2017-07-25 | 1 | -6/+144 |
* | Remove Bitrig: LLVM Changes | Erich Keane | 2017-07-21 | 3 | -11/+8 |
* | Implement parsing and writing of a single xml manifest file. | Eric Beckmann | 2017-07-20 | 2 | -0/+74 |
* | Support, IR, ADT: Check nullptr after allocation with malloc/realloc or calloc | Matthias Braun | 2017-07-20 | 4 | -10/+38 |
* | Defeat a GCC -Wunused-result warning | Hans Wennborg | 2017-07-19 | 1 | -1/+2 |
* | [SystemZ] Add support for IBM z14 processor (1/3) | Ulrich Weigand | 2017-07-17 | 1 | -0/+2 |
* | [YAMLTraits] Add filename support to yaml::Input | Alex Bradbury | 2017-07-17 | 1 | -0/+8 |
* | [X86] Use MSVC's __cpuidex intrinsic instead of inline assembly in getHostCPU... | Craig Topper | 2017-07-17 | 1 | -29/+10 |
* | Support/Path.cpp: Prune unused "llvm/BinaryFormat". | NAKAMURA Takumi | 2017-07-17 | 1 | -2/+0 |
* | Put std::mutex usage behind #ifdefs to pacify the sanitizer buildbot | Reid Kleckner | 2017-07-13 | 1 | -0/+22 |
* | Support: Add llvm::center_justify. | Frederich Munch | 2017-07-13 | 1 | -6/+23 |
* | [AArch64] Add an SVE target feature to the backend and TargetParser. | Amara Emerson | 2017-07-13 | 1 | -0/+2 |
* | [X86] Simplify the getHostCPUName for AMD family 6 and 15. | Craig Topper | 2017-07-13 | 1 | -38/+11 |
* | Allow clients to specify search order of DynamicLibraries. | Frederich Munch | 2017-07-12 | 3 | -11/+37 |
* | Use std::mutex to avoid memory allocation after OOM | Reid Kleckner | 2017-07-12 | 1 | -13/+18 |
* | [X86] Synchronize the ProcessorFeatures enum used by getHostCPUName with the ... | Craig Topper | 2017-07-12 | 1 | -41/+123 |
* | [X86] Sync ProcessorTypes and ProcessorSubtypes enums used by getHostCPUName ... | Craig Topper | 2017-07-12 | 1 | -50/+35 |
* | [X86] Cleanup the switches in getHostCPUName to remove impossible combinations. | Craig Topper | 2017-07-12 | 1 | -26/+9 |
* | [X86] Remove 'barcelona' string from getHostCPUName. Use 'amdfam10' instead. ... | Craig Topper | 2017-07-12 | 1 | -2/+0 |