| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
FinalizeProcessFunc, for now. [-Wunused-private-field]
llvm-svn: 168495
|
|
|
|
|
|
| |
Tests to follow in another patch.
llvm-svn: 168444
|
|
|
|
|
|
| |
This patch adds the interface to expose events from MCJIT when an object is emitted or freed and implements the MCJIT functionality to send those events. The IntelJITEventListener implementation is left empty for now. It will be fleshed out in a future patch.
llvm-svn: 167475
|
|
|
|
|
|
| |
Patch committed on behalf of Kirill Uhanov
llvm-svn: 165589
|
|
|
|
|
|
| |
Patch committed on behalf of Kirill Uhanov
llvm-svn: 164831
|
|
|
|
|
|
| |
Committed on behalf of Kirill Uhanov
llvm-svn: 164736
|
|
|
|
| |
llvm-svn: 160475
|
|
|
|
|
|
|
|
|
| |
include/llvm/Analysis/DebugInfo.h to include/llvm/DebugInfo.h.
The reasoning is because the DebugInfo module is simply an interface to the
debug info MDNodes and has nothing to do with analysis.
llvm-svn: 159312
|
|
|
|
|
|
|
|
|
|
|
|
| |
optional library support to the llvm-build tool:
- Add new command line parameter to llvm-build: “--enable-optional-libraries”
- Add handing of new llvm-build library type “OptionalLibrary”
- Update Cmake and automake build systems to pass correct flags to llvm-build
based on configuration
Patch by Dan Malea!
llvm-svn: 156319
|
|
code in LLVM.
Also refactor the existing OProfile profiling code to reuse the same interfaces with the VTune profiling code.
In addition, unit tests for the profiling interfaces were added.
This patch was prepared by Andrew Kaylor and Daniel Malea, and reviewed in the llvm-commits list by Jim Grosbach
llvm-svn: 152620
|