Thomas Preud'homme
eda2c756ed
Move logic for if (int value) to tccgen.c
...
Move the logic to do a test of an integer value (ex if (0)) out of
arch-specific code to tccgen.c to avoid code duplication. This also
fixes test of long long value which was only testing the bottom half of
such values on 32 bits architectures.
2014-01-04 21:10:05 +08:00
Urs Janssen
0bdbd49eac
add version number to manpage
...
avoid c++/c99 style comments in preprocessor directives
avoid leadings whitespaces in preprocessor directives
mention implemented variable length arrays in documentation
fixed ambiguous option in texi2html call (Austin English)
2013-02-17 00:48:51 +01:00
grischka
bf374a5f23
rename error/warning -> tcc_(error/warning)
2011-08-11 17:07:56 +02:00
grischka
c998985c74
cleanup: constify some global data
2009-07-18 22:07:42 +02:00
Daniel Glöckner
2c657f6608
Set VT_LVAL_xxx flags for function arguments in gfunc_prolog (Daniel Glöckner)
2008-09-12 02:36:32 +02:00
grischka
54bf8c0556
Import some changesets from Rob Landley's fork (part 1)
2007-11-14 17:34:30 +00:00
bellard
4226681d36
added optionnal bound check compile - fixed error reporting
2002-03-03 22:45:55 +00:00
bellard
5a50e73980
added CIL target
2002-02-10 16:14:03 +00:00