Skip to content
  1. Jun 26, 2013
  2. Jun 24, 2013
  3. Jun 21, 2013
  4. Jun 20, 2013
  5. Jun 19, 2013
  6. Jun 13, 2013
  7. Jun 12, 2013
    • Rafael Espindola's avatar
      Remove the program class. · cb2eca0f
      Rafael Espindola authored
      It was only used to implement ExecuteAndWait and ExecuteNoWait. Expose just
      those two functions and make Execute and Wait implementations details.
      
      llvm-svn: 183864
      cb2eca0f
    • Rafael Espindola's avatar
      Move PathV2.h to Path.h · 3bc8e719
      Rafael Espindola authored
      Most clients have already been moved from Path V1 to V2. The ones using V1
      now include PathV1.h explicitly.
      
      llvm-svn: 183801
      3bc8e719
  8. Jun 08, 2013
  9. Jun 07, 2013
  10. Jun 04, 2013
    • Michael Gottesman's avatar
      IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical). · 3acedb63
      Michael Gottesman authored
      Specifically the following work was done:
      
      1. If the operation was not implemented, I implemented it.
      
      2. If the operation was already implemented, I just moved its location
      in the APFloat header into the IEEE-754R 5.7.2 section. If the name was
      incorrect, I put in a comment giving the true IEEE-754R name.
      
      Also unittests have been added for all of the functions which did not
      already have a unittest.
      
      llvm-svn: 183179
      3acedb63
  11. Jun 02, 2013
  12. Jun 01, 2013
  13. May 31, 2013
  14. May 30, 2013
  15. May 28, 2013
  16. May 25, 2013
  17. May 24, 2013
  18. May 22, 2013
  19. May 21, 2013
    • Filip Pizlo's avatar
      Roll out r182407 and r182408 because they broke builds. · 5aefb133
      Filip Pizlo authored
      llvm-svn: 182409
      5aefb133
    • Filip Pizlo's avatar
      Expose the RTDyldMemoryManager through the C API. This allows clients of · e1e3f7cc
      Filip Pizlo authored
      the C API to provide their own way of allocating JIT memory (both code 
      and data) and finalizing memory permissions (page protections, cache 
      flush).
      
      llvm-svn: 182408
      e1e3f7cc
    • Ulrich Weigand's avatar
      · 7c81c7c6
      Ulrich Weigand authored
      Alternative fix for problem addressed in r182233
      
      Revision r182233 partially reverted the change in r181200 to simplify
      JIT unif test #ifdefs, because that change caused a link error on some
      host operating systems where the export list requires the following
      symbols to be defined:
      
       JITTest_AvailableExternallyFunction
       JITTest_AvailableExternallyGlobal
      
      As discussed on the list, the commit reverts r182233 (and re-installs
      the full r181200 change), and instead fixes the link problem by moving
      those two symbols to the top of the file and unconditionally defining
      them.
      
      llvm-svn: 182367
      7c81c7c6
Loading