1. 32972ef Add support for le64. by JF Bastien · 11 years ago
  2. ea0257a Use armv6k default for FreeBSD/ARM by Ed Maste · 11 years ago
  3. 9232ea6 Removed white-space by Matthew Gardiner · 11 years ago
  4. 3b15a89 Adding kalimba variants as Triple sub-architectures. Reviewed in: by Matthew Gardiner · 11 years ago
  5. 36d3ee7 Delete support for AuroraUX. by Rafael Espindola · 11 years ago
  6. 0e1b31c ADT: remove MinGW32 and Cygwin OSType enum by Saleem Abdulrasool · 11 years ago
  7. 78cfa0c Remove dead code. by Rafael Espindola · 11 years ago
  8. 35910d7 AArch64: remove "arm64_be" support in favour of "aarch64_be". by Tim Northover · 11 years ago
  9. e19bed7 AArch64: remove arm64 triple enumerator. by Tim Northover · 11 years ago
  10. dc6a941 Add MIPS Technologies to the vendors in llvm::Triple. by Daniel Sanders · 11 years ago
  11. c17a07b Refactor ARM subarchitecture parsing by Renato Golin · 11 years ago
  12. 7d78ab5 Fix the prefix for arm64 triple by Yi Kong · 11 years ago
  13. 730abd2 Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm::Triple::getARMCPUForArch(). by Argyrios Kyrtzidis · 11 years ago
  14. 54fe1b2 Add the CSR company and the Kalimba DSP processor to Triple. by Eric Christopher · 11 years ago
  15. c5626f4 Add Imagination Technologies to the vendors in llvm::Triple by Daniel Sanders · 11 years ago
  16. cccdadc Fix some Twine locals. by Benjamin Kramer · 11 years ago
  17. b8a86c4 Revert "Refactor ARM subarchitecture parsing" by Renato Golin · 11 years ago
  18. 1e9c282 Refactor ARM subarchitecture parsing by Renato Golin · 11 years ago
  19. 09a53b9 [ARM64] Add big endian target arm64_be. by James Molloy · 12 years ago
  20. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 12 years ago
  21. 28b82bc Support: generalise object type handling for Windows by Saleem Abdulrasool · 12 years ago
  22. af6bfb2 ARM64: remove -m32/-m64 mapping with ARM. by Tim Northover · 12 years ago
  23. f80b49b Support: correct Windows normalisation by Saleem Abdulrasool · 12 years ago
  24. 00ed996 ARM64: initial backend import by Tim Northover · 12 years ago
  25. 2a11160 Add ARM big endian Target (armeb, thumbeb) by Christian Pirker · 12 years ago
  26. edbdd2e Canonicalise Windows target triple spellings by Saleem Abdulrasool · 12 years ago
  27. a2790b1 Fix inconsistent whitespace. by Bob Wilson · 12 years ago
  28. 3547633 Support: split object format out of environment by Saleem Abdulrasool · 12 years ago
  29. 6c2f4d4 Add AArch64 big endian Target (aarch64_be) by Christian Pirker · 12 years ago
  30. 71d15ed [x86] Support i386-*-*-code16 triple for emitting 16-bit code by David Woodhouse · 12 years ago
  31. 8fe41b7 Recognize EABIHF as environment and use it for RTAPI + VFP. by Joerg Sonnenberger · 12 years ago
  32. 3e8df69 Darwin: update default iOS version to 5.0 by Tim Northover · 12 years ago
  33. 664d148 X86: Encode the 'h' cpu subtype in the MachO header for x86. by Jim Grosbach · 12 years ago
  34. 0a9170d [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 12 years ago
  35. 7298666 Remove the mblaze backend from llvm. by Rafael Espindola · 12 years ago
  36. b6e6cd3 [NVPTX] Add support for selecting CUDA vs OCL mode based on triple by Justin Holewinski · 12 years ago
  37. abc3d23 Recognize sparc64 as an alias for sparcv9 triples. by Jakob Stoklund Olesen · 13 years ago
  38. a238c5e [SystemZ] Add llvm::Triple::systemz by Richard Sandiford · 13 years ago
  39. e0e3aef Add AArch64 as an experimental target. by Tim Northover · 13 years ago
  40. 0893e10 Initial patch for x32 ABI support. by Eli Bendersky · 13 years ago
  41. abe5463 Make NaCl naming consistent. The triple OSType is called NaCl and is represented by Eli Bendersky · 13 years ago
  42. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  43. a4d31a3 Add support for SPIR64 target - the 64bit counterpart of SPIR. by Guy Benyei · 13 years ago
  44. 950d870 Remove the CellSPU port. by Eric Christopher · 13 years ago
  45. 27783bc Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now. by Rafael Espindola · 13 years ago
  46. d5772de Add powerpc-ibm-aix to Triple. Patch by Kai. by Duncan Sands · 13 years ago
  47. feb805f Support for generating ELF objects on Windows. by Andrew Kaylor · 13 years ago
  48. 48c8ddc Add in support for SPIR to LLVM core. This adds a new target and two new calling conventions. by Micah Villmow · 13 years ago
  49. 9ab55b8 Rename ANDROIDEABI to Android. by Logan Chien · 13 years ago
  50. b5d177e Add the Freescale vendor to Triple. by Hal Finkel · 13 years ago
  51. 22738d0 Add support for the OpenBSD for Bitrig. by Eric Christopher · 13 years ago
  52. ae3c300 Enable automatic GCC<->LLVM intrinsic translation for mips. by Benjamin Kramer · 13 years ago
  53. 907f760 Remove the PTX back-end and all of its artifacts (triple, etc.) by Justin Holewinski · 14 years ago
  54. 9d7b1ce Set the default iOS version to 3.0. by Chad Rosier · 14 years ago
  55. 2778cbc Don't return true on a function with a void return type. by Chad Rosier · 14 years ago
  56. d84eaac Add Triple::getiOSVersion. by Chad Rosier · 14 years ago
  57. ae556d3 This patch adds a new NVPTX back-end to LLVM which supports code generation for NVIDIA PTX 3.0. This back-end will (eventually) replace the current PTX back-end, while maintaining compatibility with it. by Justin Holewinski · 14 years ago
  58. f208af0 Add triple support for the IBM BG/P and BG/Q supercomputers. by Hal Finkel · 14 years ago
  59. f32638d Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet. by Anton Korobeynikov · 14 years ago
  60. 0c7a7cc Support was removed from LLVM's MIPS backend for the PSP variant of that by Chandler Carruth · 14 years ago
  61. 362087b Tiny cosmetic change to use the same style for all of the while loops in by Chandler Carruth · 14 years ago
  62. 6ea6de7 Replace a hand rolled loop with a lovely StringRef helper we have these by Chandler Carruth · 14 years ago
  63. aec9708 Pull the parsing helper functions out of the Triple interface entirely. by Chandler Carruth · 14 years ago
  64. 1f3325a Clean up comments that I missed when changing the triple representation. by Chandler Carruth · 14 years ago
  65. 2d27b0f Switch the llvm::Triple class to immediately parse the triple string on by Chandler Carruth · 14 years ago
  66. 0d887dd Move constructors out-of-line and flesh out their documentation. No by Chandler Carruth · 14 years ago
  67. b54950b Trivial cleanup to group the generic 'armvN' cases with the 'arm' case, by Chandler Carruth · 14 years ago
  68. 22a0fdf StringSwitchify the rest of Triple.cpp. by Benjamin Kramer · 14 years ago
  69. ff6f356 Switch a bunch of manual if-chains to use StringSwitch. Clean them up in by Chandler Carruth · 14 years ago
  70. a2886c2 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  71. 07cfb4b Introduce helpers to compute the 32-bit varaints and 64-bit variants of by Chandler Carruth · 14 years ago
  72. aa30aff Add Triple::getMacOSXVersion to replace crufty code in the clang driver. by Bob Wilson · 14 years ago
  73. b90c102 Add various coarse bit-width architecture predicates to llvm::Triple. by Chandler Carruth · 14 years ago
  74. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  75. f5e78fa Add support for the gnueabihf environment. Patch by Sylvestre Ledru. by Rafael Espindola · 14 years ago
  76. 9a7510a Teach the triple library about the androideabi environment. by Chandler Carruth · 14 years ago
  77. 1213a7a Hexagon backend support by Tony Linthicum · 14 years ago
  78. 4c9fca9 Remove the Alpha backend. by Dan Gohman · 14 years ago
  79. b43c36f Remove the Blackfin backend. by Dan Gohman · 14 years ago
  80. dfc96ae Remove the SystemZ backend. by Dan Gohman · 14 years ago
  81. 6c3ad65 Add mips64 & mips64el to Triple. Patch by Liu with modifications. by Akira Hatanaka · 14 years ago
  82. 516dbb2 Add AMDIL as valid target triple to LLVM. by Tobias Grosser · 14 years ago
  83. 771ef8c This patch adds support of le32 pseudo-cpu that stands for generic by Ivan Krasin · 14 years ago
  84. b296790 Add NativeClient support to Triple::ParseOS. by Ivan Krasin · 14 years ago
  85. 44306e2 Add NativeClient operating system support. by Ivan Krasin · 14 years ago
  86. 147c83e Added several architecture names. by Sean Callanan · 14 years ago
  87. fe44f67 Teach the Triple class about kfreebsd (FreeBSD kernel with a GNU userspace). by Duncan Sands · 14 years ago
  88. d757d3f switch Triple to take twines instead of stringrefs. by Chris Lattner · 14 years ago
  89. af8d50d lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack. by NAKAMURA Takumi · 14 years ago
  90. e0cbf74 Recognize mipseb as alias for mips for symmetry with mipsel. by Joerg Sonnenberger · 14 years ago
  91. 499647b Fix missing triple support for RTEMS target. by Eli Friedman · 14 years ago
  92. de3c926 Add initial *-*-rtems* target, from Joel Sherrill by Douglas Gregor · 14 years ago
  93. be6d0c0 ...this is not a good commit day for me. by John McCall · 15 years ago
  94. 085d891 On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume. by John McCall · 15 years ago
  95. 7d8895e PTX: Add intrinsics to list of built-in intrinsics, which allows them to be by Justin Holewinski · 15 years ago
  96. 9246998 ADT/Triple: Drop support for -osx style triples, we are going with -macosx by Daniel Dunbar · 15 years ago
  97. 0854f34 ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will remove by Daniel Dunbar · 15 years ago
  98. 163a096 ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions. by Daniel Dunbar · 15 years ago
  99. 3c0fbce ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOS by Daniel Dunbar · 15 years ago
  100. 99f904c ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion. by Daniel Dunbar · 15 years ago