log gen/CodeGen.d @ 174:20ff3c31f600

age author description
Thu, 24 Jul 2008 21:06:42 +0200 Anders Johnsen Putting symbol on MemberRef -calls.
Thu, 24 Jul 2008 20:40:04 +0200 Anders Halager Start of support for virtual functions
Thu, 24 Jul 2008 12:27:34 +0200 Anders Halager Make function overloads work in the codegen
Tue, 22 Jul 2008 21:34:53 +0200 Anders Halager Codegen support for new expressions (very lame so far)
Tue, 22 Jul 2008 13:29:20 +0200 Anders Halager Improved static arrays
Mon, 21 Jul 2008 22:12:33 +0200 Anders Halager Codegen for statements
Mon, 21 Jul 2008 01:05:20 +0200 Anders Johnsen Added partial support for switches.
Fri, 18 Jul 2008 13:17:02 +0200 Anders Halager Removed some unused code
Fri, 18 Jul 2008 13:10:53 +0200 Anders Halager No reason to explicitly add structs as llvm types
Fri, 11 Jul 2008 21:47:57 +0200 johnsen Lots of changes:
Sat, 21 Jun 2008 20:41:18 +0200 Anders Halager Added a Symbol
Sun, 25 May 2008 21:13:56 +0200 Anders Halager Support shifts and binary logical operators in codegen
Sun, 25 May 2008 20:30:09 +0200 Anders Halager Allow == and != on reals
Sun, 25 May 2008 20:18:55 +0200 Anders Halager Implement the cast expression - works for integers and real/float/double
Sun, 25 May 2008 19:13:07 +0200 Anders Johnsen Non compileing commit. Work on floating points and casts
Sun, 25 May 2008 18:24:16 +0200 Anders Halager Added the DType -> llvm type mapping for some more types
Sun, 25 May 2008 18:20:13 +0200 Anders Halager merge
Sun, 25 May 2008 18:19:09 +0200 Anders Halager Add in the types for float and co.
Sun, 25 May 2008 16:41:19 +0200 Anders Johnsen Ehh... not sure why...
Sun, 25 May 2008 16:40:38 +0200 Anders Johnsen Removed misc/Error.d and is now using the error system all way through.
Sun, 25 May 2008 15:49:25 +0200 Anders Halager Fix derefs as lvalues
Sun, 25 May 2008 14:40:14 +0200 Anders Halager Cleanup of codegen, better support for operators a few bugfixes new_gen
Wed, 07 May 2008 19:58:13 +0200 Anders Johnsen First step(the other first was a bad one) toward imports. You can now compile two files that use eachother - given that they both are in the command line. Right now it's only root sturcts and methods you can use(i guess...?) new_gen
Tue, 06 May 2008 21:55:29 +0200 Anders Johnsen Fixed tests - forgot some stuff in codegen. new_gen
Tue, 06 May 2008 18:51:08 +0200 Anders Johnsen Now D-Mangling the function types. Still need to mangle "scopes" - by that i mean structs, classes and modules. new_gen
Tue, 06 May 2008 16:24:14 +0200 Anders Johnsen Added Modules. Right now it's very simple - will grow with time and need. new_gen
Mon, 05 May 2008 20:53:13 +0200 Anders Johnsen Removed the Symbol from semantics - it was not needed anymore. From now on you set the type by doing a setType on an Identifier. new_gen
Mon, 05 May 2008 18:44:20 +0200 Anders Johnsen A few better parser errors plus renaming most of the sema classes to match that they do now. Some have changes a lot. new_gen
Sun, 04 May 2008 20:27:01 +0200 Anders Johnsen Using the new SourceLocation system to handle errors. Also, this is the first push for making the errors don't throw, but continue to check the source. new_gen
Sun, 04 May 2008 18:13:46 +0200 Anders Halager Major change to locations, tokens and expressions. new_gen
Sun, 04 May 2008 12:58:02 +0200 Anders Halager Some improvements to the compiler program new_gen
Fri, 02 May 2008 21:21:18 +0200 Anders Johnsen Fixed a bug that made arrays as params fail big time new_gen
Fri, 02 May 2008 20:18:50 +0200 Anders Halager Allow indexing of pointers also new_gen
Fri, 02 May 2008 19:54:22 +0200 Anders Halager Parse array indexing, and allow reading from arrays new_gen
Fri, 02 May 2008 19:51:58 +0200 Anders Johnsen Can declare outside functions and call c-functions new_gen
Fri, 02 May 2008 18:23:33 +0200 Anders Johnsen Now you can declare array new_gen
Fri, 02 May 2008 17:33:50 +0200 Anders Johnsen Pointers working now - big YAY new_gen
Fri, 02 May 2008 16:39:04 +0200 Anders Halager branch merge new_gen
Fri, 02 May 2008 16:38:31 +0200 Anders Halager Parse and gen for dereferences new_gen
Fri, 02 May 2008 16:37:13 +0200 Anders Johnsen Now able of --ast-dump-code with Pointer types and also codeGen int* x; new_gen
Fri, 02 May 2008 13:19:23 +0200 johnsen Renamed Add, Sub, Mul, Div and Mod in lexer to what they are (Plus, Minus....) new_gen
Thu, 01 May 2008 23:08:41 +0200 Anders Johnsen First update on the way to Arrays! :) new_gen
Thu, 01 May 2008 19:30:51 +0200 Anders Johnsen Added missing files and also cleaned up some Stdout debug-output. new_gen
Thu, 01 May 2008 19:25:49 +0200 Anders Johnsen A LOT of bug fixing - also implemented implicit casts. If you do a --ast-dump-code on a target with some algebra of differant types, you should now see the type casts being made. Also, Tests are again back with only switches failing... new_gen
Tue, 29 Apr 2008 20:15:22 +0200 Anders Johnsen Been working on the floating point parsing. Still a bit of work to do here. new_gen
Tue, 29 Apr 2008 18:30:14 +0200 Anders Halager Fixed a bug - delegates are problematic new_gen
Tue, 29 Apr 2008 18:17:09 +0200 Anders Halager Merge new_gen
Tue, 29 Apr 2008 17:56:52 +0200 Anders Halager Fixed some bugs, removed the function gathering pass in codegen and types are new_gen
Tue, 29 Apr 2008 15:13:38 +0200 Anders Halager Now Decl's have a DType type(), and should use varType and returnType to get the old type id new_gen
Tue, 29 Apr 2008 16:34:11 +0200 Anders Johnsen Added support for "%" - modulus / reminder new_gen
Tue, 29 Apr 2008 00:31:56 +0200 Anders Halager Make most of the tests pass again new_gen
Mon, 28 Apr 2008 21:51:39 +0200 Anders Halager Add types to our Exp new_gen
Mon, 28 Apr 2008 21:47:01 +0200 Anders Johnsen Removed some debug output and updated for new llvm-bindings. new_gen
Mon, 28 Apr 2008 21:40:00 +0200 Anders Johnsen Now return types works for structs... Also, simplyfing in AST have been startet - but still messy. This update is a little messy... new_gen
Sat, 26 Apr 2008 23:11:13 +0200 Anders Johnsen Now structs are somewhat useable to use. new_gen
Sat, 26 Apr 2008 19:13:10 +0200 Anders Halager Move all root var-decls so they are generated before anything else new_gen
Sat, 26 Apr 2008 18:52:27 +0200 Anders Johnsen Added struct decl and forward ref. A note on structs: they need to make a new scope when declared. Otherwise you could access struct members as globals new_gen
Sat, 26 Apr 2008 16:12:36 +0200 Anders Halager Two new tests that uncovered a bug - we dont to type conversion when calling functions new_gen
Sat, 26 Apr 2008 15:54:54 +0200 Anders Halager Rearranged some stuff, and renamed LLVMGen -> CodeGen new_gen