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