Skip to content
  1. Jul 12, 2009
  2. Jul 11, 2009
  3. Jul 10, 2009
    • Chris Lattner's avatar
      make pcrel and non-pcrel global printing more similar. · a6009306
      Chris Lattner authored
      llvm-svn: 75298
      a6009306
    • Evan Cheng's avatar
      Undo my brain cramp. · 7997cbf2
      Evan Cheng authored
      llvm-svn: 75290
      7997cbf2
    • David Greene's avatar
      · c97b778b
      David Greene authored
      Make changes suggested by Chris and eliminate newly-added raw_ostream
      hooks as they're no longer needed.
      
      The major change with this patch is to make formatted_raw_ostream usable
      by any client of raw_ostream.
      
      llvm-svn: 75283
      c97b778b
    • 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
Loading