Age | Commit message (Expand) | Author | Files | Lines |
10 days | gccrs: inline-asm: Fix some warnings | Arthur Cohen | 1 | -7/+17 |
13 days | gccrs: Remove Rust::make_unique | Owen Avery | 1 | -4/+3 |
2025-03-19 | gccrs: Fix compiler error on ast wrong implicit construct push_back | badumbatish | 1 | -1/+2 |
2025-03-19 | gccrs: Provide input operand for gccrs | badumbatish | 1 | -4/+5 |
2025-03-19 | gccrs: Rework InlineAsmOperand | Owen Avery | 1 | -1/+2 |
2025-03-19 | gccrs: Rehaul, Apply code review from Arthur | badumbatish | 1 | -37/+24 |
2025-03-19 | gccrs: Make inline mov compiles | badumbatish | 1 | -12/+55 |
2025-03-19 | gccrs: Move strip double quotes, add scaffold expand | badumbatish | 1 | -11/+29 |
2025-03-19 | gccrs: Start work on expand inline asm | badumbatish | 1 | -2/+31 |
2025-03-19 | gccrs: Fix the parser's operand and flags storage | badumbatish | 1 | -6/+15 |
2025-03-19 | gccrs: Use new constructors and control flow for operand | badumbatish | 1 | -24/+15 |
2025-03-19 | gccrs: Fix the parser's operand and flags storage | badumbatish | 1 | -20/+43 |
2025-03-17 | gccrs: Safe-guard InlineAsm structs | badumbatish | 1 | -14/+13 |
2025-03-17 | gccrs: Store parse result of parse_format_string(s) | badumbatish | 1 | -1/+16 |
2025-03-17 | gccrs: Clean up monadic operations on expected<> | jjasmine | 1 | -5/+3 |
2025-03-17 | gccrs: Addresses warning, put warn unused in right place | jjasmine | 1 | -10/+14 |
2025-03-17 | gccrs: Added a test that is expected to fail | jjasmine | 1 | -27/+24 |
2025-03-17 | gccrs: Added tl::expected to parse_operand | jjasmine | 1 | -9/+63 |
2025-03-17 | gccrs: Scaffold expected on parse_options and asm_arg | jjasmine | 1 | -12/+27 |
2025-03-17 | gccrs: Finish expected parse_reg_operand | jjasmine | 1 | -36/+32 |
2025-03-17 | gccrs: Finish incorporating expected of parse_reg_operand | jjasmine | 1 | -88/+124 |
2025-03-17 | gccrs: expand: Switch semicolon boolean to an enum instead. | Arthur Cohen | 1 | -8/+12 |
2025-03-17 | gccrs: expand: Keep track of semicoloned builtin macros | Arthur Cohen | 1 | -6/+17 |
2025-03-17 | gccrs: Partial second layer of expected in parsing asm | jjasmine | 1 | -51/+30 |
2025-03-17 | gccrs: Expected first layer done | jjasmine | 1 | -32/+42 |
2025-03-17 | gccrs: Move parser and last_token_id to InlineAsmCtx | jjasmine | 1 | -50/+50 |
2025-03-17 | gccrs: Update parser to parse strings in the first stage | jjasmine | 1 | -49/+13 |
2025-03-17 | gccrs: Scaffolding validation of asm! | jjasmine | 1 | -6/+25 |
2025-03-17 | gccrs: Partial support for operand | jjasmine | 1 | -7/+55 |
2025-03-17 | gccrs: Refactoring and supporting more parse_reg_operand | jjasmine | 1 | -48/+73 |
2025-03-17 | gccrs: Fix visitor-related warnings | jjasmine | 1 | -2/+17 |
2025-03-17 | gccrs: Add potentially_nonpromoted_keywords set str | jjasmine | 1 | -80/+94 |
2025-03-17 | gccrs: Successful parse of in and inout, albeit with str | jjasmine | 1 | -10/+98 |
2025-03-17 | gccrs: Fix warnings | jjasmine | 1 | -3/+7 |
2025-03-17 | gccrs: Refactoring for inline asm pr | jjasmine | 1 | -62/+77 |
2025-03-17 | gccrs: Got AST::Fragment to be created from InlineAsm | jjasmine | 1 | -6/+25 |
2025-03-17 | gccrs: Working towards parse_reg and parse_reg_operand | jjasmine | 1 | -9/+20 |
2025-03-17 | gccrs: Renamed parseAsmArg to conform to other function names | jjasmine | 1 | -3/+3 |
2025-03-17 | gccrs: Big Refactor after meeting | jjasmine | 1 | -43/+109 |
2025-03-17 | gccrs: Remove global_asm and non_global_asm handler | jjasmine | 1 | -13/+2 |
2025-03-17 | gccrs: Rename InlineAsmOptions to InlineAsmOption | jjasmine | 1 | -21/+21 |
2025-03-17 | gccrs: Scaffolding parse_reg | jjasmine | 1 | -1/+48 |
2025-03-17 | gccrs: Add checks for duplicate options in inline asm | jjasmine | 1 | -10/+25 |
2025-03-17 | gccrs: Parsing of options(...) done. | jjasmine | 1 | -16/+14 |
2025-03-17 | gccrs: Implemented parse_clobber_abi to pass new tests | jjasmine | 1 | -22/+59 |
2025-03-17 | gccrs: Replace scaffolded InlineAsm with real InlineAsm. | jjasmine | 1 | -25/+29 |
2025-03-17 | gccrs: First draft of parse_option finished | jjasmine | 1 | -2/+82 |
2025-03-17 | gccrs: Fix clobber_api brackets | jjasmine | 1 | -8/+8 |
2025-03-17 | gccrs: Working on parse_options for a bit more | jjasmine | 1 | -1/+13 |
2025-03-17 | gccrs: Introduce first implementation of parse_clobber_abi | jjasmine | 1 | -1/+75 |