1. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  2. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  3. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  4. d18eeca Make clang behave in a gcc-compatible way in the presence of multiple flags for the same x86 target feature (e.g. -mno-sse -msse). gcc uses a somewhat unintuitive algorithm here in that the enabled SSE instructions is based on the order of the *last* flag for *each* feature-level, so that "-mno-sse -msse2" only enables SSE2, but "-mno-sse -msse2 -msse" enables all SSE levels. by Eli Friedman · 13 years ago
  5. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  6. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  7. 4508524 Test for x86 target features, I forgot to commit this. by Daniel Dunbar · 15 years ago