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
/
RuntimeDyld.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-2
/
+2
*
[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.
Lang Hames
2016-04-27
1
-66
/
+143
*
[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
1
-6
/
+12
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-1
/
+3
*
[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
1
-14
/
+17
*
[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
1
-2
/
+2
*
[RuntimeDyld] Don't allocate unnecessary stub buffer space
Sanjoy Das
2015-11-23
1
-4
/
+3
*
[RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset
Sanjoy Das
2015-11-23
1
-2
/
+4
*
[RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das
2015-11-23
1
-23
/
+16
*
[RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTable
Keno Fischer
2015-10-21
1
-1
/
+2
*
[RuntimeDyld] Add support for absolute symbols.
Lang Hames
2015-10-18
1
-15
/
+32
*
[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
*
[RuntimeDyld] Fix a bug in debugging output: all sections should be dumped
Lang Hames
2015-09-10
1
-2
/
+13
*
[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
1
-0
/
+3
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-2
/
+3
*
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
Lang Hames
2015-07-28
1
-11
/
+17
*
Simplify by passing in the section of the symbol. NFC.
Rafael Espindola
2015-07-07
1
-22
/
+5
*
[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.
Lang Hames
2015-07-04
1
-6
/
+10
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-2
/
+3
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-6
/
+9
*
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
1
-2
/
+1
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
1
-6
/
+6
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-3
/
+3
*
Simplify another function that doesn't fail.
Rafael Espindola
2015-06-01
1
-6
/
+3
*
Simplify interface of function that doesn't fail.
Rafael Espindola
2015-05-31
1
-4
/
+2
*
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Petar Jovanovic
2015-05-28
1
-1
/
+2
*
Reapply [RuntimeDyldELF] Fold Placeholder into Addend
Keno Fischer
2015-05-01
1
-5
/
+7
*
[RuntimeDyldELF] Improve GOT support
Keno Fischer
2015-04-14
1
-1
/
+0
*
[RuntimeDyld] Always allocate at least 1 byte for object sections in the JIT to
Lang Hames
2015-04-07
1
-13
/
+16
*
[MCJIT] In debug memory dump output, don't truncate 64 bit addresses
Alexei Starovoitov
2015-03-30
1
-2
/
+3
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-25
/
+35
*
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by
Lang Hames
2015-03-11
1
-19
/
+19
*
Temporarily revert r231726 and r231724 as they're breaking the build.:
Eric Christopher
2015-03-10
1
-19
/
+19
*
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
Lang Hames
2015-03-09
1
-19
/
+19
*
ExecutionEngine: Preliminary support for dynamically loadable coff objects
David Majnemer
2015-03-07
1
-1
/
+42
*
Don't deference the section_end() iterator.
Rafael Espindola
2015-02-17
1
-0
/
+3
*
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
Lang Hames
2015-01-28
1
-27
/
+1
*
[ExecutionEngine] Add weak symbol support to RuntimeDyld
Keno Fischer
2015-01-27
1
-1
/
+27
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
1
-4
/
+2
*
[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
Lang Hames
2015-01-17
1
-40
/
+59
*
[RuntimeDyld] Remove the brace initialization that was introduced in r226341.
Lang Hames
2015-01-17
1
-2
/
+2
*
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
Lang Hames
2015-01-16
1
-11
/
+28
*
Move three methods only used by MCJIT to MCJIT.
Rafael Espindola
2014-12-10
1
-6
/
+34
[next]