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
/
lib
/
ExecutionEngine
/
IntelJITEvents
Age
Commit message (
Expand
)
Author
2013-01-29
Formatting correction
Andrew Kaylor
2013-01-28
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-11-22
IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizePr...
NAKAMURA Takumi
2012-11-21
Implementing basic function-level profiling support in IntelJITEventListener.
Andrew Kaylor
2012-11-06
Add interface for object-based JIT events.
Andrew Kaylor
2012-10-10
Adding comments to clarify the reason for non-standard style in these files.
Andrew Kaylor
2012-09-28
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-26
Fix of hang during Intel JIT profiling
Andrew Kaylor
2012-07-19
Remove tabs.
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-05-07
Make IntelJITEvents and OProfileJIT as optional libraries and add
Preston Gurd
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky