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
/
tools
/
llvm-jitlistener
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-10
/
+2
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-2
/
+0
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-27
/
+0
*
Fix the -DBUILD_SHARED_LIBS=ON build.
Rafael Espindola
2015-07-07
1
-0
/
+4
*
Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE_OPROFILE=ON.
Rafael Espindola
2015-07-03
1
-1
/
+1
*
Wrap some long lines in LLVMBuild files. NFC
Douglas Katzman
2015-06-12
1
-1
/
+10
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
1
-27
/
+27
*
llvm-jitlistener: Add missing include.
Benjamin Kramer
2015-03-25
1
-1
/
+2
*
Fix lli after the DebugInfo move.
Zachary Turner
2015-01-30
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Fix line mapping information in LLVM JIT profiling with Vtune
Alexey Bataev
2014-12-15
1
-1
/
+1
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-1
/
+1
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-1
/
+1
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-1
/
+1
*
Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled
Michael Kuperstein
2014-10-29
1
-1
/
+0
*
[CMake] Prune CRLF in CMakeLists.txt(s).
NAKAMURA Takumi
2014-10-23
1
-22
/
+22
*
[MCJIT] Remove a few more references to JITMemoryManager that survived r218316.
Lang Hames
2014-09-23
1
-5
/
+0
*
[MCJIT] Delete the JTIMemoryManager and associated APIs.
Lang Hames
2014-09-23
2
-9
/
+5
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
2
-2
/
+1
*
IntelJITEventListener updates to fix breaks by recent changes to EngineBuilde...
Elena Demikhovsky
2014-08-21
1
-3
/
+2
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
2
-1
/
+2
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
2
-2
/
+1
*
Support: split object format out of environment
Saleem Abdulrasool
2014-03-06
1
-2
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-6
/
+4
*
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2013-03-26
1
-1
/
+1
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
3
-2
/
+3
*
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-28
2
-1
/
+2
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Adding tests for the Intel JIT event listener's MCJIT support.
Andrew Kaylor
2012-11-21
4
-0
/
+276