aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Triple.cpp
AgeCommit message (Expand)Author
2009-08-12add a couple of helpers to the Triple class for decodingChris Lattner
2009-08-03Pass target triple string in to TargetMachine constructor.Daniel Dunbar
2009-08-02Analog Devices Blackfin back-end.Jakob Stoklund Olesen
2009-07-26Oops, forgot XCore. Sorry XCore!Daniel Dunbar
2009-07-26Update for API change.Daniel Dunbar
2009-07-26Update Triple to use StringRef/Twine based APIs.Daniel Dunbar
2009-07-13Add NetBSD to the Triple class, patch by Krister Walfridsson!Chris Lattner
2009-06-29Add triple for OpenBSD.Duncan Sands
2009-06-19Add support for AuroraUX. Patch by evocallaghan.Duncan Sands
2009-05-22Add llvm::triple constructor from arch, vendor, os strings, and recognizeDaniel Dunbar
2009-04-02Fix build on Linux.Mikhail Glushenkov
2009-04-01Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar