| Commit message (Expand) | Author | Age | Files | Lines |
* | Added several architecture names. | Sean Callanan | 2011-07-30 | 1 | -1/+2 |
* | Teach the Triple class about kfreebsd (FreeBSD kernel with | Duncan Sands | 2011-07-26 | 1 | -0/+3 |
* | switch Triple to take twines instead of stringrefs. | Chris Lattner | 2011-07-24 | 1 | -5/+0 |
* | lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack. | NAKAMURA Takumi | 2011-07-22 | 1 | -0/+2 |
* | Recognize mipseb as alias for mips for symmetry with mipsel. | Joerg Sonnenberger | 2011-07-07 | 1 | -1/+2 |
* | Fix missing triple support for RTEMS target. | Eli Friedman | 2011-07-06 | 1 | -0/+2 |
* | Add initial *-*-rtems* target, from Joel Sherrill | Douglas Gregor | 2011-07-01 | 1 | -0/+1 |
* | ...this is not a good commit day for me. | John McCall | 2011-05-29 | 1 | -7/+0 |
* | On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume. | John McCall | 2011-05-29 | 1 | -0/+7 |
* | PTX: Add intrinsics to list of built-in intrinsics, which allows them to be | Justin Holewinski | 2011-04-20 | 1 | -10/+20 |
* | ADT/Triple: Drop support for -osx style triples, we are going with -macosx | Daniel Dunbar | 2011-04-19 | 1 | -3/+0 |
* | ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will remove | Daniel Dunbar | 2011-04-19 | 1 | -0/+3 |
* | ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions. | Daniel Dunbar | 2011-04-19 | 1 | -2/+1 |
* | ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOS | Daniel Dunbar | 2011-04-19 | 1 | -1/+2 |
* | ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion. | Daniel Dunbar | 2011-04-19 | 1 | -47/+24 |
* | ADT/Triple: Add support for more explicit "osx" and "ios" OS names. | Daniel Dunbar | 2011-04-19 | 1 | -0/+6 |
* | Add scei vendor | John Thompson | 2011-03-15 | 1 | -0/+3 |
* | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally. | NAKAMURA Takumi | 2011-02-17 | 1 | -3/+0 |
* | Fix a clang warning. | Anders Carlsson | 2011-02-05 | 1 | -1/+2 |
* | Remove NoVendor and NoOS, added in commit 123990, from Triple. While it | Duncan Sands | 2011-02-02 | 1 | -25/+5 |
* | Patches to build EFI with Clang/LLVM. By Carl Norum. | Evan Cheng | 2011-02-01 | 1 | -0/+3 |
* | Clang was not parsing target triples involving EABI and was generating wrong ... | Renato Golin | 2011-01-21 | 1 | -3/+33 |
* | Trailing whitespace and 80 column fixups. | Jim Grosbach | 2010-12-17 | 1 | -14/+15 |
* | Remove PIC16 remnants. | Benjamin Kramer | 2010-11-27 | 1 | -5/+0 |
* | Add better support for environment portion of triple. Original patch by | Duncan Sands | 2010-09-16 | 1 | -6/+32 |
* | Create PTX backend. Patch by Che-Liang Chiou! | Nick Lewycky | 2010-09-07 | 1 | -0/+13 |
* | Remove a hack that tries to understand incorrect triples from the | Duncan Sands | 2010-08-30 | 1 | -16/+0 |
* | Add a 'normalize' method to the Triple class, which takes a mucked up | Duncan Sands | 2010-08-12 | 1 | -63/+196 |
* | add some triple for minix, patch by Kees van Reeuwijk from PR7582 | Chris Lattner | 2010-07-07 | 1 | -1/+4 |
* | Fix comment typo. | Duncan Sands | 2010-03-24 | 1 | -1/+1 |
* | Adding the MicroBlaze backend. | Wesley Peck | 2010-02-23 | 1 | -0/+9 |
* | add support for the sparcv9-*-* target triple to turn on | Chris Lattner | 2010-02-04 | 1 | -0/+6 |
* | Add PS3 Triple class, Credit to John Thompson. | Edward O'Callaghan | 2009-11-19 | 1 | -1/+4 |
* | Added getArchNameForAssembler method to the Triple class for which returns OS... | Viktor Kutuzov | 2009-11-17 | 1 | -0/+27 |
* | Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes. | Edward O'Callaghan | 2009-11-15 | 1 | -0/+3 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -8/+8 |
* | add haiku support, patch by Paul Davey! | Chris Lattner | 2009-10-16 | 1 | -0/+3 |
* | r83391 was completely broken since Twines keep references to their inputs, and | Jeffrey Yasskin | 2009-10-06 | 1 | -4/+9 |
* | Fix PR5112, a miscompilation on gcc-4.0.3. Patch by Collin Winter! | Jeffrey Yasskin | 2009-10-06 | 1 | -1/+4 |
* | Add comment re: clang dependency. | Daniel Dunbar | 2009-09-09 | 1 | -0/+3 |
* | Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architecture | Daniel Dunbar | 2009-09-08 | 1 | -0/+34 |
* | Add triple parsing support for XCore. | Richard Osborne | 2009-08-31 | 1 | -0/+2 |
* | Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an | Daniel Dunbar | 2009-08-24 | 1 | -0/+25 |
* | Add triple parsing support for TCE. | Eli Friedman | 2009-08-19 | 1 | -0/+5 |
* | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar | 2009-08-18 | 1 | -2/+19 |
* | Fix Triple to recognize the 'bfin' arch. | Daniel Dunbar | 2009-08-18 | 1 | -0/+2 |
* | Recognize xscale as an ARM arch. | Daniel Dunbar | 2009-08-18 | 1 | -1/+2 |
* | Add Triple matching for pic16 arch and solaris OS. | Daniel Dunbar | 2009-08-18 | 1 | -2/+8 |
* | fix "pc" to be lower case in a target triple, patch by Yonggang Luo | Chris Lattner | 2009-08-14 | 1 | -1/+1 |
* | the x86 version of the name is x86-64, not x86_64. Handle this properly | Chris Lattner | 2009-08-12 | 1 | -1/+1 |