Skip to content
  1. 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
  2. Oct 17, 2012
  3. Oct 16, 2012
  4. Oct 14, 2012
  5. Oct 12, 2012
  6. 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
  7. Oct 04, 2012
  8. Oct 03, 2012
  9. Sep 28, 2012
  10. Sep 27, 2012
  11. Sep 26, 2012
  12. Sep 25, 2012
  13. Sep 19, 2012
  14. Sep 15, 2012
  15. Aug 30, 2012
  16. Aug 21, 2012
  17. Aug 20, 2012
  18. Aug 17, 2012
  19. Aug 15, 2012
  20. Aug 13, 2012
Loading