AMDPGU/SI: Use AssertZext node to mask high bit for scratch offsets
[oota-llvm.git] / lib / ExecutionEngine /
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...
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-12 Lang Hames[Orc] During module partitioning, rename anonymous...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Lang Hames[Orc] Tidy up IndirectionUtils API a little, add some...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-08 Benjamin Kramer[jitlistener] Remove unused code
2015-04-07 Lang Hames[RuntimeDyld] Always allocate at least 1 byte for objec...
2015-04-07 Lang Hames[Orc] Save all the x86-64 GPRs before re-entering the...
2015-04-06 Lang Hames[Orc] Tidy up the assembly for the x86-64 resolver...
2015-04-02 Lang Hames[Orc] Fix local-linkage handling in the CompileOnDemand...
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-03-31 Lang Hames[ExecutionEngine] Fix MCJIT::addGlobalMapping.
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
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-25 Lang Hames[Orc] Refactor JITCompileCallbackManagerBase and Compil...
2015-03-24 Lang Hames[Orc] Move delta-handling for trampoline sizes into...
2015-03-23 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-11 Lang Hames[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
next