aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
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
2008-04-20Switch to using Simplified ConstantFP::get API.Chris Lattner
2008-04-18Enable jitting with a known memory size.Nicolas Geoffray
2008-04-16Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray
2008-04-13Fix some serious logic errors that broke the jit on darwin/x86-64.Chris Lattner
2008-04-12Add debugging code.Evan Cheng
2008-04-11Reenable JIT symbol table.Chris Lattner
2008-04-06fix warnings with assertions disabled.Chris Lattner
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-04-05disable this for now.Chris Lattner
2008-04-04Provide an initial cut at exposing JIT compiled symbols to performanceChris Lattner
2008-04-04Make ExecutionEngine::updateGlobalMapping return the old mapping.Chris Lattner
2008-03-30Fix "Control reaches the end of non-void function" warnings, Chris Lattner
2008-03-27Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar
2008-03-25Add explicit keywords.Dan Gohman