]> git.xonotic.org Git - xonotic/gmqcc.git/log
xonotic/gmqcc.git
10 years agofedora: Update .spec and INSTALL
Igor Gnatenko [Sat, 30 Nov 2013 08:35:07 +0000 (12:35 +0400)]
fedora: Update .spec and INSTALL

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
10 years agos/brian/brain/ ;)
Igor Gnatenko [Sat, 30 Nov 2013 08:31:21 +0000 (12:31 +0400)]
s/brian/brain/ ;)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
10 years agofix build on big endian arches
Igor Gnatenko [Sat, 30 Nov 2013 08:28:59 +0000 (12:28 +0400)]
fix build on big endian arches

Signed-off-by: Dan HorĂ¡k <dan@danny.cz>
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
10 years agoSimplify
Dale Weiler [Fri, 29 Nov 2013 18:50:06 +0000 (13:50 -0500)]
Simplify

10 years agoFix fold_op_cmp
Dale Weiler [Fri, 29 Nov 2013 18:48:03 +0000 (13:48 -0500)]
Fix fold_op_cmp

10 years agoFixes
Dale Weiler [Fri, 29 Nov 2013 18:36:35 +0000 (13:36 -0500)]
Fixes

10 years agooops
Dale Weiler [Fri, 29 Nov 2013 18:18:50 +0000 (13:18 -0500)]
oops

10 years agocleanup
Dale Weiler [Fri, 29 Nov 2013 18:13:39 +0000 (13:13 -0500)]
cleanup

10 years agoCleanup lexer old cruft
Dale Weiler [Fri, 29 Nov 2013 12:15:49 +0000 (07:15 -0500)]
Cleanup lexer old cruft

10 years agoHandle byte order mark for unicode. (0xEFBBBF)
Dale Weiler [Fri, 29 Nov 2013 12:03:55 +0000 (07:03 -0500)]
Handle byte order mark for unicode. (0xEFBBBF)

10 years agostatic variables now don't get re-initialized in functions; cannot be initialized...
Wolfgang Bumiller [Thu, 28 Nov 2013 11:04:01 +0000 (12:04 +0100)]
static variables now don't get re-initialized in functions; cannot be initialized with non-constants anymore; and a counter has been added so you can use the same name in a different scope for another static variable again.

10 years agoMake log use the slightly improved algorithm for small values.
Dale Weiler [Mon, 25 Nov 2013 19:08:05 +0000 (14:08 -0500)]
Make log use the slightly improved algorithm for small values.

10 years agoReorder intrinsics table
Dale Weiler [Mon, 25 Nov 2013 18:44:00 +0000 (13:44 -0500)]
Reorder intrinsics table

10 years agoout isn't used
Dale Weiler [Mon, 25 Nov 2013 18:42:17 +0000 (13:42 -0500)]
out isn't used

10 years agoNever mind
Dale Weiler [Mon, 25 Nov 2013 18:32:02 +0000 (13:32 -0500)]
Never mind

10 years agoOnly g++ is this retarded
Dale Weiler [Mon, 25 Nov 2013 18:30:45 +0000 (13:30 -0500)]
Only g++ is this retarded

10 years agoAnother one
Dale Weiler [Mon, 25 Nov 2013 18:26:24 +0000 (13:26 -0500)]
Another one

10 years agoPregenerate 2.0 for const folder since it's used often
Dale Weiler [Mon, 25 Nov 2013 18:25:29 +0000 (13:25 -0500)]
Pregenerate 2.0 for const folder since it's used often

10 years agoImplemented __builtin_ln, __builtin_log, __builtin_log10, __builtin_log2 and __builti...
Dale Weiler [Mon, 25 Nov 2013 18:21:27 +0000 (13:21 -0500)]
Implemented __builtin_ln, __builtin_log, __builtin_log10, __builtin_log2 and __builtin_logb. This algorithm is nuts.

10 years agoFix
Dale Weiler [Mon, 25 Nov 2013 16:29:36 +0000 (11:29 -0500)]
Fix

10 years agoImplement __builtin_nan, __builtin_inf and __builtin_epsilon to generate machine...
Dale Weiler [Mon, 25 Nov 2013 16:26:16 +0000 (11:26 -0500)]
Implement __builtin_nan, __builtin_inf and __builtin_epsilon to generate machine nan, inf and epsilon values (at runtime).

10 years agoFix CRC16
Dale Weiler [Mon, 25 Nov 2013 07:11:45 +0000 (02:11 -0500)]
Fix CRC16

10 years agoFix
Dale Weiler [Sun, 24 Nov 2013 02:17:35 +0000 (21:17 -0500)]
Fix

10 years agoMore compiler intrinsics for math functions
Dale Weiler [Sun, 24 Nov 2013 02:14:13 +0000 (21:14 -0500)]
More compiler intrinsics for math functions

10 years agostrength reduct (a - (-b)) into (a + b)
Dale Weiler [Sat, 23 Nov 2013 18:13:21 +0000 (13:13 -0500)]
strength reduct (a - (-b)) into (a + b)

10 years agoBetter exp algorithm from divVerent
Dale Weiler [Sat, 23 Nov 2013 17:45:22 +0000 (12:45 -0500)]
Better exp algorithm from divVerent

10 years agoFix comments
Dale Weiler [Sat, 23 Nov 2013 16:15:28 +0000 (11:15 -0500)]
Fix comments

10 years agoFixed pow
Dale Weiler [Sat, 23 Nov 2013 16:14:42 +0000 (11:14 -0500)]
Fixed pow

10 years agoGuard against nullfunc
Dale Weiler [Sat, 23 Nov 2013 15:58:03 +0000 (10:58 -0500)]
Guard against nullfunc

10 years agoSome math constants
Dale Weiler [Sat, 23 Nov 2013 15:31:51 +0000 (10:31 -0500)]
Some math constants

10 years agoImplement isinf intrinsic
Dale Weiler [Sat, 23 Nov 2013 15:16:48 +0000 (10:16 -0500)]
Implement isinf intrinsic

10 years agoCull back on the TODO
Dale Weiler [Sat, 23 Nov 2013 13:02:56 +0000 (08:02 -0500)]
Cull back on the TODO

10 years agoUndefine macros after using them
Dale Weiler [Sat, 23 Nov 2013 12:47:16 +0000 (07:47 -0500)]
Undefine macros after using them

10 years agoMark restrict on input too
Dale Weiler [Sat, 23 Nov 2013 12:45:45 +0000 (07:45 -0500)]
Mark restrict on input too

10 years agoMark const for better generated code
Dale Weiler [Sat, 23 Nov 2013 12:44:34 +0000 (07:44 -0500)]
Mark const for better generated code

10 years agoAdd comment abotu CRC16
Dale Weiler [Sat, 23 Nov 2013 12:42:38 +0000 (07:42 -0500)]
Add comment abotu CRC16

10 years agoImplemented exp2 intrinsic
Dale Weiler [Sat, 23 Nov 2013 12:37:26 +0000 (07:37 -0500)]
Implemented exp2 intrinsic

10 years agoSimplify
Dale Weiler [Sat, 23 Nov 2013 12:27:09 +0000 (07:27 -0500)]
Simplify

10 years agoUse '#' in nullfun identifier to prevent it from being used in code
Dale Weiler [Sat, 23 Nov 2013 12:25:24 +0000 (07:25 -0500)]
Use '#' in nullfun identifier to prevent it from being used in code

10 years agoFix intrinsics for self-inclusion of other intrinsics.
Dale Weiler [Sat, 23 Nov 2013 12:21:12 +0000 (07:21 -0500)]
Fix intrinsics for self-inclusion of other intrinsics.

10 years agoCleaner handling since intrin_func deals with alias
Dale Weiler [Sat, 23 Nov 2013 12:02:45 +0000 (07:02 -0500)]
Cleaner handling since intrin_func deals with alias

10 years agoResolve undefined functions to compiler builtins if they exist.
Dale Weiler [Sat, 23 Nov 2013 11:57:40 +0000 (06:57 -0500)]
Resolve undefined functions to compiler builtins if they exist.

10 years agoMerge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
Dale Weiler [Sat, 23 Nov 2013 11:41:24 +0000 (06:41 -0500)]
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking

10 years agoFixed pow/exp using fast approximation until the fractional part is hit. Once fractio...
Dale Weiler [Sat, 23 Nov 2013 11:40:27 +0000 (06:40 -0500)]
Fixed pow/exp using fast approximation until the fractional part is hit. Once fractional is reached a binary search is used to get close to the value.

10 years agocrc16 slice-by-8 table generator code included for reference
Wolfgang Bumiller [Sat, 23 Nov 2013 10:58:20 +0000 (11:58 +0100)]
crc16 slice-by-8 table generator code included for reference

10 years agoslice-by-8 crc16
Wolfgang Bumiller [Sat, 23 Nov 2013 10:50:30 +0000 (11:50 +0100)]
slice-by-8 crc16

10 years agoindent
Dale Weiler [Sat, 23 Nov 2013 08:54:11 +0000 (03:54 -0500)]
indent

10 years agoA better mod implementation
Dale Weiler [Sat, 23 Nov 2013 08:53:07 +0000 (03:53 -0500)]
A better mod implementation

10 years agoAdd reference tool
Dale Weiler [Sat, 23 Nov 2013 08:10:09 +0000 (03:10 -0500)]
Add reference tool

10 years agoFaster CRC16 algorithm based on the Slicing-by-8 algorithm, by Michael E. Kounavis...
Dale Weiler [Sat, 23 Nov 2013 06:00:32 +0000 (01:00 -0500)]
Faster CRC16 algorithm based on the Slicing-by-8 algorithm, by Michael E. Kounavis and Frank L. Berry from Intel Corp.

10 years agonow it parses and has the desired precedence
Wolfgang Bumiller [Sat, 16 Nov 2013 13:34:24 +0000 (14:34 +0100)]
now it parses and has the desired precedence

10 years ago** precedence was wrong
Wolfgang Bumiller [Sat, 16 Nov 2013 13:26:46 +0000 (14:26 +0100)]
** precedence was wrong

10 years agofolder: change ~ for floats too
Wolfgang Bumiller [Thu, 14 Nov 2013 10:41:11 +0000 (11:41 +0100)]
folder: change ~ for floats too

10 years agoFix unary minus on vector
Dale Weiler [Wed, 13 Nov 2013 13:57:14 +0000 (08:57 -0500)]
Fix unary minus on vector

10 years agoUse a branch instead of math on enum types
Dale Weiler [Wed, 13 Nov 2013 09:57:18 +0000 (04:57 -0500)]
Use a branch instead of math on enum types

10 years agobit more concise
Wolfgang Bumiller [Tue, 12 Nov 2013 15:28:11 +0000 (16:28 +0100)]
bit more concise

10 years agoworking fold_op_cmp implementation
Wolfgang Bumiller [Tue, 12 Nov 2013 15:15:02 +0000 (16:15 +0100)]
working fold_op_cmp implementation

10 years agovec3_not: be consistent with compile-time behavior here
Wolfgang Bumiller [Tue, 12 Nov 2013 15:05:54 +0000 (16:05 +0100)]
vec3_not: be consistent with compile-time behavior here

10 years agovec3_pbool: or, not and
Wolfgang Bumiller [Tue, 12 Nov 2013 14:56:04 +0000 (15:56 +0100)]
vec3_pbool: or, not and

10 years agofolder: fix -fperl-logic
Wolfgang Bumiller [Tue, 12 Nov 2013 13:39:25 +0000 (14:39 +0100)]
folder: fix -fperl-logic

10 years agosubtracting != adding
Wolfgang Bumiller [Tue, 12 Nov 2013 13:31:11 +0000 (14:31 +0100)]
subtracting != adding

10 years agofix 0-x being turned into x
Wolfgang Bumiller [Wed, 6 Nov 2013 15:57:04 +0000 (16:57 +0100)]
fix 0-x being turned into x

10 years agoregular procedure... bumping PKGBUILDs, GMQCC_VERSION macros, adding back GMQCC_VERSI...
Wolfgang Bumiller [Thu, 31 Oct 2013 21:17:53 +0000 (22:17 +0100)]
regular procedure... bumping PKGBUILDs, GMQCC_VERSION macros, adding back GMQCC_VERSION_TYPE_DEVEL

10 years ago0.3.5 commit 0.3.5
Wolfgang Bumiller [Thu, 31 Oct 2013 21:13:42 +0000 (22:13 +0100)]
0.3.5 commit

10 years agoMerge branch 'cooking'
Dale Weiler [Thu, 31 Oct 2013 12:22:54 +0000 (08:22 -0400)]
Merge branch 'cooking'

10 years agoNothing in there requires unistd.h
Wolfgang Bumiller [Mon, 28 Oct 2013 10:37:08 +0000 (11:37 +0100)]
Nothing in there requires unistd.h

10 years agoRevert "oh my god, make it stop >.<"
Wolfgang Bumiller [Sun, 27 Oct 2013 19:11:41 +0000 (20:11 +0100)]
Revert "oh my god, make it stop >.<"

This reverts commit a120209567913afa4b1ad4224988bc5ad1091b4f.

10 years agooh my god, make it stop >.<
Wolfgang Bumiller [Sun, 27 Oct 2013 18:19:11 +0000 (19:19 +0100)]
oh my god, make it stop >.<

10 years agofold_binary now used instead of ast_binary_new, which calls fold_superfluous
Wolfgang Bumiller [Fri, 25 Oct 2013 11:40:31 +0000 (13:40 +0200)]
fold_binary now used instead of ast_binary_new, which calls fold_superfluous

10 years agoDisable it on master too since Xonotic compiles are failing.
Dale Weiler [Thu, 24 Oct 2013 15:56:23 +0000 (11:56 -0400)]
Disable it on master too since Xonotic compiles are failing.

10 years agobuild again
Wolfgang Bumiller [Wed, 23 Oct 2013 12:04:20 +0000 (14:04 +0200)]
build again

10 years agoThis is not allowed
Wolfgang Bumiller [Wed, 23 Oct 2013 12:01:56 +0000 (14:01 +0200)]
This is not allowed

10 years agoSome correctly-sized type flags for the AST and IR, this culls back memory usage...
Dale Weiler [Sun, 20 Oct 2013 03:39:37 +0000 (23:39 -0400)]
Some correctly-sized type flags for the AST and IR, this culls back memory usage a little.

10 years agoMerge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
Dale Weiler [Sat, 19 Oct 2013 06:53:46 +0000 (02:53 -0400)]
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking

10 years agoMake preprocessor predefs use their own context opposed to the lexer context.
Dale Weiler [Sat, 19 Oct 2013 06:52:47 +0000 (02:52 -0400)]
Make preprocessor predefs use their own context opposed to the lexer context.

10 years agotype and argument parsing improved to handle the field/vararg ambiguity; tests added
Wolfgang Bumiller [Fri, 18 Oct 2013 14:28:28 +0000 (16:28 +0200)]
type and argument parsing improved to handle the field/vararg ambiguity; tests added

10 years agoWe're doing it this way.
Dale Weiler [Fri, 18 Oct 2013 09:37:26 +0000 (05:37 -0400)]
We're doing it this way.

10 years agoreplacing the current [[accumulate]] implementation: shorter and simpler, and also...
Wolfgang Bumiller [Fri, 18 Oct 2013 09:26:41 +0000 (11:26 +0200)]
replacing the current [[accumulate]] implementation: shorter and simpler, and also supports non-void return types

10 years agoFix
Dale Weiler [Fri, 18 Oct 2013 00:35:56 +0000 (20:35 -0400)]
Fix

10 years agoUndo fix and actually use a macro in the accumulation test .. just incase.
Dale Weiler [Fri, 18 Oct 2013 00:34:16 +0000 (20:34 -0400)]
Undo fix and actually use a macro in the accumulation test .. just incase.

10 years agoDoes this fix it?
Dale Weiler [Fri, 18 Oct 2013 00:25:02 +0000 (20:25 -0400)]
Does this fix it?

10 years agoImplement support for octal constants, this closes #97.
Dale Weiler [Thu, 17 Oct 2013 09:17:30 +0000 (05:17 -0400)]
Implement support for octal constants, this closes #97.

10 years agoFix 'declaration does not declare anything' regression i.e this closes #132.
Dale Weiler [Thu, 17 Oct 2013 09:06:09 +0000 (05:06 -0400)]
Fix 'declaration does not declare anything' regression i.e this closes #132.

10 years agoIgnore generating a return instruction in accumulated functions, eventually we'll...
Dale Weiler [Thu, 17 Oct 2013 08:45:24 +0000 (04:45 -0400)]
Ignore generating a return instruction in accumulated functions, eventually we'll have a way to merge these into one function but for now the RETURN is a waste.

10 years agoUpdate deps
Dale Weiler [Thu, 17 Oct 2013 08:27:34 +0000 (04:27 -0400)]
Update deps

10 years agoCleaner traces
Dale Weiler [Thu, 17 Oct 2013 08:23:53 +0000 (04:23 -0400)]
Cleaner traces

10 years agoFix memory dump console printing alignment and also trace expressions for allocations.
Dale Weiler [Thu, 17 Oct 2013 08:21:25 +0000 (04:21 -0400)]
Fix memory dump console printing alignment and also trace expressions for allocations.

10 years agoUse "##" to ensure the names of the accumulated functions are striped by the IR.
Dale Weiler [Thu, 17 Oct 2013 07:47:26 +0000 (03:47 -0400)]
Use "##" to ensure the names of the accumulated functions are striped by the IR.

10 years agoUpdate changes
Dale Weiler [Thu, 17 Oct 2013 07:44:33 +0000 (03:44 -0400)]
Update changes

10 years agoAdd a test for function accumulation attribute
Dale Weiler [Thu, 17 Oct 2013 07:43:05 +0000 (03:43 -0400)]
Add a test for function accumulation attribute

10 years agoEnforce void type on accumulatable functions.
Dale Weiler [Thu, 17 Oct 2013 07:39:14 +0000 (03:39 -0400)]
Enforce void type on accumulatable functions.

10 years agoImplemented [[accumulate]] attribute. This will hopefully be used by Xonotic to repla...
Dale Weiler [Thu, 17 Oct 2013 07:21:30 +0000 (03:21 -0400)]
Implemented [[accumulate]] attribute. This will hopefully be used by Xonotic to replace it's ACCUMULATE_FUNCTION stuff.

10 years agoUse .dat extension on generated binaries in testsuite to prevent them from being...
Dale Weiler [Thu, 17 Oct 2013 04:18:07 +0000 (00:18 -0400)]
Use .dat extension on generated binaries in testsuite to prevent them from being sourced as task template files. This will fix the async builds on travis.ci

10 years agoFix handling on intrinsic folding, this closes #118.
Dale Weiler [Thu, 17 Oct 2013 04:14:42 +0000 (00:14 -0400)]
Fix handling on intrinsic folding, this closes #118.

10 years agoPrevent aliasing functions through forward declared prototypes. This closes #125
Dale Weiler [Thu, 17 Oct 2013 03:37:39 +0000 (23:37 -0400)]
Prevent aliasing functions through forward declared prototypes. This closes #125

10 years agoAnother one
Dale Weiler [Thu, 17 Oct 2013 01:47:12 +0000 (21:47 -0400)]
Another one

10 years agofloat and double shouldn't be used here, this is what qcfloat_t is for. This fixes...
Dale Weiler [Thu, 17 Oct 2013 01:32:31 +0000 (21:32 -0400)]
float and double shouldn't be used here, this is what qcfloat_t is for. This fixes the memcmp bug in the folder.

10 years agoFix option string allocated/non allocated storage.
Dale Weiler [Thu, 17 Oct 2013 00:14:49 +0000 (20:14 -0400)]
Fix option string allocated/non allocated storage.

10 years agoMake it valid C++ code, such that it can compile as C++ code.
Dale Weiler [Wed, 16 Oct 2013 23:54:21 +0000 (19:54 -0400)]
Make it valid C++ code, such that it can compile as C++ code.

10 years agoSome intrinsic code cleanup. The args check is handled anyways in the parser. We...
Dale Weiler [Wed, 16 Oct 2013 04:04:39 +0000 (00:04 -0400)]
Some intrinsic code cleanup. The args check is handled anyways in the parser. We use a generated array alongside to prevent generating the intrinsic multiple times instead of using static storage. Other various cleanups as well.