[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyld.cpp
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
2013-08-19 Andrew KaylorAdding comments to document RuntimeDyld relocation...
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-04 Tim NorthoverAArch64: add stubs to support long function calls on...
2013-05-03 Richard Sandiford[SystemZ] Add MCJIT support
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-29 Rafael EspindolaUse a RelocationRef instead of a relocation_iterator.
2013-04-29 Rafael EspindolaPropagate relocation info to resolveRelocation.
2013-04-29 Rafael EspindolaReplace ObjRelocationInfo with relocation_iterator.
2013-02-20 Andrew KaylorFormatting, grammar
2013-02-20 Andrew KaylorAdding support for absolute relocations. This occurs...
2012-12-17 Tim NorthoverQuery section for whether it should be executable.
2012-12-04 NAKAMURA TakumiRuntimeDyld: Fix up r169178. MSVC doesn't like "or".
2012-12-03 Akira HatanakaRuntime dynamic linker for MCJIT should support MIPS...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-16 Amara EmersonAdd R_ARM_TARGET1 relocation to MCJIT and ensure that...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
2012-11-02 Andrew KaylorChange resolveRelocation parameters so the relocations...
2012-11-01 Andrew KaylorFixed format string to avoid pointer truncation during...
2012-10-29 Tim NorthoverMake use of common-symbol alignment info in ELF loader.
2012-10-25 Adhemerval ZanellaPowerPC: Initial support for PowerPC64 MCJIT
2012-10-12 Eric ChristopherIndenting.
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-05-01 Eli BenderskyRuntimeDyld cleanup:
2012-05-01 Eli BenderskyRuntimeDyld code cleanup:
2012-04-30 Eli BenderskyIt doesn't make sense to move symbol relocations to...
2012-04-30 Eli BenderskyCode cleanup in RuntimeDyld:
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-01-22 Eli BenderskySplit the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm...
2012-01-16 Jim GrosbachTidy up.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
2011-05-13 Jim GrosbachBe a bit more permissive about symbols we don't underst...
2011-05-13 Jim GrosbachTeach the RtDyld to tell the memory manager about how...
2011-05-12 Jim GrosbachMCJIT section loading should just skip non-text section...
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-09 Benjamin KramerMake error message more useful.
2011-04-08 Jim GrosbachWorkaround g++ 4.2.1 warning diagnostic false positive.
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-06 Jim Grosbachtidy up.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-23 Jim GrosbachRuntime dylib simple ARM 24-bit branch relocation support.
2011-03-23 Jim GrosbachSplit out relocation resolution into target-specific...
2011-03-23 Jim GrosbachStart of relocation resolution for the runtime dyld...
2011-03-22 Jim GrosbachTidy up.
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-22 Jim GrosbachHook up the MCJIT to the RuntimeDyld library.
2011-03-22 Jim GrosbachInitialize HasError.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.