aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* abi: fix unaligned & overflowing loads/stores, for small size/aligned ↵ lemon2025-11-091-48/+84
| | | | structs passed in regs
* lex: fix single-line comment eating up preprocessor directive in next line lemon2025-11-081-1/+1
|
* lex: #warning and #error lemon2025-11-081-2/+13
|
* driver: add -I commandline option lemon2025-11-081-6/+15
|
* c: inc/dec ptr should use ptrdiff integer class lemon2025-11-071-2/+2
|
* c: fix codegen bug with compound bitfield assignment reusing wrong ↵ lemon2025-11-071-4/+7
| | | | intermediate load
* amd64: errata with unsigned greater than or equal (should be JAE) lemon2025-11-061-1/+1
|
* fold/builder: fix bad use of iscon in place of isnumcon lemon2025-11-062-6/+6
|
* c: do fold conditional exprs lemon2025-11-061-1/+16
|
* delete some dead code lemon2025-11-051-2/+0
|
* amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors lemon2025-11-0512-213/+522
|
* regalloc: misc lemon2025-11-022-3/+14
|
* cfg: allow dead blocks with alloca pseudo instrs lemon2025-11-021-2/+7
|
* c: various codegen bugs lemon2025-11-021-6/+18
|
* c: more initializer fixes lemon2025-11-021-6/+8
|
* isel: fix 3-address add when used for flags in branch lemon2025-11-021-0/+3
|
* rega: fix parallel stack moves lemon2025-11-021-6/+19
|
* isel fixes lemon2025-10-302-4/+11
|
* update todo.txt lemon2025-10-301-3/+1
|
* lex: fix bugs filling char buffer lemon2025-10-273-16/+24
|
* rega: fix Ocopy of stk->stk lemon2025-10-261-3/+2
|
* c: more initializer fixes lemon2025-10-261-11/+28
|
* isel: fix address sel for absolute int addr lemon2025-10-261-0/+7
|
* emit: remove unnecessary REX.W prfix for TEST r8 lemon2025-10-261-1/+1
|
* c: alloca fixup wrong when not emitsing lemon2025-10-251-2/+3
|
* amd64: add/sub operands less restrictive lemon2025-10-251-2/+2
|
* c: avoid generating relocations in .rodata (putting such objects in .data ↵ lemon2025-10-253-13/+30
| | | | instead for now)
* emit: PU8, PU16 lemon2025-10-251-0/+6
|
* c: bitfield initialzers lemon2025-10-242-18/+73
|
* c: also propagate terminates in genswitch lemon2025-10-242-4/+10
|
* - break; lemon2025-10-241-1/+0
|
* regalloc: fix spill edge case again lemon2025-10-241-1/+5
|
* mem2reg ssa construction silly optimization lemon2025-10-241-1/+1
|
* codegen fixes, propagate terminate lemon2025-10-243-8/+16
|
* amd64 rbpoff lemon2025-10-241-1/+1
|
* ir bugfixes lemon2025-10-234-4/+27
|
* lex enlarge internht lemon2025-10-231-1/+1
|
* c erratas lemon2025-10-232-2/+2
|
* amd64 missing stuff lemon2025-10-232-3/+12
|
* c: make `sizeof (foo)->bar` work as expected.. lemon2025-10-231-88/+102
|
* c: make builtin va_list an opaque struct lemon2025-10-234-6/+14
|
* regalloc: implement spilling output when 1 input was spilled lemon2025-10-231-5/+21
|
* lex: fix expansion for fn like macros passed as macro arguments lemon2025-10-231-1/+1
|
* lex: fix consecutive preprocessor concatenation lemon2025-10-231-7/+10
|
* c: allow empty declarations in some contexts lemon2025-10-231-4/+17
|
* use libc's stdout/stderr; also eliminate some unnecessary recursion in bfmt lemon2025-10-234-33/+66
|
* isel: fix -fpic factoring out non-symbolic address operands lemon2025-10-231-1/+1
|
* lex: fix base-16 literals adding an extra zero when there's a type suffix lemon2025-10-231-4/+3
|
* amd64: load/store from abs address constants; movabs lemon2025-10-232-21/+51
|
* eval: fix indexing string literal lemon2025-10-231-2/+2
|