aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-253-13/+41
* CMake: Turned some libraries into partially linked objects. CorrectedOscar Fuentes2008-10-221-1/+1
* fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes2008-10-212-6/+40
* little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGl...Nuno Lopes2008-10-141-1/+1
* 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 a "loses information" return value to APFloat::convertDale Johannesen2008-10-091-1/+2
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-091-8/+8
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-082-0/+2
* 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 runStaticConstructorsDestructors which runs ctors / dtors of a single mod...Evan Cheng2008-09-301-32/+40
* Large mechanical patch.Devang Patel2008-09-251-2/+2
* Add DisableGVCompilation which forces the JIT to assert when it tries to allo...Evan Cheng2008-09-242-0/+5
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-1/+0
* Initial support for the CMake build system.Oscar Fuentes2008-09-223-0/+20
* Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng2008-09-183-1/+9
* 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
* Avoid a warning about isTargetNullPtr being unused in release builds.Dan Gohman2008-08-261-0/+2
* 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
* 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