Skip to content
  1. Dec 13, 2004
  2. Dec 12, 2004
  3. Oct 18, 2004
  4. Oct 16, 2004
  5. Sep 20, 2004
  6. Sep 15, 2004
  7. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  8. Jul 15, 2004
  9. May 04, 2004
  10. Apr 10, 2004
  11. Feb 01, 2004
  12. Dec 19, 2003
  13. Nov 22, 2003
  14. Nov 21, 2003
  15. Nov 20, 2003
  16. Nov 16, 2003
  17. Nov 11, 2003
  18. Oct 20, 2003
  19. Oct 10, 2003
  20. Sep 20, 2003
  21. Sep 11, 2003
  22. Sep 10, 2003
  23. Aug 22, 2003
  24. Aug 18, 2003
  25. Aug 02, 2003
  26. Jun 25, 2003
  27. Jun 24, 2003
  28. Jun 16, 2003
    • Chris Lattner's avatar
      Fix bug: ADCE/2003-06-11-InvalidCFG.ll · dc62f1e0
      Chris Lattner authored
      This was because we were deleting large chunks of functions without an exit block, because the post-dominance
      information was not useful.  This broke crafty and twolf.
      
      llvm-svn: 6698
      dc62f1e0
  29. May 23, 2003
  30. Apr 26, 2003
  31. Apr 23, 2003
  32. Feb 24, 2003
  33. Jan 23, 2003
  34. Oct 02, 2002
    • Chris Lattner's avatar
      Updates to work with recent Statistic's changes: · bf3a099a
      Chris Lattner authored
          * Renamed StatisticReporter.h/cpp to Statistic.h/cpp
          * Broke constructor to take two const char * arguments instead of one, so
            that indendation can be taken care of automatically.
          * Sort the list by pass name when printing
          * Make sure to print all statistics as a group, instead of randomly when
            the statistics dtors are called.
          * Updated ProgrammersManual with new semantics.
      
      llvm-svn: 4002
      bf3a099a
Loading