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
*
[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
*
[RuntimeDyld] Propagate Errors from findPPC64TOCSection.
Lang Hames
2016-04-27
1
-3
/
+6
*
[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.
Lang Hames
2016-04-27
13
-288
/
+471
*
[RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.
Davide Italiano
2016-04-24
1
-1
/
+5
*
[RuntimeDyld] Fix conservative over-allocation of memory for common symbols.
Lang Hames
2016-04-21
1
-4
/
+14
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
9
-36
/
+101
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
3
-4
/
+0
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
2
-2
/
+7
*
ExecutionEngine: tweak debug log
Saleem Abdulrasool
2016-03-05
1
-1
/
+1
*
[RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInPro...
Lang Hames
2016-03-03
1
-8
/
+6
*
[RuntimeDyld][MachO] Fix handling of empty eh-frame sections.
Lang Hames
2016-01-28
1
-2
/
+2
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-13
/
+0
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
[RuntimeDyld][AArch64] Add support for the MachO ARM64_RELOC_SUBTRACTOR reloc.
Lang Hames
2016-01-21
1
-1
/
+53
*
[Orc] Add support for EH-frame registration to the Orc Remote Target utility
Lang Hames
2016-01-14
1
-12
/
+8
*
[RuntimeDyld] Add a notifyObjectLoaded method to RuntimeDyld::MemoryManager.
Lang Hames
2016-01-10
1
-1
/
+3
*
[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of
Lang Hames
2016-01-10
2
-16
/
+21
*
[Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memory
Lang Hames
2016-01-09
1
-0
/
+11
*
[RuntimeDyld] DenseMap -> std::unordered_map
Keno Fischer
2015-12-03
2
-3
/
+4
*
[RuntimeDyld] Fix a class of arithmetic errors introduced in r253918
Sanjoy Das
2015-11-24
1
-4
/
+4
*
[RuntimeDyld] Avoid unused-private-field warning; NFC
Sanjoy Das
2015-11-23
1
-1
/
+5
*
[RuntimeDyld] Don't allocate unnecessary stub buffer space
Sanjoy Das
2015-11-23
4
-4
/
+29
*
[RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset
Sanjoy Das
2015-11-23
3
-7
/
+19
*
[RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das
2015-11-23
12
-223
/
+266
*
[RuntimeDyld] Fix resolving R_PPC64_REL24 relocations
Ulrich Weigand
2015-11-17
1
-3
/
+3
*
[RuntimeDyld] Fix indentation and whitespace; NFC
Sanjoy Das
2015-11-14
1
-21
/
+22
*
[RuntimeDyld] Add support for R_X86_64_PC8 relocation.
Maksim Panchenko
2015-11-08
1
-0
/
+8
[next]