aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/Triple.h
Commit message (Expand)AuthorAgeFilesLines
...
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-161-1/+2
* Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar2009-09-081-2/+11
* some mips and some sparc compilers apparently Chris Lattner2009-08-261-0/+5
* Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for anDaniel Dunbar2009-08-241-0/+8
* Add triple parsing support for TCE.Eli Friedman2009-08-191-0/+1
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-181-2/+16
* Fixed spelling of MSP430.Misha Brukman2009-08-181-1/+1
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-181-1/+1
* Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar2009-08-181-0/+2
* add support for mingw64 target triples.Chris Lattner2009-08-121-0/+1
* add a couple of helpers to the Triple class for decodingChris Lattner2009-08-121-0/+15
* Use std::string() instead of std::string("").Dan Gohman2009-08-071-1/+1
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-1/+5
* Adjust comment to distinguish between target name and triple target name theyDaniel Dunbar2009-08-021-15/+15
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+1
* Oops, forgot XCore. Sorry XCore!Daniel Dunbar2009-07-261-0/+1
* Update for API change.Daniel Dunbar2009-07-261-5/+17
* Update Triple to use StringRef/Twine based APIs.Daniel Dunbar2009-07-261-14/+14
* Add NetBSD to the Triple class, patch by Krister Walfridsson!Chris Lattner2009-07-131-0/+1
* Add triple for OpenBSD.Duncan Sands2009-06-291-1/+2
* Add support for AuroraUX. Patch by evocallaghan.Duncan Sands2009-06-191-0/+1
* Add llvm::triple constructor from arch, vendor, os strings, and recognizeDaniel Dunbar2009-05-221-0/+8
* Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar2009-04-011-0/+196