aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2024-06-19[JITLink] Ensure Edges order is deterministicFangrui Song1-1/+2
2024-06-18[JITLink] Add x86_64::Delta8 edge kind, ELF::R_X86_64_PC8 support (#95869)Maksim Panchenko2-0/+5
2024-06-18Reland "[ORC] Preserve order of constructors with same priority (#95532)"David Spickett1-1/+1
2024-06-18Revert "[ORC] Preserve order of constructors with same priority (#95532)"Jonas Hahnfeld1-1/+1
2024-06-18[ORC] Preserve order of constructors with same priority (#95532)Jonas Hahnfeld1-1/+1
2024-06-11[ORC][MachO] Register objc protolist, protorefs, nlclslist metadata sections ...Ben Langmuir2-14/+21
2024-06-06[RuntimeDyld][ELF] Fix unwanted sign extension. (#94482)Alastair Houghton1-18/+14
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov1-43/+0
2024-05-31[ExecutionEngine] Remove handling for removed ConstantExprs (NFCI)Nikita Popov1-40/+1
2024-05-29[RuntimeDyld][ELF][AArch64] Fix resolveAArch64ShortBranch. (#92245)Alastair Houghton1-10/+20
2024-05-28[RuntimeDyldChecker][AArch32] Add a PC offset to next_PC for ARM targets (#91...Eymen Ünay1-1/+7
2024-05-24[flang] [lldb] [llvm] Fix 'destory' comment typos [NFC] (#93260)Stephan T. Lavavej1-2/+2
2024-05-17[JITLink][AArch64] Implement R_AARCH64_LDR_PREL_LO19 (#82172)Pavel Samolysov1-0/+12
2024-05-16[ORC] Support visionOS in LC_BUILD_VERSIONs for JITDylibs.Lang Hames1-0/+4
2024-05-14[ORC] Loosen __objc_imageinfo flag merging to match ld (#91767)Ben Langmuir1-2/+12
2024-05-10[ORC] Fix another error fall-through in EPCGenericDylibManager::lookupAsync.Lang Hames1-0/+1
2024-05-09[ORC] Fix fall-through in error case in EPCGenericDylibManager::lookupAsync.Lang Hames1-0/+1
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata1-1/+1
2024-04-30[ORC] Switch ObjectLinkingLayer::Plugins to shared ownership, copy pipeline.Lang Hames1-35/+38
2024-04-26Revert "[ORC] Implement basic reoptimization. (#67050)"Nikita Popov7-801/+279
2024-04-25[ORC] Implement basic reoptimization. (#67050)Sunho Kim7-279/+801
2024-04-25[z/OS] Implement shared memory handling for JIT (#89933)Fanbo Meng2-0/+63
2024-04-24[ORC] Fix bot failure due to 7da63426ac5 (ORC task dispatch unification).Lang Hames1-1/+3
2024-04-24[ORC] Fix build failure (NFC)Jie Fu1-4/+2
2024-04-24[ORC] Fix -Wunused-variable in LLJIT.cpp (NFC)Jie Fu1-1/+4
2024-04-23Re-apply "[ORC] Unify task dispatch across ExecutionSession..." with more fixes.Lang Hames3-35/+96
2024-04-22Revert "Re-apply [ORC] Unify task dispatch across ExecutionSession and..."Lang Hames3-96/+30
2024-04-22Re-apply "[ORC] Unify task dispatch across ExecutionSession and..." with fix.Lang Hames3-30/+96
2024-04-22Revert "[ORC] Unify task dispatch across ExecutionSession and ExecutorProcess...Mehdi Amini3-96/+30
2024-04-22[ORC] Unify task dispatch across ExecutionSession and ExecutorProcessControl.Lang Hames3-30/+96
2024-04-13[ORC] Replace more KV loop variables with structured bindings.Lang Hames1-6/+6
2024-04-09[orc] Reduce memory usage from empty materialization info DenseMaps (#88167)Ben Langmuir1-0/+23
2024-04-08[ORC] Replace some KV loop variables with structured bindings.Lang Hames1-4/+4
2024-04-08Revert "[ORC] Replace some KV loop variables with structured bindings."Lang Hames1-153/+162
2024-04-07[ORC] Replace some KV loop variables with structured bindings.Lang Hames1-162/+153
2024-04-07[ORC] Add an ExecutionSession state verifier.Lang Hames1-2/+211
2024-04-05[ORC] Fix an EDU-update bug in ExecutionSession::IL_failSymbols.Lang Hames1-5/+10
2024-03-28[Object,ELFType] Rename TargetEndianness to Endianness (#86604)Fangrui Song2-3/+3
2024-03-25[JITLink][MachO] Handle MachO section start/end symbols.Lang Hames3-0/+35
2024-03-25[ORC] Add some debug logging to EPCDynamicLibrarySearchGenerator.Lang Hames1-1/+18
2024-03-25[JITLink] Dump weak-ref status for external symbols in LinkGraphs.Lang Hames1-1/+2
2024-03-25[JITLink][ELF][AArch64] Make include order consistent with other JITLink files.Lang Hames1-3/+3
2024-03-24[JITLink][ELF] Improve ELF section start/end symbol handling.Lang Hames3-18/+26
2024-03-22[ORC] Add default visibility to required JIT functions (#86322)Keith Smiley1-0/+2
2024-03-14[ORC][MachO] Make BuildVersionOpts::fromTriple result optional, add test.Lang Hames1-10/+9
2024-03-14[ORC][MachO] Pluralize member name.Lang Hames1-1/+1
2024-03-14[ORC][MachO] Allow multiple LC_BUILD_VERSION commands.Lang Hames1-4/+2
2024-03-13[NFC] Corrected data type (#84880)Chen Cheng1-1/+1
2024-03-11Reorder fields for better packing (#77998)Nathan Sidwell1-24/+24
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer2-12/+8