Refactor ARM subarchitecture parsing
[oota-llvm.git] / include / llvm / ADT / Triple.h
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...