aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Triple.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ANDROIDEABI to Android.Logan Chien2012-09-021-2/+2
* Add the Freescale vendor to Triple.Hal Finkel2012-08-281-0/+2
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-0/+2
* Enable automatic GCC<->LLVM intrinsic translation for mips.Benjamin Kramer2012-06-281-1/+6
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-18/+0
* Set the default iOS version to 3.0.Chad Rosier2012-05-091-2/+4
* Don't return true on a function with a void return type.Chad Rosier2012-05-091-1/+1
* Add Triple::getiOSVersion.Chad Rosier2012-05-091-0/+21
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+18
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-021-0/+6
* Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.Anton Korobeynikov2012-03-091-0/+10
* Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth2012-02-221-3/+1
* Tiny cosmetic change to use the same style for all of the while loops inChandler Carruth2012-02-211-2/+4
* Replace a hand rolled loop with a lovely StringRef helper we have theseChandler Carruth2012-02-211-4/+1
* Pull the parsing helper functions out of the Triple interface entirely.Chandler Carruth2012-02-211-89/+90
* Clean up comments that I missed when changing the triple representation.Chandler Carruth2012-02-211-10/+7
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-211-20/+16
* Move constructors out-of-line and flesh out their documentation. NoChandler Carruth2012-02-201-2/+32
* Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,Chandler Carruth2012-02-181-4/+4
* StringSwitchify the rest of Triple.cpp.Benjamin Kramer2012-02-121-62/+34
* Switch a bunch of manual if-chains to use StringSwitch. Clean them up inChandler Carruth2012-02-121-170/+93
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-3/+2
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-061-0/+74
* Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson2012-01-311-0/+39
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-311-0/+49
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-4/+5
* Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola2012-01-181-0/+3
* Teach the triple library about the androideabi environment.Chandler Carruth2012-01-101-0/+3
* Hexagon backend supportTony Linthicum2011-12-121-0/+7
* Remove the Alpha backend.Dan Gohman2011-10-271-7/+0
* Remove the Blackfin backend.Dan Gohman2011-10-251-7/+0
* Remove the SystemZ backend.Dan Gohman2011-10-241-5/+0
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-201-0/+10
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-291-1/+10
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-231-0/+9
* Add NativeClient support to Triple::ParseOS.Ivan Krasin2011-08-221-0/+2
* Add NativeClient operating system support.Ivan Krasin2011-08-181-0/+1
* Added several architecture names.Sean Callanan2011-07-301-1/+2
* Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands2011-07-261-0/+3
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-241-5/+0
* lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.NAKAMURA Takumi2011-07-221-0/+2
* Recognize mipseb as alias for mips for symmetry with mipsel.Joerg Sonnenberger2011-07-071-1/+2
* Fix missing triple support for RTEMS target.Eli Friedman2011-07-061-0/+2
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-011-0/+1
* ...this is not a good commit day for me.John McCall2011-05-291-7/+0
* On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall2011-05-291-0/+7
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-201-10/+20
* ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar2011-04-191-3/+0
* ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar2011-04-191-0/+3
* ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar2011-04-191-2/+1