Hexagon backend support
[oota-llvm.git] / lib / Support / Triple.cpp
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.
2009-06-19 Duncan SandsAdd support for AuroraUX. Patch by evocallaghan.
2009-05-22 Daniel DunbarAdd llvm::triple constructor from arch, vendor, os...
2009-04-02 Mikhail GlushenkovFix build on Linux.
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...