Change how symbol sizes are handled in lib/Object.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyld.cpp
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-31 Rafael EspindolaSimplify interface of function that doesn't fail.
2015-05-28 Petar Jovanovic[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
2015-05-01 Keno FischerReapply [RuntimeDyldELF] Fold Placeholder into Addend
2015-04-14 Keno Fischer[RuntimeDyldELF] Improve GOT support
2015-04-07 Lang Hames[RuntimeDyld] Always allocate at least 1 byte for objec...
2015-03-30 Alexei Starovoitov[MCJIT] In debug memory dump output, don't truncate...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-11 Lang Hames[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
2015-03-10 Eric ChristopherTemporarily revert r231726 and r231724 as they're break...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
2015-03-07 David MajnemerExecutionEngine: Preliminary support for dynamically...
2015-02-17 Rafael EspindolaDon't deference the section_end() iterator.
2015-01-28 Lang HamesRevert r227247 and r227228: "Add weak symbol support...
2015-01-27 Keno Fischer[ExecutionEngine] Add weak symbol support to RuntimeDyld
2015-01-23 Lang Hames[Orc] New JIT APIs.
2015-01-17 Lang Hames[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
2015-01-17 Lang Hames[RuntimeDyld] Remove the brace initialization that...
2015-01-16 Lang Hames[RuntimeDyld] Track symbol visibility in RuntimeDyld.
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-11-27 Lang Hames[MCJIT] Remove the local symbol table from RuntimeDlyd...
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-11-18 Michael J. SpencerFix covered switch warning
2014-11-06 Daniel Sanders[JIT] Fix more missing endian conversions (opcodes...
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-08 Rafael EspindolaFix indentation.
2014-10-01 Lang Hames[MCJIT] Don't crash in debugging output for sections...
2014-09-23 Lang Hames[MCJIT] Fix some more RuntimeDyld debugging output...
2014-09-18 Lang Hames[MCJIT] Fix a debugging-output formatting bug in Runtim...
2014-09-07 Lang Hames[MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnal...
2014-09-05 Lang Hames[MCJIT] Const-ify the symbol lookup operations on Runti...
2014-09-04 David Blaikieunique_ptrify RuntimeDyld::Dyld
2014-09-04 Lang Hames[MCJIT] Add command-line argument to llvm-rtdyld to...
2014-09-03 David Blaikieunique_ptrify RuntimeDyldImpl::loadObject
2014-09-03 David Blaikieunique_ptrify a bunch of stuff through RuntimeDyld...
2014-09-03 Lang Hames[MCJIT] Add a 'section_addr' builtin function to Runtim...
2014-08-29 Lang Hames[MCJIT] Move endian-aware read/writes from RuntimeDyldM...
2014-08-28 Lang Hames[MCJIT] Fix format specifiers for debug output in Runti...
2014-08-26 Benjamin KramerSilence unused function warning in Release builds.
2014-08-25 Lang Hames[MCJIT] Dump section memory both before and after reloc...
2014-08-25 Lang Hames[MCJIT] Make RuntimeDyld dump section contents in ...
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-22 Lang Hames[MCJIT] Make stub_addr functionality in RuntimeDyldChec...
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-07-17 Lang Hames[MCJIT] Significantly refactor the RuntimeDyldMachO...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-05-07 Lang HamesBack out r208257 while I investigate tester failures.
2014-05-07 Lang Hames[RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymb...
2014-04-30 James Molloy[ARM64] Try and make the ELF MCJIT *slightly* less...
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Jim GrosbachRevert "[rtdyld,c++11] Range'ify symbol table walking."
2014-04-21 Jim Grosbach[rtdyld,c++11] Range'ify symbol table walking.
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-26 Juergen Ributzka[MCJIT] Check if there have been errors during RuntimeD...
2014-03-26 Christian PirkerAArch64_BE Elf support for MC-JIT runtime dynamic linker
2014-03-21 Juergen Ributzka[RuntimeDyld] clang-format files.
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-20 Lang HamesAdd an option to MCJIT to have it forward all sections...
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-08 Lang HamesMake createObjectImage and createObjectImageFromFile...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-12 Lang HamesExtend RTDyld API to enable optionally precomputing...
2014-02-11 Lang HamesIn RuntimeDyldImpl::emitSection, make Allocate (section...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-11 Andrew KaylorFixing a problem with iterator validity in RuntimeDyldI...
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
2013-10-19 Yaron KerenAvoid duplicate search by reusing the iterator.
2013-10-16 Andrew KaylorAdding padding to the .eh_frame section in RuntimeDyld
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-10-15 Andrew KaylorFixing some host==target assumptions in RuntimeDyld
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-08-19 Andrew KaylorAdding PIC support for ELF on x86_64 platforms
next