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] 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
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
1
-4
/
+21
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
1
-2
/
+0
*
Roll out r182411 and 182412 because it's still broken.
Filip Pizlo
2013-05-21
1
-0
/
+2
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
1
-2
/
+0
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
1
-0
/
+2
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
1
-2
/
+0
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-3
/
+11
*
AArch64: add stubs to support long function calls on MCJIT
Tim Northover
2013-05-04
1
-1
/
+19
*
[SystemZ] Add MCJIT support
Richard Sandiford
2013-05-03
1
-0
/
+13
*
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
1
-1
/
+2
*
Use a RelocationRef instead of a relocation_iterator.
Rafael Espindola
2013-04-29
1
-1
/
+1
*
Propagate relocation info to resolveRelocation.
Rafael Espindola
2013-04-29
1
-17
/
+5
*
Replace ObjRelocationInfo with relocation_iterator.
Rafael Espindola
2013-04-29
1
-12
/
+2
[next]