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
/
RuntimeDyldImpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-0
/
+7
*
Whitespace cleanups.
NAKAMURA Takumi
2013-12-07
1
-2
/
+1
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
1
-7
/
+0
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
1
-0
/
+7
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
1
-0
/
+13
*
Avoid duplicate search by reusing the iterator.
Yaron Keren
2013-10-19
1
-4
/
+6
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
1
-0
/
+2
*
Separating ELF and MachO stub info functions for RuntimeDyld
Andrew Kaylor
2013-10-15
1
-23
/
+2
*
Fixing some host==target assumptions in RuntimeDyld
Andrew Kaylor
2013-10-15
1
-3
/
+4
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
1
-2
/
+5
*
memcmp is not a valid way to compare structs with padding in them.
Benjamin Kramer
2013-08-20
1
-2
/
+9
*
Adding PIC support for ELF on x86_64 platforms
Andrew Kaylor
2013-08-19
1
-7
/
+24
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+1
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-3
/
+7
*
AArch64: add stubs to support long function calls on MCJIT
Tim Northover
2013-05-04
1
-0
/
+2
*
[SystemZ] Add MCJIT support
Richard Sandiford
2013-05-03
1
-0
/
+9
*
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
1
-7
/
+0
*
Update the documentation.
Rafael Espindola
2013-04-29
1
-5
/
+1
*
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
-7
/
+14
*
Replace ObjRelocationInfo with relocation_iterator.
Rafael Espindola
2013-04-29
1
-13
/
+2
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
1
-3
/
+3
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
RuntimeDyld: Fix up r169178. MSVC doesn't like "or".
NAKAMURA Takumi
2012-12-04
1
-1
/
+1
*
Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.
Akira Hatanaka
2012-12-03
1
-1
/
+1
*
Change resolveRelocation parameters so the relocations can find placeholder v...
Andrew Kaylor
2012-11-02
1
-6
/
+4
*
Make use of common-symbol alignment info in ELF loader.
Tim Northover
2012-10-29
1
-2
/
+11
*
PowerPC: Initial support for PowerPC64 MCJIT
Adhemerval Zanella
2012-10-25
1
-3
/
+39
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
1
-12
/
+5
*
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
2012-09-13
1
-1
/
+1
*
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-09-05
1
-0
/
+13
*
Fix comment for function RuntimeDyldImpl.resolveRelocation()
Danil Malyshev
2012-08-27
1
-1
/
+4
*
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-17
1
-0
/
+2
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
RuntimeDyld cleanup:
Eli Bendersky
2012-05-01
1
-10
/
+13
*
RuntimeDyld code cleanup:
Eli Bendersky
2012-05-01
1
-8
/
+8
*
It doesn't make sense to move symbol relocations to section relocations when
Eli Bendersky
2012-04-30
1
-5
/
+8
*
Code cleanup in RuntimeDyld:
Eli Bendersky
2012-04-30
1
-32
/
+56
*
Fix some formatting, grammar and style issues and add a couple of missing com...
Eli Bendersky
2012-04-29
1
-12
/
+13
*
Implement GDB integration for source level debugging of code JITed using
Preston Gurd
2012-04-16
1
-4
/
+17
*
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-04-12
1
-0
/
+9
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
1
-21
/
+147
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
1
-147
/
+21
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
1
-21
/
+147
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
1
-147
/
+21
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
1
-21
/
+147
*
Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...
Eli Bendersky
2012-01-22
1
-133
/
+0
*
Tidy up.
Jim Grosbach
2012-01-16
1
-1
/
+1
*
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
1
-1
/
+8
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
1
-30
/
+55
[next]