Skip to content
  1. Apr 27, 2012
  2. Apr 26, 2012
  3. Feb 05, 2012
  4. Sep 22, 2011
  5. Apr 29, 2011
    • Francois Pichet's avatar
      Unbreak the MSVC build: · dbad1d15
      Francois Pichet authored
        - unistd.h doesn't exist with MSVC
        - inline must be __inline in Microsoft C
        - atexit cannot take a function declared as void f(), must be void f(void).
      
      llvm-svn: 130490
      dbad1d15
  6. Jan 29, 2011
    • Andrew Trick's avatar
      Implementation of path profiling. · 24f5ff0f
      Andrew Trick authored
      Modified patch by Adam Preuss.
      
      This builds on the existing framework for block tracing, edge profiling and optimal edge profiling.
      See -help-hidden for new flags.
      For documentation, see the technical report "Implementation of Path Profiling..." in llvm.org/pubs.
      
      llvm-svn: 124515
      24f5ff0f
  7. Dec 29, 2007
  8. Nov 17, 2006
  9. Nov 03, 2006
  10. May 04, 2004
  11. Feb 10, 2004
  12. Oct 28, 2003
Loading