aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
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
2008-08-07Rewrite JIT handling of GlobalVariables so theyDale Johannesen
2008-08-05Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-stringDan Gohman
2008-08-05Trim #includes.Dan Gohman
2008-07-29Fix for PR2578. Do not split off a block whose size is less than FreeRangeHea...Evan Cheng
2008-07-08Add a new hidden option to the interpreter to cause it to printChris Lattner
2008-07-07Use empty() instead of size().Dan Gohman
2008-07-03Correct a comment.Dan Gohman
2008-07-01Prune a few dependencies on MachineFunction.h.Dan Gohman
2008-07-01Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman
2008-06-25Implement JIT support for global aliases, patch by David Chisnall!Chris Lattner
2008-06-25Switch the PPC backend and target-independent JIT to use the libsystem Chris Lattner
2008-06-21Use back() instead of [size()-1].Dan Gohman
2008-06-21Use static_cast instead of reinterpret_cast for casting void*.Dan Gohman
2008-06-20Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen
2008-06-17Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov
2008-06-17Don't forget to initialize SymbolSearchingDisabled.Evan Cheng
2008-06-16Add a new flag that disables symbol lookup with dlsym when set. This allowsChris Lattner
2008-05-23Add #includes to make some dependencies explicit.Dan Gohman
2008-05-21Fix a couple issues with the JIT and multiple modules:Nate Begeman
2008-05-20Fix ExecutionEngine's constant code to work properly when structs and arraysDan Gohman
2008-05-18Fix a backwards check in the JIT symbol table codeNate Begeman
2008-05-15Disable JIT symbol table for now.Evan Cheng
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-04-25PR2202: LLVMCreateInterpreter creates a JITGordon Henriksen
2008-04-20Be pessimistic in computing the buffer size when aligning.Nicolas Geoffray
2008-04-20Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray
2008-04-20Do not hold the JIT lock when materializing a function and verify if theNicolas Geoffray