Skip to content
  1. Jul 17, 2009
  2. Jul 16, 2009
  3. Jul 14, 2009
  4. Jul 10, 2009
    • Jeffrey Yasskin's avatar
      Add a --with-oprofile flag to configure, which uses OProfile's agent · bf3d6ba5
      Jeffrey Yasskin authored
      library to tell it the addresses of JITted functions.  For a
      particular program, this changes the opreport -l output from:
      
      samples %    image name        symbol name
      48182  98.9729 anon (tgid:19412 range:0x7f12ccaab000-0x7f12cdaab000) anon (tgid:19412 range:0x7f12ccaab000-0x7f12cdaab000)
      11     0.0226  libstdc++.so.6.0.9    /usr/lib/libstdc++.so.6.0.9
      
      to:
      
      samples %    image name        symbol name
      24565  60.7308 19814.jo        fib_left
      15365  37.9861 19814.jo        fib_right
      22     0.0544  ld-2.7.so       do_lookup_x
      
      llvm-svn: 75279
      bf3d6ba5
  5. Jul 09, 2009
    • David Greene's avatar
      · 4417b4c8
      David Greene authored
      Add support for other GraphViz display tools.  This can help
      with very large graphs, where dot isn't necessarily the 
      most visually pleasing way of looking at the graph.
      
      llvm-svn: 75144
      4417b4c8
  6. Jul 04, 2009
  7. Jul 03, 2009
  8. Jul 01, 2009
  9. Jun 26, 2009
  10. Jun 23, 2009
  11. Jun 17, 2009
  12. Jun 16, 2009
  13. Jun 06, 2009
  14. May 20, 2009
  15. May 19, 2009
  16. May 18, 2009
  17. May 13, 2009
  18. May 11, 2009
  19. May 03, 2009
  20. Apr 21, 2009
  21. Apr 18, 2009
  22. Apr 17, 2009
    • David Greene's avatar
      · 80f48bd1
      David Greene authored
      Add a --enable-profiling option to configure to build Debug+Profile and
      Opt+Profile tools.  Now we can profile any kind of flavor we build.
      
      llvm-svn: 69351
      80f48bd1
  23. Apr 13, 2009
  24. Apr 01, 2009
  25. Mar 12, 2009
  26. Mar 09, 2009
  27. Mar 05, 2009
  28. Mar 03, 2009
  29. Feb 21, 2009
  30. Feb 19, 2009
Loading