This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f183082dc6c92c3f751561ba29cddbbf22dbc76b
clang-p2996
/
llvm
/
lib
/
ExecutionEngine
/
RuntimeDyld
History
Alexey Samsonov
e6388e622e
Basic support for parsing Mach-O universal binaries in LLVMObject library
...
llvm-svn: 184191
2013-06-18 15:03:28 +00:00
..
CMakeLists.txt
…
GDBRegistrar.cpp
Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mangling prefix to this symbol.
2012-12-24 09:42:27 +00:00
JITRegistrar.h
…
LLVMBuild.txt
…
Makefile
…
ObjectImageCommon.h
Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes.
2013-01-25 22:50:58 +00:00
RuntimeDyld.cpp
Basic support for parsing Mach-O universal binaries in LLVMObject library
2013-06-18 15:03:28 +00:00
RuntimeDyldELF.cpp
Handle (at least don't crash on) relocations with no symbols.
2013-06-05 02:55:01 +00:00
RuntimeDyldELF.h
Add EH support to the MCJIT.
2013-05-05 20:43:10 +00:00
RuntimeDyldImpl.h
Add EH support to the MCJIT.
2013-05-05 20:43:10 +00:00
RuntimeDyldMachO.cpp
Handle relocations that don't point to symbols.
2013-06-05 01:33:53 +00:00
RuntimeDyldMachO.h
Add EH support to the MCJIT.
2013-05-05 20:43:10 +00:00