Skip to content
  1. Nov 08, 2012
  2. Oct 31, 2012
  3. Oct 30, 2012
  4. Oct 29, 2012
    • Ulrich Weigand's avatar
      Implement arithmetic on APFloat with PPCDoubleDouble semantics by · d9f7e259
      Ulrich Weigand authored
      treating it as if it were an IEEE floating-point type with 106-bit
      mantissa.
      
      This makes compile-time arithmetic on "long double" for PowerPC
      in clang (in particular parsing of floating point constants)
      work, and fixes all "long double" related failures in the test
      suite.
      
      llvm-svn: 166951
      d9f7e259
  5. Oct 23, 2012
  6. Oct 18, 2012
    • Bob Wilson's avatar
      Use an export list when building JIT unittests. <rdar://problem/12473675> · 0f295dec
      Bob Wilson authored
      When building with LTO, the internalize pass is hiding some global symbols
      that are necessary for the JIT unittests. It seems like that may be a bug in
      LTO to do that by default, but until that gets fixed, this change makes sure
      that we export the necessary symbols for the tests to pass.
      
      llvm-svn: 166220
      0f295dec
  7. Oct 17, 2012
  8. Oct 16, 2012
  9. Oct 14, 2012
  10. Oct 12, 2012
  11. Oct 08, 2012
    • Micah Villmow's avatar
      Move TargetData to DataLayout. · 9cfc13d4
      Micah Villmow authored
      llvm-svn: 165403
      9cfc13d4
    • James Molloy's avatar
      Some regression tests which are testing the old jit and are exercising... · 0ae35af5
      James Molloy authored
      Some regression tests which are testing the old jit and are exercising functionality which is both known to be broken and not expected to be fixed in the old jit. To remove these from the regression test output, I've marked them XFAIL (for lit tests) and ifdef'd them out (unit tests). These modifications remove the last long-standing regression test failures from the buildbots (though updating the triple to reflect new ubuntu configuration has temporarily caused some new failures). Tested on x86-64 and ARM Linux.
      
      Patch by David Tweed!
      
      llvm-svn: 165390
      0ae35af5
  12. Oct 04, 2012
  13. Oct 03, 2012
  14. Sep 28, 2012
  15. Sep 27, 2012
  16. Sep 26, 2012
  17. Sep 25, 2012
  18. Sep 19, 2012
  19. Sep 15, 2012
Loading