aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Triple.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Teach the triple library about the androideabi environment.Chandler Carruth2012-01-101-0/+3
* Hexagon backend supportTony Linthicum2011-12-121-0/+7
* Remove the Alpha backend.Dan Gohman2011-10-271-7/+0
* Remove the Blackfin backend.Dan Gohman2011-10-251-7/+0
* Remove the SystemZ backend.Dan Gohman2011-10-241-5/+0
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-201-0/+10
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-291-1/+10
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-231-0/+9
* Add NativeClient support to Triple::ParseOS.Ivan Krasin2011-08-221-0/+2
* Add NativeClient operating system support.Ivan Krasin2011-08-181-0/+1
* Added several architecture names.Sean Callanan2011-07-301-1/+2
* Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands2011-07-261-0/+3
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-241-5/+0
* lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.NAKAMURA Takumi2011-07-221-0/+2
* Recognize mipseb as alias for mips for symmetry with mipsel.Joerg Sonnenberger2011-07-071-1/+2
* Fix missing triple support for RTEMS target.Eli Friedman2011-07-061-0/+2
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-011-0/+1
* ...this is not a good commit day for me.John McCall2011-05-291-7/+0
* On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall2011-05-291-0/+7
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-201-10/+20
* ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar2011-04-191-3/+0
* ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar2011-04-191-0/+3
* ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar2011-04-191-2/+1
* ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOSDaniel Dunbar2011-04-191-1/+2
* ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.Daniel Dunbar2011-04-191-47/+24
* ADT/Triple: Add support for more explicit "osx" and "ios" OS names.Daniel Dunbar2011-04-191-0/+6
* Add scei vendorJohn Thompson2011-03-151-0/+3
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-171-3/+0
* Fix a clang warning.Anders Carlsson2011-02-051-1/+2
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-021-25/+5
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-011-0/+3
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-211-3/+33
* Trailing whitespace and 80 column fixups.Jim Grosbach2010-12-171-14/+15
* Remove PIC16 remnants.Benjamin Kramer2010-11-271-5/+0
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-161-6/+32
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-071-0/+13
* Remove a hack that tries to understand incorrect triples from theDuncan Sands2010-08-301-16/+0
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-121-63/+196
* add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner2010-07-071-1/+4
* Fix comment typo.Duncan Sands2010-03-241-1/+1
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+9
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-041-0/+6
* Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan2009-11-191-1/+4
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-171-0/+27
* Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-151-0/+3
* Pass StringRef by value.Daniel Dunbar2009-11-061-8/+8
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-161-0/+3
* r83391 was completely broken since Twines keep references to their inputs, andJeffrey Yasskin2009-10-061-4/+9
* Fix PR5112, a miscompilation on gcc-4.0.3. Patch by Collin Winter!Jeffrey Yasskin2009-10-061-1/+4
* Add comment re: clang dependency.Daniel Dunbar2009-09-091-0/+3