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
/
RuntimeDyldELF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-27
/
+20
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
Lang Hames
2015-01-28
1
-1
/
+0
*
[ExecutionEngine] Add weak symbol support to RuntimeDyld
Keno Fischer
2015-01-27
1
-0
/
+1
*
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
Lang Hames
2015-01-16
1
-4
/
+5
*
[MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.
Lang Hames
2014-11-27
1
-48
/
+41
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-151
/
+109
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-109
/
+151
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-151
/
+109
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-5
/
+2
*
[MCJIT] Revert partial RuntimeDyldELF cleanup that was prematurely committed in
Lang Hames
2014-09-07
1
-3
/
+3
*
[MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'
Lang Hames
2014-09-07
1
-3
/
+3
*
unique_ptrify a bunch of stuff through RuntimeDyld::loadObject
David Blaikie
2014-09-03
1
-20
/
+25
*
Fix unaligned reads/writes in X86JIT and RuntimeDyldELF.
Alexey Samsonov
2014-08-27
1
-26
/
+22
*
[MCJIT][SystemZ] Use a simpler expression for indirect relocation offsets.
Lang Hames
2014-08-25
1
-1
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-21
/
+18
*
Use copy initialization to initialize std::unique_ptr.
Rafael Espindola
2014-08-17
1
-1
/
+1
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
1
-6
/
+1
*
[PowerPC] ELFv2 dynamic loader support
Ulrich Weigand
2014-07-20
1
-7
/
+24
*
[RuntimeDyld, PowerPC] Fix/improve handling of TOC relocations
Ulrich Weigand
2014-06-27
1
-55
/
+70
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
1
-16
/
+20
*
[RuntimeDyld] Fix ppc64 stub relocations on little-endian
Ulrich Weigand
2014-06-20
1
-5
/
+11
*
[RuntimeDyld] Support more PPC64 relocations
Ulrich Weigand
2014-06-20
1
-4
/
+70
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-8
/
+7
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-0
/
+1
*
[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
Lang Hames
2014-05-12
1
-1
/
+2
*
[ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.
James Molloy
2014-04-30
1
-1
/
+7
*
Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique
Reid Kleckner
2014-04-29
1
-13
/
+17
*
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
2014-04-29
1
-32
/
+48
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-8
/
+9
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-0
/
+2
*
AArch64_BE Elf support for MC-JIT runtime dynamic linker
Christian Pirker
2014-03-26
1
-0
/
+1
*
[RuntimeDyld] clang-format files.
Juergen Ributzka
2014-03-21
1
-380
/
+312
*
[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...
Juergen Ributzka
2014-03-21
1
-10
/
+12
*
[ppc64] Patch in TOC restore code after all external function calls
Ulrich Weigand
2014-03-11
1
-3
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-8
/
+4
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+0
*
Consistently check 'IsCode' when allocating sections in RuntimeDyld (via
Lang Hames
2014-02-18
1
-1
/
+3
*
[AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Bradley Smith
2014-02-11
1
-0
/
+42
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-2
/
+2
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-9
/
+4
*
Enable EHABI by default
Renato Golin
2014-01-29
1
-0
/
+3
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-0
/
+40
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
1
-40
/
+0
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
1
-0
/
+40
*
[mips] Resolve relocation for the stubs in MCJIT when load address is known
Petar Jovanovic
2013-11-19
1
-5
/
+4
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
1
-0
/
+14
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
1
-6
/
+24
*
Adding multiple GOT handling to RuntimeDyldELF
Andrew Kaylor
2013-10-05
1
-55
/
+73
[next]