summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
...
* Reverted r361134 because of a failing test left unattended for a long time.Galina Kistanova2019-05-221-6/+8
* Disable EHFrameSupport in JITLink/RuntimeDyld on AIXXing Xue2019-05-222-3/+5
* [ORC] Assert that JITDylibs have unique names.Lang Hames2019-05-211-0/+10
* [ORC] fix use-after-move. NFCNick Desaulniers2019-05-201-6/+4
* [ORC] Remove some unreachable code.Lang Hames2019-05-201-4/+1
* [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames2019-05-202-18/+18
* Use llvm::sort. NFCFangrui Song2019-05-201-8/+6
* [ORC] Change handling for SymbolStringPtr tombstones and empty keys.Lang Hames2019-05-161-2/+0
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-162-7/+9
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-162-9/+7
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-162-7/+9
* [JITLink][MachO] Use getSymbol64TableEntry for 64-bit MachO files.Lang Hames2019-05-161-1/+1
* [JITLink][MachO] Honor the no-dead-strip flag on nlist entries.Lang Hames2019-05-131-1/+8
* [JITLink] Track section alignment and make sure it is respected during layout.Lang Hames2019-05-134-11/+43
* [JITLink] Add a test for zero-filled content.Lang Hames2019-05-122-12/+26
* [ORC] Make a narrowing-cast explicit to silence a compiler warning.Lang Hames2019-05-101-1/+1
* [JITLink][MachO] Mark atoms in sections 'no-dead-strip' set live by default.Lang Hames2019-05-102-36/+66
* [JITLink] Fixed a signedness bug when processing X86_64_RELOC_SUBTRACTOR.Lang Hames2019-05-091-2/+2
* [ORC] Simplify logic for updating edges when should-discard atoms are pruned.Lang Hames2019-05-091-16/+4
* [JITLink] Improve/fix some JITLink debugging output.Lang Hames2019-05-092-9/+11
* [ORC] Fix a formatting bug.Lang Hames2019-05-091-1/+1
* Fix LLVM_USE_PERF build after getPageSize changeSven van Haastregt2019-05-091-3/+3
* [Support] Add error handling to sys::Process::getPageSize().Lang Hames2019-05-083-9/+9
* Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes.Lang Hames2019-05-074-29/+128
* Revert r360194 "[JITLink] Add support for MachO .alt_entry atoms."Lang Hames2019-05-073-110/+11
* [JITLink] Add support for MachO .alt_entry atoms.Lang Hames2019-05-073-11/+110
* [JITLink] Add two useful Section operations: find by name, get address range.Lang Hames2019-05-041-9/+2
* [ORC] Pass object buffer ownership back in NotifyEmitted.Lang Hames2019-05-011-19/+18
* [JITLink] Make sure we explicitly deallocate memory on failure.Lang Hames2019-05-012-4/+11
* [ORC] Move SimpleCompiler/ConcurrentIRCompiler definitions into a .cpp file.Lang Hames2019-04-302-0/+87
* [JITLink] Add debugging output to print resolved external atoms.Lang Hames2019-04-301-0/+6
* [ORC][JITLink] Name in-memory compiled objects after their source modules.Lang Hames2019-04-301-1/+2
* [ORC] Allow JITDylib definition generators to return Errors.Lang Hames2019-04-302-58/+94
* [ORC] Replace the LLJIT/LLLazyJIT Create methods with Builder utilities.Lang Hames2019-04-291-105/+131
* [ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.Lang Hames2019-04-262-51/+153
* [ORC] Remove symbols from dependency lists when failing materialization.Lang Hames2019-04-251-2/+29
* [JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame.Lang Hames2019-04-242-13/+27
* Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-04-231-2/+2
* [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.Lang Hames2019-04-228-18/+22
* [JITLink] Fix section start address calculation in eh-frame recorder.Lang Hames2019-04-221-0/+3
* [JITLink] Remove an overly strict error check in JITLink's eh-frame parser.Lang Hames2019-04-212-13/+4
* [JITLink] Factor basic common GOT and stub creation code into its own class.Lang Hames2019-04-212-72/+130
* [JITLink] Add yet more detail to MachO/x86-64 unsupported relocation errors.Lang Hames2019-04-201-1/+4
* [JITLink][ORC] Add JITLink to the list of dependencies for ORC.Lang Hames2019-04-201-1/+2
* [JITLink] Fix a bad formatv format string.Lang Hames2019-04-201-1/+1
* [JITLink] Add BinaryFormat to JITLink's dependencies.Lang Hames2019-04-201-1/+1
* [JITLink] Add more detail to MachO/x86-64 "unsupported relocation" errors.Lang Hames2019-04-201-1/+5
* [JITLink] Silence some MSVC implicit cast warnings.Lang Hames2019-04-201-2/+3
* [JITLink] Use memset instead of bzero.Lang Hames2019-04-201-2/+2
* [JITLink] Fix a missing header and bad prototype.Lang Hames2019-04-201-1/+2
OpenPOWER on IntegriCloud