2012-04-26 |
Wolfgang (Blub... | Adding a 'keep' bool to nodes: Generally, destroying... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Wolfgang (Blub... | Introduce an ast_store rather than splitting ast_binary |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Wolfgang (Blub... | Use .o rather than .c in the Makefile... sorry for... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Wolfgang (Blub... | ast_binary_new to initialize codegen function ptr,... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Wolfgang (Blub... | block and value codegen protos |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Wolfgang (Blub... | qbool -> bool |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Wolfgang (Blub... | Merge branch 'master' into blub/ast-and-ir-merging |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Dale Weiler | Implemented platform[safe, neutral], compiler[safe... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Dale Weiler | code_strings_add replaced with proper multiplie element... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Dale Weiler | Implemented support for multiple element (with assisted... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Dale Weiler | Make VECTOR_ more flexible for inside structures, and... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Dale Weiler | TYPE_ macros |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Dale Weiler | s/#define / / & s/[0-9]// & inplace enum { - end } |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Copyright notices |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | todo note |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Get stuff ready to compile - #if 0 on instructions... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | use CC ?= because clang crashes on me |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Adding liferange-calculation used later for templ-alloc... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | more weak typing |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | _naive_ phi solver |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | ifalse->false and true again, binop code |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | A few of the main IR operation implementations |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | removed an old vector related function |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | ir.c: ir_value and style fixups |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Same style fixups for ir_instr |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | ir.c: ir_instr |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Same style fixup for ir_block as previous commits for... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | ir.c: importing ir_block |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | filecontext_t -> lex_ctx_t, removing some const |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | space idnentation, macros, strdup again |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | ir.c: importing ir_function |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Space indentation in ir.c builder part |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | macros, strdup->util_strdup, malloc->mem_a |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | importing from ir_builder.c -> ir.c |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | ast.h |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Adding the 3 virtual instructions required for the... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Remove some underscores |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Vector macros |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Adopting space indentation in ir.h |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Importing ir.h |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Removed unnecessary line |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Space indentation for ast->ir part |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | i{false,true} -> {false,true} |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Adding from astcodegen.c |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | style-fix |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | use the actual VECTOR macros |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | filecontext_t -> lex_ctx_t |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | strdup -> util_strdup, _name -> name |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Adopting space-indentation |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | Importing ast.c |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Wolfgang (Blub... | astir.h: importing some macros and types - to be merged... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Dale Weiler | CRC16 implementation |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Dale Weiler | assembler.c -> asm.c |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Dale Weiler | test/ -> data/ |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Wolfgang (Blub... | Test write access by adding an AUTHORS file |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Dale Weiler | AUTHORS |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Dale Weiler | new progs format proposal for engine developers (45... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Dale Weiler | undo util_endianswap |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Dale Weiler | -fdarkplaces-stringtablebug |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Dale Weiler | Language type selection at command line. |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Dale Weiler | slightly faster hash function (using crc32), with preco... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Dale Weiler | removed branch |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Dale Weiler | command line argument parsing. |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Dale Weiler | Starting assembly |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Dale Weiler | Indentation |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Dale Weiler | ensure all data is LE format, cleanups, etc. |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | Fix clang warnings |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | Fix memory leaks, more memory tracker stuff as well. |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | tabulators->four spaces |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | Fix potential bug with derefrencing a NULL pointer |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | replaced getline with util_getline |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | More information about assembler instructions |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | Updated README |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | Updated README |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | Updated README |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | Fixes to README |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | updated README |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | Update README |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Dale Weiler | Work in progress assembler, cleanups and more. |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Dale Weiler | More cleanups |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Dale Weiler | Cleanups |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Dale Weiler | Removed primitive AST tree generator ... I'm planning... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | Fixes |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | compile-time constant generation, and some cleanups |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | cleanups |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | Include now works |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | Vector test |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | Indentation |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | Indentation |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | Indentation (last) |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | Indentation |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | Indentation |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | Indentation |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | Indentation |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Dale Weiler | More vector parsing (now supports sign) |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Dale Weiler | I got parsing to work finally. |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Dale Weiler | Parsing fixes |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Dale Weiler | More parsing stuff (still totally broken) |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Dale Weiler | Count file lines |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Dale Weiler | Implemented support for #include, but it doesn't add... |
commit | commitdiff | tree | snapshot |
next |