summaryrefslogtreecommitdiff
path: root/llvm/test/ExecutionEngine/RuntimeDyld/ARM
AgeCommit message (Expand)Author
2023-09-09[jitlink][rtdyld][checker] Re-apply 4b17c81d5a5 with fixes.Eymen Ünay
2023-09-08Revert "[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switc...Tom Weaver
2023-09-08[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switching sup...Eymen Ünay
2023-07-22[Support] Change StringMap hash function from xxHash64 to xxh3_64bitsFangrui Song
2023-07-21[Support] Implement LLVM_ENABLE_REVERSE_ITERATION for StringMapFangrui Song
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2020-03-10[RuntimeDyld][COFF] Build stubs for COFF dllimport symbols.Lang Hames
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song
2019-04-12Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.Lang Hames
2018-05-09[RuntimeDyld][MachO] Properly handle thumb to thumb calls within a section.Lang Hames
2017-08-20Get rid of some more "%T" expansions, see <https://reviews.llvm.org/D35396>.Kuba Mracek
2017-08-15[llvm] Get rid of "%T" expansionsKuba Mracek
2017-08-09[RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames
2016-10-20Fix PREL31 relocation on ARMKeno Fischer
2016-10-17Handle relocations to thumb functions when dynamic linking COFF modulesWalter Erquinigo
2016-08-29ExecutionEngine: fix a bug in the movt/movw relocatorSaleem Abdulrasool
2016-06-24ExecutionEngine: add preliminary support for COFF ARMSaleem Abdulrasool
2016-05-18Don't pass relocation-model= to tests that don't need it.Rafael Espindola
2015-07-24[RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.Lang Hames
2014-10-21[MCJIT] Temporarily revert r220245 - it broke several bots.Lang Hames
2014-10-20[MCJIT] Make MCJIT honor symbol visibility settings when populating the globalLang Hames
2014-09-11[MCJIT] Make sure we test ARM BR24 relocations with both internal and externalLang Hames
2014-09-11[MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.Lang Hames
2014-09-11[MCJIT] Take the relocation addend into account when applying ARM MachO VANILLALang Hames
2014-07-30[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.Lang Hames
2014-07-10[RuntimeDyld] Replace a crufty old ARM RuntimeDyld test with a new one that usesLang Hames