Adjust comment to distinguish between target name and triple target name they
[oota-llvm.git] / include / llvm / ADT / Triple.h
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...