summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng2008-09-18
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-09
* MMI may be null.Evan Cheng2008-09-02
* Add support for JIT exceptions on Darwin. Since we're dealing with libgcc,Nicolas Geoffray2008-08-28
* Get rid of a couple of dynamic_cast.Evan Cheng2008-08-20
* Update the JIT exception writer to better mimic the codegen exception writer.Nicolas Geoffray2008-08-19
* Register the frame register function when allocating the JIT,Nicolas Geoffray2008-08-18
* Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...Anton Korobeynikov2008-08-16
* Some fixes for x86-64 JIT. Make it use small codeDale Johannesen2008-08-11
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-08
* Rewrite JIT handling of GlobalVariables so theyDale Johannesen2008-08-07
* Trim #includes.Dan Gohman2008-08-05
* Fix for PR2578. Do not split off a block whose size is less than FreeRangeHea...Evan Cheng2008-07-29
* Use empty() instead of size().Dan Gohman2008-07-07
* Correct a comment.Dan Gohman2008-07-03
* Prune a few dependencies on MachineFunction.h.Dan Gohman2008-07-01
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-01
* Implement JIT support for global aliases, patch by David Chisnall!Chris Lattner2008-06-25
* Switch the PPC backend and target-independent JIT to use the libsystem Chris Lattner2008-06-25
* Use back() instead of [size()-1].Dan Gohman2008-06-21
* Use static_cast instead of reinterpret_cast for casting void*.Dan Gohman2008-06-21
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-17
* Add a new flag that disables symbol lookup with dlsym when set. This allowsChris Lattner2008-06-16
* Add #includes to make some dependencies explicit.Dan Gohman2008-05-23
* Fix a couple issues with the JIT and multiple modules:Nate Begeman2008-05-21
* Fix a backwards check in the JIT symbol table codeNate Begeman2008-05-18
* Disable JIT symbol table for now.Evan Cheng2008-05-15
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Be pessimistic in computing the buffer size when aligning.Nicolas Geoffray2008-04-20
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-20
* Do not hold the JIT lock when materializing a function and verify if theNicolas Geoffray2008-04-20
* Switch to using Simplified ConstantFP::get API.Chris Lattner2008-04-20
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-18
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Fix some serious logic errors that broke the jit on darwin/x86-64.Chris Lattner2008-04-13
* Add debugging code.Evan Cheng2008-04-12
* Reenable JIT symbol table.Chris Lattner2008-04-11
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* disable this for now.Chris Lattner2008-04-05
* Provide an initial cut at exposing JIT compiled symbols to performanceChris Lattner2008-04-04
* Add explicit keywords.Dan Gohman2008-03-25
* Register EH frames emitted in JIT when using gcc unwinding runtimeAnton Korobeynikov2008-03-22
* fix 80 col violationsChris Lattner2008-03-07
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Enable exception handling int JITNicolas Geoffray2008-02-13
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-29
* JITEmitter.cpp was trying to sync the icache for function stubs, butChris Lattner2008-01-25
* X86 JIT PIC jumptable support.Evan Cheng2008-01-05