Skip to content
  1. Jul 24, 2003
  2. Jul 23, 2003
  3. Jul 22, 2003
  4. Jul 21, 2003
  5. Jul 18, 2003
  6. Jul 17, 2003
  7. 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
  8. Jul 10, 2003
  9. Jun 30, 2003
  10. Jun 28, 2003
  11. Jun 26, 2003
  12. Jun 25, 2003
  13. Jun 24, 2003
  14. Jun 23, 2003
  15. Jun 22, 2003
Loading