]> git.xonotic.org Git - xonotic/gmqcc.git/history - gmqcc.h
Make unary - operator act as an ast_unary node. This allows for consistency (no sense...
[xonotic/gmqcc.git] / gmqcc.h
2013-09-30 Dale WeilerMake unary - operator act as an ast_unary node. This...
2013-09-28 Dale WeilerRemove the rest of it.
2013-09-28 Dale WeilerOptimize for superfluous cases of NOT, i.e !!!!x can...
2013-09-08 Dale WeilerMerge branch 'master' into cooking
2013-08-31 Dale WeilerVector cross product virtual instruction, now >< operat...
2013-08-30 Dale WeilerRid of util_debug
2013-08-26 Dale WeilerAdd support for columns to LNOF files.
2013-08-26 Dale WeilerMerge branch 'divVerent/submit/vector-bitops' of git...
2013-08-26 Rudolf PolzerSupport vector bitor/bitand/bitxor. divVerent/submit/vector-bitops
2013-08-19 Dale WeilerMark the beginning of the next release, master is now...
2013-08-19 Matthias KrügerMerge remote-tracking branch 'upstream/master' into...
2013-08-19 Dale WeilerThis should be the tag
2013-08-17 Dale WeilerCleanups and update CHANGES
2013-08-15 Dale WeilerMake our allocator slightly faster with branch hinting.
2013-08-14 Dale WeilerRemove vec_upload
2013-08-14 Dale WeilerSome statistics as Samual wanted.
2013-08-01 Dale Weilerincrement the optimization counter for DCE'd folds...
2013-07-31 Dale WeilerWork in progress constant-folding rewrite.
2013-07-30 Dale WeilerUse the _t consistency naming scheme. Also various...
2013-07-30 Dale WeilerMove some things around
2013-07-28 Dale WeilerSome cleanups and smaller binaries!
2013-07-27 Dale WeilerFedora spec files (0.2.9 and 0.3.0) + INSTALL documenta...
2013-07-26 Dale WeilerRevert "Smaller memory footprint, 4/8 bytes vs 12/24...
2013-07-26 Dale WeilerSmaller memory footprint, 4/8 bytes vs 12/24 for indivi...
2013-07-26 Dale WeilerFix the ctype replacements to work with macro arguments...
2013-06-20 Dale WeilerOh my god microsoft you suck
2013-06-17 Dale WeilerMerge branch 'master' into cooking
2013-06-14 Dale WeilerFixed whitespace
2013-06-13 Dale WeilerRevert "Actually works now"
2013-06-13 Dale WeilerActually works now
2013-06-06 Dale WeilerMerge branch 'cooking'
2013-06-06 Dale WeilerStrict prototyping
2013-06-04 Dale WeilerMajor header reworking, this respects the namespaces...
2013-06-02 Dale WeilerSome cleanups
2013-06-02 Dale WeilerMajor utility rewrite for compiler memory utilization...
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-05-30 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-05-30 Dale Weilercolumn printing for warnings and errors now
2013-05-29 Dale WeilerMerge branch 'union-replacement' into cooking
2013-05-29 Dale WeilerResult of shift operation on signed integers is bad.
2013-05-29 Dale WeilerCleanups and fixes
2013-05-07 Wolfgang Bumillerremoving this dead code_init call
2013-05-07 Wolfgang Bumillerfixing a few leaks - code_write doesn't delete the...
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Wolfgang BumillerStarting point of 0.3.0
2013-04-27 Wolfgang Bumillerthis should be tagged 0.2.9 0.2.9
2013-04-25 Dale Weilercleaner
2013-04-25 Dale Weilerless globals
2013-04-25 Dale WeilerNo more globals for codegen
2013-04-25 Wolfgang Bumillerthese can be const now before-library
2013-04-25 Dale WeilerFix alignment issues (can remove a clang warning, and...
2013-04-24 Wolfgang BumillerGrrrr
2013-04-24 Dale WeilerImplemented __TIME_STAMP__ predef, expands to a timesta...
2013-04-24 Dale WeilerMerge branch 'master' into cooking
2013-04-24 Dale WeilerGet it compiling in visual studio again.
2013-04-21 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-21 Dale WeilerRemove trailing whitespace
2013-04-21 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-21 Dale WeilerFixes
2013-04-21 Dale WeilerMerge branch 'cooking'
2013-04-21 Dale WeilerRemove hashset
2013-04-17 Wolfgang Bumillerparser_const_string now uses hashtables; hashtables...
2013-04-17 Dale WeilerUse hashtable for macro definitions in the preprocessor...
2013-04-17 Dale WeilerMore perliminary reworking for threading
2013-04-17 Dale WeilerPerliminary parser reworking, required for the proposed...
2013-04-15 Wolfgang Bumillerfix macro parameters
2013-04-15 Wolfgang Bumillerutil_strdup: don't use util_memory_a with -DNOTRACK
2013-04-14 Dale WeilerAdded tracing to strdup for allocations, fixed some...
2013-04-14 Dale WeilerFet rid of explicit file stream flushes, streams are...
2013-04-14 Dale WeilerFlatten more external functions
2013-04-14 Dale WeilerMore external function flatening (less external symbols)
2013-02-25 Dale WeilerPush definitions when -O0
2013-02-20 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-12 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-10 Dale WeilerSigh
2013-02-10 Dale WeilerFix mem leak.
2013-02-08 Dale WeilerCleanup cargocult directory and file specific things...
2013-02-03 Wolfgang BumillerReverting this awful unmaintainable mess of option...
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-30 Dale WeilerCache lengths in corrector. This speeds up the correct...
2013-01-30 Dale WeilerNot an assembler instruction, but virtual instruction...
2013-01-30 Dale WeilerEmpty string, not "<null>"
2013-01-30 Dale WeilerCleanups
2013-01-30 Dale WeilerIt is used, gcc is a liar.
2013-01-30 Dale WeilerSome cleanups and what not.
2013-01-30 Dale WeilerRename
2013-01-30 Dale WeilerWork in progress options cleanup.
2013-01-30 Dale WeilerAdded documentation to all options inside the binary...
2013-01-25 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-17 Wolfgang BumillerWhen not actually executing, don't complain about inval...
2013-01-12 Wolfgang BumillerRemoved -fenhanced-diagnostics - it's now --correct...
2013-01-11 Wolfgang BumillerFix a typo - why the hell does clang not complain?...
2013-01-11 Wolfgang Bumilleradded the --add-info compile switch: it adds a global...
2013-01-11 Wolfgang BumillerIn order to avoid release version strings in non-git...
2013-01-10 Wolfgang Bumillerstrictness sweep: (void)-ing all vec_ macros which...
2013-01-10 Wolfgang Bumiller--version now prints GMQCC_GITINFO, which is not not...
2013-01-09 Wolfgang Bumillerdon't call correct_edit anew for each scope
2013-01-09 Wolfgang Bumiller-Wall now does not set -Wuninitialized-global
2013-01-06 Dale WeilerMerge branch 'screwaround'
next