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