[BranchFolding] Set correct mem refs
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld /
2015-12-03 Keno Fischer[RuntimeDyld] DenseMap -> std::unordered_map
2015-11-24 Sanjoy Das[RuntimeDyld] Fix a class of arithmetic errors introduc...
2015-11-23 Sanjoy Das[RuntimeDyld] Avoid unused-private-field warning; NFC
2015-11-23 Sanjoy Das[RuntimeDyld] Don't allocate unnecessary stub buffer...
2015-11-23 Sanjoy Das[RuntimeDyld] Add bounds checking to SectionEntry:...
2015-11-23 Sanjoy Das[RuntimeDyld] Add accessors to `SectionEntry`; NFC
2015-11-17 Ulrich Weigand[RuntimeDyld] Fix resolving R_PPC64_REL24 relocations
2015-11-14 Sanjoy Das[RuntimeDyld] Fix indentation and whitespace; NFC
2015-11-08 Maksim Panchenko[RuntimeDyld] Add support for R_X86_64_PC8 relocation.
2015-11-05 Saleem AbdulrasoolRuntimeDyld: fix -Wtype-limits
2015-11-01 Saleem AbdulrasoolRuntimeDyld: add COFF i386 support
2015-10-23 Lang Hames[RuntimeDyld][COFF] Fix a think-o in the handling of...
2015-10-21 Keno Fischer[RuntimeDyld] Ignore ST_FILE symbols when constructing...
2015-10-19 Lang Hames[RuntimeDyld][COFF] Fix some endianness issues, re...
2015-10-18 Lang Hames[RuntimeDyld] Add support for absolute symbols.
2015-10-15 Lang Hames[RuntimeDyld] Don't try to get the contents of sections...
2015-10-10 Keno Fischer[RuntimeDyld] Fix performance problem in resolveRelocat...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-09-10 Lang Hames[RuntimeDyld] Support non-zero addends for the MachO...
2015-09-10 Lang Hames[RuntimeDyld] Fix a bug in debugging output: all sectio...
2015-09-09 Lang Hames[RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR...
2015-08-28 Petar Jovanovic[mips64][mcjit] Add N64R6 relocations tests and fix...
2015-08-14 Lang Hames[RuntimeDyld] Make sure code-sections aren't under...
2015-08-13 Petar Jovanovic[mips][mcjit] Calculate correct addend for HI16 and...
2015-08-11 Lang Hames[RuntimeDyld][AArch64] Add explicit addends before...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-05 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-05 Tanya LattnerRename all references to old mailing lists to new lists...
2015-08-04 Hal Finkel[RuntimeDyld] Adapt PPC64 relocations to PPC32
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-24 Lang Hames[RuntimeDyld] MachO: Add support for ARM scattered...
2015-07-07 Rafael EspindolaSimplify by passing in the section of the symbol. NFC.
2015-07-06 Rafael EspindolaRemove getRelocationAddress.
2015-07-06 Petar Jovanovic[Mips] Add support for MCJIT for MIPS32r6
2015-07-04 Lang Hames[RuntimeDyld] Skip relocations for external symbols...
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-30 Rafael EspindolaUse ErrorOr in getRelocationAdress.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaCleanup getRelocationAddend.
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-26 Rafael EspindolaExpose getFlags via ELFSectionRef.
2015-06-26 Rafael EspindolaAdd a ELFSectionRef class and use it to expose getSecti...
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-26 Rafael EspindolaMake getOther ELF only.
2015-06-24 Rafael EspindolaUse Symbol.getValue to simplify RuntimeDyldCOFF::getSym...
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Petar Jovanovic[mips64] Emit correct addend for some PC-relative reloc...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-19 Douglas KatzmanAvoid warning about inability to cast from ptr-to-obj...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-10 Alexei Starovoitovfix crash
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-08 Petar Jovanovic[Mips64][mcjit] Add R_MIPS_PC32 relocation
2015-06-03 Daniel SandersRe-commit r238838, r238844 with fix for host/target...
2015-06-03 Rafael EspindolaThis reverts commit r238838, r238844 and r238888.
2015-06-02 Daniel Sanders[mips][mcjit] Add support for R_MIPS_PC32.
2015-06-02 Rafael EspindolaSimplify now that we always use an alignment of 2 for...
2015-06-02 Davide Italiano[RuntimeDydlELF] Use range-based loop.
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-27 Lang Hames[RuntimeDyld] Fix MachO i386 SECTDIFF relocation to...
2015-05-22 NAKAMURA TakumiReapply part of r237975, "Fix Clang -Wmissing-override...
2015-05-22 Tobias GrosserRevert "Fix Clang -Wmissing-override warning"
2015-05-22 David BlaikieFix Clang -Wmissing-override warning
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-15 David Majnemer[RuntimeDyld] Use isInt to assert that a relocation...
2015-05-01 Keno FischerReapply [RuntimeDyldELF] Fold Placeholder into Addend
2015-04-22 Lang Hames[RuntimeDyld][COFF] Add external symbol resolution...
2015-04-16 Pavel LabathRevert "[RuntimeDyldELF] Fold Placeholder into Addend"
2015-04-16 Pavel LabathRevert "[RuntimeDyldELF] Fix missing cases in Placehold...
2015-04-16 Keno Fischer[RuntimeDyldELF] Fix missing cases in Placeholder proce...
2015-04-15 Keno Fischer[RuntimeDyldELF] Fold Placeholder into Addend
2015-04-15 Lang Hames[RuntimeDyld] Add casts to make delta computation 64...
2015-04-15 Lang Hames[RuntimeDyld] Make sure we emit MachO __eh_frame and...
2015-04-14 Lang Hames[RuntimeDyld] Make SectionEntry's Name field a std...
2015-04-14 Keno Fischer[RuntimeDyldELF] Improve GOT support
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
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-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-07 David MajnemerFix the autoconf build
2015-03-07 David MajnemerFix unused variable/function warnings
2015-03-07 David MajnemerExecutionEngine: Preliminary support for dynamically...
2015-02-17 Rafael EspindolaDon't deference the section_end() iterator.
2015-02-15 Lang Hames[ExecutionEngine] Fix dependence issue by moving RTDyld...
2015-02-05 Sean Silva[MC] Remove various unused MCAsmInfo parameters.
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...
next