]> git.xonotic.org Git - xonotic/gmqcc.git/log
xonotic/gmqcc.git
9 years agoast conversion mostly finished
Wolfgang Bumiller [Fri, 30 Jan 2015 17:59:48 +0000 (18:59 +0100)]
ast conversion mostly finished

9 years agoBROKEN: more ast nodes converted
Wolfgang Bumiller [Thu, 29 Jan 2015 19:29:34 +0000 (20:29 +0100)]
BROKEN: more ast nodes converted

9 years agoadd another test that we just didn't have anywhere else yet
Wolfgang Bumiller [Thu, 22 Jan 2015 10:45:23 +0000 (11:45 +0100)]
add another test that we just didn't have anywhere else yet

9 years agoBROKEN: in the middle of converting ast nodes to c++ with constructors and methods
Wolfgang Bumiller [Sun, 25 Jan 2015 08:24:26 +0000 (09:24 +0100)]
BROKEN: in the middle of converting ast nodes to c++ with constructors and methods

9 years agoa whole lotta 'm_'s
Wolfgang Bumiller [Sat, 24 Jan 2015 11:25:46 +0000 (12:25 +0100)]
a whole lotta 'm_'s

9 years agowhy didn't gcc catch that...
Wolfgang Bumiller [Sat, 24 Jan 2015 09:26:43 +0000 (10:26 +0100)]
why didn't gcc catch that...

9 years agofix for loops
Wolfgang Bumiller [Tue, 20 Jan 2015 19:55:27 +0000 (20:55 +0100)]
fix for loops

9 years agofor now just call the dtors like this
Wolfgang Bumiller [Tue, 20 Jan 2015 19:33:07 +0000 (20:33 +0100)]
for now just call the dtors like this

9 years agomore c++ migration for ast/ir/code; reached a working condition here
Wolfgang Bumiller [Tue, 20 Jan 2015 19:25:56 +0000 (20:25 +0100)]
more c++ migration for ast/ir/code; reached a working condition here

9 years agotemp committing major c++ification
Wolfgang Bumiller [Tue, 20 Jan 2015 15:43:58 +0000 (16:43 +0100)]
temp committing major c++ification

9 years agomaking ast nodes derive from ast_expression
Wolfgang Bumiller [Mon, 19 Jan 2015 13:00:04 +0000 (14:00 +0100)]
making ast nodes derive from ast_expression

9 years agothis can be a move
Wolfgang Bumiller [Mon, 19 Jan 2015 12:46:30 +0000 (13:46 +0100)]
this can be a move

9 years agoast_expression: params -> type_params
Wolfgang Bumiller [Mon, 19 Jan 2015 12:46:10 +0000 (13:46 +0100)]
ast_expression: params -> type_params

9 years agorenaming ast_function::vtype to function_type
Wolfgang Bumiller [Mon, 19 Jan 2015 12:37:22 +0000 (13:37 +0100)]
renaming ast_function::vtype to function_type

9 years agoast_expression now derives from ast_node
Wolfgang Bumiller [Mon, 19 Jan 2015 12:33:39 +0000 (13:33 +0100)]
ast_expression now derives from ast_node

9 years agorenaming some ast_node members before making ast_expression an ast_node to use the...
Wolfgang Bumiller [Mon, 19 Jan 2015 12:32:26 +0000 (13:32 +0100)]
renaming some ast_node members before making ast_expression an ast_node to use the compiler to help find possible clashes

9 years agoRewrite constant folder in C++
Dale Weiler [Fri, 16 Jan 2015 01:27:17 +0000 (20:27 -0500)]
Rewrite constant folder in C++

9 years agoForgot about this file
Dale Weiler [Thu, 15 Jan 2015 23:12:54 +0000 (18:12 -0500)]
Forgot about this file

9 years agoRewrite intrinsic system in C++
Dale Weiler [Thu, 15 Jan 2015 23:11:41 +0000 (18:11 -0500)]
Rewrite intrinsic system in C++

9 years agos/NULL/nullptr/
Dale Weiler [Thu, 15 Jan 2015 20:18:33 +0000 (15:18 -0500)]
s/NULL/nullptr/

9 years agoUse std::vector for static_names
Dale Weiler [Thu, 15 Jan 2015 20:15:35 +0000 (15:15 -0500)]
Use std::vector for static_names

9 years agoCleanup
Dale Weiler [Thu, 15 Jan 2015 20:11:30 +0000 (15:11 -0500)]
Cleanup

9 years agoNot needed
Dale Weiler [Thu, 15 Jan 2015 20:10:02 +0000 (15:10 -0500)]
Not needed

9 years agoUse std::vector for SYA
Dale Weiler [Thu, 15 Jan 2015 20:08:50 +0000 (15:08 -0500)]
Use std::vector for SYA

9 years agoUse std::vector for break and continue ast blocks
Dale Weiler [Thu, 15 Jan 2015 19:22:22 +0000 (14:22 -0500)]
Use std::vector for break and continue ast blocks

9 years agoUse std::vector for ast switch cases
Dale Weiler [Thu, 15 Jan 2015 19:19:07 +0000 (14:19 -0500)]
Use std::vector for ast switch cases

9 years agoUse std::vector for ast blocks
Dale Weiler [Thu, 15 Jan 2015 19:15:44 +0000 (14:15 -0500)]
Use std::vector for ast blocks

9 years agostd::vector for initlist
Dale Weiler [Thu, 15 Jan 2015 19:07:26 +0000 (14:07 -0500)]
std::vector for initlist

9 years agoEliminate use of vec_ in intrin.cpp
Dale Weiler [Thu, 15 Jan 2015 08:01:26 +0000 (03:01 -0500)]
Eliminate use of vec_ in intrin.cpp

9 years agoEliminate use of vec_ in fold.c
Dale Weiler [Thu, 15 Jan 2015 07:47:42 +0000 (02:47 -0500)]
Eliminate use of vec_ in fold.c

9 years agoMore std::vector
Dale Weiler [Thu, 15 Jan 2015 07:17:37 +0000 (02:17 -0500)]
More std::vector

9 years agoMore std::vector
Dale Weiler [Thu, 15 Jan 2015 06:57:40 +0000 (01:57 -0500)]
More std::vector

9 years agoMore std::vector
Dale Weiler [Thu, 15 Jan 2015 06:35:56 +0000 (01:35 -0500)]
More std::vector

9 years agoMore std::vector migration
Dale Weiler [Thu, 15 Jan 2015 06:22:21 +0000 (01:22 -0500)]
More std::vector migration

9 years agoStop using vec_* in testsuite code
Dale Weiler [Thu, 15 Jan 2015 05:29:37 +0000 (00:29 -0500)]
Stop using vec_* in testsuite code

9 years agoUse C++ naming for structures
Dale Weiler [Thu, 15 Jan 2015 05:05:48 +0000 (00:05 -0500)]
Use C++ naming for structures

9 years agoUse C++ naming for structures
Dale Weiler [Thu, 15 Jan 2015 04:56:52 +0000 (23:56 -0500)]
Use C++ naming for structures

9 years agoMore std::vector migration
Dale Weiler [Thu, 15 Jan 2015 04:45:00 +0000 (23:45 -0500)]
More std::vector migration

9 years agoInitial movement to std::vector
Dale Weiler [Thu, 15 Jan 2015 04:34:43 +0000 (23:34 -0500)]
Initial movement to std::vector

9 years agoFast math is too fast for clang
Dale Weiler [Thu, 15 Jan 2015 02:58:04 +0000 (21:58 -0500)]
Fast math is too fast for clang

9 years agoMake travis update to newer compilers
Dale Weiler [Thu, 15 Jan 2015 02:54:41 +0000 (21:54 -0500)]
Make travis update to newer compilers

9 years ago.c -> .cpp
Dale Weiler [Thu, 15 Jan 2015 02:48:47 +0000 (21:48 -0500)]
.c -> .cpp

9 years agoMore cleanup
Dale Weiler [Wed, 14 Jan 2015 02:46:52 +0000 (21:46 -0500)]
More cleanup

9 years agoMore cleanup
Dale Weiler [Wed, 14 Jan 2015 02:43:48 +0000 (21:43 -0500)]
More cleanup

9 years agoThis is supposted in C99
Dale Weiler [Wed, 14 Jan 2015 02:39:19 +0000 (21:39 -0500)]
This is supposted in C99

9 years agoRemove license headers. The LICENSE file is sufficent
Dale Weiler [Wed, 14 Jan 2015 02:38:40 +0000 (21:38 -0500)]
Remove license headers. The LICENSE file is sufficent

9 years agoMore cleanup
Dale Weiler [Wed, 14 Jan 2015 02:36:09 +0000 (21:36 -0500)]
More cleanup

9 years agoMinifi README
Dale Weiler [Wed, 14 Jan 2015 02:30:23 +0000 (21:30 -0500)]
Minifi README

9 years agoRemove these too
Dale Weiler [Wed, 14 Jan 2015 02:29:09 +0000 (21:29 -0500)]
Remove these too

9 years agoRemove msvc project files and misc stuff
Dale Weiler [Wed, 14 Jan 2015 02:28:26 +0000 (21:28 -0500)]
Remove msvc project files and misc stuff

9 years agoRemove hash.c
Dale Weiler [Wed, 14 Jan 2015 02:27:36 +0000 (21:27 -0500)]
Remove hash.c

9 years agoRemove all the support stuff
Dale Weiler [Wed, 14 Jan 2015 02:26:44 +0000 (21:26 -0500)]
Remove all the support stuff

9 years agoRemove fs.c ansi.c and PORTING guide
Dale Weiler [Wed, 14 Jan 2015 02:25:17 +0000 (21:25 -0500)]
Remove fs.c ansi.c and PORTING guide

9 years agoMajor cleanup of platform/fs stuff
Dale Weiler [Wed, 14 Jan 2015 02:18:47 +0000 (21:18 -0500)]
Major cleanup of platform/fs stuff

9 years agoAdd qcvm rule to makefile
Dale Weiler [Wed, 14 Jan 2015 01:36:25 +0000 (20:36 -0500)]
Add qcvm rule to makefile

9 years agoUpdate travis file
Dale Weiler [Wed, 14 Jan 2015 01:30:28 +0000 (20:30 -0500)]
Update travis file

9 years agoInclude dependencies in the makefile
Dale Weiler [Wed, 14 Jan 2015 01:29:46 +0000 (20:29 -0500)]
Include dependencies in the makefile

9 years agoLinker flags after objects
Dale Weiler [Wed, 14 Jan 2015 01:27:45 +0000 (20:27 -0500)]
Linker flags after objects

9 years agoRemove stat_info calls
Dale Weiler [Wed, 14 Jan 2015 01:25:44 +0000 (20:25 -0500)]
Remove stat_info calls

9 years agoRemove memory tracker
Dale Weiler [Wed, 14 Jan 2015 01:25:01 +0000 (20:25 -0500)]
Remove memory tracker

9 years agoSimpler hash function
Dale Weiler [Wed, 14 Jan 2015 01:10:44 +0000 (20:10 -0500)]
Simpler hash function

9 years agoRemove MSVC support code. Simplified makefile
Dale Weiler [Wed, 14 Jan 2015 01:07:17 +0000 (20:07 -0500)]
Remove MSVC support code. Simplified makefile

9 years agoRemove gmpak
Dale Weiler [Wed, 14 Jan 2015 00:55:49 +0000 (19:55 -0500)]
Remove gmpak

9 years agoRemove spelling corrector
Dale Weiler [Wed, 14 Jan 2015 00:48:57 +0000 (19:48 -0500)]
Remove spelling corrector

9 years agoUpdate license headers
Dale Weiler [Fri, 9 Jan 2015 19:53:35 +0000 (14:53 -0500)]
Update license headers

9 years agoFix variable declarations in for-loop initializers
Dale Weiler [Fri, 9 Jan 2015 04:42:46 +0000 (23:42 -0500)]
Fix variable declarations in for-loop initializers

9 years agoMore comments
Dale Weiler [Wed, 7 Jan 2015 01:39:20 +0000 (20:39 -0500)]
More comments

9 years agogrammar
Dale Weiler [Wed, 7 Jan 2015 01:33:31 +0000 (20:33 -0500)]
grammar

9 years agoFix the soft float implementation. Comment it as well.
Dale Weiler [Wed, 7 Jan 2015 01:30:17 +0000 (20:30 -0500)]
Fix the soft float implementation. Comment it as well.

9 years agoMerge branch 'cooking'
Dale Weiler [Wed, 10 Dec 2014 07:43:42 +0000 (02:43 -0500)]
Merge branch 'cooking'

Conflicts:
test.c

9 years agoWhen storing to a vector member as part of an entity field we must use STOREP
Dale Weiler [Wed, 10 Dec 2014 07:40:35 +0000 (02:40 -0500)]
When storing to a vector member as part of an entity field we must use STOREP

9 years agoImplement support for #include MACRO and #include __LINE__
Dale Weiler [Fri, 7 Nov 2014 08:12:34 +0000 (03:12 -0500)]
Implement support for #include MACRO and #include __LINE__

9 years agoDon't emit whitespace when stringifying TOKEN_WHITE.
Dale Weiler [Fri, 7 Nov 2014 07:01:17 +0000 (02:01 -0500)]
Don't emit whitespace when stringifying TOKEN_WHITE.
Other aspects of the preprocessor already skip whitespace leading up to a token. The only situation in which a TOKEN_WHITE can
exist as part of the token stream during stringification, is when the whitespace is trailing after a token. This is situation is
really only possible in the context of a macro argument. This behaviour is inconsistent.

Consider the following
FOO( space_before)
FOO(space_after )

The former will reduce to "space_before" since the preprocessor will skip whitespace leading up to the token `space_before', while
the latter will reduce to "space_after ".

The C preprocessor doesn't preserve whitespace, so we won't either. This doesn't break any existing code.

9 years agoAllow negation to propagate inexactness in constant folder by using neg(x) = x*-1
Dale Weiler [Tue, 4 Nov 2014 19:32:56 +0000 (14:32 -0500)]
Allow negation to propagate inexactness in constant folder by using neg(x) = x*-1

9 years agomanpage/init: -fsplit-vector-parameters description
Wolfgang Bumiller [Sat, 18 Oct 2014 12:39:14 +0000 (14:39 +0200)]
manpage/init: -fsplit-vector-parameters description

9 years agowe like to spell things properly - if this commit message contains a typo I don't...
Wolfgang Bumiller [Sat, 18 Oct 2014 12:27:16 +0000 (14:27 +0200)]
we like to spell things properly - if this commit message contains a typo I don't catch before pushing then that's totally intentional

9 years agoir_builder_imm_float: add IR_FLAG_ERASEABLE
Wolfgang Bumiller [Sat, 18 Oct 2014 12:25:28 +0000 (14:25 +0200)]
ir_builder_imm_float: add IR_FLAG_ERASEABLE

9 years agoir_builder_imm_float: mark them as const, otherwise they end up getting saved
Wolfgang Bumiller [Sat, 18 Oct 2014 11:53:15 +0000 (13:53 +0200)]
ir_builder_imm_float: mark them as const, otherwise they end up getting saved

9 years agosplit-vectors test
Wolfgang Bumiller [Sat, 18 Oct 2014 11:51:25 +0000 (13:51 +0200)]
split-vectors test

9 years agoadding -fsplit-vector-parameters, todo: float-lookup should get optimized as commented
Wolfgang Bumiller [Sat, 18 Oct 2014 11:49:13 +0000 (13:49 +0200)]
adding -fsplit-vector-parameters, todo: float-lookup should get optimized as commented

9 years agorenaming the length operator to _length and fixing the lexing of that operator, gener...
Wolfgang Bumiller [Sat, 18 Oct 2014 11:47:23 +0000 (13:47 +0200)]
renaming the length operator to _length and fixing the lexing of that operator, generic names for operators is really a bad idea

9 years agoSupport text type escape sequences \b and \s.
Dale Weiler [Fri, 17 Oct 2014 23:37:01 +0000 (19:37 -0400)]
Support text type escape sequences \b and \s.

9 years agoConverting a literal to null pointer produces a warning
Dale Weiler [Fri, 17 Oct 2014 02:55:16 +0000 (22:55 -0400)]
Converting a literal to null pointer produces a warning

9 years agoFix tests
Dale Weiler [Mon, 29 Sep 2014 07:38:08 +0000 (03:38 -0400)]
Fix tests

9 years agoSome fixes
Dale Weiler [Mon, 29 Sep 2014 00:28:56 +0000 (20:28 -0400)]
Some fixes

9 years agoMake it a function
Dale Weiler [Sat, 27 Sep 2014 08:50:50 +0000 (04:50 -0400)]
Make it a function

9 years agoImplemented length operator. This closes #130
Dale Weiler [Sat, 27 Sep 2014 08:15:32 +0000 (04:15 -0400)]
Implemented length operator. This closes #130

9 years agoImplement ini [includes] area like Trac. This closes #65
Dale Weiler [Sat, 27 Sep 2014 06:32:02 +0000 (02:32 -0400)]
Implement ini [includes] area like Trac. This closes #65

9 years agoMake that unsigned
Dale Weiler [Sat, 27 Sep 2014 05:52:33 +0000 (01:52 -0400)]
Make that unsigned

9 years agoImplement support for indirect macro expansions in the preprocessor. This closes #36
Dale Weiler [Sat, 27 Sep 2014 05:48:03 +0000 (01:48 -0400)]
Implement support for indirect macro expansions in the preprocessor. This closes #36

9 years agosilly clang warning is silly
Dale Weiler [Fri, 26 Sep 2014 23:58:32 +0000 (19:58 -0400)]
silly clang warning is silly

9 years agoFix hash strlen properly instead of blindly disabling it
Dale Weiler [Fri, 26 Sep 2014 23:53:50 +0000 (19:53 -0400)]
Fix hash strlen properly instead of blindly disabling it

9 years agoaccidentally left those in
Wolfgang Bumiller [Fri, 26 Sep 2014 13:32:14 +0000 (15:32 +0200)]
accidentally left those in

9 years agoFor now I'll just disable this
Wolfgang Bumiller [Fri, 26 Sep 2014 13:25:33 +0000 (15:25 +0200)]
For now I'll just disable this

9 years agohopefully sanitize field creation logic a bit
Wolfgang Bumiller [Fri, 26 Sep 2014 13:08:49 +0000 (15:08 +0200)]
hopefully sanitize field creation logic a bit

9 years agoFix
Dale Weiler [Tue, 12 Aug 2014 00:59:34 +0000 (20:59 -0400)]
Fix

9 years agoSet name for is_varargs too.
Dale Weiler [Thu, 31 Jul 2014 17:13:43 +0000 (13:13 -0400)]
Set name for is_varargs too.

9 years agoFix T...name
Dale Weiler [Thu, 31 Jul 2014 16:37:26 +0000 (12:37 -0400)]
Fix T...name

9 years agoRemove debug info from parse error.
Dale Weiler [Thu, 31 Jul 2014 04:44:42 +0000 (00:44 -0400)]
Remove debug info from parse error.

9 years agoMerge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
Dale Weiler [Thu, 31 Jul 2014 04:43:42 +0000 (00:43 -0400)]
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking