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
*
[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
*
RuntimeDyld: fix -Wtype-limits
Saleem Abdulrasool
2015-11-05
1
-2
/
+2
*
RuntimeDyld: add COFF i386 support
Saleem Abdulrasool
2015-11-01
2
-0
/
+202
*
[RuntimeDyld][COFF] Fix a think-o in the handling of the IMAGE_REL_AMD64_ADDR64
Lang Hames
2015-10-23
1
-1
/
+1
*
[RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTable
Keno Fischer
2015-10-21
1
-1
/
+2
*
[RuntimeDyld][COFF] Fix some endianness issues, re-enable the regression test.
Lang Hames
2015-10-19
1
-10
/
+7
*
[RuntimeDyld] Add support for absolute symbols.
Lang Hames
2015-10-18
3
-18
/
+42
*
[RuntimeDyld] Don't try to get the contents of sections that don't have any
Lang Hames
2015-10-15
1
-7
/
+7
*
[RuntimeDyld] Fix performance problem in resolveRelocations with many sections
Keno Fischer
2015-10-10
1
-7
/
+7
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-4
/
+3
*
[RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.
Lang Hames
2015-09-10
1
-2
/
+6
*
[RuntimeDyld] Fix a bug in debugging output: all sections should be dumped
Lang Hames
2015-09-10
1
-2
/
+13
*
[RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR relocation.
Lang Hames
2015-09-09
1
-1
/
+50
*
[mips64][mcjit] Add N64R6 relocations tests and fix N64R2 tests
Petar Jovanovic
2015-08-28
1
-2
/
+2
*
[RuntimeDyld] Make sure code-sections aren't under-aligned.
Lang Hames
2015-08-14
1
-0
/
+6
*
[mips][mcjit] Calculate correct addend for HI16 and PCHI16 reloc
Petar Jovanovic
2015-08-13
3
-9
/
+65
[next]