[AVX512] adding PROLQ and PROLD Intrinsics
[oota-llvm.git] / include / llvm-c / ExecutionEngine.h
2015-12-19 Rafael EspindolaDelete APIs that have been deprecated since 2010.
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2014-12-22 Peter Zotov[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFun...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaFix the ocaml bindings.
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2013-10-23 NAKAMURA Takumiinclude/llvm-c: Whitespace.
2013-10-22 Benjamin KramerSpeling fixes.
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-09-30 Anders Waldenborgllvm-c: use typedef for function pointers
2013-09-20 Anders WaldenborgRevert "llvm-c: Add LLVMGetPointerToFunction"
2013-09-19 Anders Waldenborgllvm-c: Add LLVMGetPointerToFunction
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-25 Rafael EspindolaRevert "Exposing MCJIT through C API"
2013-04-24 Andrew KaylorExposing MCJIT through C API
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-04 Evan ChengRevert r178713
2013-04-03 Evan ChengMake it possible to include llvm-c without including...
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2010-07-19 Duncan SandsExpose JIT::recompileAndRelinkFunction for use through...
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-01-21 Chris Lattneradd getPointerToGlobal to the C bindings, patch by...
2008-08-08 Gordon HenriksenFix the LLVMCreateJITCompiler C binding.
2008-06-20 Gordon HenriksenAdd C binding for ExecutionEngine::addGlobalMapping.
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...