Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
include
/
llvm-c
/
ExecutionEngine.h
31d012e
Fix a typo in a function name
by Alex Denisov
· 7 years ago
376a3d3
Add PerfJITEventListener for perf profiling support.
by Andres Freund
· 7 years ago
4a3e2dc
[C-API] Add functions to create GDB, Intel, Oprofile event listeners.
by Andres Freund
· 7 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
30941d2
Delete APIs that have been deprecated since 2010.
by Rafael Espindola
· 10 years ago
a6b9600
Reorganize the C API headers to improve build times.
by Eric Christopher
· 10 years ago
c433cd7
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
by Peter Zotov
· 11 years ago
79cc1e3
Reinstate "Nuke the old JIT."
by Eric Christopher
· 11 years ago
b9fd9ed
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
by Eric Christopher
· 11 years ago
a3ddbc9
Fix the ocaml bindings.
by Rafael Espindola
· 11 years ago
5fe955c
Add target analysis passes to the codegen pipeline for MCJIT.
by Juergen Ributzka
· 12 years ago
a3a8135
include/llvm-c: Whitespace.
by NAKAMURA Takumi
· 12 years ago
57f30bc
Speling fixes.
by Benjamin Kramer
· 12 years ago
7aa695e0
This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land.
by Filip Pizlo
· 12 years ago
9515b31
llvm-c: use typedef for function pointers
by Anders Waldenborg
· 12 years ago
fc8ca53
Revert "llvm-c: Add LLVMGetPointerToFunction"
by Anders Waldenborg
· 12 years ago
8bbda41
llvm-c: Add LLVMGetPointerToFunction
by Anders Waldenborg
· 12 years ago
3fdbaff
Expose the RTDyldMemoryManager through the C API. This allows clients of
by Filip Pizlo
· 12 years ago
5aefb13
Roll out r182407 and r182408 because they broke builds.
by Filip Pizlo
· 12 years ago
e1e3f7c
Expose the RTDyldMemoryManager through the C API. This allows clients of
by Filip Pizlo
· 12 years ago
85e0d27
This exposes more MCJIT options via the C API:
by Filip Pizlo
· 12 years ago
31be5ef
Exposing MCJIT through C API
by Andrew Kaylor
· 12 years ago
837448b
Revert "Exposing MCJIT through C API"
by Rafael Espindola
· 12 years ago
ee1e457
Exposing MCJIT through C API
by Andrew Kaylor
· 12 years ago
04d4e93
Move C++ code out of the C headers and into either C++ headers
by Eric Christopher
· 12 years ago
2e254d0
Revert r178713
by Evan Cheng
· 12 years ago
51a7a9d
Make it possible to include llvm-c without including C++ headers. Patch by Filip Pizlo.
by Evan Cheng
· 12 years ago
34c863a
Organize LLVM C API docs into doxygen modules; add docs
by Gregory Szorc
· 14 years ago
330134b
Expose JIT::recompileAndRelinkFunction for use through the C API.
by Duncan Sands
· 15 years ago
ad0e0cb
Add Module functions in place of module providers.
by Erick Tryzelaar
· 16 years ago
25963c6
"In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for."
by Chris Lattner
· 16 years ago
65553d4
Match declaration to definition.
by Daniel Dunbar
· 16 years ago
a1d3e66
Fix the Ocaml bindings for the ExecutionEngine: with the change to build
by Bob Wilson
· 16 years ago
9f79513
The second part of the change from -fast to -O#. This changes the JIT to accept
by Bill Wendling
· 16 years ago
41b43da
add getPointerToGlobal to the C bindings, patch by Lennart Augustsson! PR3364
by Chris Lattner
· 17 years ago
5225cd6
Fix the LLVMCreateJITCompiler C binding.
by Gordon Henriksen
· 17 years ago
9f33754
Add C binding for ExecutionEngine::addGlobalMapping.
by Gordon Henriksen
· 17 years ago
8ac07c2
Expose ExecutionEngine::getTargetData() to c and ocaml bindings.
by Erick Tryzelaar
· 18 years ago
e9cc742
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
2a8cd89
C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).
by Gordon Henriksen
· 18 years ago