aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
...
* Some fixes for x86-64 JIT. Make it use small codeDale Johannesen2008-08-111-0/+13
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-081-3/+3
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-087-17/+24
* Rewrite JIT handling of GlobalVariables so theyDale Johannesen2008-08-074-23/+179
* Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-stringDan Gohman2008-08-051-1/+1
* Trim #includes.Dan Gohman2008-08-051-1/+0
* Fix for PR2578. Do not split off a block whose size is less than FreeRangeHea...Evan Cheng2008-07-291-0/+3
* Add a new hidden option to the interpreter to cause it to printChris Lattner2008-07-081-0/+8
* Use empty() instead of size().Dan Gohman2008-07-071-1/+1
* Correct a comment.Dan Gohman2008-07-031-1/+1
* Prune a few dependencies on MachineFunction.h.Dan Gohman2008-07-011-1/+0
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-2/+2
* Implement JIT support for global aliases, patch by David Chisnall!Chris Lattner2008-06-251-0/+2
* Switch the PPC backend and target-independent JIT to use the libsystem Chris Lattner2008-06-251-1/+2
* Use back() instead of [size()-1].Dan Gohman2008-06-211-2/+2
* Use static_cast instead of reinterpret_cast for casting void*.Dan Gohman2008-06-211-1/+1
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-201-0/+5
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-171-15/+1
* Don't forget to initialize SymbolSearchingDisabled.Evan Cheng2008-06-171-0/+1
* Add a new flag that disables symbol lookup with dlsym when set. This allowsChris Lattner2008-06-161-33/+35
* Add #includes to make some dependencies explicit.Dan Gohman2008-05-232-0/+2
* Fix a couple issues with the JIT and multiple modules:Nate Begeman2008-05-213-8/+75
* Fix ExecutionEngine's constant code to work properly when structs and arraysDan Gohman2008-05-201-17/+8
* Fix a backwards check in the JIT symbol table codeNate Begeman2008-05-181-1/+1
* Disable JIT symbol table for now.Evan Cheng2008-05-151-1/+1
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-3/+4
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-133-0/+12
* PR2202: LLVMCreateInterpreter creates a JITGordon Henriksen2008-04-251-1/+1
* Be pessimistic in computing the buffer size when aligning.Nicolas Geoffray2008-04-202-7/+11
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-203-102/+79
* Do not hold the JIT lock when materializing a function and verify if theNicolas Geoffray2008-04-201-1/+6
* Switch to using Simplified ConstantFP::get API.Chris Lattner2008-04-201-10/+14
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-183-5/+552
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-162-10/+15
* Fix some serious logic errors that broke the jit on darwin/x86-64.Chris Lattner2008-04-131-3/+3
* Add debugging code.Evan Cheng2008-04-121-3/+7
* Reenable JIT symbol table.Chris Lattner2008-04-111-1/+1
* fix warnings with assertions disabled.Chris Lattner2008-04-061-21/+6
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-6/+6
* disable this for now.Chris Lattner2008-04-051-1/+1
* Provide an initial cut at exposing JIT compiled symbols to performanceChris Lattner2008-04-041-1/+139
* Make ExecutionEngine::updateGlobalMapping return the old mapping.Chris Lattner2008-04-041-5/+18
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-301-0/+1
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-271-0/+4
* Add explicit keywords.Dan Gohman2008-03-252-2/+2
* Register EH frames emitted in JIT when using gcc unwinding runtimeAnton Korobeynikov2008-03-221-1/+9
* Fix formatting.Duncan Sands2008-03-101-2/+2
* Load the symbols first so that the interpreter constructor can find them whenNick Lewycky2008-03-081-9/+5
* fix 80 col violationsChris Lattner2008-03-072-2/+4