Skip to content
  1. Oct 03, 2013
  2. Aug 21, 2013
  3. Aug 20, 2013
  4. Jan 20, 2012
  5. Jan 13, 2012
  6. Jul 02, 2011
    • Eli Friedman's avatar
      Make clang behave in a gcc-compatible way in the presence of multiple flags... · ad811f01
      Eli Friedman authored
      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.
      
      Issue reported on cfe-dev.
      
      llvm-svn: 134296
      ad811f01
  7. Dec 15, 2009
  8. Nov 08, 2009
    • Daniel Dunbar's avatar
      Eliminate &&s in tests. · 8b576979
      Daniel Dunbar authored
       - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
      
      llvm-svn: 86430
      8b576979
  9. May 12, 2009
Loading