[MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but check
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld /
2014-11-26 Lang Hames[MCJIT] Re-enable GDB registration (temporarily disable...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-11-18 Michael J. SpencerFix covered switch warning
2014-11-12 Aaron BallmanChanging a StringRef::begin() call into StringRef:...
2014-11-12 Aaron BallmanFixing a -Wcast-qual warning; NFC.
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-06 Daniel Sanders[JIT] Fix more missing endian conversions (opcodes...
2014-11-01 Daniel Sanders[JIT] Fix some more missing endian conversions in Runti...
2014-10-21 Lang Hames[MCJIT] Defer application of AArch64 MachO GOT relocati...
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
2014-10-10 Lang Hames[MCJIT] Replace memcpy with readBytesUnaligned in Runti...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-08 Rafael EspindolaFix indentation.
2014-10-01 Lang Hames[MCJIT] Don't crash in debugging output for sections...
2014-09-23 Lang Hames[MCJIT] Fix some more RuntimeDyld debugging output...
2014-09-19 Chris BienemanConverting the JITDebugLock mutex to a ManagedStatic...
2014-09-18 Lang Hames[MCJIT] Fix a debugging-output formatting bug in Runtim...
2014-09-11 Lang Hames[MCJIT] Improve the "stub not found" diagnostic in...
2014-09-11 Lang Hames[MCJIT] Add support for ARM HALF_DIFF relocations to...
2014-09-11 Lang Hames[MCJIT] Take the relocation addend into account when...
2014-09-10 Lang Hames[MCJIT] Remove redundant architecture check from Runtim...
2014-09-07 Lang Hames[MCJIT] Revert partial RuntimeDyldELF cleanup that...
2014-09-07 Lang Hames[MCJIT] Rewrite RuntimeDyldMachO and its derived classe...
2014-09-07 Lang Hames[MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnal...
2014-09-05 Lang Hames[MCJIT] Const-ify the symbol lookup operations on Runti...
2014-09-04 David Blaikieunique_ptrify RuntimeDyld::Dyld
2014-09-04 Lang Hames[MCJIT] Make sure eh-frame fixups use the target's...
2014-09-04 Lang Hames[MCJIT] Add command-line argument to llvm-rtdyld to...
2014-09-03 David Blaikieunique_ptrify RuntimeDyldImpl::loadObject
2014-09-03 David Blaikieunique_ptrify a bunch of stuff through RuntimeDyld...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-03 Lang Hames[MCJIT] Make llvm-rtdyld process eh_frame sections...
2014-09-03 Lang Hames[MCJIT] Add a 'section_addr' builtin function to Runtim...
2014-08-29 Lang Hames[MCJIT] Move endian-aware read/writes from RuntimeDyldM...
2014-08-28 Lang Hames[MCJIT] Fix format specifiers for debug output in Runti...
2014-08-27 Alexey SamsonovFix unaligned reads/writes in X86JIT and RuntimeDyldELF.
2014-08-27 Lang Hames[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
2014-08-27 Lang Hames[MCJIT] More endianness fixes for RuntimeDyldMachO.
2014-08-26 Benjamin KramerSilence unused function warning in Release builds.
2014-08-25 Lang Hames[MCJIT][SystemZ] Use a simpler expression for indirect...
2014-08-25 Lang Hames[MCJIT] Dump section memory both before and after reloc...
2014-08-25 Lang Hames[MCJIT] Make RuntimeDyld dump section contents in ...
2014-08-19 Lang Hames[MCJIT] Allow '$' characters in symbol names in Runtime...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-18 Lang Hames[MCJIT] Respect target endianness in RuntimeDyldMachO...
2014-08-17 Rafael EspindolaUse copy initialization to initialize std::unique_ptr.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-08 Lang Hames[MCJIT] Simplify immediate decoding code in the Runtime...
2014-08-07 Lang Hames[MCJIT] Replace a c-style cast with reinterpret_cast...
2014-08-02 Lang Hames[MCJIT] Fix an overly-aggressive check in RuntimeDyldMa...
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
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-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 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-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 Ulrich Weigand[RuntimeDyld] Fix ppc64 stub relocations on little...
2014-06-20 Ulrich Weigand[RuntimeDyld] Support more PPC64 relocations
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.
next