Age | Commit message (Expand) | Author |
---|---|---|
2023-03-13 | fix memory leak | Quentin Carbonneaux |
2023-03-13 | refresh stale Tmp.link before use | Quentin Carbonneaux |
2023-03-11 | Emit .type and .size directives on RISC-V and ARM | Alexey Yerin |
2023-03-11 | kill dead stores when coalescing slots | Quentin Carbonneaux |
2023-01-09 | reorder some sections in doc v1.1 | Quentin Carbonneaux |
2022-12-27 | ready for this jelly | Quentin Carbonneaux |
2022-12-25 | link pthread in tests | Quentin Carbonneaux |
2022-12-25 | new UNDEF Ref | Quentin Carbonneaux |
2022-12-16 | update documentation | Quentin Carbonneaux |
2022-12-15 | bugfix in load elimination | Quentin Carbonneaux |
2022-12-14 | new blit instruction | Quentin Carbonneaux |
2022-12-14 | fix coalesce() to produce valid ssa | Quentin Carbonneaux |
2022-12-12 | treat retc as non-escaping | Quentin Carbonneaux |
2022-12-12 | new rsval() helper for signed Refs | Quentin Carbonneaux |
2022-12-12 | crash loads from uninitialized slots | Quentin Carbonneaux |
2022-12-12 | renamings in coalesce() | Quentin Carbonneaux |
2022-12-12 | zero msbs of 32-bit constants | Quentin Carbonneaux |
2022-11-27 | new hlt block terminator | Quentin Carbonneaux |
2022-11-24 | cosmetics in mem.c | Quentin Carbonneaux |
2022-11-22 | use a new struct for symbols | Quentin Carbonneaux |
2022-11-22 | rename Tmp.ins to be more descriptive | Quentin Carbonneaux |
2022-11-21 | fix allocation ordering bug in rega | Quentin Carbonneaux |
2022-11-21 | recognize some phis as copies | Quentin Carbonneaux |
2022-11-20 | new slot coalescing pass | Quentin Carbonneaux |
2022-11-20 | export getalias() | Quentin Carbonneaux |
2022-11-20 | make multiple calls to fillalias() possible | Quentin Carbonneaux |
2022-11-20 | stored bytes in Alias information | Quentin Carbonneaux |
2022-11-20 | argc does not leak its address argument | Quentin Carbonneaux |
2022-11-20 | make Alias.base an int | Quentin Carbonneaux |
2022-11-20 | fill definition site in filluse() | Quentin Carbonneaux |
2022-10-12 | thread-local storage for amd64_apple | Quentin Carbonneaux |
2022-10-12 | thread-local storage for arm64_apple | Quentin Carbonneaux |
2022-10-08 | mark apple targets with a boolean | Quentin Carbonneaux |
2022-10-08 | fix asm comment position | Quentin Carbonneaux |
2022-10-08 | "rel" fields become "reloc" | Quentin Carbonneaux |
2022-10-08 | do not drop relocation kind in alias analysis | Quentin Carbonneaux |
2022-10-08 | add support for thread-local storage | Quentin Carbonneaux |
2022-10-03 | flag bad vastart uses | Quentin Carbonneaux |
2022-10-03 | fix case of Pool constants | Quentin Carbonneaux |
2022-10-03 | new arm64_apple target | Quentin Carbonneaux |
2022-10-03 | refine width of parsb/ub/sh/uh ops | Quentin Carbonneaux |
2022-10-03 | add new target-specific abi0 pass | Quentin Carbonneaux |
2022-10-03 | parse sb,ub,sh,uh abi types | Quentin Carbonneaux |
2022-09-15 | Fix parsing of multiple globals in datadef | Ember Sawady |
2022-09-01 | capitalize a label | Quentin Carbonneaux |
2022-09-01 | remove two unsigned | Quentin Carbonneaux |
2022-09-01 | use direct bl calls on arm64 | Quentin Carbonneaux |
2022-08-31 | drop -G flag and add target amd64_apple | Quentin Carbonneaux |
2022-08-31 | flag the default target in "qbe -h" | Quentin Carbonneaux |
2022-08-31 | fix some variadic calls in test/abi8.ssa | Quentin Carbonneaux |