2012-10-02 |
Dale Weiler | some awesome documentation about CRC for future viewers |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | Add the actual crc implementation |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | leaving the old crc in, commented out |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | Cleaner crc implementation |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | Generating checksums |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | code_crc added, initializing to 0 |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | Print a warning if end_sys_fields was declared as a... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | don't warn about unused end_sys_{globals,fields} |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | link with $(LIBS), so on linux you can easily add ... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | removing some old unused stuff from lexer.h |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | forgot to put the -Werror in --help into the actual... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | remove unimplemented -f flags from --help, add the... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | Add -Werror to the --help message |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | alignment fix |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | -benchmark option to take the time in a rather simple way |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | etos builtin... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | ir_builder_delete now causes the ..._delete_quick funct... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | cache the IMMEDIATE string in the builder directly |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | copy the function context over to its ir_value as well |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | cache filenames as such instead of using code_cachedstring |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | not using cachedstring on generated string values anymo... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | fixing token-reset in modelname |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | ir_value now checks if a name was specified |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | Not labeling temps/blocks if opts_dump isn't specified |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | better labelling in ast_function_labeling, this time... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | ir: don't require a label on a block |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | the lexer now doesn't _allocate_ the token structure... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | parse_variable refactored, moved out the parsing of... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | renaming some parser functions, mainly shortining thing... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | Adding static keyword to some more parser functions |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | create_vector_members sanitized |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | ir_value_life_merge_into: fix a possible underflow |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | Fixing handling of duplicate frame macros: 'continue... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | slight change to ir_value_dump_life; fixing ir_value_li... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | use the expression's linenumber for the 'statement... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | -Weffectless-statement now also triggers on effectless... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | for the sake of testing: -Wnone |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | -Weffectless-statement, on by default, creates 'stateme... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | add 'X has been declared here:' too the too-few/many... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | Warn about unused globals too, not about functions... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | Warna bout unused variables - -Wunused-variable, on... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | fixing up prevoius commit: cannot reference the parser... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | Make the lexer use the correct error-printing mechanism |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | -Wframe-macros, warn about duplicate frame macro defini... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | the -std=qcc set of operators, still have to verify... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | Add the empty globaldef/fielddef to the object, savegam... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | Don't add DEF_SAVEGLOBAL for locals actually... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | Adding DEF_SAVEGLOBAL, marking globals as to-be-saved... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | it's not the IR's job to fail when a local of the same... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | removing some extra newlines in ast error messages |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | fix: check if parsing a variable initializer failed |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | fixing mem-vector resize function |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | qcvm won't print checksum or entity field area size... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | -std=qcc now warns about variadic functions via -Wexten... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | Removing print2 and print3 from data/parsing.qc, replac... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | Variadic functions: works for builtins, warns for imple... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | for the lexer 3 dots now become TOKEN_DOTS |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | Possibility to call a main function with parameters... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | on linux we need -lm for sqrt |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Wolfgang (Blub... | vtos should use the same quotes as we use in qc source |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | MUL_VF and MUL_FV get their special life-range handling |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | commenting on the quirks of MUL_VF and MUL_FV in gmqcc... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | using %i for instruction opcode output is a little... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | committing gmqcc.h for previous exec.c commit: qc_progr... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | cut off too-long strings in disassembly |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | when using -trace in qcvm: print a newline after every... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | Nicer -trace output in qcvm/exec |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | it's SUB_V not DUB_V |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | fix the functiondef's .locals... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | for liferange calc: the block we start from must tart... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | fixing some debug output |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | more info with -dump |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | qc_vlen, and adding numbers to all builtins for clarity |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | error builtin to bail out, pawn now _always_ nulls... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | memvector resize needs to set _count as well |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | Mask out "MEM" debug messages when -memchk wasn't used |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | add ticks around vector strings created by vtos |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | vtos builtin |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | Have the parser generate immediates AFTER generating... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | First generate the globals, then the fields, so the... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | -printdefs for qcvm |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | option: -force-crc=number, added -info to executor... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | Pop off all the locals after a function |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | some vector tests |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | make track=no adds -DNOTRACK WARNING: do not compile... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | -Wimplicit-function-pointer, functions without bodies... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | Don't try to generate function code for functions witho... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Wolfgang (Blub... | Removing -std=c90, which was just used to make sure... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | ast_ifthen_codegen: the merge-jumps for an if's branche... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | Since we currently append AINSTR_END to the end of... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | Do not generate an OFS_RETURN variable, the IR doesn... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | Fix getline usage in main.c, fix WARN_VOID_VARIABLE... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | TYPE_FUNCTION values which are not constant are now... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | right... instead of checking for end_sys_globals twice... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | -Wvoid-variables, QC uses 2 special void-typed variable... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | let test_ast compile again |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | uninit.qc test |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | nicer output for lost blocks in memory info |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | memblock_t is now a double-linked list so we can show... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Wolfgang (Blub... | at last, the annoying missing ast_delete(typevar) |
commit | commitdiff | tree | snapshot |
next |