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
/
OProfileJIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Replace llvm::MutexGuard/UniqueLock with their standard equivalents
Benjamin Kramer
2019-08-07
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
[ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
Lang Hames
2018-12-04
1
-12
/
+12
*
Add debug info for OProfile profiling support
Andrew Kaylor
2018-06-15
2
-2
/
+26
*
[C-API] Add functions to create GDB, Intel, Oprofile event listeners.
Andres Freund
2018-05-24
1
-0
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
2
-15
/
+18
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ExecutionEngine] Fix compile errors in OProfileJITEventListener.
Lang Hames
2017-01-03
1
-8
/
+8
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-18
/
+0
*
Fix the -DBUILD_SHARED_LIBS=ON build.
Rafael Espindola
2015-07-07
1
-0
/
+1
*
Use a continue to reduce indentation.
Rafael Espindola
2015-07-03
1
-19
/
+20
*
Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE_OPROFILE=ON.
Rafael Espindola
2015-07-03
1
-6
/
+10
*
Upgrade JIT listeners for changes in the libObject API.
Benjamin Kramer
2015-06-29
1
-12
/
+10
*
[jitlistener] Remove unused code
Benjamin Kramer
2015-04-08
1
-2
/
+0
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-7
/
+5
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-43
/
+54
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-54
/
+43
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-43
/
+54
*
[MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is dead
Lang Hames
2014-11-21
1
-12
/
+0
*
[MCJIT] Remove JITEventListener::NotifyFunctionEmitted - this method is dead
Lang Hames
2014-11-20
1
-78
/
+0
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
2
-2
/
+4
*
Replace two calls to object::symbol_iterator::increment(), which had
Kaelyn Takata
2014-04-14
1
-10
/
+4
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Adding oprofile support for MCJIT.
Andrew Kaylor
2013-10-16
2
-1
/
+72
*
Reorder headers according to lint.
Bill Wendling
2013-08-21
1
-6
/
+4
*
[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
Will Schmidt
2013-02-07
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
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
5
-0
/
+488