summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [MCJIT] Don't crash in debugging output for sections that aren't emitted.Lang Hames2014-10-011-0/+5
* [MCJIT] Turn the getSymbolAddress free function created in r218626 into a staticLang Hames2014-10-011-1/+2
* Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...David Blaikie2014-09-291-1/+1
* [MCJIT] Fix some more RuntimeDyld debugging output format specifiers.Lang Hames2014-09-231-3/+3
* [MCJIT] Remove a few more references to JITMemoryManager that survived r218316.Lang Hames2014-09-231-1/+0
* [MCJIT] Remove #include of JITMemoryManager that accidentally survived r218316.Lang Hames2014-09-231-1/+0
* [MCJIT] Delete the JTIMemoryManager and associated APIs.Lang Hames2014-09-233-907/+4
* Remove redundant if test.Lang Hames2014-09-211-4/+1
* RTDyldMemoryManager::getSymbolAddress(): Make sure to return 0 if symbol name...NAKAMURA Takumi2014-09-201-0/+2
* [MCJIT] Make RTDyldMemoryManager::getSymbolAddress's behaviour more consistent.Lang Hames2014-09-202-15/+21
* Converting the JITDebugLock mutex to a ManagedStatic to avoid the static cons...Chris Bieneman2014-09-191-4/+4
* Converting FuncNames to a ManagedStatic to avoid static constructors and dest...Chris Bieneman2014-09-191-14/+14
* [MCJIT] Fix a debugging-output formatting bug in RuntimeDyld.Lang Hames2014-09-181-1/+1
* Add a missing return to operator=Reid Kleckner2014-09-161-0/+1
* Fix move-only type issues in Interpreter with MSVCReid Kleckner2014-09-161-12/+24
* Spell out a move ctor. Even the 2013 vintage of MSVC cannot synthesize move c...Benjamin Kramer2014-09-161-1/+1
* Interpreter: Hack around a series of bugs in MSVC 2012 that copies around thisBenjamin Kramer2014-09-161-3/+9
* Add return that was lost somehow in my last commit.Benjamin Kramer2014-09-151-0/+1
* Remove ancient hack that was emulating move semantics with reference counting.Benjamin Kramer2014-09-151-20/+13
* [MCJIT] Start Stringref-izing the ExecutionEngine interface.Lang Hames2014-09-153-4/+3
* [MCJIT] Improve the "stub not found" diagnostic in RuntimeDyldChecker.Lang Hames2014-09-111-1/+4
* [MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.Lang Hames2014-09-114-58/+183
* [MCJIT] Take the relocation addend into account when applying ARM MachO VANILLALang Hames2014-09-111-1/+2
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-101-1/+1
* [MCJIT] Remove redundant architecture check from RuntimeDyldMachOI386.Lang Hames2014-09-101-1/+1
* [MCJIT] Revert partial RuntimeDyldELF cleanup that was prematurely committed inLang Hames2014-09-071-3/+3
* [MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'Lang Hames2014-09-077-18/+18
* [MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnaligned methods.Lang Hames2014-09-071-19/+17
* [MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject.Lang Hames2014-09-052-5/+10
* [MCJIT] Const-ify the symbol lookup operations on RuntimeDyld.Lang Hames2014-09-052-6/+6
* Fix use-after-move introduced in r217065 and caught in post-commit review by ...David Blaikie2014-09-041-2/+2
* unique_ptrify RuntimeDyld::DyldDavid Blaikie2014-09-041-7/+7
* build/cmake: Fix CMP0023 warning with libffiJan Vesely2014-09-041-1/+1
* [MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.Lang Hames2014-09-046-39/+63
* [MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses forLang Hames2014-09-043-0/+19
* unique_ptrify RuntimeDyldImpl::loadObjectDavid Blaikie2014-09-032-8/+7
* [JIT] Add an out-of-line definition for the virtual destructor inChandler Carruth2014-09-032-0/+16
* unique_ptrify MCJIT::emitObjectDavid Blaikie2014-09-032-5/+5
* unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie2014-09-037-58/+59
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-035-5/+6
* [MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentallyLang Hames2014-09-031-1/+0
* [MCJIT] Add a 'section_addr' builtin function to RuntimeDyldChecker.Lang Hames2014-09-033-25/+141
* unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtorDavid Blaikie2014-09-023-16/+12
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-0217-2293/+12
* [MCJIT] Move endian-aware read/writes from RuntimeDyldMachO intoLang Hames2014-08-298-57/+46
* Fix typos in comments, NFCRobin Morisset2014-08-291-1/+1
* [MCJIT] Fix format specifiers for debug output in RuntimeDyld.Lang Hames2014-08-282-3/+3
* Fix unaligned reads/writes in X86JIT and RuntimeDyldELF.Alexey Samsonov2014-08-271-26/+22
* [MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.Lang Hames2014-08-271-1/+1
* [MCJIT] More endianness fixes for RuntimeDyldMachO.Lang Hames2014-08-272-12/+28
OpenPOWER on IntegriCloud