Move TargetData to DataLayout.
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngineBindings.cpp
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...