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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[MCJIT][SystemZ] Use a simpler expression for indirect relocation offsets.
Lang Hames
2014-08-25
1
-1
/
+1
*
[MCJIT] Dump section memory both before and after relocations are applied.
Lang Hames
2014-08-25
1
-5
/
+8
*
[MCJIT] Make RuntimeDyld dump section contents in -debug mode.
Lang Hames
2014-08-25
2
-4
/
+34
*
[MCJIT] Allow '$' characters in symbol names in RuntimeDyldChecker.
Lang Hames
2014-08-19
1
-1
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
2
-22
/
+19
*
[MCJIT] Respect target endianness in RuntimeDyldMachO and RuntimeDyldChecker.
Lang Hames
2014-08-18
3
-6
/
+22
*
Use copy initialization to initialize std::unique_ptr.
Rafael Espindola
2014-08-17
2
-2
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
10
-27
/
+27
*
[MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.
Lang Hames
2014-08-08
6
-44
/
+49
*
[MCJIT] Replace a c-style cast with reinterpret_cast + static_cast.
Lang Hames
2014-08-07
1
-4
/
+4
*
[MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM.
Lang Hames
2014-08-02
1
-5
/
+0
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
Lang Hames
2014-07-30
6
-12
/
+31
*
[MCJIT] Add options to llvm-rtdyld to describe a phony target address space for
Lang Hames
2014-07-29
1
-3
/
+3
*
[MCJIT] Make sure we print the full 64-bit result of exprs in RuntimeDyldChec...
Lang Hames
2014-07-29
1
-2
/
+2
*
[MCJIT] Make the RuntimeDyldChecker stub_addr builtin use file names rather than
Lang Hames
2014-07-29
2
-2
/
+4
*
[RuntimeDyld][AArch64] Make encode/decodeAddend also work on big-endian hosts.
Juergen Ributzka
2014-07-29
1
-18
/
+31
*
[RuntimeDyld][AArch64] Make encode/decodeAddend more typesafe by using the re...
Juergen Ributzka
2014-07-29
3
-9
/
+12
*
ExecutionEngine: remove a stray semicolon
Saleem Abdulrasool
2014-07-23
1
-1
/
+1
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
4
-11
/
+4
*
RuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2014-07-23
1
-0
/
+1
*
[MCJIT] Make stub_addr functionality in RuntimeDyldChecker work in release mode.
Lang Hames
2014-07-22
1
-2
/
+0
*
[MCJIT] Teach RuntimeDyldChecker to handle underscores at the start of symbols.
Lang Hames
2014-07-22
1
-1
/
+1
*
[MCJIT] Improve stub_addr file-not-found diagnostic to help track down a
Lang Hames
2014-07-22
1
-2
/
+17
*
[MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.
Lang Hames
2014-07-22
5
-548
/
+777
*
Appease the buildbots.
Juergen Ributzka
2014-07-22
1
-0
/
+1
*
[RuntimeDyld][MachO][AArch64] Add a helper function for encoding addends in i...
Juergen Ributzka
2014-07-22
1
-75
/
+110
*
[RuntimeDyld][MachO][AArch64] Implement the decodeAddend method.
Juergen Ributzka
2014-07-22
1
-0
/
+92
*
[RuntimeDyld][MachO][AArch64] Add assertion to check for duplicate addend def...
Juergen Ributzka
2014-07-22
1
-4
/
+4
*
[RuntimeDyld] Change the return type of decodeAddend to match the storage type.
Juergen Ributzka
2014-07-22
2
-6
/
+6
*
Fixing an MSVC conversion warning about implicitly converting the shift resul...
Aaron Ballman
2014-07-21
1
-1
/
+1
*
[PowerPC] ELFv2 dynamic loader support
Ulrich Weigand
2014-07-20
3
-20
/
+47
*
[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO and teach
Lang Hames
2014-07-19
2
-26
/
+33
*
[MCJIT] [AArch64] Make sure to propegate ARM64_RELOC_ADDEND values into the
Lang Hames
2014-07-18
1
-1
/
+3
*
[MCJIT] Fix the alignment requirements for ARM and AArch64 which were mistakenly
Lang Hames
2014-07-17
2
-2
/
+2
*
[MCJIT] Significantly refactor the RuntimeDyldMachO class.
Lang Hames
2014-07-17
7
-826
/
+1097
*
[MCJIT] Improve a RuntimeDyldChecker diagnostic.
Lang Hames
2014-07-16
1
-3
/
+7
*
[RuntimeDyld] Revert r211652 - MachO object GDB registration support.
Lang Hames
2014-07-15
2
-144
/
+21
*
[RuntimeDyld] Handle endiannes differences between the host and target while
Lang Hames
2014-07-14
1
-14
/
+19
*
[RuntimeDyld] Fix stub size and offset for AArch64 in RuntimeDyldMachO.h.
Lang Hames
2014-07-12
1
-2
/
+10
*
[RuntimeDyld] Add GOT support for AArch64 to RuntimeDyldMachO.
Lang Hames
2014-07-11
1
-24
/
+174
*
[RuntimeDyld] Improve error diagnostic in RuntimeDyldChecker.
Lang Hames
2014-07-10
1
-4
/
+15
*
Fix build following r211956
Alp Toker
2014-06-28
1
-1
/
+1
*
[RuntimeDyld] Use a raw_ostream and llvm::format for int-to-string conversions.
Lang Hames
2014-06-27
1
-17
/
+17
*
[RuntimeDyld] #include <cctype> header in RuntimeDyldChecker.cpp.
Lang Hames
2014-06-27
1
-0
/
+1
*
[RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.
Lang Hames
2014-06-27
3
-2
/
+654
*
Silencing some -Wcast-qual warnings. No functional changes intended.
Aaron Ballman
2014-06-27
1
-2
/
+2
*
[RuntimeDyld, PowerPC] Fix/improve handling of TOC relocations
Ulrich Weigand
2014-06-27
2
-56
/
+72
*
[RuntimeDyld] Teach MachOObjectImage to deregister itself with the debugger upon
Lang Hames
2014-06-26
1
-1
/
+4
*
[RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generated
Lang Hames
2014-06-25
2
-9
/
+124
[prev]
[next]