Add an insert() method to MapVector. Adds the first MapVector unit test.
[oota-llvm.git] / unittests / ADT / TripleTest.cpp
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-09 Chad RosierAdd unittests for Triple::getMacOSXVersion and Triple...
2012-04-02 Hal FinkelAdd triple support for the IBM BG/P and BG/Q supercompu...
2012-02-22 Chandler CarruthSupport was removed from LLVM's MIPS backend for the...
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-06 Chandler CarruthIntroduce helpers to compute the 32-bit varaints and...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2011-02-03 Duncan SandsPart of this test is invariant inside the inner loop...
2011-02-02 Duncan SandsRemove NoVendor and NoOS, added in commit 123990, from...
2011-01-21 Renato GolinClang was not parsing target triples involving EABI...
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2009-08-18 Daniel DunbarImprove Triple to recognize the OS in i386-mingw32.
2009-07-26 Daniel DunbarUpdate Triple to use StringRef/Twine based APIs.
2009-06-30 Daniel DunbarRevert my intentional breakage.
2009-06-30 Daniel DunbarIntentionally break a unittest to test my buildbot...
2009-06-09 Misha BrukmanReversed order of args in EXPECT_EQ() macros to be...
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...