summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteMemoryManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-5/+5
| | | | llvm-svn: 207176
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
| | | | | | definition below all of the header #include lines, tools edition. llvm-svn: 206848
* Fix known typosAlp Toker2014-01-241-1/+1
| | | | | | | Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. llvm-svn: 200018
* Sanitize MCJIT remote executionRenato Golin2014-01-141-5/+5
| | | | | | | | | | | | MCJIT remote execution (ChildTarget+RemoteTargetExternal) protocol was in dire need of refactoring. It was fail-prone, had no error reporting and implemented the same message logic on every single function. This patch rectifies it, and makes it work on ARM, where it was randomly failing. Other architectures shall profit from this change as well, making their buildbots and releases more reliable. llvm-svn: 199261
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-271-16/+0
| | | | | | | | | | | | | | | - Mark tests as XFAIL:cygming in test/ExecutionEngine/MCJIT/remote. Rather to suppress them, I'd like to leave them running as XFAIL. - Revert r193472. RecordMemoryManager no longer resolves __main on cygming. There are a couple of issues. - X86 Codegen emits "call __main" in @main for targeting cygming. It is useless in JIT. FYI, tests are passing when emitting __main is disabled. - Current remote JIT does not resolve any symbols in child context. FIXME: __main should be disabled, or remote JIT should resolve __main. llvm-svn: 193498
* lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to ↵NAKAMURA Takumi2013-10-261-0/+16
| | | | | | unbreak mingw32. llvm-svn: 193472
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-24/+0
| | | | llvm-svn: 192504
* Attempting to fix lli build errorAndrew Kaylor2013-10-041-3/+3
| | | | llvm-svn: 191979
* Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor2013-10-041-26/+26
| | | | llvm-svn: 191976
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-041-0/+230
llvm-svn: 191938
OpenPOWER on IntegriCloud