[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngineBindings.cpp
2014-12-22 Peter Zotov[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFun...
2014-12-03 Lang Hames[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-21 Rafael EspindolaRemove dead code. NFC.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-05-13 Artyom Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
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-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
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-23 Eric ChristopherFix dependency layering issues caused by r180112.
2013-04-23 Tom StellardWrap.h: Define wrap / unwrap function for ExecutionEngine
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2010-07-19 Duncan SandsFix indentation.
2010-07-19 Duncan SandsExpose JIT::recompileAndRelinkFunction for use through...
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-06-16 Chris LattnerFix the EE bindings to use the proper EE interfaces...
2009-04-30 Bill WendlingFix the JIT bindings for ocaml.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
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-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-06-20 Gordon HenriksenAdd C binding for ExecutionEngine::addGlobalMapping.
2008-04-25 Gordon HenriksenPR2202: LLVMCreateInterpreter creates a JIT
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-01-07 Duncan SandsI doubt the address of the Error string was intended
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...