Avoid using EL_GETFP.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld /
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-29 Lang HamesAdd support for PC-relative non-extern relocations...
2014-01-29 Renato GolinEnable EHABI by default
2014-01-24 Alp TokerFix known typos
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2014-01-16 Rafael EspindolaAttempt to fix the MSVC build.
2014-01-16 Rafael EspindolaPrevent calls to __jit_debug_register_code from being...
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 Petar Jovanovic[mips] Resolve relocation for the stubs in MCJIT when...
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 KaylorSeparating ELF and MachO stub info functions for Runtim...
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-05 Andrew KaylorAdding multiple GOT handling to RuntimeDyldELF
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-20 Benjamin Kramermemcmp is not a valid way to compare structs with paddi...
2013-08-19 Andrew KaylorAdding PIC support for ELF on x86_64 platforms
2013-08-19 Andrew KaylorAdding comments to document RuntimeDyld relocation...
2013-08-16 Richard MittonFixed RuntimeDyldELF absolute relocations.
2013-08-15 Lang HamesSupport X86_64_GOTLoad relocations in RuntimeDyldMachO...
2013-08-09 Lang HamesOptimistically ignore scattered relocations in MachO...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Tim NorthoverAArch64: don't mask off shift bits when processing...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
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-06-05 Rafael EspindolaHandle (at least don't crash on) relocations with no...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-06-03 Rafael EspindolaUpdate RuntimeDyldELF::findOPDEntrySection the new...
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-28 Tim NorthoverARM: use pristine object file while processing relocations
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-19 Tim NorthoverAArch64: make RuntimeDyld relocations idempotent
2013-05-17 David Tweedr182085 introduced a change that triggered an assertion...
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-06 Adhemerval ZanellaPowerPC: Fix unimplemented relocation on ppc64
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-04 Tim NorthoverAArch64: implement 64-bit absolute relocation in MCJIT
2013-05-04 Tim NorthoverAArch64: add stubs to support long function calls on...
2013-05-04 Tim NorthoverAArch64: implement relocations for global access
2013-05-04 Tim NorthoverAArch64: implement first relocation required for MCJIT
2013-05-03 Richard Sandiford[SystemZ] Add MCJIT support
2013-04-30 Rafael EspindolaFix Addend computation for non external relocations...
2013-04-30 Rafael EspindolaCollect the Addend for external relocs.
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-29 Rafael EspindolaRationalize what is public in RuntimeDyldMachO and...
2013-04-29 Rafael EspindolaUpdate the documentation.
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-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-04-17 Rafael EspindolaTwo small cleanups for ELF's templates.
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-04-05 Ulrich WeigandRespect Addend when processing MCJIT relocations to...
2013-02-20 Andrew KaylorFormatting, grammar
2013-02-20 Andrew KaylorAdding support for absolute relocations. This occurs...
2013-01-31 Jim GrosbachRuntimeDyld: Fix errant fallthrough.
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-04 Michael J. Spencer[Object][ELF] Add a maximum alignment. This is used...
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2012-12-24 Elena DemikhovskyRemoved "static" from "__jit_debug_descriptor" because...
2012-12-17 Tim NorthoverQuery section for whether it should be executable.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
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-28 Andrew KaylorMoving SectionMemoryManager to MCJIT to avoid cross...
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
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-14 Jakub StaszakRemove DOS line endings.
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
2012-11-02 Andrew KaylorChange resolveRelocation parameters so the relocations...
next