| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ORC] Use explicit constructor calls to fix a builder error at | Lang Hames | 2018-02-06 | 1 | -3/+3 |
| * | [ORC] Start migrating ORC layers to use the new ORC Core.h APIs. | Lang Hames | 2018-02-06 | 4 | -86/+251 |
| * | [ORC] Rename NullResolver to NullLegacyResolver. | Lang Hames | 2018-02-03 | 1 | -2/+3 |
| * | Move getPlatformFlags to ELFObjectFileBase and simplify. | Rafael Espindola | 2018-01-29 | 1 | -10/+8 |
| * | [ORC] Refactor the various lookupFlags methods to return the flags map via the | Lang Hames | 2018-01-25 | 2 | -5/+6 |
| * | Handle R_386_PLT32 in RuntimeDyldELF. | Rafael Espindola | 2018-01-24 | 1 | -0/+3 |
| * | [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an | Lang Hames | 2018-01-22 | 6 | -8/+87 |
| * | [ORC] Add a lookupFlags method to VSO. | Lang Hames | 2018-01-21 | 1 | -0/+20 |
| * | [ORC] More cleanup. NFC. | Lang Hames | 2018-01-21 | 1 | -3/+3 |
| * | [ORC] Cleanup. NFC. | Lang Hames | 2018-01-21 | 1 | -2/+1 |
| * | Fix -Wunused-variable. | Rui Ueyama | 2018-01-19 | 1 | -1/+0 |
| * | [ORC] Re-apply r322913 with a fix for a read-after-free error. | Lang Hames | 2018-01-19 | 9 | -180/+257 |
| * | [ORC] Revert r322913 while I investigate an ASan failure. | Lang Hames | 2018-01-19 | 9 | -257/+180 |
| * | [ORC] Redesign the JITSymbolResolver interface to support bulk queries. | Lang Hames | 2018-01-19 | 9 | -180/+257 |
| * | [ExecutionEngine] Rename JITSymbol::isStrongDefinition to isStrong. | Lang Hames | 2018-01-16 | 2 | -4/+4 |
| * | Remove ELFDataTypeTypedefHelper class. | Rui Ueyama | 2018-01-12 | 1 | -2/+2 |
| * | Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC. | Rui Ueyama | 2018-01-12 | 1 | -1/+1 |
| * | [ORC] Add a stub ExecutionSession and VModuleKey type. | Lang Hames | 2018-01-12 | 1 | -0/+6 |
| * | [ExecutionEngine] Remove an unused variable. | Lang Hames | 2018-01-10 | 1 | -1/+0 |
| * | [ORC] Re-apply r321838 again with a workaround for a bug present in the libcxx | Lang Hames | 2018-01-10 | 2 | -0/+318 |
| * | [ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of the | Lang Hames | 2018-01-06 | 2 | -85/+0 |
| * | [ORC] Yet more debugging output to diagnose test failures. | Lang Hames | 2018-01-06 | 1 | -1/+4 |
| * | [ORC] Temporarily adding some redundant asserts / debug output to aid in | Lang Hames | 2018-01-06 | 1 | -0/+14 |
| * | [ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while I | Lang Hames | 2018-01-05 | 3 | -2/+89 |
| * | [ORC] Re-revert r321838: Tests are still failing. | Lang Hames | 2018-01-05 | 3 | -345/+2 |
| * | [ORC] Re-apply r321838 - Addition of new ORC core APIs. | Lang Hames | 2018-01-05 | 3 | -2/+345 |
| * | Revert r321838 -- It broke some of the builders. | Lang Hames | 2018-01-05 | 3 | -344/+2 |
| * | [ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, AsynchronousSymbolQuery and | Lang Hames | 2018-01-05 | 3 | -2/+344 |
| * | Remove redundant includes from lib/ExecutionEngine. | Michael Zolotukhin | 2017-12-13 | 3 | -4/+0 |
| * | Fix 'not all control paths return a value' warning on MSVC builds | Simon Pilgrim | 2017-11-09 | 1 | -0/+1 |
| * | [SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFC | Sanjoy Das | 2017-11-09 | 1 | -25/+69 |
| * | ExecutionEngine: make COFF Thumb2 assertions non-tautological | Saleem Abdulrasool | 2017-10-22 | 1 | -25/+11 |
| * | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. | Nitesh Jain | 2017-10-22 | 4 | -14/+120 |
| * | [ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS. | Lang Hames | 2017-10-20 | 1 | -1/+2 |
| * | ExecutionEngine: adjust COFF i386 tautological asserts | Saleem Abdulrasool | 2017-10-19 | 1 | -16/+6 |
| * | [ExecutionEngine] Correct the size of a write in a COFF i386 relocation | Shoaib Meenai | 2017-10-17 | 1 | -1/+1 |
| * | Convert an ErrorOr to Expected. | Rafael Espindola | 2017-10-11 | 1 | -3/+6 |
| * | Make the ELFObjectFile constructor private. | Rafael Espindola | 2017-10-10 | 1 | -8/+23 |
| * | Try to make gcc happy. | Rafael Espindola | 2017-10-10 | 1 | -1/+1 |
| * | Return Expected from createRTDyldELFObject. | Rafael Espindola | 2017-10-10 | 1 | -17/+18 |
| * | Simplify. NFC. | Rafael Espindola | 2017-10-10 | 1 | -16/+10 |
| * | [ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor. | Lang Hames | 2017-09-28 | 1 | -1/+1 |
| * | Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"" | Saleem Abdulrasool | 2017-09-20 | 1 | -0/+12 |
| * | Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}" | Saleem Abdulrasool | 2017-09-19 | 1 | -12/+0 |
| * | ExecutionEngine: add R_AARCH64_ABS{16,32} | Saleem Abdulrasool | 2017-09-19 | 1 | -0/+12 |
| * | [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings. | Lang Hames | 2017-09-17 | 2 | -32/+92 |
| * | [ORC] Fix a typo. | Lang Hames | 2017-09-15 | 1 | -1/+1 |
| * | [ORC] Add a pair of ORC layers that forward object-layer operations via RPC. | Lang Hames | 2017-09-05 | 1 | -0/+2 |
| * | [ORC] Add an Error return to the JITCompileCallbackManager::grow method. | Lang Hames | 2017-09-03 | 1 | -6/+9 |
| * | [Orc] Add a comment about member variable dependencies to OrcMCJITReplacement. | Lang Hames | 2017-08-31 | 1 | -0/+3 |