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
*
RuntimeDyldELF: refactor AArch64 relocations. NFC.
Eugene Leviant
2016-12-27
1
-106
/
+44
*
RuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC reloc
Eugene Leviant
2016-12-27
1
-0
/
+9
*
Update mailing list post URL and add libunwind reference
Ed Maste
2016-12-21
1
-1
/
+2
*
Fix R_AARCH64_MOVW_UABS_G3 relocation
Yichao Yu
2016-12-15
1
-23
/
+49
*
[mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3...
Simon Dardis
2016-12-13
6
-306
/
+411
*
[mips][rtdyld] Merge code to write relocated values to the section. NFC
Simon Dardis
2016-12-07
2
-126
/
+111
*
[RuntimeDyld] Skip undefined symbols when building the symbol table.
Lang Hames
2016-11-30
1
-0
/
+4
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-2
/
+2
*
Fix cross-endianness RuntimeDyld relocation for ARM
Keno Fischer
2016-10-20
1
-9
/
+10
*
Fix PREL31 relocation on ARM
Keno Fischer
2016-10-20
1
-0
/
+4
*
[mips][mcjit] Add the majority of N32 support.
Simon Dardis
2016-10-20
3
-17
/
+36
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
Handle relocations to thumb functions when dynamic linking COFF modules
Walter Erquinigo
2016-10-17
2
-9
/
+58
*
ExecutionEngine: fix a bug in the movt/movw relocator
Saleem Abdulrasool
2016-08-29
1
-1
/
+1
*
[RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.
Lang Hames
2016-08-19
1
-16
/
+0
*
[RuntimeDyld] Add support for ELF R_ARM_REL32 and R_ARM_GOT_PREL.
Lang Hames
2016-08-19
1
-0
/
+16
*
Revert r279016 -- it breaks win32-elf JIT tests.
Lang Hames
2016-08-18
1
-2
/
+2
*
[RuntimeDyld] Strip leading '_' from symbols on 32-bit windows in
Lang Hames
2016-08-18
1
-2
/
+2
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+4
*
Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.
Lang Hames
2016-08-09
2
-0
/
+19
*
Revert r278065 while I investigate some build-bot breakage.
Lang Hames
2016-08-08
1
-18
/
+0
*
[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.
Lang Hames
2016-08-08
1
-0
/
+18
*
[ExecutionEngine][RuntimeDyld] Move JITSymbol from ExecutionEngine to Runtime...
Lang Hames
2016-08-07
2
-0
/
+42
*
[RuntimeDyld] Remove symbol that is unused as of r277943.
Lang Hames
2016-08-07
1
-1
/
+0
*
[RuntimeDyld] Replace manual flag checks with JITSymbolFlags::fromObjectSymbol.
Lang Hames
2016-08-07
1
-13
/
+5
*
[ExecutionEngine] Refactor - Roll JITSymbolFlags functionality into JITSymbol.h
Lang Hames
2016-08-04
2
-4
/
+7
*
[Orc] Fix common symbol support in ORC.
Lang Hames
2016-08-01
1
-2
/
+8
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
15
-28
/
+28
*
[LLVM][MIPS] Fix createStubFunction to emit JR encoding based on Arch.
Nitesh Jain
2016-07-15
2
-2
/
+9
*
X86: handle external tail calls in Windows JIT
Saleem Abdulrasool
2016-07-14
1
-2
/
+4
*
Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h
Reid Kleckner
2016-07-06
1
-0
/
+3
*
Reformat blank lines.
NAKAMURA Takumi
2016-07-04
1
-2
/
+2
*
Reformat comment lines.
NAKAMURA Takumi
2016-07-04
1
-1
/
+1
*
Untabify.
NAKAMURA Takumi
2016-07-04
1
-4
/
+3
*
Reformat.
NAKAMURA Takumi
2016-07-04
1
-4
/
+5
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
1
-4
/
+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
2
-5
/
+294
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-2
/
+2
*
[PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addend
Reid Kleckner
2016-06-16
1
-3
/
+21
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-3
/
+5
*
[RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method when
Lang Hames
2016-05-25
1
-1
/
+5
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
[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
*
[RuntimeDyld] Support R_390_PC64 relocation type
Bryan Chan
2016-05-13
1
-0
/
+5
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
4
-9
/
+38
*
Use llvm:Twine instead of std::to_string.
Chaoren Lin
2016-04-28
3
-11
/
+11
*
[RuntimeDyld] Propagate another dropped error in RuntimeDyldELF.
Lang Hames
2016-04-27
1
-1
/
+2
*
[RuntimeDyld] Add missing include - <string> is requried for std::to_string.
Lang Hames
2016-04-27
3
-0
/
+3
[next]