| Commit message (Expand) | Author | Age | Files | Lines |
* | [ExecutionEngine] Add a missing break to avoid warnings | Martin Storsjö | 2019-11-20 | 1 | -0/+1 |
* | ExecutionEngine: add preliminary support for COFF ARM64 | Adam Kallai | 2019-11-20 | 1 | -0/+364 |
* | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar | 2019-08-14 | 3 | -6/+12 |
* | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar | 2019-08-14 | 3 | -12/+6 |
* | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar | 2019-08-14 | 3 | -6/+12 |
* | [RuntimeDyld] Apply padding and alignment bumps to all sections with stubs, and | Lang Hames | 2019-05-30 | 1 | -1/+1 |
* | [RuntimeDyld][ARM] Fix an incorrect assertion condition. | Lang Hames | 2019-05-27 | 1 | -1/+1 |
* | Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util. | Lang Hames | 2019-04-12 | 7 | -7/+7 |
* | Add namespace to some types. | Richard Trieu | 2019-01-31 | 3 | -18/+21 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 9 | -36/+27 |
* | Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64 | Nathan Lanza | 2018-12-12 | 1 | -0/+7 |
* | [Support] Make error banner optional in logAllUnhandledErrors | Jonas Devlieghere | 2018-11-11 | 1 | -1/+1 |
* | [RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase. | Lang Hames | 2018-10-23 | 1 | -1/+7 |
* | [ORC] Add a 'Callable' flag to JITSymbolFlags. | Lang Hames | 2018-08-01 | 1 | -2/+4 |
* | [RuntimeDyld][MachO] Add support for MachO::ARM64_RELOC_POINTER_TO_GOT reloc. | Lang Hames | 2018-05-23 | 1 | -8/+48 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 8 | -93/+100 |
* | [RuntimeDyld][MachO] Properly handle thumb to thumb calls within a section. | Lang Hames | 2018-05-09 | 1 | -1/+19 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -2/+2 |
* | Reapply r329133 with fix. | Lang Hames | 2018-04-04 | 1 | -5/+36 |
* | Revert r329133 "[RuntimeDyld][AArch64] Add some error pluming / generation..." | Lang Hames | 2018-04-04 | 1 | -32/+4 |
* | [RuntimeDyld][AArch64] Add some error pluming / generation to catch unhandled | Lang Hames | 2018-04-03 | 1 | -4/+32 |
* | [RuntimeDyld][MachO] Fix assertion in encodeAddend, add missing directive to | Lang Hames | 2018-03-01 | 1 | -3/+5 |
* | [RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL instructions by | Lang Hames | 2018-02-28 | 1 | -2/+4 |
* | Handle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF | Frederich Munch | 2018-02-21 | 1 | -21/+94 |
* | 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 | 1 | -1/+10 |
* | 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 |
* | [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM. | Lang Hames | 2017-08-09 | 1 | -16/+126 |
* | [RuntimeDyld][MachO/ARM] Don't add a redundant relocation entry. | Lang Hames | 2017-07-18 | 1 | -1/+0 |
* | Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt... | Sagar Thakur | 2017-06-22 | 1 | -6/+0 |
* | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld | Sagar Thakur | 2017-06-22 | 1 | -0/+6 |
* | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 4 | -4/+4 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 3 | -3/+3 |
* | [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH | Lang Hames | 2017-05-09 | 3 | -5/+0 |
* | [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3... | Simon Dardis | 2016-12-13 | 2 | -0/+380 |
* | Handle relocations to thumb functions when dynamic linking COFF modules | Walter Erquinigo | 2016-10-17 | 1 | -5/+39 |
* | ExecutionEngine: fix a bug in the movt/movw relocator | Saleem Abdulrasool | 2016-08-29 | 1 | -1/+1 |
* | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -2/+4 |
* | [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. | Lang Hames | 2016-08-01 | 7 | -7/+7 |
* | X86: handle external tail calls in Windows JIT | Saleem Abdulrasool | 2016-07-14 | 1 | -2/+4 |
* | ExecutionEngine: silence unused value warning | Saleem Abdulrasool | 2016-06-24 | 1 | -0/+3 |
* | ExecutionEngine: add preliminary support for COFF ARM | Saleem Abdulrasool | 2016-06-24 | 1 | -0/+288 |
* | [PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addend | Reid Kleckner | 2016-06-16 | 1 | -3/+21 |
* | [RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymous | Lang Hames | 2016-05-19 | 1 | -15/+52 |
* | [RuntimeDyld] Thread Error through some APIs, remove calls to report_fatal_er... | Lang Hames | 2016-05-18 | 4 | -58/+18 |
* | Thread Expected<...> up from libObject’s getType() for symbols to allow llv... | Kevin Enderby | 2016-05-02 | 2 | -2/+18 |
* | Use llvm:Twine instead of std::to_string. | Chaoren Lin | 2016-04-28 | 3 | -11/+11 |
* | [RuntimeDyld] Add missing include - <string> is requried for std::to_string. | Lang Hames | 2016-04-27 | 3 | -0/+3 |
* | [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld. | Lang Hames | 2016-04-27 | 6 | -87/+153 |