summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/Triple.h
Commit message (Expand)AuthorAge
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-29
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-23
* Add NativeClient operating system support.Ivan Krasin2011-08-18
* Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands2011-07-26
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-24
* Remove the confusing getDarwinNumber() api and friends.Eric Christopher2011-07-02
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-01
* ...this is not a good commit day for me.John McCall2011-05-29
* On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall2011-05-29
* Fix a comment.Bob Wilson2011-05-03
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-20
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-20
* ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar2011-04-19
* ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar2011-04-19
* ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar2011-04-19
* ADT/Triple: Add helper function for OS X version checks.Daniel Dunbar2011-04-19
* ADT/Triple: Add isOSVersionLT helper function.Daniel Dunbar2011-04-19
* ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.Daniel Dunbar2011-04-19
* ADT/Triple: Add support for more explicit "osx" and "ios" OS names.Daniel Dunbar2011-04-19
* Add scei vendorJohn Thompson2011-03-15
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-17
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-02
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-01
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-21
* Remove PIC16 remnants.Benjamin Kramer2010-11-27
* Trailing whitespace.Jim Grosbach2010-11-13
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-16
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-07
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-12
* 80-columnsEric Christopher2010-07-13
* add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner2010-07-07
* Adding the MicroBlaze backend.Wesley Peck2010-02-23
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-04
* Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan2009-11-19
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-17
* Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-15
* Add Triple::str() which returns the contents of the Triple as a string, as a ...Daniel Dunbar2009-11-11
* Pass StringRef by value.Daniel Dunbar2009-11-06
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-16
* Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar2009-09-08
* some mips and some sparc compilers apparently Chris Lattner2009-08-26
* Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for anDaniel Dunbar2009-08-24
* Add triple parsing support for TCE.Eli Friedman2009-08-19
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-18
* Fixed spelling of MSP430.Misha Brukman2009-08-18
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-18
* Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar2009-08-18
* add support for mingw64 target triples.Chris Lattner2009-08-12
* add a couple of helpers to the Triple class for decodingChris Lattner2009-08-12
* Use std::string() instead of std::string("").Dan Gohman2009-08-07