Skip to content
  1. Oct 14, 2012
  2. Oct 12, 2012
  3. 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
  4. Oct 04, 2012
  5. Oct 03, 2012
  6. Sep 28, 2012
  7. Sep 27, 2012
  8. Sep 26, 2012
  9. Sep 25, 2012
  10. Sep 19, 2012
  11. Sep 15, 2012
  12. Aug 30, 2012
  13. Aug 21, 2012
  14. Aug 20, 2012
  15. Aug 17, 2012
  16. Aug 15, 2012
  17. Aug 13, 2012
  18. Aug 04, 2012
  19. Aug 01, 2012
    • Chandler Carruth's avatar
      Add range erase, element insert, and range insert methods to · f2113f3b
      Chandler Carruth authored
      TinyPtrVector. With these, it is sufficiently functional for my more
      normal / pedestrian uses.
      
      I've not included some r-value reference stuff here because the value
      type for a TinyPtrVector is, necessarily, just a pointer.
      
      I've added tests that cover the basic behavior of these routines, but
      they aren't as comprehensive as I'd like. In particular, they don't
      really test the iterator semantics as thoroughly as they should. Maybe
      some brave soul will feel enterprising and flesh them out. ;]
      
      llvm-svn: 161104
      f2113f3b
    • Nick Kledzik's avatar
      Initial commit of new FileOutputBuffer support class. · 5fce8c4f
      Nick Kledzik authored
      Since the llvm::sys::fs::map_file_pages() support function it relies on
      is not yet implemented on Windows, the unit tests for FileOutputBuffer 
      are currently conditionalized to run only on unix.
      
      llvm-svn: 161099
      5fce8c4f
    • Akira Hatanaka's avatar
      Implement MipsJITInfo::replaceMachineCodeForFunction. · 0820f0ca
      Akira Hatanaka authored
      No new test case is added.
      This patch makes test JITTest.FunctionIsRecompiledAndRelinked pass on mips
      platform.
      
      Patch by Petar Jovanovic.
      
      llvm-svn: 161098
      0820f0ca
Loading