[cc1] Add equiv parameter to eqtype()
Remove cc2.old
[libc] Fix definition of assert
[cc1] Avoid recovery in elseclause
[cc1] Call decay() in postfix()
[cpp] distinguish macro definition sources
[cpp] fix definition of standard macros
[cc2-qbe] fix eval call with NULL in oreturn
[arg.h] Fix arg loop when operand isn't an option
[cc2] Fix case of return without expression
Merge remote-tracking branch 'origin/master'
[cc1] Fix function alike macro without arguments
[driver] process parameters given after -- as operands
[arg.h] fix block closing count logic
[driver] fix variables order in outfname() printf()
[driver] simplify out-filenames generation logic
[driver] remove objfile only once per build failure
[driver] keep l flags and operands ordered as given
[arg.h] add a macro for handling operands in any order
[driver] add a dependency to arg.h to Makefile
[driver] output filename and error on mkstemp error
[driver] use random filenames for temporary object
[driver] fix filename output with as
[cpp] keep count of command-line macros
[cpp] unify definition of internal, cmdline, file macros
[cpp] define keywords before defining macros
[cc1] move file open handling from ilex to addinput
[tests] Import new tests for qc
[libc] Fix unterminated comment in stdlib.h
[cpp] print correct pragma in warning message
[cc1] Add stallman dependency to the Makefile
[tests] Improve chktest.sh
[cc1] Fix negation of OSYM nodes
[cc1] Fix size of pointers in 64 bit architectures
[cc1] Simplify chktest.sh
[cc1] Simplify comment()
[cc2] Update the value of sym->u.inst
[cc1] simplify readline()
[cc1] Do not allow comments between different files
[cc1] Fix comments across several files
[cc2] fix calloc call in nextpc()
[cc2-qbe] fix uninitialized haslabel in code.c
[cc2] calloc() in nextpc to initialize all fields
headers: fix a few typos
[cc1] Fix parsing of long double
fix typo in stdio.h header: size n to size_t n
[test] Use $@ instead of using current directory
[test] Improve chktest.sh
Merge remote-tracking branch 'quinq/master'
Add test suite from https://github.com/andrewchambers/qc
Merge remote-tracking branch 'origin/master'
Install scc headers is a custom directory
[lib] pass a struct items pointer in newitem
[driver] fix possible overflow in newitem()
[driver] use struct items int tool
[cc1] fix and refactor the tool name check
[driver] set tool in and out fds in settool()
[cc1] remove unecessary value assignment to failure
[driver] continue building sources on failure
[cc1] use dynamic storage for U flags
[lib][driver] move newitem() + related struct to lib
[cc1] update usage, reorder flags and arguments checks
[driver] fix failed tool value in terminate (bis)
[driver] and move object cleaning in terminate too
[driver] merge input check with other argument checks
[driver] add support for the combination of -c and -o
[cc2-qbe] Load parameters before calling functions
[cc2-qbe] Fix basic block calculation
[cc2-qbe] Fix * operator
[cc2-qbe] Fix additional return code
[cc2-qbe] Small whitespace error
[cc2-qbe] Force to have a label in bb
[cc2-qbe] Move preambule to code instructions
[cc2] change return type of eval()
Merge remote-tracking branch 'origin/master'
[cc2] Add basic support for basic blocks
Modify README
[cc1] be sure to return the error code when it is set
Remove MAKEFLAGS use in Makefiles
[driver] set unassigned fds to -1
[driver] fix failed tool value in terminate
[driver] clean in and out tool fds
[driver] use dynamic instead of fixed sized tools args
[lib] Use ARFLAGS instead of using hardcodes one
[lib] Move .POSIX at the beginning
[lib] Execute ranlib in every library update
Update config.mk after deboolification
[cc2-qbe] Fix merging of labels
[cc2-qbe] Do not append ':' to block labels
[cc1] Deal with redefinitions in the command line
[cc1] Add support for -U in cc1
[cc1] Avoid error with macros without pattern
[cc1] Update TODO