| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce helpers to compute the 32-bit varaints and 64-bit variants of | Chandler Carruth | 2012-02-06 | 1 | -0/+20 |
* | Begin fleshing out more convenience predicates in llvm::Triple and | Chandler Carruth | 2012-02-05 | 1 | -14/+34 |
* | Add Triple::getMacOSXVersion to replace crufty code in the clang driver. | Bob Wilson | 2012-01-31 | 1 | -0/+7 |
* | Add various coarse bit-width architecture predicates to llvm::Triple. | Chandler Carruth | 2012-01-31 | 1 | -0/+19 |
* | Cleanup the organization of some methods in llvm::Triple and provide | Chandler Carruth | 2012-01-29 | 1 | -15/+19 |
* | Add support for the gnueabihf environment. Patch by Sylvestre Ledru. | Rafael Espindola | 2012-01-18 | 1 | -0/+1 |
* | Teach the triple library about the androideabi environment. | Chandler Carruth | 2012-01-10 | 1 | -1/+2 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 1 | -0/+1 |
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -1/+0 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 1 | -1/+0 |
* | Remove the SystemZ backend. | Dan Gohman | 2011-10-24 | 1 | -1/+0 |
* | Add mips64 & mips64el to Triple. Patch by Liu with modifications. | Akira Hatanaka | 2011-09-20 | 1 | -0/+2 |
* | Add AMDIL as valid target triple to LLVM. | Tobias Grosser | 2011-08-29 | 1 | -0/+1 |
* | This patch adds support of le32 pseudo-cpu that stands for generic | Ivan Krasin | 2011-08-23 | 1 | -0/+1 |
* | Add NativeClient operating system support. | Ivan Krasin | 2011-08-18 | 1 | -1/+2 |
* | Teach the Triple class about kfreebsd (FreeBSD kernel with | Duncan Sands | 2011-07-26 | 1 | -0/+1 |
* | switch Triple to take twines instead of stringrefs. | Chris Lattner | 2011-07-24 | 1 | -20/+9 |
* | Remove the confusing getDarwinNumber() api and friends. | Eric Christopher | 2011-07-02 | 1 | -13/+4 |
* | Add initial *-*-rtems* target, from Joel Sherrill | Douglas Gregor | 2011-07-01 | 1 | -1/+2 |
* | ...this is not a good commit day for me. | John McCall | 2011-05-29 | 1 | -1/+0 |
* | On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume. | John McCall | 2011-05-29 | 1 | -0/+1 |
* | Fix a comment. | Bob Wilson | 2011-05-03 | 1 | -1/+1 |
* | PTX: Add intrinsics to list of built-in intrinsics, which allows them to be | Justin Holewinski | 2011-04-20 | 1 | -1/+2 |
* | ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS | Daniel Dunbar | 2011-04-20 | 1 | -6/+6 |
* | ADT/Triple: Drop support for -osx style triples, we are going with -macosx | Daniel Dunbar | 2011-04-19 | 1 | -4/+2 |
* | ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will remove | Daniel Dunbar | 2011-04-19 | 1 | -2/+4 |
* | ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions. | Daniel Dunbar | 2011-04-19 | 1 | -0/+13 |
* | ADT/Triple: Add helper function for OS X version checks. | Daniel Dunbar | 2011-04-19 | 1 | -1/+24 |
* | ADT/Triple: Add isOSVersionLT helper function. | Daniel Dunbar | 2011-04-19 | 1 | -0/+14 |
* | ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion. | Daniel Dunbar | 2011-04-19 | 1 | -10/+20 |
* | ADT/Triple: Add support for more explicit "osx" and "ios" OS names. | Daniel Dunbar | 2011-04-19 | 1 | -0/+2 |
* | Add scei vendor | John Thompson | 2011-03-15 | 1 | -1/+2 |
* | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally. | NAKAMURA Takumi | 2011-02-17 | 1 | -2/+1 |
* | Remove NoVendor and NoOS, added in commit 123990, from Triple. While it | Duncan Sands | 2011-02-02 | 1 | -4/+2 |
* | Patches to build EFI with Clang/LLVM. By Carl Norum. | Evan Cheng | 2011-02-01 | 1 | -1/+2 |
* | Clang was not parsing target triples involving EABI and was generating wrong ... | Renato Golin | 2011-01-21 | 1 | -3/+9 |
* | Remove PIC16 remnants. | Benjamin Kramer | 2010-11-27 | 1 | -1/+0 |
* | Trailing whitespace. | Jim Grosbach | 2010-11-13 | 1 | -18/+18 |
* | Add better support for environment portion of triple. Original patch by | Duncan Sands | 2010-09-16 | 1 | -1/+34 |
* | Create PTX backend. Patch by Che-Liang Chiou! | Nick Lewycky | 2010-09-07 | 1 | -0/+1 |
* | Add a 'normalize' method to the Triple class, which takes a mucked up | Duncan Sands | 2010-08-12 | 1 | -14/+18 |
* | 80-columns | Eric Christopher | 2010-07-13 | 1 | -2/+2 |
* | add some triple for minix, patch by Kees van Reeuwijk from PR7582 | Chris Lattner | 2010-07-07 | 1 | -1/+2 |
* | Adding the MicroBlaze backend. | Wesley Peck | 2010-02-23 | 1 | -0/+1 |
* | add support for the sparcv9-*-* target triple to turn on | Chris Lattner | 2010-02-04 | 1 | -0/+1 |
* | Add PS3 Triple class, Credit to John Thompson. | Edward O'Callaghan | 2009-11-19 | 1 | -1/+2 |
* | Added getArchNameForAssembler method to the Triple class for which returns OS... | Viktor Kutuzov | 2009-11-17 | 1 | -0/+4 |
* | Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes. | Edward O'Callaghan | 2009-11-15 | 1 | -0/+1 |
* | Add Triple::str() which returns the contents of the Triple as a string, as a ... | Daniel Dunbar | 2009-11-11 | 1 | -0/+2 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -7/+7 |