shithub: scc

RSS feed

d59f217f – Quentin Rameau <quinq@fifth.space> authored on 2016/06/08 12:18
[driver] use dynamic instead of fixed sized tools args

d3469c8a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/15 13:48
[lib] Use ARFLAGS instead of using hardcodes one

bae95bb5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/15 13:15
[lib] Move .POSIX at the beginning

7bc77eb2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/15 12:52
[lib] Execute ranlib in every library update

bcb06202 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/15 07:06
Update config.mk after deboolification

80dbb718 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/14 14:03
[cc2-qbe] Fix merging of labels

f6ee7ffb – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/14 12:02
[cc2-qbe] Do not append ':' to block labels

79653a93 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/14 08:58
[cc1] Deal with redefinitions in the command line

73484d03 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/14 08:31
[cc1] Add support for -U in cc1

6f62daf4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/14 08:17
[cc1] Avoid error with macros without pattern

e2a51c17 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/09 12:10
[cc1] Update TODO

e7db091c – Quentin Rameau <quinq@fifth.space> authored on 2016/06/07 12:32
[cc2-qbe] fix unary and binary operators generation

98ac3b3a – Quentin Rameau <quinq@fifth.space> authored on 2016/06/07 11:32
[cc2] join two if statements into one in main

fea3a7d9 – Quentin Rameau <quinq@fifth.space> authored on 2016/06/07 11:24
[driver] use early return logic in linkobjs

f936212f – Quentin Rameau <quinq@fifth.space> authored on 2016/06/07 11:17
Revert "[driver] use pointers in tools lookup table"

0b9315d8 – Quentin Rameau <quinq@fifth.space> authored on 2016/06/07 10:24
[driver] adapt spawn() style to the other functions

1b44445e – Quentin Rameau <quinq@fifth.space> authored on 2016/06/07 10:19
[driver] add support for .o input files

2a5dae50 – Quentin Rameau <quinq@fifth.space> authored on 2016/06/07 10:12
[driver] replace checktool with validatetools

5fbae6b1 – Quentin Rameau <quinq@fifth.space> authored on 2016/06/07 09:57
[driver] introduce a tee tool per process output

c2c0b221 – Quentin Rameau <quinq@fifth.space> authored on 2016/06/07 09:37
[driver] use pointers in tools lookup table

94a509a1 – Quentin Rameau <quinq@fifth.space> authored on 2016/06/04 09:21
[driver] add w flag

045135ee – Quentin Rameau <quinq@fifth.space> authored on 2016/06/04 09:12
[driver] add o flag for linking to specified file

6d5bea0f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/07 05:50
[cc2-qbe] Remove OPAR from the cgen() switch

ca0ece0f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/07 05:36
[cc2-qbe] Improve ternary() in cgen.c

a9a44d98 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/07 05:32
[cc2-qbe] Implement ternary operator

0a32c4a0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/07 05:19
[cc2-qbe] Add assign() in cgen.c

e915714c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/07 04:41
[cc2] Fix parsing of ternary operators

e3598b4d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/06/07 04:40
[cc2] Add newlabel()

cf7e9ca4 – Quentin Rameau <quinq@fifth.space> authored on 2016/06/04 08:59
[driver] modify argument number check in addarg()

378bae2d – Quentin Rameau <quinq@fifth.space> authored on 2016/06/04 08:48
[driver] add linking support