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