summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes2008-10-21
* little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGl...Nuno Lopes2008-10-14
* Revert r57340 move guard mutex in getPointerToFunction as this can causeMon P Wang2008-10-10
* Moved guard mutex upwards to guard materializing a functionMon P Wang2008-10-10
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-09
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-09
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-08
* Unbreak build.Daniel Dunbar2008-10-03
* On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach2008-10-03
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Acquire the lock only when necessary. More precisely, do not acquireNicolas Geoffray2008-10-03
* Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod...Evan Cheng2008-09-30
* Large mechanical patch.Devang Patel2008-09-25
* Add DisableGVCompilation which forces the JIT to assert when it tries to allo...Evan Cheng2008-09-24
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* 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
* Avoid a warning about isTargetNullPtr being unused in release builds.Dan Gohman2008-08-26
* 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
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-08
* 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
* Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-stringDan Gohman2008-08-05
* 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
* Add a new hidden option to the interpreter to cause it to printChris Lattner2008-07-08
* 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
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-20
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-17
* Don't forget to initialize SymbolSearchingDisabled.Evan Cheng2008-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 ExecutionEngine's constant code to work properly when structs and arraysDan Gohman2008-05-20
* Fix a backwards check in the JIT symbol table codeNate Begeman2008-05-18
* Disable JIT symbol table for now.Evan Cheng2008-05-15