summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARC
AgeCommit message (Expand)Author
2024-12-15[ARC,test] Change llc -march= to -mtriple=Fangrui Song
2024-02-06[ARC] Convert tests to opaque pointers (NFC)Fangrui Song
2024-01-08Set MaxAtomicSizeInBitsSupported for remaining targets. (#75703)James Y Knight
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2022-10-29[ARC] Regenerate ldst.llSimon Pilgrim
2021-09-10[ARC] Improve code generated for i32 ADDC/ADDE and SUBC/SUBEMark Schimmel
2021-08-24[ARC] Add codegen for the readcyclecounter intrinsic along with disassembly f...Thomas Johnson
2021-08-10[ARC] Add codegen for count trailing zeros intrinsic for the ARC backendThomas Johnson
2021-08-06[ARC] Add codegen for llvm.ctlz intrinsic for the ARC backendThomas Johnson
2020-08-28[ARC] Update brcc test.Pete Couperus
2020-08-15[ARC] Fix CodeGen/ARC/brcc.llFangrui Song
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song
2019-03-20[ARC] Add ARCOptAddrMode pass to generate postincrement loads/stores.Pete Couperus
2017-08-24[ARC] Add ARC backend.Pete Couperus