doc
|
Added handler for -W
|
2012-07-28 13:59:35 +02:00 |
testsuite
|
functions-as-parameters testcase
|
2012-11-01 18:24:48 +01:00 |
.gitattributes
|
gitattributes for whitespace
|
2012-04-28 16:40:03 -04:00 |
asm.c
|
Removed even more warnings
|
2012-06-07 11:09:29 -04:00 |
ast.c
|
gcc lost it's magic analyzer and now complains about uninitialized stuff... <sadface>
|
2012-11-04 11:41:44 +01:00 |
ast.h
|
A comment/note/hint about how to deal with not-yet declared things later in past-0.2
|
2012-10-31 18:55:03 +01:00 |
AUTHORS
|
Test write access by adding an AUTHORS file
|
2012-04-24 18:47:09 +02:00 |
code.c
|
Generating checksums
|
2012-10-02 17:09:49 +02:00 |
error.c
|
it's .file, not .name'
|
2012-08-14 12:17:34 +02:00 |
exec.c
|
Remove execloop.h, we still use xmacros, but it's done with #include __FILE__ trickery. Please do not kill me, it doesn't look that bad, conditional compilation is even used in eglibc like this :P
|
2012-11-10 20:53:37 +00:00 |
flags.def
|
-fadjust-vector-fields
|
2012-08-11 19:35:08 +02:00 |
gmqcc.h
|
mem_r to realloc
|
2012-11-10 11:16:19 +01:00 |
gmqcc.vcxproj
|
gmqcc now builds on visual studio
|
2012-08-14 19:06:53 -04:00 |
ir.c
|
the codegen has to use STORE_V for .vector, not STORE_FLD - contrary to the regular global-assignment, even fteqcc gets this right, so gmqcc should too
|
2012-11-09 20:11:17 +01:00 |
ir.h
|
gcc lost it's magic analyzer and now complains about uninitialized stuff... <sadface>
|
2012-11-04 11:41:44 +01:00 |
lexer.c
|
Remove execloop.h, we still use xmacros, but it's done with #include __FILE__ trickery. Please do not kill me, it doesn't look that bad, conditional compilation is even used in eglibc like this :P
|
2012-11-10 20:53:37 +00:00 |
lexer.h
|
preprocessing flag for the lexer
|
2012-11-02 18:33:51 +01:00 |
main.c
|
Delete the test preprocess.c file and get the use/build part out of main.c/Makefile
|
2012-11-02 18:59:21 +01:00 |
Makefile
|
Remove execloop.h, we still use xmacros, but it's done with #include __FILE__ trickery. Please do not kill me, it doesn't look that bad, conditional compilation is even used in eglibc like this :P
|
2012-11-10 20:53:37 +00:00 |
parser.c
|
Merged parsing of variable and field declarations into 1 function
|
2012-11-09 19:10:27 +01:00 |
util.c
|
util_memory_r with byte=0 will now call util_memory_d and return NULL
|
2012-11-10 12:17:05 +01:00 |
warns.def
|
-Wassign-function-types - since in qcc you may assign functionpointers which take different parameters...
|
2012-10-28 20:31:35 +01:00 |