]> git.xonotic.org Git - xonotic/gmqcc.git/history - gmqcc.h
fixing the messup of MUL_FV and _VF being swapped - getting rid of additions that...
[xonotic/gmqcc.git] / gmqcc.h
2012-08-12 Wolfgang (Blub)... fixing the messup of MUL_FV and _VF being swapped ...
2012-08-12 Wolfgang (Blub)... merging master
2012-08-12 Wolfgang (Blub)... Merging master to handle vector members, fields, and...
2012-08-11 Wolfgang (Blub)... experimental support for spawn() in the executor
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-10 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Add WARN_ prefix to warnings enum
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-07-30 Wolfgang (Blub)... make it also compilable with -std=c99 by not redefining...
2012-07-28 Wolfgang Bumillercode_alloc_field to allocate entityfield data, ir now...
2012-07-28 Wolfgang BumillerMerging master and adopting its main.c
2012-07-28 Wolfgang BumillerMerge branch 'master' into cmdline
2012-07-28 Wolfgang Bumillerutil_strtocmd, util_strtononcmd
2012-07-28 Wolfgang Bumillerreuse old opts_, renamed all opt_ to opts_ to be consis...
2012-07-28 Wolfgang Bumillerflags.def and warns.def containing defined flags and...
2012-07-28 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-28 Wolfgang BumillerAdd -foverlap-locals - something we really should make...
2012-07-28 Wolfgang BumillerAdded handler for -W
2012-07-28 Wolfgang Bumillergcc style long option support and -std=foo added
2012-07-28 Wolfgang BumillerCommandline handling first draft
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerging master with newly merged executor
2012-07-27 Wolfgang BumillerMerging master and adapting _MEM_* on new mem-vector...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumiller_MEM_... -> MEM_...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang Bumillerstore_param storetype, parameter value list added to...
2012-07-20 Wolfgang BumillerHandling some operands, added type_name array
2012-07-19 Wolfgang Bumillermerging master, and adapting
2012-07-19 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-19 Wolfgang Bumillerparsing typenames completely now with function parameters
2012-07-16 Wolfgang BumillerCopying my old lexer
2012-07-16 Wolfgang BumillerTemporarily reordering instructions for compatibility
2012-07-16 Wolfgang BumillerReverting the removal of _FV instructions, it's just...
2012-07-16 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-16 Wolfgang BumillerMerging master
2012-07-16 Wolfgang Bumillertype_storep_instr: in theory we could use type_store_in...
2012-07-10 Wolfgang BumillerFirst thing: we want quaternions and 4x4 matrices
2012-07-03 Wolfgang Bumillertype_store_instr[] to get an INSTR_STORE_x by type
2012-06-29 Wolfgang (Blub)... fixed a typo in asm_instr[]: ES_FNC->EQ_FNC
2012-06-29 Wolfgang (Blub)... adding another storage type: store_return; when generat...
2012-06-28 Wolfgang (Blub)... Fixing GMQCC_SUPPRESS_EMPTY_BODY typo
2012-06-27 Wolfgang (Blub)... exec.h -> gmqcc.h
2012-06-27 Wolfgang (Blub)... Moving prog_section and prog_header to gmqcc.h to not...
2012-06-27 Wolfgang (Blub)... moved mem_resize and mem_append vector function macros...
2012-06-25 Wolfgang (Blub)... generation of COND and JUMP now works
2012-06-07 Dale WeilerMerge branch 'irgen'
2012-06-07 Dale WeilerBetter fail
2012-06-07 Dale WeilerFixed more warnings
2012-06-07 Dale WeilerRemoved even more warnings
2012-06-07 Dale Weilers/\t/ /g
2012-06-07 Dale Weilersplint: use typedef instead of macro
2012-05-11 Dale WeilerWhitespace
2012-05-09 Wolfgang Bumillercode_cachedstring
2012-05-09 Wolfgang BumillerConvenience function to store a predefined string in...
2012-05-09 Wolfgang BumillerPreparing to generate code from the IR - code_write...
2012-05-06 Dale WeilerUpdated readme
2012-05-05 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-05-05 Dale Weilerutil_strncmpexact
2012-05-03 Dale WeilerMore assembler code (less allocations too)
2012-05-02 Dale WeilerMerge remote-tracking branch 'origin/ast-and-ir'
2012-05-02 Dale WeilerMerge branch 'master' into ast-and-ir
2012-05-01 Dale WeilerAssembly statement parsing
2012-04-29 Dale WeilerVECTOR_PROT
2012-04-29 Dale WeilerParse vector constants and add them to the constants...
2012-04-29 Dale WeilerMerge branch 'master' into ast-and-ir
2012-04-29 Dale Weiler64bit signed/unsigned integer support from the compiler...
2012-04-28 Dale WeilerAll code is now C89/C90 compat
2012-04-28 Dale WeilerMerge branch 'master' into ast-and-ir
2012-04-28 Dale WeilerRemove trailing whitespace from everything
2012-04-28 Dale WeilerLexer fixes
2012-04-28 Dale Weilersurpress empty bodies
2012-04-28 Dale WeilerMerge remote-tracking branch 'origin/ast-and-ir' into...
2012-04-28 Dale Weileralmost ISO C now, fixed all the MEM_VECTOR trailing...
2012-04-28 Wolfgang Bumiller2 missind free->mem_d in MEM_VECTOR macros
2012-04-28 Wolfgang Bumillerlex_ctx_t -> lex_ctx, vector_t -> vector
2012-04-28 Dale WeilerInterface change
2012-04-28 Dale Weilerstruct lex_file -> lex_file
2012-04-28 Dale Weilerastir.h -> gmqcc.h
2012-04-28 Dale WeilerMerge branch 'blub/ast-and-ir-merging' of github.com...
2012-04-28 Wolfgang BumillerRemoved the qc_type enum and replaced all qc_* by TYPE_*
2012-04-28 Dale WeilerMerge branch 'assembler' into ast-and-ir
2012-04-28 Dale Weilertype parsing for constants, globals and locals. Sanati...
2012-04-28 Dale Weilerassembler can parse internal functions. Wrote all inter...
2012-04-28 Dale WeilerMore assembly work
2012-04-27 Dale WeilerMore assembler code
2012-04-27 Dale WeilerWorking on the assembler
2012-04-27 Wolfgang (Blub)... GMQCC_WARN macro
2012-04-27 Dale WeilerSanity check
next