| Commit message (Expand) | Author | Age | Files | Lines |
| * | [VE] Target stub for NEC SX-Aurora | Kazushi (Jam) Marukawa | 2020-01-09 | 1 | -0/+8 |
| * | [PowerPC]: Add powerpcspe target triple subarch component | Justin Hibbits | 2020-01-08 | 1 | -0/+7 |
| * | Add support for openSUSE RISC-V triple | Sam Elliott | 2019-08-01 | 1 | -0/+6 |
| * | Standardize on MSVC behavior for triples with no environment | Reid Kleckner | 2019-07-08 | 1 | -0/+2 |
| * | [Triple] Add isRISCV function | Alex Bradbury | 2019-07-08 | 1 | -0/+2 |
| * | [triple] Use 'macabi' environment name for the Mac Catalyst triples | Alex Lorenz | 2019-07-03 | 1 | -2/+2 |
| * | [triple] add 'macCatalyst' environment type | Alex Lorenz | 2019-07-02 | 1 | -0/+11 |
| * | arm64_32: add some unittests that were in the wrong commit. | Tim Northover | 2019-05-15 | 1 | -0/+11 |
| * | [WebAssembly] Test the "wasm32-wasi" triple | Dan Gohman | 2019-04-30 | 1 | -8/+18 |
| * | Add XCOFF triple object format type for AIX | Jason Liu | 2019-03-12 | 1 | -0/+8 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] COWS has been renamed to WASI. | Dan Gohman | 2019-01-16 | 1 | -8/+8 |
| * | [WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses it | Dan Gohman | 2019-01-15 | 1 | -0/+18 |
| * | Add Hurd target to LLVMSupport (1/2) | Kristina Brooks | 2018-11-29 | 1 | -0/+6 |
| * | [mips] Add support MIPS r6 Debian triples | Simon Atanasyan | 2018-09-27 | 1 | -0/+104 |
| * | [mips] Fix MIPS N32 ABI triples support | Simon Atanasyan | 2018-09-17 | 1 | -0/+53 |
| * | This patch adds support to LLVM for writing HermitCore (https://hermitcore.or... | Eric Christopher | 2018-08-25 | 1 | -0/+6 |
| * | [ADT] Normalize empty triple components | Petr Hosek | 2018-08-08 | 1 | -46/+79 |
| * | [OpenEmbedded] Add a unittest for aarch64-oe-linux | Mandeep Singh Grang | 2018-07-19 | 1 | -0/+6 |
| * | [WebAssembly] Remove ELF file support. | Sam Clegg | 2018-07-16 | 1 | -5/+0 |
| * | [OpenEmbedded] Add OpenEmbedded vendor | Mandeep Singh Grang | 2018-07-05 | 1 | -0/+6 |
| * | [AMDGPU] Remove use of OpenCL triple environment and replace with function at... | Tony Tye | 2018-03-23 | 1 | -6/+0 |
| * | [AMDGPU] Remove unused AMDOpenCL triple environment | Tony Tye | 2018-03-05 | 1 | -3/+0 |
| * | [ADT] Recognize ppc as valid architecture in target triple. | Jonas Devlieghere | 2018-02-27 | 1 | -0/+17 |
| * | [WebAssembly] Restore "*-wasm" tests. | Dan Gohman | 2018-02-15 | 1 | -0/+5 |
| * | [WebAssembly] Update ADT/TripleTest.cpp now that default file format has changed | Sam Clegg | 2018-02-12 | 1 | -2/+7 |
| * | Add a new Simulator entry for the target triple environment. | Bob Wilson | 2017-10-23 | 1 | -0/+9 |
| * | [Triple] Add AMDPAL operating system type | Tim Renouf | 2017-09-29 | 1 | -0/+6 |
| * | [mips] Recognise the triple used by Debian for MIPS n32 ABI | Simon Atanasyan | 2017-09-14 | 1 | -0/+6 |
| * | [mips] Add unitests to check parsing MIPS triples. NFC | Simon Atanasyan | 2017-09-13 | 1 | -0/+30 |
| * | [Triple] Define OS Check for Haiku | Renato Golin | 2017-08-18 | 1 | -0/+12 |
| * | Add support for Ananas platform | Ed Schouten | 2017-06-25 | 1 | -0/+6 |
| * | Revert r305642 | Ismail Donmez | 2017-06-18 | 1 | -1/+1 |
| * | Test to correct triple for SUSE on ARMv7 | Ismail Donmez | 2017-06-18 | 1 | -1/+1 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | ADT: handle special case of ARM environment for SUSE | Saleem Abdulrasool | 2017-06-03 | 1 | -0/+5 |
| * | Add SUSE vendor | Ismail Donmez | 2017-04-24 | 1 | -0/+6 |
| * | Set default CPU for OpenBSD/arm to Cortex-A8 | Brad Smith | 2017-02-28 | 1 | -0/+4 |
| * | TripleTest.FileFormat: check non-default value | Alex Denisov | 2017-02-04 | 1 | -0/+3 |
| * | TripleTest.BitWidthArchVariants: add missing arch types (thumb, arm, le, ...) | Alex Denisov | 2017-02-04 | 1 | -0/+48 |
| * | TripleTest.EndianArchVariants: add missing arch types (tce, le) | Alex Denisov | 2017-02-04 | 1 | -0/+16 |
| * | [WebAssembly] Add triple support for the new wasm object format | Dan Gohman | 2017-01-17 | 1 | -0/+3 |
| * | [RISCV] Recognise riscv32 and riscv64 in triple parsing code | Alex Bradbury | 2016-11-01 | 1 | -0/+36 |
| * | Define "contiki" OS specifier. | David L Kreitzer | 2016-10-14 | 1 | -0/+6 |
| * | [Triple] Add triple for Fuchsia | Petr Hosek | 2016-10-06 | 1 | -0/+6 |
| * | Triple: Add opencl environment type | Tom Stellard | 2016-09-23 | 1 | -0/+6 |
| * | Remove the Triple tests that stressing the TargetParser's behaviour. | Zijiao Ma | 2016-08-17 | 1 | -191/+0 |
| * | [ADT] Make the triple test 1000x faster through more focused test cases. | Chandler Carruth | 2016-08-06 | 1 | -53/+67 |
| * | [Triple] Reimplement isLittleEndian(). Now it works for arm too. | Davide Italiano | 2016-06-29 | 1 | -0/+8 |
| * | Add support for musl-libc on ARM Linux. | Rafael Espindola | 2016-06-24 | 1 | -0/+6 |