Skip to content
  1. Apr 30, 2008
  2. Apr 29, 2008
    • Chris Lattner's avatar
      Implement more aggressive support for analyzing string length. This · 92f47022
      Chris Lattner authored
      generalizes the previous code to handle the case when the string is not
      an immediate to the strlen call (for example, crazy stuff like 
      strlen(c ? "foo" : "bart"+1) -> 3).  This implements 
      gcc.c-torture/execute/builtins/strlen-2.c.  I will generalize other
      cases in simplifylibcalls to use the same routine later.
      
      llvm-svn: 50408
      92f47022
  3. Apr 21, 2008
  4. Apr 10, 2008
  5. Apr 09, 2008
  6. Apr 07, 2008
  7. Apr 06, 2008
  8. Mar 12, 2008
  9. Feb 20, 2008
  10. Jan 29, 2008
  11. Jan 28, 2008
  12. Dec 29, 2007
  13. Dec 17, 2007
  14. Oct 24, 2007
  15. Sep 28, 2007
  16. 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
  17. Aug 01, 2007
    • 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
  18. May 06, 2007
  19. May 03, 2007
  20. May 02, 2007
  21. May 01, 2007
  22. Apr 15, 2007
  23. Apr 14, 2007
  24. Apr 08, 2007
  25. Apr 07, 2007
Loading