summaryrefslogtreecommitdiff
path: root/lib/Support/Triple.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands1-0/+4
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor1-0/+2
2012-10-01Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow1-0/+9
2012-09-02Rename ANDROIDEABI to Android.Logan Chien1-2/+2
2012-08-28Add the Freescale vendor to Triple.Hal Finkel1-0/+2
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher1-0/+2
2012-06-28Enable automatic GCC<->LLVM intrinsic translation for mips.Benjamin Kramer1-1/+6
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski1-18/+0
2012-05-09Set the default iOS version to 3.0.Chad Rosier1-2/+4
2012-05-09Don't return true on a function with a void return type.Chad Rosier1-1/+1
2012-05-09Add Triple::getiOSVersion.Chad Rosier1-0/+21
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski1-0/+18
2012-04-02Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel1-0/+6
2012-03-09Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.Anton Korobeynikov1-0/+10
2012-02-22Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth1-3/+1
2012-02-21Tiny cosmetic change to use the same style for all of the while loops inChandler Carruth1-2/+4
2012-02-21Replace a hand rolled loop with a lovely StringRef helper we have theseChandler Carruth1-4/+1
2012-02-21Pull the parsing helper functions out of the Triple interface entirely.Chandler Carruth1-89/+90
2012-02-21Clean up comments that I missed when changing the triple representation.Chandler Carruth1-10/+7
2012-02-21Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth1-20/+16
2012-02-20Move constructors out-of-line and flesh out their documentation. NoChandler Carruth1-2/+32
2012-02-18Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,Chandler Carruth1-4/+4
2012-02-12StringSwitchify the rest of Triple.cpp.Benjamin Kramer1-62/+34
2012-02-12Switch a bunch of manual if-chains to use StringSwitch. Clean them up inChandler Carruth1-170/+93
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-3/+2
2012-02-06Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth1-0/+74
2012-01-31Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson1-0/+39
2012-01-31Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth1-0/+49
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-4/+5
2012-01-18Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola1-0/+3
2012-01-10Teach the triple library about the androideabi environment.Chandler Carruth1-0/+3
2011-12-12Hexagon backend supportTony Linthicum1-0/+7
2011-10-27Remove the Alpha backend.Dan Gohman1-7/+0
2011-10-25Remove the Blackfin backend.Dan Gohman1-7/+0
2011-10-24Remove the SystemZ backend.Dan Gohman1-5/+0
2011-09-20Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka1-0/+10
2011-08-29Add AMDIL as valid target triple to LLVM.Tobias Grosser1-1/+10
2011-08-23This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin1-0/+9
2011-08-22Add NativeClient support to Triple::ParseOS.Ivan Krasin1-0/+2
2011-08-18Add NativeClient operating system support.Ivan Krasin1-0/+1
2011-07-30Added several architecture names.Sean Callanan1-1/+2
2011-07-26Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands1-0/+3
2011-07-24switch Triple to take twines instead of stringrefs.Chris Lattner1-5/+0
2011-07-22lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.NAKAMURA Takumi1-0/+2
2011-07-07Recognize mipseb as alias for mips for symmetry with mipsel.Joerg Sonnenberger1-1/+2
2011-07-06Fix missing triple support for RTEMS target.Eli Friedman1-0/+2
2011-07-01Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor1-0/+1
2011-05-29...this is not a good commit day for me.John McCall1-7/+0
2011-05-29On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall1-0/+7
2011-04-20PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski1-10/+20