aboutsummaryrefslogtreecommitdiff
path: root/clang/utils
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[TableGen] Use StringSet instead of StringMap (NFC) (#109469)Kazu Hirata1-7/+5
2024-09-20[TableGen] Use StringSet instead of StringMap (NFC) (#109441)Kazu Hirata1-2/+3
2024-09-20[TableGen] Avoid repeated hash lookups (NFC) (#109372)Kazu Hirata1-5/+3
2024-09-19[clang] Fix python comparison to None (#94014)Eisuke Kawashima2-2/+2
2024-09-18Revert update-verify-tests.py (#109171)Henrik G. Olsson2-490/+0
2024-09-16[LLVM][CLange] Rename NodeType::Record to NodeType::Rec (#108826)Rahul Joshi1-11/+11
2024-09-16[NFC][clang][TableGen] Remove redundant llvm:: namespace qualifier (#108627)Rahul Joshi14-205/+186
2024-09-16[NFC][Clang][TableGen] Refactor ClangASTNodesEmitter (#108580)Rahul Joshi1-32/+20
2024-09-15[TableGen] Avoid repeated hash lookups (NFC) (#108736)Kazu Hirata1-4/+2
2024-09-14[TableGen] Avoid repeated map lookups (NFC) (#108675)Kazu Hirata1-3/+1
2024-09-14[clang] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE19942-4/+0
2024-09-13Reland "[Utils] add update-verify-tests.py" (#108630)" (#108658)Henrik G. Olsson2-0/+490
2024-09-13Revert "[Utils] add update-verify-tests.py" (#108630)Rahul Joshi2-490/+0
2024-09-13[Utils] add update-verify-tests.py (#97369)Henrik G. Olsson2-0/+490
2024-09-13[clang][TableGen] Change SVE Emitter to use const RecordKeeper (#108503)Rahul Joshi2-40/+46
2024-09-13[clang][TableGen] Change RISCVVEmitter to use const RecordKeeper (#108502)Rahul Joshi2-17/+15
2024-09-13[clang][TableGen] Change NeonEmitter to use const RecordKeeper (#108501)Rahul Joshi2-39/+34
2024-09-13[clang][TableGen] Change MVE Emitter to use const RecordKeeper (#108500)Rahul Joshi2-45/+52
2024-09-13[clang][TableGen] Change SyntaxEmitter to use const RecordKeeper (#108478)Rahul Joshi2-8/+9
2024-09-13[clang][TableGen] Change SACheckersEmitter to use const RecordKeeper (#108477)Rahul Joshi2-4/+7
2024-09-13[clang][TableGen] Change TypeNodesEmitter to use const RecordKeeper (#108476)Rahul Joshi2-8/+8
2024-09-12[clang][TableGen] Change ASTProperties Emitter to use const RecordKeeper (#10...Rahul Joshi2-12/+18
2024-09-12[clang][TableGen] Change AST Nodes Emitter to use const RecordKeeper (#108270)Rahul Joshi2-27/+15
2024-09-12[clang][TableGen] Change AttrEmitter to use const RecordKeeper (#108269)Rahul Joshi2-148/+133
2024-09-11[NFC] Reformat ClangASTPropertiesEmitter `ASTPropsEmitter` class (#108275)Rahul Joshi1-49/+45
2024-09-11[clangl[TableGen] Change Diagnostic Emitter to use const RecordKeeper (#108209)Rahul Joshi2-51/+59
2024-09-11[clang][TableGen] Change OptionDoc Emitter to use const RecordKeeper (#108216)Rahul Joshi2-24/+24
2024-09-11[clang][TableGen] Change OpenCL emitter to use const RecordKeeper (#108213)Rahul Joshi2-24/+28
2024-09-11[clang][TableGen] Change Opcode Emitter to use const RecordKeeper (#108211)Rahul Joshi2-4/+4
2024-09-11[clang][TableGen] Change DataCollector to use const RecordKeeper (#108203)Rahul Joshi2-2/+2
2024-09-11[clang][TableGen] Change HTML Tags emitter to use const RecordKeeper (#108202)Rahul Joshi2-8/+9
2024-09-11[clang][TableGen] Change HTML Emitter to use const RecordKeeper (#108201)Rahul Joshi2-12/+8
2024-09-11[clang][TableGen] Change comment command emitter to const RecordKeeper (#108199)Rahul Joshi2-9/+9
2024-09-11[clang][TableGen] Change Builtins emitter to use const RecordKeeper (#108195)Rahul Joshi2-2/+3
2024-09-11[clang][TableGen] Change ASTTableGen to use const Record pointers (#108193)Rahul Joshi2-29/+27
2024-09-10[Tablegen] Avoid repeated hash lookps (NFC) (#107961)Kazu Hirata1-15/+3
2024-09-09[TableGen] Change SetTheory set/vec to use const Record * (#107692)Rahul Joshi1-1/+1
2024-09-06[Clang][AArch64] Add customisable immediate range checking to NEON (#100278)SpencerAbson4-118/+127
2024-09-05[TableGen] Add const variants of accessors for backend (#106658)Rahul Joshi2-3/+3
2024-08-31[llvm][RISCV] Support RISCV vector tuple type in llvm IR (#97992)Brandon Wu1-5/+61
2024-08-30[NFC] Prefer subprocess.DEVNULL over os.devnull (#106500)Nicolas van Kempen1-3/+1
2024-08-25[NFC] Use const members of `StringToOffsetTable` (#105824)Rahul Joshi1-4/+5
2024-08-22[NFC][SetTheory] Refactor to use const pointers and range loops (#105544)Rahul Joshi1-4/+5
2024-08-06[clang] Fix compile-time regression from attribute arg checking change (#101768)Mike Rice1-111/+163
2024-08-06[RISCV][sema] Correct the requirement of `vf[n|w]cvt.x[|u].f` intrinsics (#10...Brandon Wu1-0/+1
2024-08-04[clang] Construct SmallVector with ArrayRef (NFC) (#101898)Kazu Hirata1-1/+1
2024-07-30[clang] Update argument checking tablegen code to use a 'full' name (#99993)Mike Rice1-29/+45
2024-07-22[Clang][NEON] Add neon target guard to intrinsics (#99870)Lukacma1-3/+3
2024-07-22Revert "[Clang][NEON] Add neon target guard to intrinsics" (#99864)Lukacma1-3/+3
2024-07-22[Clang][NEON] Add neon target guard to intrinsics (#98624)Lukacma1-3/+3