index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
IntelJITEvents
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DIContext.h to common DebugInfo location.
Zachary Turner
2015-04-23
1
-2
/
+3
*
[jitlistener] Remove unused code
Benjamin Kramer
2015-04-08
1
-3
/
+0
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
2
-2
/
+2
*
Fixing pedantic build warnings.
Andrew Kaylor
2015-01-15
1
-2
/
+3
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-8
/
+7
*
Fix line mapping information in LLVM JIT profiling with Vtune
Alexey Bataev
2014-12-15
1
-0
/
+12
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-12
/
+28
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-28
/
+12
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-12
/
+28
*
[MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is dead
Lang Hames
2014-11-21
1
-10
/
+0
*
[MCJIT] Remove JITEventListener::NotifyFunctionEmitted - this method is dead
Lang Hames
2014-11-20
1
-82
/
+0
*
Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled
Michael Kuperstein
2014-10-29
1
-0
/
+1
*
IntelJITEventListener updates to fix breaks by recent changes to EngineBuilde...
Elena Demikhovsky
2014-08-21
1
-1
/
+1
*
Updates in IntelJITEventListener.cpp - by Arch Robison.
Elena Demikhovsky
2014-06-01
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Changes in IntelJITEventListener - By Arch Robinson
Elena Demikhovsky
2014-04-06
1
-4
/
+3
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-7
/
+7
*
Correct spelling.
Yaron Keren
2013-11-15
1
-1
/
+1
*
Formatting correction
Andrew Kaylor
2013-01-29
1
-2
/
+1
*
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-28
1
-8
/
+45
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizePr...
NAKAMURA Takumi
2012-11-22
1
-6
/
+0
*
Implementing basic function-level profiling support in IntelJITEventListener.
Andrew Kaylor
2012-11-21
1
-0
/
+75
*
Add interface for object-based JIT events.
Andrew Kaylor
2012-11-06
1
-0
/
+10
*
Adding comments to clarify the reason for non-standard style in these files.
Andrew Kaylor
2012-10-10
4
-8
/
+30
*
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-28
8
-10
/
+1350
*
Fix of hang during Intel JIT profiling
Andrew Kaylor
2012-09-26
1
-11
/
+9
*
Remove tabs.
Bill Wendling
2012-07-19
1
-2
/
+2
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Make IntelJITEvents and OProfileJIT as optional libraries and add
Preston Gurd
2012-05-07
1
-1
/
+1
*
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
4
-0
/
+234