[FunctionAttrs] Extract a helper function for the core logic used to
[oota-llvm.git] / lib / ExecutionEngine /
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-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-09 Lang Hames[RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR...
2015-08-31 Benjamin Kramer[SectionMemoryManager] Use range-based for loops. No...
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 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
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-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-29 Lang Hames[MCJIT] Fix PR20656 by teaching MCJIT to honor Executio...
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-27 Diego NovilloFix ODR violation. NFC.
2015-07-24 Lang Hames[RuntimeDyld] MachO: Add support for ARM scattered...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-16 Mehdi AminiFix ffiInvoke() use of DataLayout, broken in 242414
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-16 Michael KupersteinRevert "Make ExecutionEngine owning a DataLayout"
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-07 Rafael EspindolaFix the -DBUILD_SHARED_LIBS=ON build.
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 EspindolaUse a continue to reduce indentation.
2015-07-03 Rafael EspindolaUse a continue to reduce indentation.
2015-07-03 Rafael EspindolaContext is allocated just a few lines above. Don't...
2015-07-03 Rafael EspindolaFix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE...
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-02 Rafael EspindolaTry to fix the build of IntelJITEventListener.
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-29 Benjamin KramerUpgrade JIT listeners for changes in the libObject...
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 Rafael EspindolaBe sure to set the DataLayout before checking the cache.
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
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-22 Joseph TremouletFix line endings (NFC)
2015-06-22 Joseph Tremoulet[ORC] Add NullResolver
2015-06-20 Keno Fischer[MCJIT] Add a FindGlobalVariableNamed utility
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-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
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 Sanjay Pateladd missing dependency for ExecutionEngine lib
2015-06-01 Rafael EspindolaTry to fix the build of IntelJITEventListener.
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-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
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-26 Akira HatanakaRemove NoFramePointerElim and NoFramePointerElimOverrid...
2015-05-23 NAKAMURA TakumiUpdate ExecutionEngine/LLVMBuild.txt, to add LLVMCodeGen.
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
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-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-05-01 Keno FischerReapply [RuntimeDyldELF] Fold Placeholder into Addend
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-22 Lang Hames[RuntimeDyld][COFF] Add external symbol resolution...
2015-04-20 Lang Hames[Orc] Make the makeStub function propagate argument...
2015-04-20 Lang Hames[Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for...
next