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
/
include
/
llvm-c
/
ExecutionEngine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap C APIs with pragmas enforcing -Werror=strict-prototypes
Duncan P. N. Exon Smith
2019-11-19
1
-6
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+4
*
Fix a typo in a function name
Alex Denisov
2018-11-02
1
-1
/
+1
*
Add PerfJITEventListener for perf profiling support.
Andres Freund
2018-07-24
1
-0
/
+1
*
[C-API] Add functions to create GDB, Intel, Oprofile event listeners.
Andres Freund
2018-05-24
1
-0
/
+6
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Delete APIs that have been deprecated since 2010.
Rafael Espindola
2015-12-19
1
-24
/
+0
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
1
-1
/
+1
*
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
Peter Zotov
2014-12-22
1
-0
/
+4
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-1
/
+0
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+1
*
Fix the ocaml bindings.
Rafael Espindola
2014-08-07
1
-1
/
+0
*
Add target analysis passes to the codegen pipeline for MCJIT.
Juergen Ributzka
2014-01-23
1
-0
/
+2
*
include/llvm-c: Whitespace.
NAKAMURA Takumi
2013-10-23
1
-1
/
+1
*
Speling fixes.
Benjamin Kramer
2013-10-22
1
-1
/
+1
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
1
-7
/
+8
*
llvm-c: use typedef for function pointers
Anders Waldenborg
2013-09-30
1
-8
/
+13
*
Revert "llvm-c: Add LLVMGetPointerToFunction"
Anders Waldenborg
2013-09-20
1
-2
/
+0
*
llvm-c: Add LLVMGetPointerToFunction
Anders Waldenborg
2013-09-19
1
-0
/
+2
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-22
1
-0
/
+28
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
1
-28
/
+0
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-21
1
-0
/
+28
*
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
1
-11
/
+18
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-29
1
-0
/
+28
*
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-25
1
-28
/
+0
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-24
1
-0
/
+28
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-21
/
+1
*
Revert r178713
Evan Cheng
2013-04-04
1
-3
/
+2
*
Make it possible to include llvm-c without including C++ headers. Patch by Fi...
Evan Cheng
2013-04-03
1
-2
/
+3
*
Organize LLVM C API docs into doxygen modules; add docs
Gregory Szorc
2012-03-21
1
-0
/
+11
*
Expose JIT::recompileAndRelinkFunction for use through the C API.
Duncan Sands
2010-07-19
1
-0
/
+2
*
Add Module functions in place of module providers.
Erick Tryzelaar
2010-03-02
1
-0
/
+23
*
"In order to ease automatic bindings generation, it would be helpful if boole...
Chris Lattner
2010-01-09
1
-17
/
+17
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
1
-1
/
+1
*
Fix the Ocaml bindings for the ExecutionEngine: with the change to build
Bob Wilson
2009-06-24
1
-0
/
+3
*
The second part of the change from -fast to -O#. This changes the JIT to accept
Bill Wendling
2009-04-29
1
-1
/
+1
*
add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!
Chris Lattner
2009-01-21
1
-0
/
+2
*
Fix the LLVMCreateJITCompiler C binding.
Gordon Henriksen
2008-08-08
1
-0
/
+1
*
Add C binding for ExecutionEngine::addGlobalMapping.
Gordon Henriksen
2008-06-20
1
-0
/
+3
*
Expose ExecutionEngine::getTargetData() to c and ocaml bindings.
Erick Tryzelaar
2008-03-27
1
-0
/
+3
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).
Gordon Henriksen
2007-12-23
1
-0
/
+115