Skip to content
  1. Jun 29, 2013
  2. Jun 28, 2013
  3. Jun 27, 2013
  4. Jun 26, 2013
  5. Jun 24, 2013
  6. Jun 21, 2013
  7. Jun 20, 2013
  8. Jun 19, 2013
  9. Jun 13, 2013
  10. 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
  11. Jun 08, 2013
  12. Jun 07, 2013
  13. 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
  14. Jun 02, 2013
  15. Jun 01, 2013
  16. May 31, 2013
  17. May 30, 2013
Loading