summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAgeFilesLines
* Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for D...NAKAMURA Takumi2015-05-223-12/+9
* Revert "Fix Clang -Wmissing-override warning"Tobias Grosser2015-05-223-9/+12
* Fix Clang -Wmissing-override warningDavid Blaikie2015-05-223-12/+9
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-214-2/+8
* [RuntimeDyld] Use isInt to assert that a relocation didn't overflowDavid Majnemer2015-05-151-6/+3
* Reapply [RuntimeDyldELF] Fold Placeholder into AddendKeno Fischer2015-05-013-192/+186
* [RuntimeDyld][COFF] Add external symbol resolution support to RuntimeDyldCOFF.Lang Hames2015-04-221-14/+16
* Revert "[RuntimeDyldELF] Fold Placeholder into Addend"Pavel Labath2015-04-162-177/+187
* Revert "[RuntimeDyldELF] Fix missing cases in Placeholder processing"Pavel Labath2015-04-161-3/+1
* [RuntimeDyldELF] Fix missing cases in Placeholder processingKeno Fischer2015-04-161-1/+3
* [RuntimeDyldELF] Fold Placeholder into AddendKeno Fischer2015-04-152-187/+177
* [RuntimeDyld] Add casts to make delta computation 64-bit.Lang Hames2015-04-151-1/+2
* [RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections,Lang Hames2015-04-151-11/+16
* [RuntimeDyld] Make SectionEntry's Name field a std::string.Lang Hames2015-04-141-1/+1
* [RuntimeDyldELF] Improve GOT supportKeno Fischer2015-04-145-114/+89
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [RuntimeDyld] Always allocate at least 1 byte for object sections in the JIT toLang Hames2015-04-071-13/+16
* [MCJIT] In debug memory dump output, don't truncate 64 bit addressesAlexei Starovoitov2015-03-301-2/+3
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-3014-86/+117
* [Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested byLang Hames2015-03-114-55/+44
* Temporarily revert r231726 and r231724 as they're breaking the build.:Eric Christopher2015-03-104-44/+55
* [Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread theLang Hames2015-03-094-55/+44
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-1/+1
* Fix the autoconf buildDavid Majnemer2015-03-073-195/+160
* Fix unused variable/function warningsDavid Majnemer2015-03-073-10/+7
* ExecutionEngine: Preliminary support for dynamically loadable coff objectsDavid Majnemer2015-03-078-11/+434
* Don't deference the section_end() iterator.Rafael Espindola2015-02-171-0/+3
* [ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager intoLang Hames2015-02-152-0/+295
* [MC] Remove various unused MCAsmInfo parameters.Sean Silva2015-02-051-6/+2
* Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames2015-01-283-31/+1
* [ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer2015-01-273-1/+31
* [Orc] New JIT APIs.Lang Hames2015-01-231-4/+2
* [RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.Lang Hames2015-01-172-46/+61
* [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-165-38/+89
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-142-6/+5
* Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::...Alexey Samsonov2015-01-101-2/+2
* 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-2710-77/+59
* [MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), andLang Hames2014-11-272-248/+0
* [MCJIT] Move get-any-symbol-load-address logic out of RuntimeDyld and intoLang Hames2014-11-272-9/+3
* [MCJIT] Fix missing return statement.Lang Hames2014-11-261-0/+1
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-2614-558/+379
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-2614-370/+558
* Removing a spurious semicolon; NFCAaron Ballman2014-11-261-1/+1
* Add missing "override".Evgeniy Stepanov2014-11-261-1/+1
* [MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but checkLang Hames2014-11-261-0/+5
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-2614-558/+365
* Fix covered switch warningMichael J. Spencer2014-11-181-0/+1
* Changing a StringRef::begin() call into StringRef::data(); NFC.Aaron Ballman2014-11-121-1/+1
OpenPOWER on IntegriCloud