aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/TripleTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Add hsail and amdil64 to TripleMatt Arsenault1-0/+84
2014-09-15Add unit test for r217454Ed Maste1-0/+4
2014-08-09ADT: remove MinGW32 and Cygwin OSType enumSaleem Abdulrasool1-1/+1
2014-07-11Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm...Argyrios Kyrtzidis1-0/+12
2014-03-31Support: generalise object type handling for WindowsSaleem Abdulrasool1-5/+17
2014-03-30ARM64: remove -m32/-m64 mapping with ARM.Tim Northover1-4/+0
2014-03-30Support: correct Windows normalisationSaleem Abdulrasool1-0/+9
2014-03-29ARM64: initial backend importTim Northover1-1/+1
2014-03-27Canonicalise Windows target triple spellingsSaleem Abdulrasool1-1/+33
2014-03-06Support: split object format out of environmentSaleem Abdulrasool1-1/+19
2013-12-10Darwin: update default iOS version to 5.0Tim Northover1-7/+7
2013-01-30Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman1-0/+30
2012-10-12Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands1-0/+12
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski1-6/+6
2012-05-09Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.Chad Rosier1-0/+65
2012-04-02Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel1-0/+18
2012-02-22Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth1-9/+0
2012-02-21Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth1-6/+1
2012-02-06Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth1-0/+62
2012-01-31Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth1-0/+57
2011-02-03Part of this test is invariant inside the inner loop - move it outsideDuncan Sands1-14/+16
2011-02-02Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands1-45/+49
2011-01-21Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin1-3/+11
2010-09-16Add better support for environment portion of triple. Original patch byDuncan Sands1-0/+8
2010-08-12Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands1-9/+108
2009-08-18Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar1-0/+12
2009-07-26Update Triple to use StringRef/Twine based APIs.Daniel Dunbar1-36/+36
2009-06-30Revert my intentional breakage.Daniel Dunbar1-2/+0
2009-06-30Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar1-0/+2
2009-06-09Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman1-70/+70
2009-04-01Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar1-0/+137