aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Triple.cpp
AgeCommit message (Expand)Author
2012-05-09Set the default iOS version to 3.0.Chad Rosier
2012-05-09Don't return true on a function with a void return type.Chad Rosier
2012-05-09Add Triple::getiOSVersion.Chad Rosier
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski
2012-04-02Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel
2012-03-09Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.Anton Korobeynikov
2012-02-22Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth
2012-02-21Tiny cosmetic change to use the same style for all of the while loops inChandler Carruth
2012-02-21Replace a hand rolled loop with a lovely StringRef helper we have theseChandler Carruth
2012-02-21Pull the parsing helper functions out of the Triple interface entirely.Chandler Carruth
2012-02-21Clean up comments that I missed when changing the triple representation.Chandler Carruth
2012-02-21Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth
2012-02-20Move constructors out-of-line and flesh out their documentation. NoChandler Carruth
2012-02-18Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,Chandler Carruth
2012-02-12StringSwitchify the rest of Triple.cpp.Benjamin Kramer
2012-02-12Switch a bunch of manual if-chains to use StringSwitch. Clean them up inChandler Carruth
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-02-06Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth
2012-01-31Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson
2012-01-31Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-18Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola
2012-01-10Teach the triple library about the androideabi environment.Chandler Carruth
2011-12-12Hexagon backend supportTony Linthicum
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-09-20Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka
2011-08-29Add AMDIL as valid target triple to LLVM.Tobias Grosser
2011-08-23This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin
2011-08-22Add NativeClient support to Triple::ParseOS.Ivan Krasin
2011-08-18Add NativeClient operating system support.Ivan Krasin
2011-07-30Added several architecture names.Sean Callanan
2011-07-26Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands
2011-07-24switch Triple to take twines instead of stringrefs.Chris Lattner
2011-07-22lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.NAKAMURA Takumi
2011-07-07Recognize mipseb as alias for mips for symmetry with mipsel.Joerg Sonnenberger
2011-07-06Fix missing triple support for RTEMS target.Eli Friedman
2011-07-01Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor
2011-05-29...this is not a good commit day for me.John McCall
2011-05-29On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall
2011-04-20PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski
2011-04-19ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar
2011-04-19ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar
2011-04-19ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar
2011-04-19ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOSDaniel Dunbar
2011-04-19ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.Daniel Dunbar
2011-04-19ADT/Triple: Add support for more explicit "osx" and "ios" OS names.Daniel Dunbar
2011-03-15Add scei vendorJohn Thompson
2011-02-17Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi