Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for AuroraUX. Patch by evocallaghan. | Duncan Sands | 2009-06-19 | 1 | -1/+4 | |
| | | | | llvm-svn: 73766 | |||||
* | Add llvm::triple constructor from arch, vendor, os strings, and recognize | Daniel Dunbar | 2009-05-22 | 1 | -0/+3 | |
| | | | | | | DragonFly OS type. llvm-svn: 72242 | |||||
* | Fix build on Linux. | Mikhail Glushenkov | 2009-04-02 | 1 | -0/+1 | |
| | | | | llvm-svn: 68269 | |||||
* | Add llvm::Triple class for abstracting access to target triples. | Daniel Dunbar | 2009-04-01 | 1 | -0/+183 | |
- The code is silly, I'm just amusing myself. Rewrite to be efficient if you like. :) Also, if you wish to debate the proper names of the triple components I'm all ears. llvm-svn: 68252 |