index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Transforms
/
Instrumentation.h
Age
Commit message (
Expand
)
Author
2011-05-17
Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2
Bill Wendling
2011-04-21
Add independent controls for whether GCOV profiling should emit .gcno files or
Nick Lewycky
2011-04-16
Rename LineProfiling to GCOVProfiling to more accurately represent what it
Nick Lewycky
2011-04-12
Add support for line profiling. Very work-in-progress.
Nick Lewycky
2011-01-29
Implementation of path profiling.
Andrew Trick
2010-01-02
remove the random sampling framework, which is not maintained anymore.
Chris Lattner
2009-09-01
Addedum to r80712, forgot to add files.
Andreas Neustifter
2008-03-06
fix typos
Gabor Greif
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-02-20
remove some dead passes and stuff specific to the reoptimizer.
Chris Lattner
2007-01-07
remove an old instrumentation pass that is not used anymore.
Chris Lattner
2005-11-28
Added documented rsprofiler interface. Also remove new profiler passes, the
Andrew Lenharth
2005-11-28
Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,...
Andrew Lenharth
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-07
Add missing createXxxPass functions
Jeff Cohen
2005-01-07
Fix return type
Jeff Cohen
2005-01-06
Fix incorrect return type.
Jeff Cohen
2004-09-30
Add accessor function prototypes for reoptimizer support passes.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-01-14
New header
Chris Lattner