projects
/
xonotic
/
gmqcc.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/gmqcc.git
2014-04-07
Dale Weiler
Match C's preprocessor semantics for token pasting...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-05
Dale Weiler
Eliminate debug log
commit
|
commitdiff
|
tree
|
snapshot
2014-04-05
Dale Weiler
Rework distro package build system.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-05
Dale Weiler
Order
commit
|
commitdiff
|
tree
|
snapshot
2014-04-05
Dale Weiler
Consistency
commit
|
commitdiff
|
tree
|
snapshot
2014-04-05
Dale Weiler
Fixed Windows builds. Now we also build Win64 packages.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-08
Dale Weiler
s/atanhf/atanh/
commit
|
commitdiff
|
tree
|
snapshot
2014-02-02
Dale Weiler
Merge pull request #141 from CurrentResident/big_endian...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-02
Jim Thoenen
Update per IRC peer review feedback
commit
|
commitdiff
|
tree
|
snapshot
2014-02-02
Jim Thoenen
Oops, scale int64 count into int32 count for swapper.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-02
Jim Thoenen
Big-endian: Byteswap only the field contents when writi...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-26
Wolfgang Bumiller
Merge branch 'master' into cooking
commit
|
commitdiff
|
tree
|
snapshot
2014-01-26
Wolfgang Bumiller
Merge pull request #140 from Sicness/gmqcc.1-hyphen
commit
|
commitdiff
|
tree
|
snapshot
2014-01-26
Anton Balashov
Fix hyphen-used-as-minus-sign in gmqcc.1
commit
|
commitdiff
|
tree
|
snapshot
2014-01-07
Dale Weiler
Screw clang
commit
|
commitdiff
|
tree
|
snapshot
2014-01-07
Dale Weiler
Fix lshift/rshift for runtime and const-fold consistency.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-07
Wolfgang Bumiller
sometimes I hate travis
commit
|
commitdiff
|
tree
|
snapshot
2014-01-07
Wolfgang Bumiller
Do not create coverage calls on array accessors.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-07
Wolfgang Bumiller
Adding coverage support:
commit
|
commitdiff
|
tree
|
snapshot
2014-01-01
Dale Weiler
Happy new year redux!
commit
|
commitdiff
|
tree
|
snapshot
2014-01-01
Dale Weiler
Happy new year!
commit
|
commitdiff
|
tree
|
snapshot
2014-01-01
Wolfgang Bumiller
That's not how it should fail :P
commit
|
commitdiff
|
tree
|
snapshot
2014-01-01
Wolfgang Bumiller
improved test of last attribute
commit
|
commitdiff
|
tree
|
snapshot
2014-01-01
Wolfgang Bumiller
definite -> last keyword; testcase updated too
commit
|
commitdiff
|
tree
|
snapshot
2014-01-01
Dale Weiler
Cleanup some code duplication. This whole parser ugh...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-01
Dale Weiler
Remove final attribute and bareword. [[definite]] is...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Dale Weiler
More cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Dale Weiler
hash cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Dale Weiler
Remove SSE hash, t's just too much effort to maintain.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Dale Weiler
Fix some stuff
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Dale Weiler
Partially fix that.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Dale Weiler
typo
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Dale Weiler
Do not include this function unless !defined(__SSE__)
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Dale Weiler
Faster hashing reaching 16 GB/s on Phenom II X4.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-09
Dale Weiler
Only optimize (a - (-b)) into (a + b) when the unary...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-06
Wolfgang Bumiller
adding 'final'
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Dale Weiler
Bitshifting operators <<, >>, and compound assignment...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-01
Dale Weiler
Mask out the math constant precedence stuff unless...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-01
Dale Weiler
Mask ftepp math constants with a compiler flag
commit
|
commitdiff
|
tree
|
snapshot
2013-12-01
Dale Weiler
User supplied math constants take precedence
commit
|
commitdiff
|
tree
|
snapshot
2013-12-01
Dale Weiler
Ignore emitting implicit math constants in the preproce...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-30
Dale Weiler
Merge branch 'master' into cooking
commit
|
commitdiff
|
tree
|
snapshot
2013-11-30
Dale Weiler
Merge pull request #139 from ignatenkobrain/update_fedora
commit
|
commitdiff
|
tree
|
snapshot
2013-11-30
Dale Weiler
Merge pull request #138 from ignatenkobrain/fix_authors
commit
|
commitdiff
|
tree
|
snapshot
2013-11-30
Dale Weiler
Merge pull request #137 from ignatenkobrain/fix_build_b...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-30
Igor Gnatenko
fedora: Update .spec and INSTALL
commit
|
commitdiff
|
tree
|
snapshot
2013-11-30
Igor Gnatenko
s/brian/brain/ ;)
commit
|
commitdiff
|
tree
|
snapshot
2013-11-30
Igor Gnatenko
fix build on big endian arches
commit
|
commitdiff
|
tree
|
snapshot
2013-11-29
Dale Weiler
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2013-11-29
Dale Weiler
Fix fold_op_cmp
commit
|
commitdiff
|
tree
|
snapshot
2013-11-29
Dale Weiler
Fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-11-29
Dale Weiler
oops
commit
|
commitdiff
|
tree
|
snapshot
2013-11-29
Dale Weiler
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-11-29
Dale Weiler
Cleanup lexer old cruft
commit
|
commitdiff
|
tree
|
snapshot
2013-11-29
Dale Weiler
Handle byte order mark for unicode. (0xEFBBBF)
commit
|
commitdiff
|
tree
|
snapshot
2013-11-28
Wolfgang Bumiller
static variables now don't get re-initialized in functi...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
Make log use the slightly improved algorithm for small...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
Reorder intrinsics table
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
out isn't used
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
Never mind
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
Only g++ is this retarded
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
Another one
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
Pregenerate 2.0 for const folder since it's used often
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
Implemented __builtin_ln, __builtin_log, __builtin_log1...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
Fix
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
Implement __builtin_nan, __builtin_inf and __builtin_ep...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-25
Dale Weiler
Fix CRC16
commit
|
commitdiff
|
tree
|
snapshot
2013-11-24
Dale Weiler
Fix
commit
|
commitdiff
|
tree
|
snapshot
2013-11-24
Dale Weiler
More compiler intrinsics for math functions
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
strength reduct (a - (-b)) into (a + b)
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Better exp algorithm from divVerent
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Fix comments
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Fixed pow
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Guard against nullfunc
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Some math constants
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Implement isinf intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Cull back on the TODO
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Undefine macros after using them
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Mark restrict on input too
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Mark const for better generated code
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Add comment abotu CRC16
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Implemented exp2 intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Use '#' in nullfun identifier to prevent it from being...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Fix intrinsics for self-inclusion of other intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Cleaner handling since intrin_func deals with alias
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Resolve undefined functions to compiler builtins if...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Merge branch 'cooking' of github.com:graphitemaster...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Fixed pow/exp using fast approximation until the fracti...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Wolfgang Bumiller
crc16 slice-by-8 table generator code included for...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Wolfgang Bumiller
slice-by-8 crc16
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
indent
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
A better mod implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Add reference tool
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Dale Weiler
Faster CRC16 algorithm based on the Slicing-by-8 algori...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-16
Wolfgang Bumiller
now it parses and has the desired precedence
commit
|
commitdiff
|
tree
|
snapshot
2013-11-16
Wolfgang Bumiller
** precedence was wrong
commit
|
commitdiff
|
tree
|
snapshot
2013-11-14
Wolfgang Bumiller
folder: change ~ for floats too
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Dale Weiler
Fix unary minus on vector
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Dale Weiler
Use a branch instead of math on enum types
commit
|
commitdiff
|
tree
|
snapshot
next