aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Triple.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove PIC16 remnants.Benjamin Kramer2010-11-271-5/+0
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-161-6/+32
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-071-0/+13
* Remove a hack that tries to understand incorrect triples from theDuncan Sands2010-08-301-16/+0
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-121-63/+196
* add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner2010-07-071-1/+4
* Fix comment typo.Duncan Sands2010-03-241-1/+1
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+9
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-041-0/+6
* Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan2009-11-191-1/+4
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-171-0/+27
* Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-151-0/+3
* Pass StringRef by value.Daniel Dunbar2009-11-061-8/+8
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-161-0/+3
* r83391 was completely broken since Twines keep references to their inputs, andJeffrey Yasskin2009-10-061-4/+9
* Fix PR5112, a miscompilation on gcc-4.0.3. Patch by Collin Winter!Jeffrey Yasskin2009-10-061-1/+4
* Add comment re: clang dependency.Daniel Dunbar2009-09-091-0/+3
* Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar2009-09-081-0/+34
* Add triple parsing support for XCore.Richard Osborne2009-08-311-0/+2
* Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for anDaniel Dunbar2009-08-241-0/+25
* Add triple parsing support for TCE.Eli Friedman2009-08-191-0/+5
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-181-2/+19
* Fix Triple to recognize the 'bfin' arch.Daniel Dunbar2009-08-181-0/+2
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-181-1/+2
* Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar2009-08-181-2/+8
* fix "pc" to be lower case in a target triple, patch by Yonggang LuoChris Lattner2009-08-141-1/+1
* the x86 version of the name is x86-64, not x86_64. Handle this properlyChris Lattner2009-08-121-1/+1
* add support for mingw64 target triples.Chris Lattner2009-08-121-0/+3
* add a couple of helpers to the Triple class for decodingChris Lattner2009-08-121-0/+65
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-0/+35
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+3
* Oops, forgot XCore. Sorry XCore!Daniel Dunbar2009-07-261-2/+3
* Update for API change.Daniel Dunbar2009-07-261-6/+46
* Update Triple to use StringRef/Twine based APIs.Daniel Dunbar2009-07-261-58/+35
* Add NetBSD to the Triple class, patch by Krister Walfridsson!Chris Lattner2009-07-131-0/+3
* Add triple for OpenBSD.Duncan Sands2009-06-291-0/+3
* Add support for AuroraUX. Patch by evocallaghan.Duncan Sands2009-06-191-1/+4
* Add llvm::triple constructor from arch, vendor, os strings, and recognizeDaniel Dunbar2009-05-221-0/+3
* Fix build on Linux.Mikhail Glushenkov2009-04-021-0/+1
* Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar2009-04-011-0/+183