Handle ARMv6KZ naming
[oota-llvm.git] / lib / Support / Triple.cpp
2012-10-31 Rafael EspindolaRemove Triple::getArchTypeForDarwinArchName. I lives...
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-10-01 Micah VillmowAdd in support for SPIR to LLVM core. This adds a new...
2012-09-02 Logan ChienRename ANDROIDEABI to Android.
2012-08-28 Hal FinkelAdd the Freescale vendor to Triple.
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-06-28 Benjamin KramerEnable automatic GCC<->LLVM intrinsic translation for...
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-09 Chad RosierSet the default iOS version to 3.0.
2012-05-09 Chad RosierDon't return true on a function with a void return...
2012-05-09 Chad RosierAdd Triple::getiOSVersion.
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...
2012-04-02 Hal FinkelAdd triple support for the IBM BG/P and BG/Q supercompu...
2012-03-09 Anton KorobeynikovAdd support for r600 (AMD GPUs HD2XXX - HD6XXX) target...
2012-02-22 Chandler CarruthSupport was removed from LLVM's MIPS backend for the...
2012-02-21 Chandler CarruthTiny cosmetic change to use the same style for all...
2012-02-21 Chandler CarruthReplace a hand rolled loop with a lovely StringRef...
2012-02-21 Chandler CarruthPull the parsing helper functions out of the Triple...
2012-02-21 Chandler CarruthClean up comments that I missed when changing the tripl...
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-20 Chandler CarruthMove constructors out-of-line and flesh out their docum...
2012-02-18 Chandler CarruthTrivial cleanup to group the generic 'armvN' cases...
2012-02-12 Benjamin KramerStringSwitchify the rest of Triple.cpp.
2012-02-12 Chandler CarruthSwitch a bunch of manual if-chains to use StringSwitch...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Chandler CarruthIntroduce helpers to compute the 32-bit varaints and...
2012-01-31 Bob WilsonAdd Triple::getMacOSXVersion to replace crufty code...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-18 Rafael EspindolaAdd support for the gnueabihf environment. Patch by...
2012-01-10 Chandler CarruthTeach the triple library about the androideabi environment.
2011-12-12 Tony LinthicumHexagon backend support
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-09-20 Akira HatanakaAdd mips64 & mips64el to Triple. Patch by Liu with...
2011-08-29 Tobias GrosserAdd AMDIL as valid target triple to LLVM.
2011-08-23 Ivan KrasinThis patch adds support of le32 pseudo-cpu that stands...
2011-08-22 Ivan KrasinAdd NativeClient support to Triple::ParseOS.
2011-08-18 Ivan KrasinAdd NativeClient operating system support.
2011-07-30 Sean CallananAdded several architecture names.
2011-07-26 Duncan SandsTeach the Triple class about kfreebsd (FreeBSD kernel...
2011-07-24 Chris Lattnerswitch Triple to take twines instead of stringrefs.
2011-07-22 NAKAMURA Takumilib/Support/Triple.cpp: Recognize "-march=ppc32" to...
2011-07-07 Joerg SonnenbergerRecognize mipseb as alias for mips for symmetry with...
2011-07-06 Eli FriedmanFix missing triple support for RTEMS target.
2011-07-01 Douglas GregorAdd initial *-*-rtems* target, from Joel Sherrill
2011-05-29 John McCall...this is not a good commit day for me.
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-19 Daniel DunbarADT/Triple: Drop support for -osx style triples, we...
2011-04-19 Daniel DunbarADT/Triple: Add support for Triple::MacOSX per feedback...
2011-04-19 Daniel DunbarADT/Triple: Add isOSDarwin() and isOSWindows() helper...
2011-04-19 Daniel DunbarADT/Triple: Fix Triple::getArchNameForAssembler to...
2011-04-19 Daniel DunbarADT/Triple: Generalize and simplify getDarwinNumber...
2011-04-19 Daniel DunbarADT/Triple: Add support for more explicit "osx" and...
2011-03-15 John ThompsonAdd scei vendor
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-05 Anders CarlssonFix a clang warning.
2011-02-02 Duncan SandsRemove NoVendor and NoOS, added in commit 123990, from...
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-01-21 Renato GolinClang was not parsing target triples involving EABI...
2010-12-17 Jim GrosbachTrailing whitespace and 80 column fixups.
2010-11-27 Benjamin KramerRemove PIC16 remnants.
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!
2010-08-30 Duncan SandsRemove a hack that tries to understand incorrect triple...
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-03-24 Duncan SandsFix comment typo.
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-04 Chris Lattneradd support for the sparcv9-*-* target triple to turn on
2009-11-19 Edward O'CallaghanAdd PS3 Triple class, Credit to John Thompson.
2009-11-17 Viktor KutuzovAdded getArchNameForAssembler method to the Triple...
2009-11-15 Edward O'CallaghanAdd PSP OS Target to Triple, Credit to Bruno Cardoso...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-16 Chris Lattneradd haiku support, patch by Paul Davey!
2009-10-06 Jeffrey Yasskinr83391 was completely broken since Twines keep referenc...
2009-10-06 Jeffrey YasskinFix PR5112, a miscompilation on gcc-4.0.3. Patch by...
2009-09-09 Daniel DunbarAdd comment re: clang dependency.
2009-09-08 Daniel DunbarAdd Triple::getArchTypeForDarwinArchName, which convert...
2009-08-31 Richard OsborneAdd triple parsing support for XCore.
2009-08-24 Daniel DunbarAdd llvm::Triple::getArchTypePrefix for getting the...
2009-08-19 Eli FriedmanAdd triple parsing support for TCE.
2009-08-18 Daniel DunbarImprove Triple to recognize the OS in i386-mingw32.
2009-08-18 Daniel DunbarFix Triple to recognize the 'bfin' arch.
2009-08-18 Daniel DunbarRecognize xscale as an ARM arch.
2009-08-18 Daniel DunbarAdd Triple matching for pic16 arch and solaris OS.
2009-08-14 Chris Lattnerfix "pc" to be lower case in a target triple, patch...
2009-08-12 Chris Lattnerthe x86 version of the name is x86-64, not x86_64....
2009-08-12 Chris Lattneradd support for mingw64 target triples.
2009-08-12 Chris Lattneradd a couple of helpers to the Triple class for decoding
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-02 Jakob Stoklund OlesenAnalog Devices Blackfin back-end.
2009-07-26 Daniel DunbarOops, forgot XCore. Sorry XCore!
2009-07-26 Daniel DunbarUpdate for API change.
2009-07-26 Daniel DunbarUpdate Triple to use StringRef/Twine based APIs.
2009-07-13 Chris LattnerAdd NetBSD to the Triple class, patch by Krister Walfri...
2009-06-29 Duncan SandsAdd triple for OpenBSD.
next