Skip to content
  1. Oct 24, 2007
  2. Oct 18, 2007
  3. Oct 17, 2007
  4. Oct 03, 2007
  5. Sep 28, 2007
  6. Sep 14, 2007
  7. Sep 13, 2007
  8. Sep 06, 2007
    • Dale Johannesen's avatar
      Next round of APFloat changes. · bed9dc42
      Dale Johannesen authored
      Use APFloat in UpgradeParser and AsmParser.
      Change all references to ConstantFP to use the
      APFloat interface rather than double.  Remove
      the ConstantFP double interfaces.
      Use APFloat functions for constant folding arithmetic
      and comparisons.
      (There are still way too many places APFloat is
      just a wrapper around host float/double, but we're
      getting there.)
      
      llvm-svn: 41747
      bed9dc42
  9. Sep 04, 2007
    • David Greene's avatar
      · c656cbb8
      David Greene authored
      Update GEP constructors to use an iterator interface to fix
      GLIBCXX_DEBUG issues.
      
      llvm-svn: 41697
      c656cbb8
  10. Aug 27, 2007
  11. Aug 23, 2007
  12. Aug 21, 2007
  13. Aug 01, 2007
    • Dan Gohman's avatar
      More explicit keywords. · 34d442f2
      Dan Gohman authored
      llvm-svn: 40673
      34d442f2
    • David Greene's avatar
      · 17a5dfe6
      David Greene authored
      New CallInst interface to address GLIBCXX_DEBUG errors caused by
      indexing an empty std::vector.
      
      Updates to all clients.
      
      llvm-svn: 40660
      17a5dfe6
  14. Jul 27, 2007
  15. Jul 25, 2007
    • Devang Patel's avatar
      Add BasicInliner interface. · 33227115
      Devang Patel authored
      This interface allows clients to inline bunch of functions with module
      level call graph information.:wq
      
      llvm-svn: 40486
      33227115
  16. Jun 25, 2007
  17. Jun 20, 2007
  18. Jun 08, 2007
  19. Jun 07, 2007
  20. Jun 06, 2007
  21. Jun 05, 2007
  22. May 15, 2007
  23. May 13, 2007
  24. May 07, 2007
  25. May 06, 2007
  26. May 03, 2007
  27. May 02, 2007
  28. May 01, 2007
  29. Apr 29, 2007
  30. Apr 28, 2007
Loading