shithub: scc

RSS feed

bcedb219 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 10:51
cc2/qbe: Use sethi numbers in all of assign ops

2490562f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 09:43
cc2: Move tmpnode() to generic code

d45810bf – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 05:24
cc2/qbe: Change rhs() to return Node

829833bc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 05:24
cc2/qbe: Change ternary() to return Node

3fa39059 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 05:24
cc2/qbe: Change lhs() to return Node

4fc379d9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 05:24
cc2/qbe: Change field() to return Node

d82fe810 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 05:24
cc2/qbe: Change call() to return Node

48669bd9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 05:24
cc2/qbe: Change cast() to return Node

3c2610fd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 05:24
cc2/qbe: Change load() to return Node

3f1b3e7a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 05:24
cc2/qbe: Change load() to return Node

1c90dd8f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 04:16
cc2/qbe: Simplify sethi()

2b05b5d5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 03:54
cc2/qbe: Add complex()

a6692449 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 03:35
tests/cc: Add error test for casts in lvalue

c93d98b6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 03:30
cc1: Change name of variables in cast()

845cfbbd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/04 03:20
cc1: Mark casts as no lvalue

e5e6cd22 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/03 18:56
cc2/qbe: Move casts in assignation to sethi()

56cb1396 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/03 13:32
tests/cc: Enable test 0168-array.c

08a32f26 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/03 13:28
tests/cc: Enable 0156-duff2.c

8a564b2e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/03 04:40
cc2/qbe: Add support for register parameters

3b779b98 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/03 04:29
cc2: Differentiate between variable and machine register

c7aa9492 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/03 02:28
cc2/qbe: Whitespace change

05ade8e9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/03 01:43
cc2/qbe: Use sethi number to drive assign generation

a589d021 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/03 02:43
Revert "tests/cc: Enable test 0165-struct.c"

7cbc37c6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/03 01:30
cc2/qbe: Avoid mixing code and declarations

a80c5790 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/02 04:36
cc1: Accept , at the end of initlist

8e517c60 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 19:31
tests/cc: Enable 0158-ternary.c

47908385 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 19:30
tests/cc: Enable 0122-localinit.c

dcaa2fe0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 19:29
tests/cc: Enable 0121-localinit.c

1ad229b4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 19:25
cc1: Allocate an identifier for local initializers

b8d8981d – Hiltjo Posthuma <hiltjo@codemadness.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2021/11/01 17:37
cc1: fix a typo and make it compile again

44acca3c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 16:45
tests/cc: Enable 0118-voidmain.c

46304892 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 15:54
cc1: Merge k&r and ansi function definitions

a04925b0 – Christoph Lohmann <20h@r-36.net> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2021/11/01 15:08
Update IRC contact for __20h__ in case of main() terrorism.

39b7798c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 14:07
tests/cc: Improve core cleaning

cfcf9b62 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 14:04
tests/cc: Enable 0154-if-defined.c

462b4852 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 14:01
tests/cc: Enable 0178-include.c

ba987573 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 14:00
cc1: Enable use of macros in #include

32ceb290 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 13:55
tests/cc: Fix 0177-literal.c

38c70971 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 13:51
tests/cc: Fix 0176-macro

39d95c72 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 13:47
tests/cc: Enable test 0170-line.c

18cffd69 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 13:45
cc1: Allow empty fname in setloc()

433b9cd2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 13:36
tests/cc: Fix 0171-macros.c

4905c06d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 12:10
tests/cc: Enable test 0165-struct.c

c6229ce9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 12:06
cc1: Improve simplify()

ed1a8159 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 12:03
cc1: Fold pointer constants

42fd8018 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 12:02
cc1: Whitespace change

94ca1b27 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 11:58
cc1: Improve prtree()

990dcf7f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 06:07
tests/cc: Fix 0158-ternary.c

88def4a5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 06:07
tests/cc: Fix 0157-list.c

1ca006ce – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 06:07
tests/cc: Fix 0182-voidcast.c

e661871d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 06:00
tests/cc: Fix test 0174-decay.c

d4eb944a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2021/11/01 05:54
tests/cc: Mark 0159-typedef.c as valid test