summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* Revert r57340 move guard mutex in getPointerToFunction as this can causeMon P Wang2008-10-101-2/+2
* Moved guard mutex upwards to guard materializing a functionMon P Wang2008-10-101-3/+3
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* Unbreak build.Daniel Dunbar2008-10-031-18/+18
* On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach2008-10-032-1/+26
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Acquire the lock only when necessary. More precisely, do not acquireNicolas Geoffray2008-10-031-10/+22
* Add DisableGVCompilation which forces the JIT to assert when it tries to allo...Evan Cheng2008-09-241-0/+4
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+11
* Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng2008-09-182-0/+7
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-091-1/+1
* MMI may be null.Evan Cheng2008-09-021-1/+3
* Add support for JIT exceptions on Darwin. Since we're dealing with libgcc,Nicolas Geoffray2008-08-281-2/+135
* Get rid of a couple of dynamic_cast.Evan Cheng2008-08-201-4/+10
* Update the JIT exception writer to better mimic the codegen exception writer.Nicolas Geoffray2008-08-191-11/+10
* Register the frame register function when allocating the JIT,Nicolas Geoffray2008-08-181-5/+5
* Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...Anton Korobeynikov2008-08-161-40/+39
* Some fixes for x86-64 JIT. Make it use small codeDale Johannesen2008-08-111-0/+13
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-083-10/+12
* Rewrite JIT handling of GlobalVariables so theyDale Johannesen2008-08-073-23/+177
* 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
* 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
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-171-15/+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-212-8/+58
* 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
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-132-0/+8
* 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
* 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
OpenPOWER on IntegriCloud