Remove a hack that tries to understand incorrect triples from the
[oota-llvm.git] / lib / Support / Triple.cpp
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...