| Commit message (Expand) | Author | Age | Files | Lines |
* | Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an | Daniel Dunbar | 2009-08-24 | 1 | -0/+8 |
* | Add triple parsing support for TCE. | Eli Friedman | 2009-08-19 | 1 | -0/+1 |
* | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar | 2009-08-18 | 1 | -2/+16 |
* | Fixed spelling of MSP430. | Misha Brukman | 2009-08-18 | 1 | -1/+1 |
* | Recognize xscale as an ARM arch. | Daniel Dunbar | 2009-08-18 | 1 | -1/+1 |
* | Add Triple matching for pic16 arch and solaris OS. | Daniel Dunbar | 2009-08-18 | 1 | -0/+2 |
* | add support for mingw64 target triples. | Chris Lattner | 2009-08-12 | 1 | -0/+1 |
* | add a couple of helpers to the Triple class for decoding | Chris Lattner | 2009-08-12 | 1 | -0/+15 |
* | Use std::string() instead of std::string(""). | Dan Gohman | 2009-08-07 | 1 | -1/+1 |
* | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar | 2009-08-03 | 1 | -1/+5 |
* | Adjust comment to distinguish between target name and triple target name they | Daniel Dunbar | 2009-08-02 | 1 | -15/+15 |
* | Analog Devices Blackfin back-end. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -0/+1 |
* | Oops, forgot XCore. Sorry XCore! | Daniel Dunbar | 2009-07-26 | 1 | -0/+1 |
* | Update for API change. | Daniel Dunbar | 2009-07-26 | 1 | -5/+17 |
* | Update Triple to use StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-26 | 1 | -14/+14 |
* | Add NetBSD to the Triple class, patch by Krister Walfridsson! | Chris Lattner | 2009-07-13 | 1 | -0/+1 |
* | Add triple for OpenBSD. | Duncan Sands | 2009-06-29 | 1 | -1/+2 |
* | Add support for AuroraUX. Patch by evocallaghan. | Duncan Sands | 2009-06-19 | 1 | -0/+1 |
* | Add llvm::triple constructor from arch, vendor, os strings, and recognize | Daniel Dunbar | 2009-05-22 | 1 | -0/+8 |
* | Add llvm::Triple class for abstracting access to target triples. | Daniel Dunbar | 2009-04-01 | 1 | -0/+196 |