index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
RuntimeDyld
/
RuntimeDyldImpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MCJIT] Const-ify the symbol lookup operations on RuntimeDyld.
Lang Hames
2014-09-05
1
-4
/
+4
*
unique_ptrify RuntimeDyldImpl::loadObject
David Blaikie
2014-09-03
1
-1
/
+2
*
[MCJIT] Move endian-aware read/writes from RuntimeDyldMachO into
Lang Hames
2014-08-29
1
-0
/
+7
*
[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
Lang Hames
2014-08-27
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.
Lang Hames
2014-07-22
1
-2
/
+10
*
[PowerPC] ELFv2 dynamic loader support
Ulrich Weigand
2014-07-20
1
-1
/
+1
*
[RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.
Lang Hames
2014-06-27
1
-2
/
+13
*
Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...
Artyom Skrobov
2014-06-14
1
-3
/
+3
*
Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
2014-06-14
1
-3
/
+3
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
Lang Hames
2014-05-12
1
-2
/
+20
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-2
/
+3
*
[RuntimeDyld] Fix comment for previous commit (r204439)
Juergen Ributzka
2014-03-21
1
-2
/
+4
*
[RuntimeDyld] clang-format files.
Juergen Ributzka
2014-03-21
1
-49
/
+43
*
[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...
Juergen Ributzka
2014-03-21
1
-7
/
+6
*
Add an option to MCJIT to have it forward all sections to the
Lang Hames
2014-03-20
1
-1
/
+10
*
Make createObjectImage and createObjectImageFromFile static methods on the
Lang Hames
2014-03-08
1
-8
/
+1
*
Extend RTDyld API to enable optionally precomputing the total amount of memory
Lang Hames
2014-02-12
1
-0
/
+9
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-0
/
+7
*
Whitespace cleanups.
NAKAMURA Takumi
2013-12-07
1
-2
/
+1
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
1
-7
/
+0
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
1
-0
/
+7
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
1
-0
/
+13
*
Avoid duplicate search by reusing the iterator.
Yaron Keren
2013-10-19
1
-4
/
+6
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
1
-0
/
+2
*
Separating ELF and MachO stub info functions for RuntimeDyld
Andrew Kaylor
2013-10-15
1
-23
/
+2
*
Fixing some host==target assumptions in RuntimeDyld
Andrew Kaylor
2013-10-15
1
-3
/
+4
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
1
-2
/
+5
*
memcmp is not a valid way to compare structs with padding in them.
Benjamin Kramer
2013-08-20
1
-2
/
+9
*
Adding PIC support for ELF on x86_64 platforms
Andrew Kaylor
2013-08-19
1
-7
/
+24
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+1
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-3
/
+7
*
AArch64: add stubs to support long function calls on MCJIT
Tim Northover
2013-05-04
1
-0
/
+2
*
[SystemZ] Add MCJIT support
Richard Sandiford
2013-05-03
1
-0
/
+9
*
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
1
-7
/
+0
*
Update the documentation.
Rafael Espindola
2013-04-29
1
-5
/
+1
*
Use a RelocationRef instead of a relocation_iterator.
Rafael Espindola
2013-04-29
1
-1
/
+1
*
Propagate relocation info to resolveRelocation.
Rafael Espindola
2013-04-29
1
-7
/
+14
*
Replace ObjRelocationInfo with relocation_iterator.
Rafael Espindola
2013-04-29
1
-13
/
+2
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
1
-3
/
+3
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
RuntimeDyld: Fix up r169178. MSVC doesn't like "or".
NAKAMURA Takumi
2012-12-04
1
-1
/
+1
*
Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.
Akira Hatanaka
2012-12-03
1
-1
/
+1
*
Change resolveRelocation parameters so the relocations can find placeholder v...
Andrew Kaylor
2012-11-02
1
-6
/
+4
*
Make use of common-symbol alignment info in ELF loader.
Tim Northover
2012-10-29
1
-2
/
+11
*
PowerPC: Initial support for PowerPC64 MCJIT
Adhemerval Zanella
2012-10-25
1
-3
/
+39
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
1
-12
/
+5
*
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
2012-09-13
1
-1
/
+1
*
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-09-05
1
-0
/
+13
[next]