[MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM.
[oota-llvm.git] / lib / ExecutionEngine /
2014-08-02 Lang Hames[MCJIT] Fix an overly-aggressive check in RuntimeDyldMa...
2014-08-01 Rafael EspindolaInclude Archive.h
2014-08-01 Rafael EspindolaMove virtual method out of line.
2014-08-01 Rafael EspindolaReplace comment about ownership with std::unique_ptr.
2014-08-01 Rafael EspindolaUse range loop.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-31 Rafael EspindolaDelete dead code.
2014-07-30 Lang Hames[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
2014-07-29 Lang Hames[MCJIT] Add options to llvm-rtdyld to describe a phony...
2014-07-29 Lang Hames[MCJIT] Make sure we print the full 64-bit result of...
2014-07-29 Lang Hames[MCJIT] Make the RuntimeDyldChecker stub_addr builtin...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend also...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend more...
2014-07-24 Rafael EspindolaRemove dead code.
2014-07-23 Saleem AbdulrasoolExecutionEngine: remove a stray semicolon
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-23 NAKAMURA TakumiRuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused...
2014-07-22 Lang Hames[MCJIT] Make stub_addr functionality in RuntimeDyldChec...
2014-07-22 Lang Hames[MCJIT] Teach RuntimeDyldChecker to handle underscores...
2014-07-22 Lang Hames[MCJIT] Improve stub_addr file-not-found diagnostic...
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-22 Juergen RibutzkaAppease the buildbots.
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Add a helper function...
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Implement the decodeAdden...
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Add assertion to check...
2014-07-22 Juergen Ributzka[RuntimeDyld] Change the return type of decodeAddend...
2014-07-21 Aaron BallmanFixing an MSVC conversion warning about implicitly...
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-07-19 Lang Hames[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO...
2014-07-18 Lang Hames[MCJIT] [AArch64] Make sure to propegate ARM64_RELOC_AD...
2014-07-17 Lang Hames[MCJIT] Fix the alignment requirements for ARM and...
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-07-17 Lang Hames[MCJIT] Significantly refactor the RuntimeDyldMachO...
2014-07-16 Lang Hames[MCJIT] Improve a RuntimeDyldChecker diagnostic.
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-07-14 Lang Hames[RuntimeDyld] Handle endiannes differences between...
2014-07-12 Lang Hames[RuntimeDyld] Fix stub size and offset for AArch64...
2014-07-11 Lang Hames[RuntimeDyld] Add GOT support for AArch64 to RuntimeDyl...
2014-07-10 Lang Hames[RuntimeDyld] Improve error diagnostic in RuntimeDyldCh...
2014-07-01 Alp TokerExecutionEngine::create(): fix interpreter fallback...
2014-06-28 Alp TokerFix build following r211956
2014-06-27 Lang Hames[RuntimeDyld] Use a raw_ostream and llvm::format for...
2014-06-27 Lang Hames[RuntimeDyld] #include <cctype> header in RuntimeDyldCh...
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
2014-06-27 Aaron BallmanSilencing some -Wcast-qual warnings. No functional...
2014-06-27 Ulrich Weigand[RuntimeDyld, PowerPC] Fix/improve handling of TOC...
2014-06-26 Lang Hames[RuntimeDyld] Teach MachOObjectImage to deregister...
2014-06-25 Lang Hames[RuntimeDyld] Adds the necessary hooks to MCJIT to...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-20 Ulrich Weigand[RuntimeDyld] Fix ppc64 stub relocations on little...
2014-06-20 Ulrich Weigand[RuntimeDyld] Support more PPC64 relocations
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-17 Zachary TurnerRemove more occurrences of the unused-mutex-parameter...
2014-06-16 Zachary TurnerCleanup more unreferenced MutexGuard parameters on...
2014-06-16 Zachary TurnerClean up some unnecessary mutex guards.
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-04 Rafael EspindolaAdd a Constant version of stripPointerCasts.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-01 Elena DemikhovskyUpdates in IntelJITEventListener.cpp - by Arch Robison.
2014-05-31 Alp TokerExecutionEngine: avoid NDEBUG in headers
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-23 Lang Hames[RuntimeDyld] Remove relocation bounds check introduced...
2014-05-22 Lang Hames[RuntimeDyld] Teach RuntimeDyldMachO how to handle...
2014-05-19 Lang Hames[RuntimeDyld] Fix x86-64 MachO GOT relocation handling.
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-13 Lang Hames[RuntimeDyld] Fix handling of i386 PC-rel external...
2014-05-13 Artyom Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-05-09 Lang Hames[RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Reloc...
2014-05-08 Rafael EspindolaUse range loop.
2014-05-07 Lang HamesBack out r208257 while I investigate tester failures.
2014-05-07 Lang Hames[RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymb...
2014-04-30 James Molloy[ARM64] Try and make the ELF MCJIT *slightly* less...
2014-04-29 Reid KlecknerFix the build with MSVC 2013 by explicitly requesting...
2014-04-29 David BlaikieFix MSVC build broken by r207580
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Jim GrosbachRevert "[rtdyld,c++11] Range'ify symbol table walking."
2014-04-21 Jim Grosbach[rtdyld,c++11] Range'ify symbol table walking.
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-18 Lang Hames[ExecutionEngine] Allow JIT clients to enable/disable...
2014-04-15 Chandler Carruth[Allocator] Finally, finish nuking the redundant code...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-14 Kaelyn TakataReplace two calls to object::symbol_iterator::increment...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Add missing dependencies.
2014-04-06 Elena DemikhovskyChanges in IntelJITEventListener - By Arch Robinson
next