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
*
Back out r208257 while I investigate tester failures.
Lang Hames
2014-05-07
1
-14
/
+0
*
[RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve the
Lang Hames
2014-05-07
1
-0
/
+14
*
[ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.
James Molloy
2014-04-30
1
-1
/
+2
*
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
2014-04-29
1
-4
/
+6
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-6
/
+6
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Revert "[rtdyld,c++11] Range'ify symbol table walking."
Jim Grosbach
2014-04-21
1
-25
/
+33
*
[rtdyld,c++11] Range'ify symbol table walking.
Jim Grosbach
2014-04-21
1
-33
/
+25
*
Convert getFileOffset to getOffset and move it to its only user.
Rafael Espindola
2014-04-21
1
-9
/
+32
*
Remove section_rel_empty. Just compare begin() and end() instead.
Rafael Espindola
2014-04-03
1
-3
/
+5
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-1
/
+1
*
[MCJIT] Check if there have been errors during RuntimeDyld execution.
Juergen Ributzka
2014-03-26
1
-0
/
+2
*
AArch64_BE Elf support for MC-JIT runtime dynamic linker
Christian Pirker
2014-03-26
1
-1
/
+1
*
[RuntimeDyld] clang-format files.
Juergen Ributzka
2014-03-21
1
-124
/
+104
*
[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...
Juergen Ributzka
2014-03-21
1
-11
/
+12
*
Add an option to MCJIT to have it forward all sections to the
Lang Hames
2014-03-20
1
-16
/
+30
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
1
-8
/
+5
*
Make createObjectImage and createObjectImageFromFile static methods on the
Lang Hames
2014-03-08
1
-64
/
+56
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Extend RTDyld API to enable optionally precomputing the total amount of memory
Lang Hames
2014-02-12
1
-65
/
+187
*
In RuntimeDyldImpl::emitSection, make Allocate (section size to be allocated) a
Lang Hames
2014-02-11
1
-1
/
+1
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-6
/
+6
*
Simplify getSymbolFlags.
Rafael Espindola
2014-01-31
1
-2
/
+1
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-14
/
+10
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-3
/
+31
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Whitespace cleanups.
NAKAMURA Takumi
2013-12-07
1
-1
/
+1
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
1
-31
/
+3
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
1
-3
/
+31
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+6
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-6
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+6
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
1
-0
/
+1
*
Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...
Andrew Kaylor
2013-11-11
1
-2
/
+12
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
1
-0
/
+6
*
Avoid duplicate search by reusing the iterator.
Yaron Keren
2013-10-19
1
-1
/
+1
*
Adding padding to the .eh_frame section in RuntimeDyld
Andrew Kaylor
2013-10-16
1
-1
/
+15
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
1
-1
/
+10
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
1
-0
/
+1
*
Fixing some host==target assumptions in RuntimeDyld
Andrew Kaylor
2013-10-15
1
-0
/
+2
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
1
-5
/
+4
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
1
-4
/
+5
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
1
-20
/
+36
*
Adding PIC support for ELF on x86_64 platforms
Andrew Kaylor
2013-08-19
1
-0
/
+8
*
Adding comments to document RuntimeDyld relocation handling
Andrew Kaylor
2013-08-19
1
-0
/
+3
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+1
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
1
-0
/
+1
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-26
/
+28
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
1
-3
/
+1
[next]