projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Refactoring SimplifyLibCalls to remove static initializers and generally cleaning...
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
RuntimeDyld
/
2014-09-11
Lang Hames
[MCJIT] Improve the "stub not found" diagnostic in...
tree
|
commitdiff
2014-09-11
Lang Hames
[MCJIT] Add support for ARM HALF_DIFF relocations to...
tree
|
commitdiff
2014-09-11
Lang Hames
[MCJIT] Take the relocation addend into account when...
tree
|
commitdiff
2014-09-10
Lang Hames
[MCJIT] Remove redundant architecture check from Runtim...
tree
|
commitdiff
2014-09-07
Lang Hames
[MCJIT] Revert partial RuntimeDyldELF cleanup that...
tree
|
commitdiff
2014-09-07
Lang Hames
[MCJIT] Rewrite RuntimeDyldMachO and its derived classe...
tree
|
commitdiff
2014-09-07
Lang Hames
[MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnal...
tree
|
commitdiff
2014-09-05
Lang Hames
[MCJIT] Const-ify the symbol lookup operations on Runti...
tree
|
commitdiff
2014-09-04
David Blaikie
unique_ptrify RuntimeDyld::Dyld
tree
|
commitdiff
2014-09-04
Lang Hames
[MCJIT] Make sure eh-frame fixups use the target's...
tree
|
commitdiff
2014-09-04
Lang Hames
[MCJIT] Add command-line argument to llvm-rtdyld to...
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify RuntimeDyldImpl::loadObject
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify a bunch of stuff through RuntimeDyld...
tree
|
commitdiff
2014-09-03
Benjamin Kramer
Add override to overriden virtual methods, remove virtu...
tree
|
commitdiff
2014-09-03
Lang Hames
[MCJIT] Make llvm-rtdyld process eh_frame sections...
tree
|
commitdiff
2014-09-03
Lang Hames
[MCJIT] Add a 'section_addr' builtin function to Runtim...
tree
|
commitdiff
2014-08-29
Lang Hames
[MCJIT] Move endian-aware read/writes from RuntimeDyldM...
tree
|
commitdiff
2014-08-28
Lang Hames
[MCJIT] Fix format specifiers for debug output in Runti...
tree
|
commitdiff
2014-08-27
Alexey Samsonov
Fix unaligned reads/writes in X86JIT and RuntimeDyldELF.
tree
|
commitdiff
2014-08-27
Lang Hames
[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
tree
|
commitdiff
2014-08-27
Lang Hames
[MCJIT] More endianness fixes for RuntimeDyldMachO.
tree
|
commitdiff
2014-08-26
Benjamin Kramer
Silence unused function warning in Release builds.
tree
|
commitdiff
2014-08-25
Lang Hames
[MCJIT][SystemZ] Use a simpler expression for indirect...
tree
|
commitdiff
2014-08-25
Lang Hames
[MCJIT] Dump section memory both before and after reloc...
tree
|
commitdiff
2014-08-25
Lang Hames
[MCJIT] Make RuntimeDyld dump section contents in ...
tree
|
commitdiff
2014-08-19
Lang Hames
[MCJIT] Allow '$' characters in symbol names in Runtime...
tree
|
commitdiff
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
tree
|
commitdiff
2014-08-18
Lang Hames
[MCJIT] Respect target endianness in RuntimeDyldMachO...
tree
|
commitdiff
2014-08-17
Rafael Espindola
Use copy initialization to initialize std::unique_ptr.
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-08
Lang Hames
[MCJIT] Simplify immediate decoding code in the Runtime...
tree
|
commitdiff
2014-08-07
Lang Hames
[MCJIT] Replace a c-style cast with reinterpret_cast...
tree
|
commitdiff
2014-08-02
Lang Hames
[MCJIT] Fix an overly-aggressive check in RuntimeDyldMa...
tree
|
commitdiff
2014-07-31
Rafael Espindola
Use std::unique_ptr to make the ownership explicit.
tree
|
commitdiff
2014-07-30
Lang Hames
[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
tree
|
commitdiff
2014-07-29
Lang Hames
[MCJIT] Add options to llvm-rtdyld to describe a phony...
tree
|
commitdiff
2014-07-29
Lang Hames
[MCJIT] Make sure we print the full 64-bit result of...
tree
|
commitdiff
2014-07-29
Lang Hames
[MCJIT] Make the RuntimeDyldChecker stub_addr builtin...
tree
|
commitdiff
2014-07-29
Juergen Ributzka
[RuntimeDyld][AArch64] Make encode/decodeAddend also...
tree
|
commitdiff
2014-07-29
Juergen Ributzka
[RuntimeDyld][AArch64] Make encode/decodeAddend more...
tree
|
commitdiff
2014-07-23
Saleem Abdulrasool
ExecutionEngine: remove a stray semicolon
tree
|
commitdiff
2014-07-23
Tim Northover
AArch64: remove arm64 triple enumerator.
tree
|
commitdiff
2014-07-23
NAKAMURA Takumi
RuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused...
tree
|
commitdiff
2014-07-22
Lang Hames
[MCJIT] Make stub_addr functionality in RuntimeDyldChec...
tree
|
commitdiff
2014-07-22
Lang Hames
[MCJIT] Teach RuntimeDyldChecker to handle underscores...
tree
|
commitdiff
2014-07-22
Lang Hames
[MCJIT] Improve stub_addr file-not-found diagnostic...
tree
|
commitdiff
2014-07-22
Lang Hames
[MCJIT] Refactor and add stub inspection to the Runtime...
tree
|
commitdiff
2014-07-22
Juergen Ributzka
Appease the buildbots.
tree
|
commitdiff
2014-07-22
Juergen Ributzka
[RuntimeDyld][MachO][AArch64] Add a helper function...
tree
|
commitdiff
2014-07-22
Juergen Ributzka
[RuntimeDyld][MachO][AArch64] Implement the decodeAdden...
tree
|
commitdiff
2014-07-22
Juergen Ributzka
[RuntimeDyld][MachO][AArch64] Add assertion to check...
tree
|
commitdiff
2014-07-22
Juergen Ributzka
[RuntimeDyld] Change the return type of decodeAddend...
tree
|
commitdiff
2014-07-21
Aaron Ballman
Fixing an MSVC conversion warning about implicitly...
tree
|
commitdiff
2014-07-20
Ulrich Weigand
[PowerPC] ELFv2 dynamic loader support
tree
|
commitdiff
2014-07-19
Lang Hames
[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO...
tree
|
commitdiff
2014-07-18
Lang Hames
[MCJIT] [AArch64] Make sure to propegate ARM64_RELOC_AD...
tree
|
commitdiff
2014-07-17
Lang Hames
[MCJIT] Fix the alignment requirements for ARM and...
tree
|
commitdiff
2014-07-17
Lang Hames
[MCJIT] Significantly refactor the RuntimeDyldMachO...
tree
|
commitdiff
2014-07-16
Lang Hames
[MCJIT] Improve a RuntimeDyldChecker diagnostic.
tree
|
commitdiff
2014-07-15
Lang Hames
[RuntimeDyld] Revert r211652 - MachO object GDB registr...
tree
|
commitdiff
2014-07-14
Lang Hames
[RuntimeDyld] Handle endiannes differences between...
tree
|
commitdiff
2014-07-12
Lang Hames
[RuntimeDyld] Fix stub size and offset for AArch64...
tree
|
commitdiff
2014-07-11
Lang Hames
[RuntimeDyld] Add GOT support for AArch64 to RuntimeDyl...
tree
|
commitdiff
2014-07-10
Lang Hames
[RuntimeDyld] Improve error diagnostic in RuntimeDyldCh...
tree
|
commitdiff
2014-06-28
Alp Toker
Fix build following r211956
tree
|
commitdiff
2014-06-27
Lang Hames
[RuntimeDyld] Use a raw_ostream and llvm::format for...
tree
|
commitdiff
2014-06-27
Lang Hames
[RuntimeDyld] #include <cctype> header in RuntimeDyldCh...
tree
|
commitdiff
2014-06-27
Lang Hames
[RuntimeDyld] Add a framework for testing relocation...
tree
|
commitdiff
2014-06-27
Aaron Ballman
Silencing some -Wcast-qual warnings. No functional...
tree
|
commitdiff
2014-06-27
Ulrich Weigand
[RuntimeDyld, PowerPC] Fix/improve handling of TOC...
tree
|
commitdiff
2014-06-26
Lang Hames
[RuntimeDyld] Teach MachOObjectImage to deregister...
tree
|
commitdiff
2014-06-25
Lang Hames
[RuntimeDyld] Adds the necessary hooks to MCJIT to...
tree
|
commitdiff
2014-06-24
Rafael Espindola
Pass a unique_ptr<MemoryBuffer> to the constructors...
tree
|
commitdiff
2014-06-23
Rafael Espindola
Pass a std::unique_ptr& to the create??? methods is...
tree
|
commitdiff
2014-06-20
Ulrich Weigand
[RuntimeDyld] Fix ppc64 stub relocations on little...
tree
|
commitdiff
2014-06-20
Ulrich Weigand
[RuntimeDyld] Support more PPC64 relocations
tree
|
commitdiff
2014-06-14
Artyom Skrobov
Using llvm::sys::swapByteOrder() for the common case...
tree
|
commitdiff
2014-06-14
Artyom Skrobov
Renaming SwapByteOrder() to getSwappedBytes()
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove all uses of 'using std::error_code' from headers.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Remove system_error.h.
tree
|
commitdiff
2014-05-24
Tim Northover
AArch64/ARM64: move ARM64 into AArch64's place
tree
|
commitdiff
2014-05-23
Lang Hames
[RuntimeDyld] Remove relocation bounds check introduced...
tree
|
commitdiff
2014-05-22
Lang Hames
[RuntimeDyld] Teach RuntimeDyldMachO how to handle...
tree
|
commitdiff
2014-05-19
Lang Hames
[RuntimeDyld] Fix x86-64 MachO GOT relocation handling.
tree
|
commitdiff
2014-05-13
Lang Hames
[RuntimeDyld] Fix handling of i386 PC-rel external...
tree
|
commitdiff
2014-05-12
Lang Hames
[RuntimeDyld] Add support for MachO __jump_table and...
tree
|
commitdiff
2014-05-09
Lang Hames
[RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Reloc...
tree
|
commitdiff
2014-05-07
Lang Hames
Back out r208257 while I investigate tester failures.
tree
|
commitdiff
2014-05-07
Lang Hames
[RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymb...
tree
|
commitdiff
2014-04-30
James Molloy
[ARM64] Try and make the ELF MCJIT *slightly* less...
tree
|
commitdiff
2014-04-29
Reid Kleckner
Fix the build with MSVC 2013 by explicitly requesting...
tree
|
commitdiff
2014-04-29
David Blaikie
PR19553: Memory leak in RuntimeDyldELF::createObjectIma...
tree
|
commitdiff
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-24
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
tree
|
commitdiff
2014-04-21
Jim Grosbach
Revert "[rtdyld,c++11] Range'ify symbol table walking."
tree
|
commitdiff
2014-04-21
Jim Grosbach
[rtdyld,c++11] Range'ify symbol table walking.
tree
|
commitdiff
2014-04-21
Rafael Espindola
Convert getFileOffset to getOffset and move it to its...
tree
|
commitdiff
next