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] 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
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
2
-8
/
+4
*
Cleanup getRelocationAddend.
Rafael Espindola
2015-06-30
1
-7
/
+5
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
5
-14
/
+7
*
Expose getFlags via ELFSectionRef.
Rafael Espindola
2015-06-26
1
-7
/
+7
*
Add a ELFSectionRef class and use it to expose getSectionType.
Rafael Espindola
2015-06-26
1
-3
/
+3
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
2
-3
/
+2
*
Make getOther ELF only.
Rafael Espindola
2015-06-26
1
-3
/
+2
*
Use Symbol.getValue to simplify RuntimeDyldCOFF::getSymbolOffset. NFC.
Rafael Espindola
2015-06-24
1
-17
/
+2
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
2
-11
/
+11
*
[mips64] Emit correct addend for some PC-relative relocations
Petar Jovanovic
2015-06-23
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
8
-8
/
+8
*
Improve error handling of getRelocationAddend.
Rafael Espindola
2015-06-19
2
-12
/
+14
*
Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun.
Douglas Katzman
2015-06-19
1
-10
/
+10
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
8
-8
/
+8
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+3
*
fix crash
Alexei Starovoitov
2015-06-10
1
-1
/
+2
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-3
/
+3
[next]