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
/
Targets
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.
Lang Hames
2014-11-27
4
-8
/
+8
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
4
-77
/
+79
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
4
-79
/
+77
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
4
-77
/
+79
*
[JIT] Fix more missing endian conversions (opcodes for AArch64, ARM, and Mips...
Daniel Sanders
2014-11-06
1
-9
/
+7
*
[MCJIT] Defer application of AArch64 MachO GOT relocations until resolve time.
Lang Hames
2014-10-21
1
-5
/
+5
*
[MCJIT] Replace memcpy with readBytesUnaligned in RuntimeDyldMachOI386.
Lang Hames
2014-10-10
1
-4
/
+2
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
2
-16
/
+8
*
[MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.
Lang Hames
2014-09-11
2
-58
/
+115
*
[MCJIT] Take the relocation addend into account when applying ARM MachO VANILLA
Lang Hames
2014-09-11
1
-1
/
+2
*
[MCJIT] Remove redundant architecture check from RuntimeDyldMachOI386.
Lang Hames
2014-09-10
1
-1
/
+1
*
[MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'
Lang Hames
2014-09-07
4
-9
/
+9
*
[MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.
Lang Hames
2014-09-04
4
-0
/
+12
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
4
-4
/
+4
*
[MCJIT] Move endian-aware read/writes from RuntimeDyldMachO into
Lang Hames
2014-08-29
3
-4
/
+4
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
4
-12
/
+12
*
[MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.
Lang Hames
2014-08-08
4
-12
/
+20
*
[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
*
[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
Lang Hames
2014-07-30
4
-8
/
+26
*
[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
1
-6
/
+8
*
RuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2014-07-23
1
-0
/
+1
*
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
*
[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
4
-0
/
+854