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
*
[RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag.
Lang Hames
2017-04-04
1
-2
/
+2
*
RuntimeDyldELF/AArch64: Implement basic GOT support
Eugene Leviant
2017-02-06
1
-0
/
+26
*
[mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3...
Simon Dardis
2016-12-13
1
-3
/
+6
*
[RuntimeDyld] Skip undefined symbols when building the symbol table.
Lang Hames
2016-11-30
1
-0
/
+4
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.
Lang Hames
2016-08-09
1
-0
/
+18
*
Revert r278065 while I investigate some build-bot breakage.
Lang Hames
2016-08-08
1
-18
/
+0
*
[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.
Lang Hames
2016-08-08
1
-0
/
+18
*
[RuntimeDyld] Remove symbol that is unused as of r277943.
Lang Hames
2016-08-07
1
-1
/
+0
*
[RuntimeDyld] Replace manual flag checks with JITSymbolFlags::fromObjectSymbol.
Lang Hames
2016-08-07
1
-13
/
+5
*
[ExecutionEngine] Refactor - Roll JITSymbolFlags functionality into JITSymbol.h
Lang Hames
2016-08-04
1
-1
/
+1
*
[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
1
-8
/
+8
*
[LLVM][MIPS] Fix createStubFunction to emit JR encoding based on Arch.
Nitesh Jain
2016-07-15
1
-1
/
+4
*
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
*
[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
*
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
[next]