Skip to content
  1. Oct 28, 2003
  2. Oct 27, 2003
  3. Oct 21, 2003
  4. Oct 20, 2003
  5. Oct 19, 2003
  6. Oct 13, 2003
  7. Oct 10, 2003
  8. Sep 25, 2003
  9. Sep 20, 2003
  10. Sep 10, 2003
  11. Sep 05, 2003
    • Brian Gaeke's avatar
      Correct comments · 6181cac0
      Brian Gaeke authored
      Don't include InstLoops.h
      Don't export factory functions for these passes
      
      llvm-svn: 8373
      6181cac0
  12. Aug 31, 2003
  13. Aug 13, 2003
    • Brian Gaeke's avatar
      Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because · 709a16a0
      Brian Gaeke authored
       it's used 7 different times.
      Rename `getBackEdges' to `findAndInstrumentBackEdges', for clarity.
      Remove some excess whitespace and commented-out code.
      Use shorter forms of CallInst ctors.
      Do not make `reopt_threshold' visible to the LLVM program, and do not
       pass it to the call to `reoptimizerInitialize'.  Don't pass the
       GlobalVariable representing it to any of our helper methods.
       `reopt_threshold' is an internal parameter of the reoptimizer, which
       InstLoops does not need to know about.
      
      llvm-svn: 7794
      709a16a0
  14. Aug 02, 2003
  15. Jul 18, 2003
  16. Jul 11, 2003
    • Vikram S. Adve's avatar
      Trace loads and stores as they happen (stores were being · ac83df76
      Vikram S. Adve authored
      remembered in valuesStoredInFunction, but never traced at function return,
      and that's too late to be finding the error anyway).
      Stores trace both the value and the address being stored to,
      but after some experience I think only values should be traced.
      The pointer hash table just fills up far too quickly if every
      store address were traced.
      
      llvm-svn: 7169
      ac83df76
  17. Jul 10, 2003
  18. Jun 30, 2003
  19. Jun 05, 2003
  20. Jun 04, 2003
  21. Jun 01, 2003
  22. May 23, 2003
  23. Apr 23, 2003
  24. Apr 16, 2003
  25. Apr 13, 2003
  26. Feb 14, 2003
  27. Feb 10, 2003
  28. Feb 09, 2003
Loading