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
/
JIT
/
OProfileJITEventListener.cpp
Age
Commit message (
Expand
)
Author
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2011-03-22
Trailing whitespace.
Jim Grosbach
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-04-30
Fix the OProfileJITEventListener build after r101844 removed
Jeffrey Yasskin
2010-04-05
Fix OProfileJITEventListener build for new DebugLoc.
Jeffrey Yasskin
2010-01-22
Make OProfile support compile again after r93630 removed
Jeffrey Yasskin
2010-01-05
Change errs() to dbgs().
David Greene
2009-12-10
Comparing std::string with NULL is a bad idea, so just check whether its empty.
Torok Edwin
2009-12-07
Fix the OProfileJITEventListener for StringRef being returned from debug info.
Jeffrey Yasskin
2009-10-27
Fix OProfileJITEventListener after r85182.
Jeffrey Yasskin
2009-10-27
Automatically do the equivalent of freeMachineCodeForFunction(F) when F is
Jeffrey Yasskin
2009-10-22
Fix OProfileJITEventListener after r84054 renamed CompileUnit to Scope.
Jeffrey Yasskin
2009-09-30
Fix compile error as debug interface changed.
Nick Lewycky
2009-08-29
Fix OProfile support after r80406 changed the DebugInfo interface from
Jeffrey Yasskin
2009-08-23
remove a few DOUTs here and there.
Chris Lattner
2009-08-02
Fix the build for people with oprofile installed.
Nick Lewycky
2009-07-26
Remove Value::getName{Start,End}, the last of the old Name APIs.
Daniel Dunbar
2009-07-16
Add line numbers to OProfile. To do this, I added a processDebugLoc()
Jeffrey Yasskin
2009-07-10
Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE/. We #define
Jeffrey Yasskin
2009-07-10
Add a --with-oprofile flag to configure, which uses OProfile's agent
Jeffrey Yasskin