aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src
Commit message (Expand)AuthorAgeFilesLines
* Be more specific on unused objectsMiquel Sabaté Solà2026-07-071-2/+7
* Preserve the 'accessed' member on macro argumentsMiquel Sabaté Solà2026-07-071-1/+12
* Do not optimize away unresolved non-jumpsMiquel Sabaté Solà2026-07-071-1/+31
* Refer to the original file for unused objectsMiquel Sabaté Solà2026-06-052-22/+28
* Rename "raw address" to "label"Miquel Sabaté Solà2026-04-301-2/+2
* Issue a warning on unused macrosMiquel Sabaté Solà2026-04-301-0/+33
* Don't do the 'accessed' check if "check:ignore" was givenMiquel Sabaté Solà2026-04-301-2/+5
* Allow a magic "check:ignore" commentMiquel Sabaté Solà2026-04-301-1/+1
* nasm/xa65: add the --allow-unused optionMiquel Sabaté Solà2026-04-301-2/+21
* Add a new 'check' stage in assemble()Miquel Sabaté Solà2026-04-302-108/+108
* Send an error for unused .proc'sMiquel Sabaté Solà2026-04-282-42/+104
* nasm: add the --split-segments optionMiquel Sabaté Solà2026-04-281-1/+10
* Add the context's name into memory rangesMiquel Sabaté Solà2026-04-252-4/+8
* Add the .min and the .max control expressionsMiquel Sabaté Solà2026-04-243-0/+91
* Allow scoped names in __fallthrough__Miquel Sabaté Solà2026-04-241-1/+1
* Add a big endian control statementMiquel Sabaté Solà2026-04-243-5/+73
* Add the .version pseudo-variableMiquel Sabaté Solà2026-04-243-0/+45
* Update the code style to the latest stable RustMiquel Sabaté Solà2026-04-242-15/+10
* Fix outdated comment on __fallthrough__Miquel Sabaté Solà2026-04-241-4/+4
* Fix calls with arguments containing addressesMiquel Sabaté Solà2026-04-241-1/+46
* Ensure expressions in arguments are fully parsedMiquel Sabaté Solà2026-04-232-0/+33
* Implement the asan:stack statementMiquel Sabaté Solà2026-04-083-7/+328
* Re-create the values for bundle call argumentsMiquel Sabaté Solà2026-03-101-4/+38
* Ignore GLOBAL_CONTEXT on force_context_switch()Miquel Sabaté Solà2026-03-091-0/+6
* asan: ignore names from macro argumentsMiquel Sabaté Solà2026-03-092-5/+6
* Define the global scope to a more obscure nameMiquel Sabaté Solà2026-02-251-1/+1
* Fix small indentation typoMiquel Sabaté Solà2026-02-251-1/+1
* Raise an error when a control statement does not existMiquel Sabaté Solà2026-02-251-11/+10
* Allow using a byte for indirect jumpsMiquel Sabaté Solà2026-02-111-11/+12
* asan: Fix validation on indirect jumpsMiquel Sabaté Solà2026-02-111-3/+1
* asan: don't complain on arithmetic with addressesMiquel Sabaté Solà2026-02-061-4/+17
* Fix the arithmetic on indexed addressing modesMiquel Sabaté Solà2026-02-051-51/+136
* Make the fallthrough error more explicitMiquel Sabaté Solà2026-02-031-1/+4
* Avoid invalid identifiers in proc/macro/scopeMiquel Sabaté Solà2026-02-031-7/+58
* Ensure __fallthrough__ is not considered a valid identifierMiquel Sabaté Solà2026-02-031-1/+4
* Change .fallthrough to __fallthrough__Miquel Sabaté Solà2026-02-024-38/+49
* Fix typo in commentMiquel Sabaté Solà2026-02-021-1/+1
* Add the .fallthrough control statementMiquel Sabaté Solà2026-02-023-1/+98
* Warn on pointless (un)conditional branchingMiquel Sabaté Solà2026-02-022-0/+88
* xixanta: add context from macro expansionsMiquel Sabaté Solà2026-02-023-4/+163
* asan: move the conflict check into its own loopMiquel Sabaté Solà2025-12-151-18/+30
* Allow constants in asan:reserve statementsMiquel Sabaté Solà2025-12-153-29/+78
* asan: addresses >= 0x2000 cannot be reserved spaceMiquel Sabaté Solà2025-12-151-10/+15
* Report on multi-byte values on arithmetic evaluationMiquel Sabaté Solà2025-12-151-0/+32
* Forbid to .include something which is not a fileMiquel Sabaté Solà2025-12-151-17/+17
* Do not allow empty strings on .includeMiquel Sabaté Solà2025-12-151-0/+24
* Allow asan:reserve to receive an usizeMiquel Sabaté Solà2025-12-144-26/+34
* xixanta: Don't allow negative variables on asanMiquel Sabaté Solà2025-09-121-4/+41
* asan: Add fixes on absolute/indirect addressingMiquel Sabaté Solà2025-09-031-1/+6
* Apply asan:ignore also when bundlingMiquel Sabaté Solà2025-09-031-1/+13