summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Fix lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp for r273701Kevin Enderby2016-06-241-2/+5
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-4/+4
* ExecutionEngine: silence unused value warningSaleem Abdulrasool2016-06-241-0/+3
* ExecutionEngine: add preliminary support for COFF ARMSaleem Abdulrasool2016-06-242-5/+294
* IR: Introduce Module::global_objects().Peter Collingbourne2016-06-221-4/+2
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-171-2/+2
* [PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addendReid Kleckner2016-06-161-3/+21
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-1/+1
* [MCJIT] Update MCJIT and get the fibonacci example working again.Lang Hames2016-06-111-5/+9
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-2/+3
* [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames2016-05-312-4/+4
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-3/+5
* [Orc] Merge some common code for creating CompileCallbackManagers andLang Hames2016-05-265-73/+51
* [RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method whenLang Hames2016-05-253-6/+8
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-242-0/+6
* [RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymousLang Hames2016-05-191-15/+52
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+1
* [RuntimeDyld] Thread Error through some APIs, remove calls to report_fatal_er...Lang Hames2016-05-184-58/+18
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-172-4/+10
* [RuntimeDyld] Support R_390_PC64 relocation typeBryan Chan2016-05-131-0/+5
* [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames2016-05-073-81/+171
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-025-11/+43
* [ORC] Save AArch64 NEON state in the JIT reentry block.Lang Hames2016-05-011-42/+74
* [Orc] Add ORC lazy-compilation support for AArch64.Lang Hames2016-04-291-0/+144
* Use llvm:Twine instead of std::to_string.Chaoren Lin2016-04-283-11/+11
* [RuntimeDyld] Propagate another dropped error in RuntimeDyldELF.Lang Hames2016-04-271-1/+2
* [RuntimeDyld] Add missing include - <string> is requried for std::to_string.Lang Hames2016-04-273-0/+3
* [RuntimeDyld] Propagate Errors from findPPC64TOCSection.Lang Hames2016-04-271-3/+6
* [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.Lang Hames2016-04-2713-288/+471
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-255-213/+189
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-254-26/+55
* [RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.Davide Italiano2016-04-241-1/+5
* [RuntimeDyld] Fix conservative over-allocation of memory for common symbols.Lang Hames2016-04-211-4/+14
* Fix another compilation error from r266919 for clang-atom-d525-fedora-rel whichKevin Enderby2016-04-201-2/+5
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-209-36/+101
* [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames2016-04-182-35/+27
* Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber2016-04-182-27/+35
* [NFC] Header cleanupMehdi Amini2016-04-188-10/+1
* [ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames2016-04-182-35/+27
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-1/+8
* More more change need as part of r264187 where ErrorOr<> was addedKevin Enderby2016-03-231-1/+5
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-232-2/+7
* ExecutionEngine: tweak debug logSaleem Abdulrasool2016-03-051-1/+1
* [RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInPro...Lang Hames2016-03-031-8/+6
* Refactor duplicated code for linking with pthread.Rafael Espindola2016-03-011-3/+3
* [Orc] Add stack-realignment code to the i386 resolver function.Lang Hames2016-02-211-27/+30
* Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON on WindowsAndrew Kaylor2016-02-162-2/+11
* Support: Fix incremental build when re-configuring targetsDuncan P. N. Exon Smith2016-02-131-0/+1
* [Orc] Add lazy-JITting support for i386.Lang Hames2016-02-102-0/+136
* [Orc] Slightly improve the x86-64 resolver block machine code.Lang Hames2016-02-061-8/+7
OpenPOWER on IntegriCloud