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
Age
Commit message (
Expand
)
Author
2003-01-14
Move to Instrumentation.h
Chris Lattner
2003-01-14
REmove unused header file
Chris Lattner
2003-01-14
Remove unused header
Chris Lattner
2002-07-12
initial version: for emitfuncs pass
Anand Shukla
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
Move ProfilePaths class into ProfilePaths library, only expose a creation fun...
Chris Lattner
2002-02-26
Initial check in of header file for profile-paths pass
Anand Shukla
2002-01-21
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2001-12-14
Refactor trace values to work as a proper pass. Before it used to add
Chris Lattner
2001-10-18
move llvm/Transforms/Pass.h to the top level llvm/Pass.h file
Chris Lattner
2001-10-18
Convert to new simpler Pass structure
Chris Lattner
2001-10-15
ConcretePass should not be a templated class!
Chris Lattner
2001-10-15
Convert to use Pass infrastructure
Chris Lattner
2001-10-14
Insert code to trace values at basic block and method exits.
Vikram S. Adve