Add Triple::getMacOSXVersion to replace crufty code in the clang driver.
[oota-llvm.git] / include / llvm / ADT / Triple.h
2012-01-31 Bob WilsonAdd Triple::getMacOSXVersion to replace crufty code...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2012-01-29 Chandler CarruthCleanup the organization of some methods in llvm::Tripl...
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-18 Ivan KrasinAdd NativeClient operating system support.
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-02 Eric ChristopherRemove the confusing getDarwinNumber() api and friends.
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-05-03 Bob WilsonFix a comment.
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
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: Add helper function for OS X version checks.
2011-04-19 Daniel DunbarADT/Triple: Add isOSVersionLT helper function.
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-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-11-27 Benjamin KramerRemove PIC16 remnants.
2010-11-13 Jim GrosbachTrailing whitespace.
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-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-07-13 Eric Christopher80-columns
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
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-11 Daniel DunbarAdd Triple::str() which returns the contents of the...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-16 Chris Lattneradd haiku support, patch by Paul Davey!
2009-09-08 Daniel DunbarAdd Triple::getArchTypeForDarwinArchName, which convert...
2009-08-26 Chris Lattnersome mips and some sparc compilers apparently
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 Misha BrukmanFixed spelling of MSP430.
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-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-07 Dan GohmanUse std::string() instead of std::string("").
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-02 Daniel DunbarAdjust comment to distinguish between target name and...
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-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...