[cc2-qbe] Fix generated qbe for ternary expressions
[libc] Add architecture dependant part of signal.h
[libc] Add stddef.h
[libc] Update stdlib.h from c99 standard text
[libc] Update stdio.h from the c99 text
Revert "[libc] Use a counter in strlen"
[libc] Fix strcmp() and strcoll()
[libc] Don't call to __assert always
[libc] Add stdbool.h
[libc] Add setlocale()
[libc] Make strcat style consistent with the rest
[libc] Make strrchr style consistent with the rest
[libc] Use a counter in strlen
[libc] Make memset style consistent with the rest
[libc] Remove a cast from memcpy
[libc] Add strcoll()
[libc] Add memchr()
[libc] Add memcmp()
[libc] Add memmove()
[libc] Fix strncpy()
[libc] Add memcpy()
[libc] Add memset()
[libc] Add strncat()
[libc] Add strncpy()
[libc] Add strcat()
[libc] Add strrchr()
[libc] Fix libc.a target
[libc] Add strchr()
[libc] Add strlen()
[libc] Add all target to the Makefile
[libc] Add strcmp()
[libc] Add strcpy()
[cc1] Fix eqtype for structs and unions with the same number of fields
[lib] Remove unnecessary <inttypes.h> include
[cc2-qbe] Remove deletion of consecutive labels
[libc] Move all the architecuter bits to bits
[libc] Make stdint.h portable between architectures
[libc] Move stdarg.h to the common directory
[libc] Make string.h portable between architectures
[libc] Move signal.h to the common directory
[libc] Make stdlib.h portable between architectures
[libc] Make stdio.h portable between architectures
[libc] Add basic Makefile for libc
[libc] Add implementation of assert()
[libc] Move architecture independent headers to include/
[test]Force delete libcc.a so scc is actually used to rebuild it.
Add .a support to driver.
Simplify selfhost.sh script.
Avoid accessing beyond end of string
Add a test script to incrementally self host.
Use assign() to parse va_start last arg symbol
Don't include <sys/types.h> in cc.h
Use LINESIZ instead of MAXLINE (200)
[cc1-cc2] Mark vararg function definitions
[tests] Fix test added in 6fe29dd
[cc1] Fix small typo
[cc1] Fix prototype declaration
[cc1] Add names to enums
[cc1] Fix segfault in mktype()
[cc1-cc2] Fix some typos
[cc1] Allow TYPEIDEN in cast
Fix namespace for previously declared nested struct identifier
[driver] Parse -Wfoo as -w
[driver] Parse -Ofoo but ignore it (at least for now)
[cc1-cc2] Differentiate varadic calls
[cc1] Return error in addinput() when a file cannot be openend
[cc1] Add warnings in builtin_va_start()
[cc1] Add warnings about promotable types in va_arg()
[libc] Add stdarg.h builtin for qbe and amd64
[cc2-qbe] Fix writeout() without a function
[cc2-qbe] Add support for va_arg to qbe
[cc2] Add generic support for builtins in cc2
[cc1] Add missed extern keyword in globals declaration
[cc1] Add support for va_arg builtins
[cc1] Remove popctx() from compound()
[cc1] Fix code.c in linux
[cc1] Fix compilation after 7c9e9d84
[cc1] Add fold case for !!
[cc1] Remove negate()
[cc1] Rewrite fold.c
[cc1] Remove iconstexpr()
[cc1] Add prtree()
[cc1] fix a type introduced in 73173f3
[cc2-qbe] Handle left casts in abbreviations
[cc1] Move castcode() from fold.c to expr.c
Revert "[cc1] Don't deal abbreviations as other operations"
Revert "[cc1] Fix inc/dec operators"
[cc1] Fix inc/dec operators
[cc1] Don't deal abbreviations as other operations
[cc1] Use LOC variables for input
[cc1] Remove bits from old 8 bit version
[cc1] fix tool name in usage()
Makefile: Don't use the name of the driver binary in main Makefile
[cc1] Implement -M flag
[cc1] remove per-calling name different behaviour
[cpp] use a shell script instead of cc1 binary
[cpp] provide a way to configure sys include paths