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