- 69127e1 Add Hurd target to LLVMSupport (1/2) by Kristina Brooks · 7 years ago
- e58c45a [mips] Add support MIPS r6 Debian triples by Simon Atanasyan · 7 years ago
- 9265dca [mips] Fix MIPS N32 ABI triples support by Simon Atanasyan · 7 years ago
- 2ab8234 This patch adds support to LLVM for writing HermitCore (https://hermitcore.org) ELF binaries. by Eric Christopher · 7 years ago
- 7b27454 [ADT] Normalize empty triple components by Petr Hosek · 7 years ago
- 86bc8c6 [OpenEmbedded] Add a unittest for aarch64-oe-linux by Mandeep Singh Grang · 7 years ago
- cf2a9e2 [WebAssembly] Remove ELF file support. by Sam Clegg · 7 years ago
- 083f4d7 [OpenEmbedded] Add OpenEmbedded vendor by Mandeep Singh Grang · 7 years ago
- 7a893d4 [AMDGPU] Remove use of OpenCL triple environment and replace with function attribute for AMDGPU by Tony Tye · 8 years ago
- bf320ee [AMDGPU] Remove unused AMDOpenCL triple environment by Tony Tye · 8 years ago
- 425b248 [ADT] Recognize ppc as valid architecture in target triple. by Jonas Devlieghere · 8 years ago
- 49b44ad [WebAssembly] Restore "*-wasm" tests. by Dan Gohman · 8 years ago
- 02eed77 [WebAssembly] Update ADT/TripleTest.cpp now that default file format has changed by Sam Clegg · 8 years ago
- 7e55e68 Add a new Simulator entry for the target triple environment. by Bob Wilson · 8 years ago
- 9f7ead3 [Triple] Add AMDPAL operating system type by Tim Renouf · 8 years ago
- b35dd1c [mips] Recognise the triple used by Debian for MIPS n32 ABI by Simon Atanasyan · 8 years ago
- f06fac5 [mips] Add unitests to check parsing MIPS triples. NFC by Simon Atanasyan · 8 years ago
- 6fd16d3 [Triple] Define OS Check for Haiku by Renato Golin · 8 years ago
- 3370e19 Add support for Ananas platform by Ed Schouten · 8 years ago
- c024ac2 Revert r305642 by Ismail Donmez · 8 years ago
- 4f98bc6 Test to correct triple for SUSE on ARMv7 by Ismail Donmez · 8 years ago
- 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
- ac76ec7 ADT: handle special case of ARM environment for SUSE by Saleem Abdulrasool · 8 years ago
- 6dda317 Add SUSE vendor by Ismail Donmez · 8 years ago
- 159f3bb Set default CPU for OpenBSD/arm to Cortex-A8 by Brad Smith · 9 years ago
- 6a3bf89 TripleTest.FileFormat: check non-default value by Alex Denisov · 9 years ago
- d29bcbb TripleTest.BitWidthArchVariants: add missing arch types (thumb, arm, le, ...) by Alex Denisov · 9 years ago
- 4160150 TripleTest.EndianArchVariants: add missing arch types (tce, le) by Alex Denisov · 9 years ago
- 1209c7a [WebAssembly] Add triple support for the new wasm object format by Dan Gohman · 9 years ago
- b6e784a [RISCV] Recognise riscv32 and riscv64 in triple parsing code by Alex Bradbury · 9 years ago
- 3155abf Define "contiki" OS specifier. by David L Kreitzer · 9 years ago
- e023d62 [Triple] Add triple for Fuchsia by Petr Hosek · 9 years ago
- e190cd2 Triple: Add opencl environment type by Tom Stellard · 9 years ago
- 6ed8da0 Remove the Triple tests that stressing the TargetParser's behaviour. by Zijiao Ma · 9 years ago
- 9dd96d7 [ADT] Make the triple test 1000x faster through more focused test cases. by Chandler Carruth · 9 years ago
- 901269c [Triple] Reimplement isLittleEndian(). Now it works for arm too. by Davide Italiano · 9 years ago
- a895a0c Add support for musl-libc on ARM Linux. by Rafael Espindola · 9 years ago
- 9768b0a Add a Musl environment to the triple. by Rafael Espindola · 9 years ago
- 5e845e5 Add AMDGPU related triple vendors/OSes by Matt Arsenault · 10 years ago
- 94bdbd0 ARMv7k: use Cortex-A7 by default even for tvOS by Tim Northover · 10 years ago
- dbfe870 [lanai] Add Lanai triple. by Jacques Pienaar · 10 years ago
- 91f339a Handle ARMv6-J as an alias, instead of fake architecture by Artyom Skrobov · 10 years ago
- f187a65 Handle ARMv6KZ naming by Artyom Skrobov · 10 years ago
- e1194bd [X86] Make elfiamcu an OS, not an environment. by Michael Kuperstein · 10 years ago
- fe89762 [X86] Add support for elfiamcu triple by Michael Kuperstein · 10 years ago
- b1d469c Initial migration of AVR backend by Dylan McKay · 10 years ago
- 3309ef6 Teach the target parsing framework to directly compute the length of all by Chandler Carruth · 10 years ago
- f1ffbe7 Add amdopencl environment to triple by Matt Arsenault · 10 years ago
- 4ea14a6 [Triple] Add a helper to switch between big/little endian variants by Benjamin Kramer · 10 years ago
- 8465c00 Drop the OS from the WebAssembly target triple for now. by Dan Gohman · 10 years ago
- 10e730a [WebAssembly] Initial WebAssembly backend by Dan Gohman · 10 years ago
- 66b682a ARMTargetParser: Make BSD Thumb/BE armv6 work by Renato Golin · 10 years ago
- fadc210 Adding profile and version parsers to ARMTargetParser by Renato Golin · 10 years ago
- b6b9e05 Make Triple::parseARMArch use ARMTargetParser by Renato Golin · 10 years ago
- e8048f0 Get Triple::getARMCPUForArch() to use TargetParser by Renato Golin · 10 years ago
- 50ed947 [ARM] Reject invalid -march values by John Brawn · 10 years ago
- 5eb52b7 Fix regression in parsing armv{6,7}hl- triples. These are used by SUSE by Ismail Donmez · 10 years ago
- e2e7238 Move unit test into anonymous namespace as per convention. by Douglas Katzman · 10 years ago
- 07920d8 Exhaustively test all triples in TripleTest. by Douglas Katzman · 10 years ago
- e0ff282 New architecture name - 'sparcel' for Sparc little-endian. by Douglas Katzman · 10 years ago
- a3b594c Default to armv7 cpu for NaCl when march=arm by Derek Schuff · 11 years ago
- dae7189 Add support for Nuxi CloudABI. by Ed Schouten · 11 years ago
- 429edc1 The canonical CPU variant for ARM according to config.guess uses a by Joerg Sonnenberger · 11 years ago
- 3f9b021 Add hsail and amdil64 to Triple by Matt Arsenault · 11 years ago
- d81a221 Add unit test for r217454 by Ed Maste · 11 years ago
- 0e1b31c ADT: remove MinGW32 and Cygwin OSType enum by Saleem Abdulrasool · 11 years ago
- 730abd2 Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm::Triple::getARMCPUForArch(). by Argyrios Kyrtzidis · 11 years ago
- 28b82bc Support: generalise object type handling for Windows by Saleem Abdulrasool · 11 years ago
- af6bfb2 ARM64: remove -m32/-m64 mapping with ARM. by Tim Northover · 11 years ago
- f80b49b Support: correct Windows normalisation by Saleem Abdulrasool · 11 years ago
- 00ed996 ARM64: initial backend import by Tim Northover · 12 years ago
- edbdd2e Canonicalise Windows target triple spellings by Saleem Abdulrasool · 12 years ago
- 3547633 Support: split object format out of environment by Saleem Abdulrasool · 12 years ago
- 3e8df69 Darwin: update default iOS version to 5.0 by Tim Northover · 12 years ago
- 606acb7 Added a unit test for r173983 that verifies that Target.isiOS() works correctly. by Michael Gottesman · 13 years ago
- d5772de Add powerpc-ibm-aix to Triple. Patch by Kai. by Duncan Sands · 13 years ago
- 907f760 Remove the PTX back-end and all of its artifacts (triple, etc.) by Justin Holewinski · 13 years ago
- 1cdb85e Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion. by Chad Rosier · 13 years ago
- f208af0 Add triple support for the IBM BG/P and BG/Q supercomputers. by Hal Finkel · 13 years ago
- 0c7a7cc Support was removed from LLVM's MIPS backend for the PSP variant of that by Chandler Carruth · 14 years ago
- 2d27b0f Switch the llvm::Triple class to immediately parse the triple string on by Chandler Carruth · 14 years ago
- 07cfb4b Introduce helpers to compute the 32-bit varaints and 64-bit variants of by Chandler Carruth · 14 years ago
- b90c102 Add various coarse bit-width architecture predicates to llvm::Triple. by Chandler Carruth · 14 years ago
- 981ca31 Part of this test is invariant inside the inner loop - move it outside the loop. by Duncan Sands · 15 years ago
- fdfdbd0 Remove NoVendor and NoOS, added in commit 123990, from Triple. While it by Duncan Sands · 15 years ago
- 83758d5c Clang was not parsing target triples involving EABI and was generating wrong IR (wrong PCS) and passing the wrong information down llc via the target-triple printed in IR. I've fixed this by adding the parsing of EABI into LLVM's Triple class and using it to choose the correct PCS in Clang's Tools. A Clang patch is on its way to use this infrastructure. by Renato Golin · 15 years ago
- 84a3bdd Add better support for environment portion of triple. Original patch by by Duncan Sands · 15 years ago
- 501dff7 Add a 'normalize' method to the Triple class, which takes a mucked up by Duncan Sands · 15 years ago
- 959323a Improve Triple to recognize the OS in i386-mingw32. by Daniel Dunbar · 16 years ago
- 19e7076 Update Triple to use StringRef/Twine based APIs. by Daniel Dunbar · 16 years ago
- ec6fdb6 Revert my intentional breakage. by Daniel Dunbar · 16 years ago
- c9de159 Intentionally break a unittest to test my buildbot gtest command. by Daniel Dunbar · 16 years ago
- 67a1ffa Reversed order of args in EXPECT_EQ() macros to be in the correct order: by Misha Brukman · 16 years ago
- 4abd566 Add llvm::Triple class for abstracting access to target triples. by Daniel Dunbar · 16 years ago