Skip to content
  1. Aug 29, 2004
  2. Aug 12, 2004
  3. Jul 29, 2004
  4. Jul 24, 2004
  5. Jul 23, 2004
    • Misha Brukman's avatar
      * Convert "\n" -> '\n' · 6aa3c83f
      Misha Brukman authored
      * Print out another '\n' after printing out program execution status
      * Make sure code wraps at 80 cols
      
      llvm-svn: 15123
      6aa3c83f
  6. Jul 21, 2004
  7. Jul 18, 2004
    • Reid Spencer's avatar
      bug 122: · cb3fb5d4
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      
      llvm-svn: 14953
      cb3fb5d4
  8. Jul 16, 2004
  9. Jul 11, 2004
  10. Jul 04, 2004
  11. Jun 23, 2004
  12. May 27, 2004
  13. May 25, 2004
  14. May 12, 2004
  15. May 11, 2004
  16. May 07, 2004
  17. May 06, 2004
  18. May 04, 2004
  19. Apr 23, 2004
  20. Apr 22, 2004
  21. Apr 21, 2004
  22. Apr 19, 2004
  23. Apr 12, 2004
  24. Apr 10, 2004
  25. Apr 06, 2004
  26. Apr 05, 2004
  27. Apr 02, 2004
    • Chris Lattner's avatar
      Minor speedup · 3838243d
      Chris Lattner authored
      llvm-svn: 12612
      3838243d
    • Chris Lattner's avatar
      minor formatting change · bcf2623c
      Chris Lattner authored
      llvm-svn: 12606
      bcf2623c
    • Chris Lattner's avatar
      Fix two pretty serious bugs: · a413b085
      Chris Lattner authored
        1. Each time the loop extractor extracted a loop, we would leak a module.
        2. When we extracted a loop, we didn't add the new function to the list of
           miscompiled functions.  Thus if the bug was in a loop nest and we
           extracted it, we could actually *LOSE THE BUG*, which is very bad.
      
      With these patches, bugpoint has successfully found a bug for me in a function
      with several nested loops, and cut it down to just one of them. :) :)
      
      llvm-svn: 12605
      a413b085
Loading