]>
git.rm.cloudns.org Git - xonotic/gmqcc.git/log
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 13:03:57 +0000 (15:03 +0200)]
A few of the main IR operation implementations
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:59:35 +0000 (14:59 +0200)]
removed an old vector related function
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:59:08 +0000 (14:59 +0200)]
ir.c: ir_value and style fixups
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:56:47 +0000 (14:56 +0200)]
Same style fixups for ir_instr
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:55:15 +0000 (14:55 +0200)]
ir.c: ir_instr
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:54:37 +0000 (14:54 +0200)]
Same style fixup for ir_block as previous commits for function
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:52:03 +0000 (14:52 +0200)]
ir.c: importing ir_block
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:51:23 +0000 (14:51 +0200)]
filecontext_t -> lex_ctx_t, removing some const
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:49:29 +0000 (14:49 +0200)]
space idnentation, macros, strdup again
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:47:20 +0000 (14:47 +0200)]
ir.c: importing ir_function
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:46:10 +0000 (14:46 +0200)]
Space indentation in ir.c builder part
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:45:40 +0000 (14:45 +0200)]
macros, strdup->util_strdup, malloc->mem_a
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:43:23 +0000 (14:43 +0200)]
importing from ir_builder.c -> ir.c
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:43:00 +0000 (14:43 +0200)]
ast.h
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 12:35:15 +0000 (14:35 +0200)]
Adding the 3 virtual instructions required for the IR later.
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:44:43 +0000 (13:44 +0200)]
Remove some underscores
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:44:17 +0000 (13:44 +0200)]
Vector macros
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:39:32 +0000 (13:39 +0200)]
Adopting space indentation in ir.h
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:37:17 +0000 (13:37 +0200)]
Importing ir.h
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:26:29 +0000 (13:26 +0200)]
Removed unnecessary line
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:26:08 +0000 (13:26 +0200)]
Space indentation for ast->ir part
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:25:05 +0000 (13:25 +0200)]
i{false,true} -> {false,true}
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:24:25 +0000 (13:24 +0200)]
Adding from astcodegen.c
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:22:48 +0000 (13:22 +0200)]
style-fix
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:21:59 +0000 (13:21 +0200)]
use the actual VECTOR macros
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:20:49 +0000 (13:20 +0200)]
filecontext_t -> lex_ctx_t
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:20:04 +0000 (13:20 +0200)]
strdup -> util_strdup, _name -> name
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:19:22 +0000 (13:19 +0200)]
Adopting space-indentation
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:17:37 +0000 (13:17 +0200)]
Importing ast.c
Wolfgang (Blub) Bumiller [Wed, 25 Apr 2012 11:08:47 +0000 (13:08 +0200)]
astir.h: importing some macros and types - to be merged into ast.h later
Dale Weiler [Wed, 25 Apr 2012 15:45:01 +0000 (11:45 -0400)]
TYPE_ macros
Dale Weiler [Wed, 25 Apr 2012 15:42:20 +0000 (11:42 -0400)]
s/#define / / & s/[0-9]// & inplace enum { - end }
Dale Weiler [Tue, 24 Apr 2012 20:52:53 +0000 (16:52 -0400)]
CRC16 implementation
Dale Weiler [Tue, 24 Apr 2012 20:19:05 +0000 (16:19 -0400)]
assembler.c -> asm.c
Dale Weiler [Tue, 24 Apr 2012 17:09:17 +0000 (13:09 -0400)]
test/ -> data/
Wolfgang (Blub) Bumiller [Tue, 24 Apr 2012 16:45:52 +0000 (18:45 +0200)]
Test write access by adding an AUTHORS file
Dale Weiler [Tue, 24 Apr 2012 17:05:19 +0000 (13:05 -0400)]
AUTHORS
Dale Weiler [Tue, 24 Apr 2012 12:19:48 +0000 (08:19 -0400)]
new progs format proposal for engine developers (45% of globals are 0, why write them, let the engine populate them. We can essentially save 9884 bytes in xonotic's progs.dat with this new format.)
Dale Weiler [Sun, 22 Apr 2012 20:59:00 +0000 (16:59 -0400)]
undo util_endianswap
Dale Weiler [Sun, 22 Apr 2012 20:58:12 +0000 (16:58 -0400)]
-fdarkplaces-stringtablebug
Dale Weiler [Sun, 22 Apr 2012 02:55:30 +0000 (22:55 -0400)]
Language type selection at command line.
Dale Weiler [Sat, 21 Apr 2012 20:02:33 +0000 (16:02 -0400)]
slightly faster hash function (using crc32), with precomputed polynomial table (256x32-bit entries, eight shifted xor operations). QuakeC header files include a crc16 in them (this isn't it, that is on the TODO list)
Dale Weiler [Fri, 20 Apr 2012 05:24:11 +0000 (01:24 -0400)]
removed branch
Dale Weiler [Fri, 20 Apr 2012 05:20:22 +0000 (01:20 -0400)]
command line argument parsing.
Dale Weiler [Fri, 20 Apr 2012 04:44:44 +0000 (00:44 -0400)]
Starting assembly
Dale Weiler [Thu, 19 Apr 2012 22:03:30 +0000 (18:03 -0400)]
Indentation
Dale Weiler [Thu, 19 Apr 2012 20:41:03 +0000 (16:41 -0400)]
ensure all data is LE format, cleanups, etc.
Dale Weiler [Tue, 17 Apr 2012 21:31:07 +0000 (17:31 -0400)]
Fix clang warnings
Dale Weiler [Tue, 17 Apr 2012 21:16:11 +0000 (17:16 -0400)]
Fix memory leaks, more memory tracker stuff as well.
Dale Weiler [Tue, 17 Apr 2012 20:24:22 +0000 (16:24 -0400)]
tabulators->four spaces
Dale Weiler [Tue, 17 Apr 2012 20:22:28 +0000 (16:22 -0400)]
Fix potential bug with derefrencing a NULL pointer
Dale Weiler [Tue, 17 Apr 2012 20:14:00 +0000 (16:14 -0400)]
replaced getline with util_getline
Dale Weiler [Tue, 17 Apr 2012 12:26:52 +0000 (08:26 -0400)]
More information about assembler instructions
Dale Weiler [Tue, 17 Apr 2012 09:24:37 +0000 (05:24 -0400)]
Updated README
Dale Weiler [Tue, 17 Apr 2012 09:21:27 +0000 (05:21 -0400)]
Updated README
Dale Weiler [Tue, 17 Apr 2012 09:20:36 +0000 (05:20 -0400)]
Updated README
Dale Weiler [Tue, 17 Apr 2012 09:15:47 +0000 (05:15 -0400)]
Fixes to README
Dale Weiler [Tue, 17 Apr 2012 09:12:05 +0000 (05:12 -0400)]
updated README
Dale Weiler [Tue, 17 Apr 2012 09:04:07 +0000 (05:04 -0400)]
Update README
Dale Weiler [Tue, 17 Apr 2012 08:29:58 +0000 (04:29 -0400)]
Work in progress assembler, cleanups and more.
Dale Weiler [Sun, 15 Apr 2012 22:01:21 +0000 (18:01 -0400)]
More cleanups
Dale Weiler [Sun, 15 Apr 2012 21:47:14 +0000 (17:47 -0400)]
Cleanups
Dale Weiler [Sun, 15 Apr 2012 11:59:22 +0000 (07:59 -0400)]
Removed primitive AST tree generator ... I'm planning a rewrite as we speak.
Dale Weiler [Sat, 14 Apr 2012 08:22:48 +0000 (04:22 -0400)]
Fixes
Dale Weiler [Sat, 14 Apr 2012 08:17:06 +0000 (04:17 -0400)]
compile-time constant generation, and some cleanups
Dale Weiler [Sat, 14 Apr 2012 07:58:28 +0000 (03:58 -0400)]
cleanups
Dale Weiler [Sat, 14 Apr 2012 07:53:20 +0000 (03:53 -0400)]
Include now works
Dale Weiler [Sat, 14 Apr 2012 07:08:15 +0000 (03:08 -0400)]
Vector test
Dale Weiler [Sat, 14 Apr 2012 06:51:52 +0000 (02:51 -0400)]
Indentation
Dale Weiler [Sat, 14 Apr 2012 06:48:11 +0000 (02:48 -0400)]
Indentation
Dale Weiler [Sat, 14 Apr 2012 06:47:29 +0000 (02:47 -0400)]
Indentation (last)
Dale Weiler [Sat, 14 Apr 2012 06:46:53 +0000 (02:46 -0400)]
Indentation
Dale Weiler [Sat, 14 Apr 2012 06:45:28 +0000 (02:45 -0400)]
Indentation
Dale Weiler [Sat, 14 Apr 2012 06:41:52 +0000 (02:41 -0400)]
Indentation
Dale Weiler [Sat, 14 Apr 2012 06:40:50 +0000 (02:40 -0400)]
Indentation
Dale Weiler [Sat, 14 Apr 2012 06:39:33 +0000 (02:39 -0400)]
More vector parsing (now supports sign)
Dale Weiler [Thu, 12 Apr 2012 06:22:28 +0000 (02:22 -0400)]
I got parsing to work finally.
Dale Weiler [Thu, 12 Apr 2012 02:13:34 +0000 (22:13 -0400)]
Parsing fixes
Dale Weiler [Wed, 11 Apr 2012 23:41:04 +0000 (19:41 -0400)]
More parsing stuff (still totally broken)
Dale Weiler [Wed, 11 Apr 2012 19:53:40 +0000 (15:53 -0400)]
Count file lines
Dale Weiler [Wed, 11 Apr 2012 16:13:31 +0000 (12:13 -0400)]
Implemented support for #include, but it doesn't add an include to the lexer yet.
Dale Weiler [Wed, 11 Apr 2012 12:40:17 +0000 (08:40 -0400)]
It does hello world
Dale Weiler [Wed, 11 Apr 2012 08:18:40 +0000 (04:18 -0400)]
Test program
Dale Weiler [Wed, 11 Apr 2012 07:58:31 +0000 (03:58 -0400)]
Fix memory leak
Dale Weiler [Wed, 11 Apr 2012 07:57:16 +0000 (03:57 -0400)]
Indentation
Dale Weiler [Wed, 11 Apr 2012 07:54:01 +0000 (03:54 -0400)]
Some perliminary code gen code (just writes a header)
Dale Weiler [Tue, 10 Apr 2012 09:16:18 +0000 (05:16 -0400)]
Cleanups
Dale Weiler [Tue, 10 Apr 2012 09:09:55 +0000 (05:09 -0400)]
code.c, info.txt
Dale Weiler [Tue, 10 Apr 2012 09:02:58 +0000 (05:02 -0400)]
Cleanups
Dale Weiler [Tue, 10 Apr 2012 08:29:06 +0000 (04:29 -0400)]
digraph and trigraph tests
Dale Weiler [Tue, 10 Apr 2012 08:20:27 +0000 (04:20 -0400)]
More test files
Dale Weiler [Tue, 10 Apr 2012 08:20:15 +0000 (04:20 -0400)]
Cleanups
Dale Weiler [Tue, 10 Apr 2012 05:06:33 +0000 (01:06 -0400)]
Formatting
Dale Weiler [Tue, 10 Apr 2012 05:05:14 +0000 (01:05 -0400)]
Update README
Dale Weiler [Tue, 10 Apr 2012 05:03:52 +0000 (01:03 -0400)]
Fixed parsing issues, added some parser tests.
Dale Weiler [Tue, 10 Apr 2012 04:23:28 +0000 (00:23 -0400)]
Parse fixes
Dale Weiler [Tue, 10 Apr 2012 03:46:59 +0000 (23:46 -0400)]
Fix parser bug
Dale Weiler [Tue, 10 Apr 2012 03:12:42 +0000 (23:12 -0400)]
Implemented memory tracker
Dale Weiler [Tue, 10 Apr 2012 02:44:06 +0000 (22:44 -0400)]
More parse tree stuff
Dale Weiler [Tue, 10 Apr 2012 01:32:24 +0000 (21:32 -0400)]
Fixes for '#' tokens