Skip to content
  1. Apr 18, 2012
    • Joe Groff's avatar
      fix pr12559: mark unavailable win32 math libcalls · a81bcbb9
      Joe Groff authored
      also fix SimplifyLibCalls to use TLI rather than compile-time conditionals to enable optimizations on floor, ceil, round, rint, and nearbyint
      
      llvm-svn: 154960
      a81bcbb9
    • Joe Groff's avatar
      allow opt to take a -mtriple option · 1b73869a
      Joe Groff authored
      llvm-svn: 154959
      1b73869a
    • Joel Jones's avatar
      Fixes a problem in instruction selection with testing whether or not the · 828531f7
      Joel Jones authored
      transformation:
      
      (X op C1) ^ C2 --> (X op C1) & ~C2 iff (C1&C2) == C2
      
      should be done.  
      
      This change has been tested:
       Using a debug+asserts build:
         on the specific test case that brought this bug to light
         make check-all
         lnt nt
         using this clang to build a release version of clang
       Using the release+asserts clang-with-clang build:
         on the specific test case that brought this bug to light
         make check-all
         lnt nt
      
      Checking in because Evan wants it checked in.  Test case forthcoming after
      scrubbing.
      
      llvm-svn: 154955
      828531f7
  2. Apr 17, 2012
  3. Apr 16, 2012
Loading