More LLVMContext-ification.
[oota-llvm.git] / lib / ExecutionEngine /
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2009-06-26 Owen AndersonGet rid of unnecessary global variables.
2009-06-25 Chris Lattneradd file to cmake
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-22 Owen AndersonAdd locking around the external function lookup table...
2009-06-16 Chris LattnerFix the EE bindings to use the proper EE interfaces...
2009-06-12 Nicolas GeoffrayAfter obtaining the lock, look if the function has...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-06-03 Bruno Cardoso LopesRevert 72650
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-05-23 Torok Edwinstat64/open64/lseek64 for the interpreter
2009-05-18 Argyrios KyrtzidisAllow the JIT ExecutionEngine to report details about...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-30 Argyrios KyrtzidisSet FnEnd in JITEmitter::finishFunction to point strict...
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-04-27 Nick LewyckyUnder unusual circumstances (jitting a function that...
2009-04-19 Nick LewyckyUse an AssertingVH to detect the case where the Functio...
2009-04-16 Chris Lattnermake sure to unlock keymgr if the JIT is created and...
2009-04-14 Evan ChengMac OS X 10.6 and above do not use key manager to regis...
2009-04-13 Nick LewyckyLink against libffi if available, fall back to "no...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-24 Dale Johannesenfix one more fp80 case (used only by Interpreter)
2009-03-24 Dale JohannesenChange JIT for different layout of fp80.
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-11 Nate BegemanAllow cross-process JIT to handle MachineRelocations...
2009-03-09 Chris LattnerFix PR3724 by searching for the largest free block...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-07 Nate BegemanFinish cross-process JIT work, and clean up previous...
2009-03-05 Chris Lattnerswitch this message back to only being in -debug mode.
2009-03-05 Nate BegemanWhen allocating stubs, keep track of which Functions...
2009-03-04 Nate BegemanFix a thinko in the JIT where the address of a GV was...
2009-03-03 Chris Lattnerdon't #include a header into the middle of an anon...
2009-03-02 Nate BegemanFix the calculation for how big the allocated stub...
2009-02-19 Dan GohmanFix the logic in this assertion to properly validate...
2009-02-19 Dan GohmanReapply r57340. VMKit does not presently rely on materi...
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-15 Nicolas GeoffrayOn 64bit we may have a personality function which requi...
2009-02-06 Dan GohmanSplit the locking out of JIT::runJITOnFunction so that...
2009-02-04 Chris Lattnerallow main to have any integer type.
2009-02-04 Nick LewyckyReapply patch from r62553, with a fix to avoid looking...
2009-02-01 Evan ChengFix PR3423: Link llvm on ARM EABI machines. Patch by...
2009-01-23 Nate BegemanAdd support for deleting a module provider from a JIT...
2009-01-22 Tanya LattnerRevert r62553 and r62616 due to issues with portability.
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
2009-01-21 Chris Lattneradd getPointerToGlobal to the C bindings, patch by...
2009-01-20 Duncan SandsFix typo. Patch by Alexei Svitkine.
2009-01-20 Nick LewyckyMake the Interpreter use libffi if it's available....
2009-01-16 Chris Lattnerdon't assert and die on out of range (undefined) shifts...
2009-01-16 Evan ChengChange isGVCompilationDisabled() semantics again. It...
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-05 Evan ChengFix misplaced right parentheses.
2009-01-05 Dan GohmanHandle weak_extern in the JIT. This fixes
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-12-10 Evan ChengFix a bug introduced by r59265. If lazy compilation...
2008-12-09 Evan ChengDisableGVCompilation should not abort on internal Globa...
2008-11-23 Chris LattnerMake JIT::runFunction handle functions with non-C calli...
2008-11-18 Nicolas GeoffrayImplement support for JIT exceptions on X86_64. Relativ...
2008-11-13 Evan ChengAlways emit a function pointer as a pointer to the...
2008-11-12 Evan ChengChange binary dump format.
2008-11-10 Evan ChengComments and indentation.
2008-11-10 Evan ChengForgot these.
2008-11-08 Evan ChengRemove a InvalidateInstructionCache call with incorrect...
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-11-08 Evan ChengRename isString -> isExternalSymbol; getString -> getEx...
2008-11-08 Evan ChengMore debug output.
2008-11-07 Evan ChengMore debug output.
2008-11-07 Evan ChengJump tables may be emitted by target.
2008-11-06 Evan ChengImprove JIT debugging outputs format consistency.
2008-11-06 Evan ChengNeed a \n.
2008-11-05 Evan ChengUndo 58778 but makes the binary dump prettier.
2008-11-05 Evan ChengRemove debug output that's not really useful.
2008-11-05 Evan ChengRename isGVLazyPtr to isGVNonLazyPtr relocation. This...
2008-11-05 Evan ChengDebugging output tweak.
2008-11-04 Evan ChengFor some targets, it's not possible to place GVs in...
2008-11-04 Evan Cheng80 col violation.
2008-11-03 Evan ChengSilence a compiler warning.
2008-10-30 Jim GrosbachRevert errant deletion. The target needs to be able...
2008-10-29 Evan ChengLet target resolve some relocation results.
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-10-21 Nuno Lopesfix a tricky bug in the JIT global variable emitter...
2008-10-14 Nuno Lopeslittle optimization: reuse getPointerToGlobalIfAvailabl...
2008-10-10 Mon P WangRevert r57340 move guard mutex in getPointerToFunction...
2008-10-10 Mon P WangMoved guard mutex upwards to guard materializing a...
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
next