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
*
[mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3...
Simon Dardis
2016-12-13
2
-0
/
+380
*
Handle relocations to thumb functions when dynamic linking COFF modules
Walter Erquinigo
2016-10-17
1
-5
/
+39
*
ExecutionEngine: fix a bug in the movt/movw relocator
Saleem Abdulrasool
2016-08-29
1
-1
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+4
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
7
-7
/
+7
*
X86: handle external tail calls in Windows JIT
Saleem Abdulrasool
2016-07-14
1
-2
/
+4
*
ExecutionEngine: silence unused value warning
Saleem Abdulrasool
2016-06-24
1
-0
/
+3
*
ExecutionEngine: add preliminary support for COFF ARM
Saleem Abdulrasool
2016-06-24
1
-0
/
+288
*
[PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addend
Reid Kleckner
2016-06-16
1
-3
/
+21
*
[RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymous
Lang Hames
2016-05-19
1
-15
/
+52
*
[RuntimeDyld] Thread Error through some APIs, remove calls to report_fatal_er...
Lang Hames
2016-05-18
4
-58
/
+18
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
2
-2
/
+18
*
Use llvm:Twine instead of std::to_string.
Chaoren Lin
2016-04-28
3
-11
/
+11
*
[RuntimeDyld] Add missing include - <string> is requried for std::to_string.
Lang Hames
2016-04-27
3
-0
/
+3
*
[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.
Lang Hames
2016-04-27
6
-87
/
+153
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
5
-21
/
+56
*
[RuntimeDyld][AArch64] Add support for the MachO ARM64_RELOC_SUBTRACTOR reloc.
Lang Hames
2016-01-21
1
-1
/
+53
*
[RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das
2015-11-23
6
-50
/
+52
*
RuntimeDyld: fix -Wtype-limits
Saleem Abdulrasool
2015-11-05
1
-2
/
+2
*
RuntimeDyld: add COFF i386 support
Saleem Abdulrasool
2015-11-01
1
-0
/
+199
*
[RuntimeDyld][COFF] Fix a think-o in the handling of the IMAGE_REL_AMD64_ADDR64
Lang Hames
2015-10-23
1
-1
/
+1
*
[RuntimeDyld][COFF] Fix some endianness issues, re-enable the regression test.
Lang Hames
2015-10-19
1
-10
/
+7
*
[RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.
Lang Hames
2015-09-10
1
-2
/
+6
*
[RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR relocation.
Lang Hames
2015-09-09
1
-1
/
+50
*
[RuntimeDyld][AArch64] Add explicit addends before calling relocationValueRef.
Lang Hames
2015-08-11
1
-5
/
+4
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-2
/
+1
*
[RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.
Lang Hames
2015-07-24
2
-38
/
+4
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
4
-4
/
+4
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
2
-5
/
+8
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-2
/
+1
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
3
-8
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
4
-4
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
4
-4
/
+4
*
[RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends.
Lang Hames
2015-05-27
1
-6
/
+5
*
[RuntimeDyld][COFF] Add external symbol resolution support to RuntimeDyldCOFF.
Lang Hames
2015-04-22
1
-14
/
+16
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
5
-11
/
+16
*
Fix the autoconf build
David Majnemer
2015-03-07
2
-194
/
+160
*
Fix unused variable/function warnings
David Majnemer
2015-03-07
1
-1
/
+0
*
ExecutionEngine: Preliminary support for dynamically loadable coff objects
David Majnemer
2015-03-07
2
-0
/
+249
*
Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::...
Alexey Samsonov
2015-01-10
1
-2
/
+2
*
[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
[next]