Age | Commit message (Expand) | Author |
2010-02-23 | Adding the MicroBlaze backend. | Wesley Peck |
2010-02-04 | add support for the sparcv9-*-* target triple to turn on | Chris Lattner |
2009-11-19 | Add PS3 Triple class, Credit to John Thompson. | Edward O'Callaghan |
2009-11-17 | Added getArchNameForAssembler method to the Triple class for which returns OS... | Viktor Kutuzov |
2009-11-15 | Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes. | Edward O'Callaghan |
2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
2009-10-16 | add haiku support, patch by Paul Davey! | Chris Lattner |
2009-10-06 | r83391 was completely broken since Twines keep references to their inputs, and | Jeffrey Yasskin |
2009-10-06 | Fix PR5112, a miscompilation on gcc-4.0.3. Patch by Collin Winter! | Jeffrey Yasskin |
2009-09-09 | Add comment re: clang dependency. | Daniel Dunbar |
2009-09-08 | Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architecture | Daniel Dunbar |
2009-08-31 | Add triple parsing support for XCore. | Richard Osborne |
2009-08-24 | Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an | Daniel Dunbar |
2009-08-19 | Add triple parsing support for TCE. | Eli Friedman |
2009-08-18 | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar |
2009-08-18 | Fix Triple to recognize the 'bfin' arch. | Daniel Dunbar |
2009-08-18 | Recognize xscale as an ARM arch. | Daniel Dunbar |
2009-08-18 | Add Triple matching for pic16 arch and solaris OS. | Daniel Dunbar |
2009-08-14 | fix "pc" to be lower case in a target triple, patch by Yonggang Luo | Chris Lattner |
2009-08-12 | the x86 version of the name is x86-64, not x86_64. Handle this properly | Chris Lattner |
2009-08-12 | add support for mingw64 target triples. | Chris Lattner |
2009-08-12 | add a couple of helpers to the Triple class for decoding | Chris Lattner |
2009-08-03 | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar |
2009-08-02 | Analog Devices Blackfin back-end. | Jakob Stoklund Olesen |
2009-07-26 | Oops, forgot XCore. Sorry XCore! | Daniel Dunbar |
2009-07-26 | Update for API change. | Daniel Dunbar |
2009-07-26 | Update Triple to use StringRef/Twine based APIs. | Daniel Dunbar |
2009-07-13 | Add NetBSD to the Triple class, patch by Krister Walfridsson! | Chris Lattner |
2009-06-29 | Add triple for OpenBSD. | Duncan Sands |
2009-06-19 | Add support for AuroraUX. Patch by evocallaghan. | Duncan Sands |
2009-05-22 | Add llvm::triple constructor from arch, vendor, os strings, and recognize | Daniel Dunbar |
2009-04-02 | Fix build on Linux. | Mikhail Glushenkov |
2009-04-01 | Add llvm::Triple class for abstracting access to target triples. | Daniel Dunbar |