aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Triple.cpp
AgeCommit message (Expand)Author
2011-03-15Add scei vendorJohn Thompson
2011-02-17Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi
2011-02-05Fix a clang warning.Anders Carlsson
2011-02-02Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands
2011-02-01Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng
2011-01-21Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin
2010-12-17Trailing whitespace and 80 column fixups.Jim Grosbach
2010-11-27Remove PIC16 remnants.Benjamin Kramer
2010-09-16Add better support for environment portion of triple. Original patch byDuncan Sands
2010-09-07Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky
2010-08-30Remove a hack that tries to understand incorrect triples from theDuncan Sands
2010-08-12Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands
2010-07-07add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner
2010-03-24Fix comment typo.Duncan Sands
2010-02-23Adding the MicroBlaze backend.Wesley Peck
2010-02-04add support for the sparcv9-*-* target triple to turn onChris Lattner
2009-11-19Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan
2009-11-17Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov
2009-11-15Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.Edward O'Callaghan
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-10-16add haiku support, patch by Paul Davey!Chris Lattner
2009-10-06r83391 was completely broken since Twines keep references to their inputs, andJeffrey Yasskin
2009-10-06Fix PR5112, a miscompilation on gcc-4.0.3. Patch by Collin Winter!Jeffrey Yasskin
2009-09-09Add comment re: clang dependency.Daniel Dunbar
2009-09-08Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar
2009-08-31Add triple parsing support for XCore.Richard Osborne
2009-08-24Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for anDaniel Dunbar
2009-08-19Add triple parsing support for TCE.Eli Friedman
2009-08-18Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar
2009-08-18Fix Triple to recognize the 'bfin' arch.Daniel Dunbar
2009-08-18Recognize xscale as an ARM arch.Daniel Dunbar
2009-08-18Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar
2009-08-14fix "pc" to be lower case in a target triple, patch by Yonggang LuoChris Lattner
2009-08-12the x86 version of the name is x86-64, not x86_64. Handle this properlyChris Lattner
2009-08-12add support for mingw64 target triples.Chris Lattner
2009-08-12add a couple of helpers to the Triple class for decodingChris Lattner
2009-08-03Pass target triple string in to TargetMachine constructor.Daniel Dunbar
2009-08-02Analog Devices Blackfin back-end.Jakob Stoklund Olesen
2009-07-26Oops, forgot XCore. Sorry XCore!Daniel Dunbar
2009-07-26Update for API change.Daniel Dunbar
2009-07-26Update Triple to use StringRef/Twine based APIs.Daniel Dunbar
2009-07-13Add NetBSD to the Triple class, patch by Krister Walfridsson!Chris Lattner
2009-06-29Add triple for OpenBSD.Duncan Sands
2009-06-19Add support for AuroraUX. Patch by evocallaghan.Duncan Sands
2009-05-22Add llvm::triple constructor from arch, vendor, os strings, and recognizeDaniel Dunbar
2009-04-02Fix build on Linux.Mikhail Glushenkov
2009-04-01Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar