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
/
ExecutionEngine
/
JITEventListener.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-12-13
JITEventListener.h: Use llvm-config.h instead of config.h.
NAKAMURA Takumi
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-06
Add interface for object-based JIT events.
Andrew Kaylor
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2011-11-04
Delete names for unused parameters in inline function definitions in headers,...
Eli Friedman
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-13
Clean up some doxyments/style.
Daniel Dunbar
2009-10-27
Automatically do the equivalent of freeMachineCodeForFunction(F) when F is
Jeffrey Yasskin
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-21
Delete the MacOSJITEventListener per echristo's request. It was disabled by
Jeffrey Yasskin
2009-07-16
Add line numbers to OProfile. To do this, I added a processDebugLoc()
Jeffrey Yasskin
2009-07-10
Add a --with-oprofile flag to configure, which uses OProfile's agent
Jeffrey Yasskin
2009-06-25
Add a JITEventListener interface that gets called back when a new function is
Jeffrey Yasskin