shithub: scc

RSS feed

c0e6f34d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/16 02:14
Don't include <sys/types.h> in cc.h

79d964bd – Michael Forney <mforney@mforney.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/15 06:35
Use LINESIZ instead of MAXLINE (200)

8c89b030 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/15 10:23
[cc1-cc2] Mark vararg function definitions

3f821970 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/15 06:55
[cc1] Fix valid_va_list

3f387257 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/15 04:00
[tests] Fix test added in 6fe29dd

8c3fe74e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/15 03:59
[cc1] Fix small typo

f49e6a25 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/15 03:58
[cc1] Fix prototype declaration

8fa4d78c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/15 03:46
[cc1] Add names to enums

ffe00cd0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/14 17:39
[cc1] Fix segfault in mktype()

b897cc91 – Michael Forney <mforney@mforney.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/13 13:45
[cc1-cc2] Fix some typos

e1bdd594 – Michael Forney <mforney@mforney.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/13 13:40
[cc1] Allow TYPEIDEN in cast

135cd727 – Michael Forney <mforney@mforney.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/13 06:28
Fix namespace for previously declared nested struct identifier

d6d544e9 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/14 11:38
[driver] Parse -Wfoo as -w

4508f6fa – Quentin Rameau <quinq@fifth.space> authored on 2017/02/14 09:16
[driver] Parse -Ofoo but ignore it (at least for now)

1fdd688f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/14 10:20
[cc1-cc2] Differentiate varadic calls

3b4a6023 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/14 09:48
[cc1] Return error in addinput() when a file cannot be openend

0049d447 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/13 11:58
[cc1] Add warnings in builtin_va_start()

8533b994 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/13 04:13
[cc1] Add warnings about promotable types in va_arg()

1093e4c4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/12 17:00
[libc] Add stdarg.h builtin for qbe and amd64

69fd6848 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/12 11:51
[cc2-qbe] Fix writeout() without a function

7d3fad26 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/11 05:46
[cc2-qbe] Add support for va_arg to qbe

2a705d1e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/11 02:53
[cc2] Add generic support for builtins in cc2

6ce01bc2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/10 15:01
[cc1] Add missed extern keyword in globals declaration

408195a3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/10 15:00
[cc1] Add support for va_arg builtins

9493bae2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/06 11:45
[cc1] Remove popctx() from compound()

45d979a0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/06 09:21
[cc1] Fix code.c in linux

335eb0c1 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/04 17:40
[cc1] Fix compilation after 7c9e9d84

99919399 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/04 17:01
[cc1] Add fold case for !!

fe2a918f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/04 16:57
[cc1] Remove negate()

8fdfb3f1 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/04 16:42
[cc1] Rewrite fold.c

ec632e06 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/04 13:56
[cc1] Remove iconstexpr()

cbb84882 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/04 12:26
[cc1] Add prtree()

be4a2c86 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/03 13:00
[cc1] fix a type introduced in 73173f3

7dbe07d8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/03 10:11
[cc2-qbe] Handle left casts in abbreviations

7fba4ee7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/03 06:03
[cc1] Move castcode() from fold.c to expr.c

ea965d12 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/03 04:44
Revert "[cc1] Don't deal abbreviations as other operations"

59862306 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/03 04:44
Revert "[cc1] Fix inc/dec operators"

f4273538 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/02 08:53
[cc1] Fix inc/dec operators

468e33ca – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/01/31 14:18
[cc1] Don't deal abbreviations as other operations

04f9a41d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored and Quentin Rameau <quinq@fifth.space> committed on 2017/01/30 10:52
[cc1] Use LOC variables for input

4428ef86 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/01/27 06:13
[cc1] Remove bits from old 8 bit version

3f7cefe8 – Quentin Rameau <quinq@fifth.space> authored on 2017/01/25 11:14
[cc1] fix tool name in usage()

50ba8131 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/01/25 10:59
Makefile: Don't use the name of the driver binary in main Makefile

f5d6bef3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/01/25 10:13
[cc1] Implement -M flag

bac3b4bf – Quentin Rameau <quinq@fifth.space> authored on 2017/01/25 07:09
[cc1] remove per-calling name different behaviour

c2d4cf24 – Quentin Rameau <quinq@fifth.space> authored on 2017/01/24 13:45
[cpp] use a shell script instead of cc1 binary

3fb3ff2c – Quentin Rameau <quinq@fifth.space> authored on 2017/01/24 12:39
[cpp] provide a way to configure sys include paths

5a94ac5e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/01/24 12:18
[libc] Fix intptr_t in z80

2ccd8d84 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/01/24 12:06
[tests] Use stdint.h in 0107-bnot.c

a43b681f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/01/24 11:49
[libc] Fix sizes in z80/stdint.h

acdc9fd4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/01/24 11:28
[cc2-qbe] Check void type out of int and floats