log python/c3/codegenerator.py @ 287:1c7c1e619be8

age author description
Thu, 21 Nov 2013 11:57:27 +0100 Windel Bouwman File movage
Sat, 02 Nov 2013 10:03:26 +0100 Windel Bouwman Rework from str interface to Instruction interface
Sat, 12 Oct 2013 09:56:23 +0200 Windel Bouwman Fix register allocator to do burn2 OK
Sat, 14 Sep 2013 17:29:10 +0200 Windel Bouwman Fixed serve arm-as
Wed, 04 Sep 2013 17:35:06 +0200 Windel Bouwman Move docs
Sat, 31 Aug 2013 17:58:54 +0200 Windel Bouwman refactor ir
Sun, 18 Aug 2013 17:43:18 +0200 Windel Bouwman Towards better modularity
Wed, 14 Aug 2013 20:12:40 +0200 Windel Bouwman Op naar tree-IR
Fri, 09 Aug 2013 09:05:13 +0200 Windel Bouwman try to split up code generation
Mon, 05 Aug 2013 20:41:25 +0200 Windel Bouwman Added function call
Sun, 04 Aug 2013 15:10:10 +0200 Windel Bouwman Added more logging
Tue, 30 Jul 2013 17:57:46 +0200 Windel Bouwman added optimize function
Fri, 26 Jul 2013 20:26:05 +0200 Windel Bouwman Added current position arrow
Sun, 14 Jul 2013 12:28:23 +0200 Windel Bouwman Added hexfile tests
Sun, 14 Jul 2013 11:50:58 +0200 Windel Bouwman Added left shift instruction
Sat, 13 Jul 2013 20:20:44 +0200 Windel Bouwman simplify blink.c3
Sat, 13 Jul 2013 19:53:44 +0200 Windel Bouwman Added some tests for IR-code
Sat, 13 Jul 2013 11:12:24 +0200 Windel Bouwman Removal of emptystatement class
Fri, 12 Jul 2013 17:42:39 +0200 Windel Bouwman Fixed tests
Thu, 11 Jul 2013 07:42:30 +0200 Windel Bouwman Fixed pointer deref
Tue, 09 Jul 2013 17:36:31 +0200 Windel Bouwman Fixup of parser
Mon, 08 Jul 2013 22:21:44 +0200 Windel Bouwman pointers
Sat, 06 Jul 2013 21:32:20 +0200 Windel Bouwman Major change in expression parsing to enable pointers and structs
Fri, 05 Jul 2013 14:13:59 +0200 Windel Bouwman Removed some stale python source files
Sun, 23 Jun 2013 18:23:18 +0200 Windel Bouwman Added some handcoded arm code generation
Fri, 21 Jun 2013 15:01:08 +0200 Windel Bouwman Added long comment to c3 parser
Sat, 25 May 2013 14:26:25 +0200 Windel Bouwman Improved testsuite
Mon, 22 Apr 2013 23:54:54 +0200 Windel Bouwman Added clean pass for IR
Sat, 20 Apr 2013 12:00:51 +0200 Windel Bouwman Added while loop code generation
Fri, 19 Apr 2013 22:15:54 +0200 Windel Bouwman Added function call in expressions
Fri, 19 Apr 2013 19:22:52 +0200 Windel Bouwman Added memory alloc for locals
Thu, 04 Apr 2013 17:58:37 +0200 Windel Bouwman Added function to IR
Wed, 03 Apr 2013 22:20:20 +0200 Windel Bouwman Improved IR code
Fri, 29 Mar 2013 17:33:17 +0100 Windel Bouwman Cleanup of ir dir
Sat, 23 Mar 2013 18:34:41 +0100 Windel Bouwman Added more tests and improved the diagnostic update
Fri, 22 Mar 2013 17:40:13 +0100 Windel Bouwman Added 2 unit tests
Fri, 08 Mar 2013 16:52:44 +0100 Windel Bouwman Added some functions for code generation
Sun, 03 Mar 2013 18:14:35 +0100 Windel Bouwman Added some code generator things
Sun, 03 Mar 2013 15:50:34 +0100 Windel Bouwman change types
Sun, 03 Mar 2013 13:20:03 +0100 Windel Bouwman Simplified IR classes
Fri, 01 Mar 2013 17:13:56 +0100 Windel Bouwman Added ir code generator stub