summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Commit message (Expand)AuthorAgeFilesLines
* ExecutionEngine: Preliminary support for dynamically loadable coff objectsDavid Majnemer2015-03-071-1/+42
* Don't deference the section_end() iterator.Rafael Espindola2015-02-171-0/+3
* Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames2015-01-281-27/+1
* [ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer2015-01-271-1/+27
* [Orc] New JIT APIs.Lang Hames2015-01-231-4/+2
* [RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.Lang Hames2015-01-171-40/+59
* [RuntimeDyld] Remove the brace initialization that was introduced in r226341.Lang Hames2015-01-171-2/+2
* [RuntimeDyld] Track symbol visibility in RuntimeDyld.Lang Hames2015-01-161-11/+28
* Move three methods only used by MCJIT to MCJIT.Rafael Espindola2014-12-101-6/+34
* [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.Lang Hames2014-11-271-5/+1
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-101/+53
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-53/+101
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-101/+53
* Fix covered switch warningMichael J. Spencer2014-11-181-0/+1
* [JIT] Fix more missing endian conversions (opcodes for AArch64, ARM, and Mips...Daniel Sanders2014-11-061-22/+11
* [MCJIT] Temporarily revert r220245 - it broke several bots.Lang Hames2014-10-211-5/+1
* [MCJIT] Make MCJIT honor symbol visibility settings when populating the globalLang Hames2014-10-201-1/+5
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-34/+16
* Fix indentation.Rafael Espindola2014-10-081-4/+4
* [MCJIT] Don't crash in debugging output for sections that aren't emitted.Lang Hames2014-10-011-0/+5
* [MCJIT] Fix some more RuntimeDyld debugging output format specifiers.Lang Hames2014-09-231-3/+3
* [MCJIT] Fix a debugging-output formatting bug in RuntimeDyld.Lang Hames2014-09-181-1/+1
* [MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnaligned methods.Lang Hames2014-09-071-19/+17
* [MCJIT] Const-ify the symbol lookup operations on RuntimeDyld.Lang Hames2014-09-051-2/+2
* unique_ptrify RuntimeDyld::DyldDavid Blaikie2014-09-041-7/+7
* [MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses forLang Hames2014-09-041-0/+4
* unique_ptrify RuntimeDyldImpl::loadObjectDavid Blaikie2014-09-031-7/+5
* unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie2014-09-031-7/+10
* [MCJIT] Add a 'section_addr' builtin function to RuntimeDyldChecker.Lang Hames2014-09-031-0/+4
* [MCJIT] Move endian-aware read/writes from RuntimeDyldMachO intoLang Hames2014-08-291-0/+32
* [MCJIT] Fix format specifiers for debug output in RuntimeDyld.Lang Hames2014-08-281-1/+1
* Silence unused function warning in Release builds.Benjamin Kramer2014-08-261-0/+2
* [MCJIT] Dump section memory both before and after relocations are applied.Lang Hames2014-08-251-5/+8
* [MCJIT] Make RuntimeDyld dump section contents in -debug mode.Lang Hames2014-08-251-2/+32
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-2/+1
* [MCJIT] Make stub_addr functionality in RuntimeDyldChecker work in release mode.Lang Hames2014-07-221-2/+0
* [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames2014-07-221-6/+18
* [PowerPC] ELFv2 dynamic loader supportUlrich Weigand2014-07-201-12/+22
* [MCJIT] Significantly refactor the RuntimeDyldMachO class.Lang Hames2014-07-171-4/+9
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-5/+4
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-0/+1
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-121-8/+12
* Back out r208257 while I investigate tester failures.Lang Hames2014-05-071-14/+0
* [RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve theLang Hames2014-05-071-0/+14
* [ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.James Molloy2014-04-301-1/+2
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-291-4/+6
* [C++] Use 'nullptr'.Craig Topper2014-04-241-6/+6
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Revert "[rtdyld,c++11] Range'ify symbol table walking."Jim Grosbach2014-04-211-25/+33
* [rtdyld,c++11] Range'ify symbol table walking.Jim Grosbach2014-04-211-33/+25
OpenPOWER on IntegriCloud