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
*
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
*
[RuntimeDyld][AArch64] Add explicit addends before calling relocationValueRef.
Lang Hames
2015-08-11
1
-5
/
+4
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
3
-8
/
+8
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-05
3
-3
/
+3
*
Rename all references to old mailing lists to new lists.llvm.org address.
Tanya Lattner
2015-08-05
1
-1
/
+1
*
[RuntimeDyld] Adapt PPC64 relocations to PPC32
Hal Finkel
2015-08-04
2
-0
/
+26
*
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
Lang Hames
2015-07-28
5
-38
/
+40
*
[RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.
Lang Hames
2015-07-24
4
-38
/
+46
*
Simplify by passing in the section of the symbol. NFC.
Rafael Espindola
2015-07-07
1
-22
/
+5
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
6
-16
/
+7
*
[Mips] Add support for MCJIT for MIPS32r6
Petar Jovanovic
2015-07-06
1
-3
/
+58
*
[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.
Lang Hames
2015-07-04
2
-7
/
+13
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-2
/
+3
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
5
-17
/
+31
*
Use ErrorOr in getRelocationAdress.
Rafael Espindola
2015-06-30
1
-3
/
+2
[next]