projects
/
xonotic
/
gmqcc.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/gmqcc.git
2013-08-14
Dale Weiler
Remove my MT impl for PRNG, it's full of buffer overflo...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Dale Weiler
Remove vec_upload
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Dale Weiler
Update deps
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Dale Weiler
Made intrinsics seperate from the parser.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Dale Weiler
Fix
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Dale Weiler
Cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Dale Weiler
Some statistics as Samual wanted.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Dale Weiler
Disable statistics that are irrelevant to QuakeC coders
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Dale Weiler
Remove the attempt at ast_intrinsic node
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Dale Weiler
Some intrinsic cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Dale Weiler
Some typos
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Dale Weiler
increment the optimization counter for DCE'd folds...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Dale Weiler
Testsuite now returns the correct value on test failure...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Dale Weiler
Disable the macros to keep clang happy (just uncomment...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Dale Weiler
Added -Oconst-fold-dce (dead code elimination optimizat...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Fix that typecast
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Move const-branch-elision into fold.c
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Remove debugging aid and left over cruft.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
The problem was so subtle
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
fixed vector ops constant folding.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
more fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Operator constant folding rewrite almost complete,...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
folding for lteqgt (less than equal to or greater than...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Feed clang demon
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
&& and || op folding
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Fold for div op
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Added constant folding support for '*' .. Clever ascii...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Some cleanups and more support for constant folding.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Dale Weiler
Work in progress constant-folding rewrite.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Dale Weiler
Experimental/Initial try at in-ast constant folding...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Dale Weiler
I'm in a state of confusion as to why constant folding...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Dale Weiler
Use the _t consistency naming scheme. Also various...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Dale Weiler
Move some things around
commit
|
commitdiff
|
tree
|
snapshot
2013-07-28
Dale Weiler
Some cleanups and smaller binaries!
commit
|
commitdiff
|
tree
|
snapshot
2013-07-28
Dale Weiler
cherry-pick diagnostics testsuite into cooking. We...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Dale Weiler
Merge pull request #116 from ignatenkobrain/cooking
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Igor Gnatenko
add instruction
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Igor Gnatenko
add updated spec and rename it
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Igor Gnatenko
not needed yet
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Dale Weiler
Clear out for now.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Dale Weiler
Make COMPILER_QCC default to please the stuborn Quake...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Dale Weiler
Some typos
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Dale Weiler
Not to be included
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Dale Weiler
Fedora spec files (0.2.9 and 0.3.0) + INSTALL documenta...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Dale Weiler
Please the whitespace gods
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Dale Weiler
Revert "Smaller memory footprint, 4/8 bytes vs 12/24...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Dale Weiler
Smaller memory footprint, 4/8 bytes vs 12/24 for indivi...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Dale Weiler
Track strdup memory too
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Dale Weiler
There was too many 16-sized buckets when compiling...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Dale Weiler
Fix the ctype replacements to work with macro arguments...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Dale Weiler
Eeasy fix for that
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Dale Weiler
One last one
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Dale Weiler
Another one
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Dale Weiler
Technically GCC was wrong here, since opts_ini_parse...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Dale Weiler
Cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Dale Weiler
Update gmqcc.ini.example
commit
|
commitdiff
|
tree
|
snapshot
2013-07-01
Wolfgang Bumiller
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Wolfgang Bumiller
actually no :)
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Dale Weiler
Fix a case of the uninitialized blues
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Dale Weiler
Fix some more bugs (coverity you're a life saver)
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Dale Weiler
Buffer overflow!
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Dale Weiler
Fix some bugs and a memleak in the testsuite.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Dale Weiler
More bug fixes and dead code elimination
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Dale Weiler
Fix out of bound access
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Dale Weiler
Fix some more bugs, and use dup2 because dup leaks...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Dale Weiler
Update clean rules in makefiles to remove coverity...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Dale Weiler
Fixed possible bug in VM. Added coverity rules to makef...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Dale Weiler
Fix uninitialized data
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Dale Weiler
Fix a sizeof bug
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Dale Weiler
I'm assuming this is a bug since all other read tests...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Dale Weiler
Catch that one too
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Dale Weiler
Improper use of a possible negative value.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Dale Weiler
Remove a ton of dead code and document the one really...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Dale Weiler
cppcheck had the right idea, but the wrong scope on...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Dale Weiler
Fix more bugs (mostly possible NULL pointer dereferences)
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Dale Weiler
Fix possible NULL pointer dereference
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Dale Weiler
Fix some bugs
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
Dale Weiler
Oh my god microsoft you suck
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
Dale Weiler
Move code generator into ir_builder for earlier free...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
Dale Weiler
Fix some comments
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
Dale Weiler
Retarded clang warning is retarded.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
Dale Weiler
Holy mexicans 15% better hashing == 5% faster compiles.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Dale Weiler
Merge branch 'master' into cooking
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Dale Weiler
Enable it for gmqcc and fteqcc modes.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Dale Weiler
Merge branch 'master' of github.com:graphitemaster...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Dale Weiler
Fix some bugs
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Dale Weiler
make source a dependency for the c.o rule
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Dale Weiler
Fixed
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Dale Weiler
Use includes for makefile consistency. Added make depen...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Wolfgang Bumiller
reclassify_token should only deal with tokens < TOKEN_S...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Wolfgang Bumiller
reclassify_token should only deal with tokens < TOKEN_S...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Dale Weiler
Update
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Dale Weiler
Better scheme
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Dale Weiler
A new batch of fresh hot dependencies for both
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Dale Weiler
Dependency consistency
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Dale Weiler
Update some things
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Dale Weiler
Update install file
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Dale Weiler
A Makefile for BSD make.
commit
|
commitdiff
|
tree
|
snapshot
next