aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
Commit message (Expand)AuthorAgeFilesLines
* Error out on operations on structsMichael Matz2016-05-121-3/+3
* tccgen: scopes levels for local symbols (update 2)grischka2016-05-061-11/+14
* tccgen: scopes levels for local symbols (update 1)grischka2016-05-051-5/+6
* tccgen: scope levels for local symbolsgrischka2016-05-051-23/+26
* sym_push2 optimized for the local_stack case.seyko2016-05-041-3/+3
* -fno-type-redefinition-checkseyko2016-05-041-5/+7
* Improve hash performanceVlad Vissoultchev2016-04-171-1/+1
* __builtin_expect no-opseyko2016-04-161-0/+37
* tccgen.c: Allow type attributes to prefix enum/struct/union nameVlad Vissoultchev2016-04-061-10/+14
* nocode_wanted with while/for inside ({})seyko2016-04-051-3/+6
* Fix type parsingMichael Matz2016-03-241-6/+9
* Keep lvalue category on structs when evaluating ternary operatorVlad Vissoultchev2016-03-131-4/+17
* tccgen.c: Fix flex array members some moreMichael Matz2016-03-111-2/+6
* tccgen.c: off by one in flexible array membersHenry Kroll III2016-03-101-1/+1
* tccgen.c: In parse_btype, handle type qualifiers applied to arrays.Edmund Grimley Evans2016-01-111-14/+25
* Change the way struct CStrings are handled.Edmund Grimley Evans2015-11-261-14/+12
* tccgen.c: Give error if statement expression found when const wanted.Edmund Grimley Evans2015-11-261-6/+2
* tccgen.c: Try to make sizeof(!x) work.Edmund Grimley Evans2015-11-221-3/+1
* tccgen.c: Bug fix for 992cbda and 3ff77a1: set nocode_wanted.Edmund Grimley Evans2015-11-211-8/+26
* Improve constant propagation with "&&" and "||".Edmund Grimley Evans2015-11-201-50/+53
* tccgen: asm_label cleanupgrischka2015-11-201-39/+30
* tccgen.c: Recognise constant expressions with conditional operator.Edmund Grimley Evans2015-11-201-7/+7
* tccgen.c: In parse_btype, handle typedef types with added type qualifiers.Edmund Grimley Evans2015-11-191-1/+11
* tccgen.c: Improvements to type_to_str (only used for error messages).Edmund Grimley Evans2015-11-191-0/+9
* tccgen.c: Avoid undefined behaviour in constant propagation.Edmund Grimley Evans2015-11-171-31/+38
* Merge the integer members of union CValue into "uint64_t i".Edmund Grimley Evans2015-11-171-65/+61
* tccgen.c: Use memmove for struct assignment: dest and src may be equal.Edmund Grimley Evans2015-11-041-1/+2
* tccgen.c: Fix memory leak involving asm_label.Edmund Grimley Evans2015-11-041-5/+9
* tccgen.c: Remove undefined shift of negative signed value.Edmund Grimley Evans2015-10-151-3/+4
* a number as a field name (part 2)seyko2015-09-251-0/+2
* a number as a field nameseyko2015-09-251-2/+4
* Revert "fix-mixed-struct (patch by Pip Cet)"gus knight2015-07-291-81/+5
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+6463
* Reorganize the source tree.gus knight2015-07-271-6463/+0
* Clean up lots of rogue tabs.gus knight2015-07-271-169/+169
* Trim trailing spaces everywhere.gus knight2015-07-271-110/+110
* fix-mixed-struct (patch by Pip Cet)seyko2015-05-141-5/+81
* tccpp: fix issues, add testsgrischka2015-05-091-25/+31
* a lot simpler VLA codeseyko2015-05-041-80/+33
* fix vstack leakPhilip2015-04-291-1/+2
* VLA fix: save stack pointer right after modificationPhilip2015-04-281-6/+9
* fix VLA/continue issuePhilip2015-04-271-0/+23
* Revert "* and #pragma pop_macro("macro_name")"grischka2015-04-231-0/+1
* * and #pragma pop_macro("macro_name")seyko2015-04-211-1/+0
* option to use an old algorithm of the array in struct initializationseyko2015-04-101-4/+31
* a bounds checking code for the ARCH=x86_64seyko2015-04-101-2/+17
* fix the bug #31403: parser bug in structureseyko2015-04-101-3/+16
* make a bound checking more compatible with Windows 64seyko2015-03-261-4/+4
* A right fix for the array in struct initialization w/o '{'seyko2015-03-231-20/+9
* Revert of the commit: fix for the array in struct initialization w/o '{', case 2seyko2015-03-231-16/+9