aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/expand/rust-macro-builtins-asm.cc
AgeCommit message (Expand)AuthorFilesLines
10 daysgccrs: inline-asm: Fix some warningsArthur Cohen1-7/+17
13 daysgccrs: Remove Rust::make_uniqueOwen Avery1-4/+3
2025-03-19gccrs: Fix compiler error on ast wrong implicit construct push_backbadumbatish1-1/+2
2025-03-19gccrs: Provide input operand for gccrsbadumbatish1-4/+5
2025-03-19gccrs: Rework InlineAsmOperandOwen Avery1-1/+2
2025-03-19gccrs: Rehaul, Apply code review from Arthurbadumbatish1-37/+24
2025-03-19gccrs: Make inline mov compilesbadumbatish1-12/+55
2025-03-19gccrs: Move strip double quotes, add scaffold expandbadumbatish1-11/+29
2025-03-19gccrs: Start work on expand inline asmbadumbatish1-2/+31
2025-03-19gccrs: Fix the parser's operand and flags storagebadumbatish1-6/+15
2025-03-19gccrs: Use new constructors and control flow for operandbadumbatish1-24/+15
2025-03-19gccrs: Fix the parser's operand and flags storagebadumbatish1-20/+43
2025-03-17gccrs: Safe-guard InlineAsm structsbadumbatish1-14/+13
2025-03-17gccrs: Store parse result of parse_format_string(s)badumbatish1-1/+16
2025-03-17gccrs: Clean up monadic operations on expected<>jjasmine1-5/+3
2025-03-17gccrs: Addresses warning, put warn unused in right placejjasmine1-10/+14
2025-03-17gccrs: Added a test that is expected to failjjasmine1-27/+24
2025-03-17gccrs: Added tl::expected to parse_operandjjasmine1-9/+63
2025-03-17gccrs: Scaffold expected on parse_options and asm_argjjasmine1-12/+27
2025-03-17gccrs: Finish expected parse_reg_operandjjasmine1-36/+32
2025-03-17gccrs: Finish incorporating expected of parse_reg_operandjjasmine1-88/+124
2025-03-17gccrs: expand: Switch semicolon boolean to an enum instead.Arthur Cohen1-8/+12
2025-03-17gccrs: expand: Keep track of semicoloned builtin macrosArthur Cohen1-6/+17
2025-03-17gccrs: Partial second layer of expected in parsing asmjjasmine1-51/+30
2025-03-17gccrs: Expected first layer donejjasmine1-32/+42
2025-03-17gccrs: Move parser and last_token_id to InlineAsmCtxjjasmine1-50/+50
2025-03-17gccrs: Update parser to parse strings in the first stagejjasmine1-49/+13
2025-03-17gccrs: Scaffolding validation of asm!jjasmine1-6/+25
2025-03-17gccrs: Partial support for operandjjasmine1-7/+55
2025-03-17gccrs: Refactoring and supporting more parse_reg_operandjjasmine1-48/+73
2025-03-17gccrs: Fix visitor-related warningsjjasmine1-2/+17
2025-03-17gccrs: Add potentially_nonpromoted_keywords set strjjasmine1-80/+94
2025-03-17gccrs: Successful parse of in and inout, albeit with strjjasmine1-10/+98
2025-03-17gccrs: Fix warningsjjasmine1-3/+7
2025-03-17gccrs: Refactoring for inline asm prjjasmine1-62/+77
2025-03-17gccrs: Got AST::Fragment to be created from InlineAsmjjasmine1-6/+25
2025-03-17gccrs: Working towards parse_reg and parse_reg_operandjjasmine1-9/+20
2025-03-17gccrs: Renamed parseAsmArg to conform to other function namesjjasmine1-3/+3
2025-03-17gccrs: Big Refactor after meetingjjasmine1-43/+109
2025-03-17gccrs: Remove global_asm and non_global_asm handlerjjasmine1-13/+2
2025-03-17gccrs: Rename InlineAsmOptions to InlineAsmOptionjjasmine1-21/+21
2025-03-17gccrs: Scaffolding parse_regjjasmine1-1/+48
2025-03-17gccrs: Add checks for duplicate options in inline asmjjasmine1-10/+25
2025-03-17gccrs: Parsing of options(...) done.jjasmine1-16/+14
2025-03-17gccrs: Implemented parse_clobber_abi to pass new testsjjasmine1-22/+59
2025-03-17gccrs: Replace scaffolded InlineAsm with real InlineAsm.jjasmine1-25/+29
2025-03-17gccrs: First draft of parse_option finishedjjasmine1-2/+82
2025-03-17gccrs: Fix clobber_api bracketsjjasmine1-8/+8
2025-03-17gccrs: Working on parse_options for a bit morejjasmine1-1/+13
2025-03-17gccrs: Introduce first implementation of parse_clobber_abijjasmine1-1/+75