aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/Triple.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-061-0/+20
* Begin fleshing out more convenience predicates in llvm::Triple andChandler Carruth2012-02-051-14/+34
* Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson2012-01-311-0/+7
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-311-0/+19
* Cleanup the organization of some methods in llvm::Triple and provideChandler Carruth2012-01-291-15/+19
* Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola2012-01-181-0/+1
* Teach the triple library about the androideabi environment.Chandler Carruth2012-01-101-1/+2
* Hexagon backend supportTony Linthicum2011-12-121-0/+1
* Remove the Alpha backend.Dan Gohman2011-10-271-1/+0
* Remove the Blackfin backend.Dan Gohman2011-10-251-1/+0
* Remove the SystemZ backend.Dan Gohman2011-10-241-1/+0
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-201-0/+2
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-291-0/+1
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-231-0/+1
* Add NativeClient operating system support.Ivan Krasin2011-08-181-1/+2
* Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands2011-07-261-0/+1
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-241-20/+9
* Remove the confusing getDarwinNumber() api and friends.Eric Christopher2011-07-021-13/+4
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-011-1/+2
* ...this is not a good commit day for me.John McCall2011-05-291-1/+0
* On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall2011-05-291-0/+1
* Fix a comment.Bob Wilson2011-05-031-1/+1
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-201-1/+2
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-201-6/+6
* ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar2011-04-191-4/+2
* ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar2011-04-191-2/+4
* ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar2011-04-191-0/+13
* ADT/Triple: Add helper function for OS X version checks.Daniel Dunbar2011-04-191-1/+24
* ADT/Triple: Add isOSVersionLT helper function.Daniel Dunbar2011-04-191-0/+14
* ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.Daniel Dunbar2011-04-191-10/+20
* ADT/Triple: Add support for more explicit "osx" and "ios" OS names.Daniel Dunbar2011-04-191-0/+2
* Add scei vendorJohn Thompson2011-03-151-1/+2
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-171-2/+1
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-021-4/+2
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-011-1/+2
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-211-3/+9
* Remove PIC16 remnants.Benjamin Kramer2010-11-271-1/+0
* Trailing whitespace.Jim Grosbach2010-11-131-18/+18
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-161-1/+34
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-071-0/+1
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-121-14/+18
* 80-columnsEric Christopher2010-07-131-2/+2
* add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner2010-07-071-1/+2
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+1
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-041-0/+1
* Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan2009-11-191-1/+2
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-171-0/+4
* Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-151-0/+1
* Add Triple::str() which returns the contents of the Triple as a string, as a ...Daniel Dunbar2009-11-111-0/+2
* Pass StringRef by value.Daniel Dunbar2009-11-061-7/+7