[AVX] Add some utilities to insert and extract 128-bit subvectors.
[oota-llvm.git] / unittests / ADT / TripleTest.cpp
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...