| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the way struct CStrings are handled. | Edmund Grimley Evans | 2015-11-26 | 1 | -14/+12 |
| * | tccgen.c: Give error if statement expression found when const wanted. | Edmund Grimley Evans | 2015-11-26 | 1 | -6/+2 |
| * | tccgen.c: Try to make sizeof(!x) work. | Edmund Grimley Evans | 2015-11-22 | 1 | -3/+1 |
| * | tccgen.c: Bug fix for 992cbda and 3ff77a1: set nocode_wanted. | Edmund Grimley Evans | 2015-11-21 | 1 | -8/+26 |
| * | Improve constant propagation with "&&" and "||". | Edmund Grimley Evans | 2015-11-20 | 1 | -50/+53 |
| * | tccgen: asm_label cleanup | grischka | 2015-11-20 | 1 | -39/+30 |
| * | tccgen.c: Recognise constant expressions with conditional operator. | Edmund Grimley Evans | 2015-11-20 | 1 | -7/+7 |
| * | tccgen.c: In parse_btype, handle typedef types with added type qualifiers. | Edmund Grimley Evans | 2015-11-19 | 1 | -1/+11 |
| * | tccgen.c: Improvements to type_to_str (only used for error messages). | Edmund Grimley Evans | 2015-11-19 | 1 | -0/+9 |
| * | tccgen.c: Avoid undefined behaviour in constant propagation. | Edmund Grimley Evans | 2015-11-17 | 1 | -31/+38 |
| * | Merge the integer members of union CValue into "uint64_t i". | Edmund Grimley Evans | 2015-11-17 | 1 | -65/+61 |
| * | tccgen.c: Use memmove for struct assignment: dest and src may be equal. | Edmund Grimley Evans | 2015-11-04 | 1 | -1/+2 |
| * | tccgen.c: Fix memory leak involving asm_label. | Edmund Grimley Evans | 2015-11-04 | 1 | -5/+9 |
| * | tccgen.c: Remove undefined shift of negative signed value. | Edmund Grimley Evans | 2015-10-15 | 1 | -3/+4 |
| * | a number as a field name (part 2) | seyko | 2015-09-25 | 1 | -0/+2 |
| * | a number as a field name | seyko | 2015-09-25 | 1 | -2/+4 |
| * | Revert "fix-mixed-struct (patch by Pip Cet)" | gus knight | 2015-07-29 | 1 | -81/+5 |
| * | Revert all of my changes to directories & codingstyle. | gus knight | 2015-07-29 | 1 | -0/+6463 |
| * | Reorganize the source tree. | gus knight | 2015-07-27 | 1 | -6463/+0 |
| * | Clean up lots of rogue tabs. | gus knight | 2015-07-27 | 1 | -169/+169 |
| * | Trim trailing spaces everywhere. | gus knight | 2015-07-27 | 1 | -110/+110 |
| * | fix-mixed-struct (patch by Pip Cet) | seyko | 2015-05-14 | 1 | -5/+81 |
| * | tccpp: fix issues, add tests | grischka | 2015-05-09 | 1 | -25/+31 |
| * | a lot simpler VLA code | seyko | 2015-05-04 | 1 | -80/+33 |
| * | fix vstack leak | Philip | 2015-04-29 | 1 | -1/+2 |
| * | VLA fix: save stack pointer right after modification | Philip | 2015-04-28 | 1 | -6/+9 |
| * | fix VLA/continue issue | Philip | 2015-04-27 | 1 | -0/+23 |
| * | Revert "* and #pragma pop_macro("macro_name")" | grischka | 2015-04-23 | 1 | -0/+1 |
| * | * and #pragma pop_macro("macro_name") | seyko | 2015-04-21 | 1 | -1/+0 |
| * | option to use an old algorithm of the array in struct initialization | seyko | 2015-04-10 | 1 | -4/+31 |
| * | a bounds checking code for the ARCH=x86_64 | seyko | 2015-04-10 | 1 | -2/+17 |
| * | fix the bug #31403: parser bug in structure | seyko | 2015-04-10 | 1 | -3/+16 |
| * | make a bound checking more compatible with Windows 64 | seyko | 2015-03-26 | 1 | -4/+4 |
| * | A right fix for the array in struct initialization w/o '{' | seyko | 2015-03-23 | 1 | -20/+9 |
| * | Revert of the commit: fix for the array in struct initialization w/o '{', case 2 | seyko | 2015-03-23 | 1 | -16/+9 |
| * | restore a linux 2.4.26 kernel compilation (commit 5bcc3eed7b93 correction) | seyko | 2015-03-20 | 1 | -1/+5 |
| * | tccgen.c: (!nocode_wanted) -> (nocode_wanted) in arm64 part. | Edmund Grimley Evans | 2015-03-10 | 1 | -2/+2 |
| * | Add some missing nocode_wanted guard | Thomas Preud'homme | 2015-03-10 | 1 | -16/+27 |
| * | Remove incorrect comment | Michael Matz | 2015-03-09 | 1 | -2/+0 |
| * | Fix stack overwrite on structure return | Michael Matz | 2015-03-09 | 1 | -8/+12 |
| * | arm64: Implement __clear_cache. | Edmund Grimley Evans | 2015-03-08 | 1 | -0/+12 |
| * | tccgen.c: Optimise 0<<x, 0>>x, -1>>x, x&0, x*0, x|-1, x%1. | Edmund Grimley Evans | 2015-03-07 | 1 | -10/+25 |
| * | fix for the array in struct initialization w/o '{', case 2 | seyko | 2015-03-07 | 1 | -9/+16 |
| * | Add __builtin_return_address. | Edmund Grimley Evans | 2015-03-06 | 1 | -1/+13 |
| * | fixing decl_initializer() for size_only: don't eat ')' | seyko | 2015-03-05 | 1 | -2/+8 |
| * | A reverse of the commit 14745bdeb because of the problems while compiling lin... | seyko | 2015-03-03 | 1 | -18/+15 |
| * | a void to void cast. | seyko | 2015-03-03 | 1 | -2/+14 |
| * | a statement expressions with a pointer return type | seyko | 2015-03-03 | 1 | -1/+5 |
| * | iitialisation of the empty struct | seyko | 2015-03-03 | 1 | -0/+20 |
| * | tcc don't understand am extern array of structs. | seyko | 2015-03-03 | 1 | -2/+2 |