aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARC
AgeCommit message (Expand)AuthorFilesLines
2024-02-06[ARC] Convert tests to opaque pointers (NFC)Fangrui Song3-87/+87
2024-01-08Set MaxAtomicSizeInBitsSupported for remaining targets. (#75703)James Y Knight1-0/+11
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta1-1/+1
2022-10-29[ARC] Regenerate ldst.llSimon Pilgrim1-1/+5
2021-09-10[ARC] Improve code generated for i32 ADDC/ADDE and SUBC/SUBEMark Schimmel1-0/+17
2021-08-24[ARC] Add codegen for the readcyclecounter intrinsic along with disassembly f...Thomas Johnson1-4/+13
2021-08-10[ARC] Add codegen for count trailing zeros intrinsic for the ARC backendThomas Johnson1-0/+9
2021-08-06[ARC] Add codegen for llvm.ctlz intrinsic for the ARC backendThomas Johnson1-0/+14
2020-08-28[ARC] Update brcc test.Pete Couperus1-3/+3
2020-08-15[ARC] Fix CodeGen/ARC/brcc.llFangrui Song1-2/+4
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song1-1/+0
2019-03-20[ARC] Add ARCOptAddrMode pass to generate postincrement loads/stores.Pete Couperus1-0/+68
2017-08-24[ARC] Add ARC backend.Pete Couperus5-0/+655