aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* lowering of structcopylemon2023-06-137-93/+178
|
* oopslemon2023-06-131-1/+1
|
* use a hashtable for addr refslemon2023-06-137-18/+39
|
* lower allocas in isel() instead of emit() and misc fixeslemon2023-06-1311-172/+146
|
* amd64/emit: add commentslemon2023-06-121-87/+115
|
* add todo.txtlemon2023-06-121-0/+11
|
* dumblemon2023-06-121-9/+8
|
* xor reg,reglemon2023-06-123-5/+29
|
* nyi fdivlemon2023-06-121-1/+1
|
* dec,inc,sublemon2023-06-125-3/+57
|
* bugfixlemon2023-06-122-3/+4
|
* amd64/emit: emit LEA for 3-address ADDlemon2023-06-121-3/+14
|
* oopslemon2023-06-121-1/+1
|
* something with philemon2023-06-123-36/+18
|
* register renaming and suchlemon2023-06-1210-92/+351
|
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0lemon2023-06-1112-203/+267
|
* isel skeletonlemon2023-06-1015-167/+742
|
* pointer arith bugifxlemon2023-06-081-1/+2
|
* codegen skeletonlemon2023-06-0615-18/+417
|
* regalloc: lower phislemon2023-06-052-5/+27
|
* encode calls a different way in the IRlemon2023-06-059-178/+158
|
* fix classify ptrslemon2023-06-051-2/+2
|
* stylelemon2023-06-056-29/+33
|
* strlitslemon2023-06-057-20/+85
|
* command line switch for debug optionslemon2023-06-057-12/+34
|
* better diagnosticslemon2023-06-046-22/+65
|
* enum fixeslemon2023-06-042-8/+9
|
* better enumslemon2023-06-042-14/+55
|
* ; after do whilelemon2023-06-041-0/+1
|
* correctly handle function call returning narrow intlemon2023-06-042-7/+16
|
* enumslemon2023-06-042-5/+57
|
* evaluate call args backwardslemon2023-06-046-14/+45
|
* oopslemon2023-06-041-0/+1
|
* bugfixlemon2023-06-044-16/+31
|
* makefile: automatic dependency generationlemon2023-06-041-13/+4
|
* support calling undeclared functionslemon2023-06-043-2/+23
|
* fix associativity of assignment expressionslemon2023-06-042-3/+5
|
* optimize away unused results when expression is only evaluated for side effectslemon2023-06-042-24/+48
|
* do whilelemon2023-06-042-0/+27
|
* gooflemon2023-06-041-1/+5
|
* abi lowering passlemon2023-06-0414-312/+667
|
* basic ABI lowering of aggregateslemon2023-06-0112-159/+447
|
* struct args and returnlemon2023-06-019-54/+150
|
* regalloc skeletonlemon2023-05-3113-60/+298
|
* fix cmp exprslemon2023-05-311-2/+3
|
* stylelemon2023-05-311-3/+3
|
* '!' optimizationslemon2023-05-313-6/+39
|
* fix void conditional expr; condjump, condexprvalue optimizationslemon2023-05-314-45/+158
|
* phis?lemon2023-05-306-139/+162
|
* bugfix with if true branch ending in returnlemon2023-05-302-13/+14
|