aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2008-11-10Comments and indentation.Evan Cheng
2008-11-10Forgot these.Evan Cheng
2008-11-08Remove a InvalidateInstructionCache call with incorrect size.Evan Cheng
2008-11-08Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng
2008-11-08Rename isString -> isExternalSymbol; getString -> getExternalSymbol since the...Evan Cheng
2008-11-08More debug output.Evan Cheng
2008-11-07More debug output.Evan Cheng
2008-11-07Jump tables may be emitted by target.Evan Cheng
2008-11-06Improve JIT debugging outputs format consistency.Evan Cheng
2008-11-06Need a \n.Evan Cheng
2008-11-05Undo 58778 but makes the binary dump prettier.Evan Cheng
2008-11-05Remove debug output that's not really useful.Evan Cheng
2008-11-05Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng
2008-11-05Debugging output tweak.Evan Cheng
2008-11-04For some targets, it's not possible to place GVs in the same memory buffer as...Evan Cheng
2008-11-0480 col violation.Evan Cheng
2008-11-03Silence a compiler warning.Evan Cheng
2008-10-30Revert errant deletion. The target needs to be able to specify that it doesn'...Jim Grosbach
2008-10-29Let target resolve some relocation results.Evan Cheng
2008-10-28Support for constant islands in the ARM JIT.Jim Grosbach
2008-10-25Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray
2008-10-22CMake: Turned some libraries into partially linked objects. CorrectedOscar Fuentes
2008-10-21fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes
2008-10-14little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGl...Nuno Lopes
2008-10-10Revert r57340 move guard mutex in getPointerToFunction as this can causeMon P Wang
2008-10-10Moved guard mutex upwards to guard materializing a functionMon P Wang
2008-10-09Add a "loses information" return value to APFloat::convertDale Johannesen
2008-10-09Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen
2008-10-08Add <cstdio> include where needed by gcc-4.4.Duncan Sands
2008-10-03Unbreak build.Daniel Dunbar
2008-10-03On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-10-03Acquire the lock only when necessary. More precisely, do not acquireNicolas Geoffray
2008-09-30Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod...Evan Cheng
2008-09-25 Large mechanical patch.Devang Patel
2008-09-24Add DisableGVCompilation which forces the JIT to assert when it tries to allo...Evan Cheng
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-09-18Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng
2008-09-09Make safer variant of alias resolution routine to be defaultAnton Korobeynikov
2008-09-02MMI may be null.Evan Cheng
2008-08-28Add support for JIT exceptions on Darwin. Since we're dealing with libgcc,Nicolas Geoffray
2008-08-26Avoid a warning about isTargetNullPtr being unused in release builds.Dan Gohman
2008-08-20Get rid of a couple of dynamic_cast.Evan Cheng
2008-08-19Update the JIT exception writer to better mimic the codegen exception writer.Nicolas Geoffray
2008-08-18Register the frame register function when allocating the JIT,Nicolas Geoffray
2008-08-16Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...Anton Korobeynikov
2008-08-11Some fixes for x86-64 JIT. Make it use small codeDale Johannesen
2008-08-08Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen
2008-08-08Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng