aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/TripleTest.cpp
AgeCommit message (Expand)Author
2013-01-30Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman
2012-10-12Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-05-09Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.Chad Rosier
2012-04-02Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel
2012-02-22Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth
2012-02-21Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth
2012-02-06Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth
2012-01-31Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth
2011-02-03Part of this test is invariant inside the inner loop - move it outsideDuncan Sands
2011-02-02Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands
2011-01-21Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin
2010-09-16Add better support for environment portion of triple. Original patch byDuncan Sands
2010-08-12Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands
2009-08-18Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar
2009-07-26Update Triple to use StringRef/Twine based APIs.Daniel Dunbar
2009-06-30Revert my intentional breakage.Daniel Dunbar
2009-06-30Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar
2009-06-09Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman
2009-04-01Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar