| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | Fix minor typo introduced in r276404 | Don Hinton | 2017-07-12 | 1 | -1/+1 |
| * | [Support] - Add bad alloc error handler for handling allocation malfunctions | Reid Kleckner | 2017-07-11 | 2 | -1/+49 |
| * | [X86] Fix typo in comment. NFC | Craig Topper | 2017-07-10 | 1 | -1/+1 |
| * | [X86] Remove asserts from getX86CpuIDAndInfo/getX86CpuIDAndInfoEx. Restore pa... | Craig Topper | 2017-07-10 | 1 | -7/+10 |
| * | [X86] Remove check for AVX512 support from skylake-avx512 detection in getHos... | Craig Topper | 2017-07-09 | 1 | -6/+1 |
| * | [Solaris] get rid of _RESTRICT_KYWD warning during the build | Kamil Rytarowski | 2017-07-08 | 1 | -3/+0 |
| * | [X86] In getHostCPUName, remove some code that changes some AMD CPU names bas... | Craig Topper | 2017-07-08 | 1 | -15/+1 |
| * | [X86] Correct the BDVER4 model numbers to include 0x70-0x7f. | Craig Topper | 2017-07-08 | 1 | -1/+1 |
| * | [X86] Minor formatting fix. NFC | Craig Topper | 2017-07-08 | 1 | -4/+2 |
| * | [X86] Use 'unsigned' instead of 'unsigned int' for consistency in the X86 por... | Craig Topper | 2017-07-08 | 1 | -7/+7 |
| * | [X86] Cleanup some CPUID usage in getAvailableFeatures. | Craig Topper | 2017-07-08 | 1 | -5/+10 |
| * | Update the Windows version of updateTripleOSVersion to account for | Alex Lorenz | 2017-07-07 | 1 | -2/+2 |
| * | [Support] sys::getProcessTriple should return a macOS triple using | Alex Lorenz | 2017-07-07 | 3 | -7/+25 |
| * | Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR | Richard Smith | 2017-06-30 | 1 | -2/+0 |
| * | Unified logic for computing target ABI in backend and front end by moving thi... | Eric Christopher | 2017-06-30 | 1 | -0/+36 |
| * | Recommit "[Support] Add RetryAfterSignal helper function" | Pavel Labath | 2017-06-29 | 3 | -25/+12 |
| * | [LLVM][X86][Goldmont] Adding new target-cpu: Goldmont | Michael Zuckerman | 2017-06-29 | 1 | -1/+9 |