compiler/PPCCodeGenerator.st
Mon, 07 Sep 2015 11:53:38 +0100 Jan Vrany PPCConfiguration refactoring: [10/10]: Cleaned up compilation API
Sat, 29 Aug 2015 07:56:14 +0100 Jan Vrany PPCConfiguration refactoring: [6/10]: use #runPass: instead of self-sends.
Wed, 26 Aug 2015 23:01:00 +0100 Jan Vrany PPCConfiguration refactoring: [4/10]: introduced a class - PPCPass
Mon, 24 Aug 2015 23:42:53 +0100 Jan Vrany PPCConfiguration refactoring [1/10]: renamed PPCArguments to PPCCompilationOptions
Mon, 24 Aug 2015 15:56:20 +0100 Jan Vrany Merge
Mon, 24 Aug 2015 15:34:14 +0100 Jan Vrany Merged in PetitCompiler-JanVrany.170, PetitCompiler-Tests-JanKurs.116, PetitCompiler-Extras-Tests-JanKurs.29, PetitCompiler-Benchmarks-JanKurs.19
Mon, 17 Aug 2015 12:56:02 +0100 Jan Vrany Merge
Mon, 17 Aug 2015 12:13:16 +0100 Jan Vrany Updated to PetitCompiler-JanKurs.160, PetitCompiler-Tests-JanKurs.112, PetitCompiler-Extras-Tests-JanKurs.25, PetitCompiler-Benchmarks-JanKurs.17
Mon, 27 Jul 2015 16:28:48 +0100 Jan Vrany Added static analysis of blocks when inlining. Allow inlining only when block is functional
Fri, 24 Jul 2015 15:37:23 +0100 Jan Vrany Merge
Fri, 24 Jul 2015 15:06:54 +0100 Jan Vrany Updated to PetitCompiler-JanVrany.135, PetitCompiler-Tests-JanKurs.93, PetitCompiler-Extras-Tests-JanVrany.16, PetitCompiler-Benchmarks-JanKurs.12
Fri, 19 Jun 2015 07:14:07 +0100 Jan Vrany Use RBVariableNode>>name: to change variable's name.
Thu, 18 Jun 2015 22:05:13 +0100 Jan Vrany Do not use RBProgramNode>>variableNodesDo: as this method is not present in Pharo.
Thu, 18 Jun 2015 21:20:15 +0100 Jan Vrany Reverted fc3dbe5654c5: sending #copy should be OK (copy set's parent properly)
Thu, 18 Jun 2015 06:40:15 +0100 Jan Vrany Send #sourceNode instead of #ast as there's no #ast in Pharo
Wed, 17 Jun 2015 16:49:28 +0100 Jan Vrany Use #deepCopy instead of #copy when copying RB parse tree
Tue, 16 Jun 2015 07:49:21 +0100 Jan Vrany Codegen: added support for smart action node compiling.
Tue, 16 Jun 2015 06:45:26 +0100 Jan Vrany Fix in codegen for inlined sequence nodes.
Mon, 15 Jun 2015 19:13:49 +0100 Jan Vrany Avoid creation of intermediate collection for mapped action nodes.
Mon, 15 Jun 2015 18:00:44 +0100 Jan Vrany Fix in codegen: fixed compilation of unknown node: do not hardcode return variable name
Mon, 15 Jun 2015 17:47:38 +0100 Jan Vrany Renamed #codeStoreValueOf:intoVariable: to #codeAssignParsedValueOf:to:
Mon, 15 Jun 2015 17:12:54 +0100 Jan Vrany Fixed codegen for empty (mapped) action block.
Fri, 05 Jun 2015 00:05:08 +0100 Jan Vrany Do not create intermediate collection when parsing sequence if not necesary.
Wed, 03 Jun 2015 06:23:49 +0100 Jan Vrany Introduced PPCMappedActionNode for PPMappedActionParser.
Tue, 02 Jun 2015 00:16:55 +0100 Jan Vrany Action inlining [1/x]: Initial support for inlining actions parsers (i.e., ==>)
Mon, 01 Jun 2015 23:15:52 +0100 Jan Vrany Codegen refactoring [2/x]: Added PPCCompiler>>codeIf:then:else:
Fri, 29 May 2015 07:25:31 +0100 Jan Vrany Fixed choice inlining.
Wed, 27 May 2015 03:30:35 +0100 Jan Vrany More fixes for inlining of nodes
Thu, 21 May 2015 14:35:34 +0100 Jan Vrany Merge
Thu, 21 May 2015 14:12:22 +0100 Jan Vrany Updated to PetitCompiler-JanKurs.118, PetitCompiler-Tests-JanKurs.46, PetitCompiler-Extras-Tests-JanKurs.11, and PetitCompiler-Benchmarks-JanKurs.11
Tue, 12 May 2015 01:33:33 +0100 Jan Vrany Merge
Tue, 12 May 2015 01:24:03 +0100 Jan Vrany Merged with PetitCompiler-JanKurs.20150510144201, PetitCompiler-Tests-JanKurs.20150510144201, PetitCompiler-Extras-Tests-JanKurs.20150510144201, PetitCompiler-Benchmarks-JanKurs.20150510144201
Sun, 10 May 2015 06:46:56 +0100 Jan Vrany Merge
Sun, 10 May 2015 06:28:36 +0100 Jan Vrany Updated to PetitCompiler-JanKurs.111, PetitCompiler-Tests-JanKurs.51, PetitCompiler-Benchmarks-JanKurs.7, added PetitCompiler-Extras-Tests-JanKurs.4
Tue, 05 May 2015 15:07:19 +0200 Jan Vrany Avoid using (obsolete) PPCMethod>>addVariable:, use allocateTemporaryVariableNamed: instead.
Thu, 30 Apr 2015 23:43:14 +0200 Jan Vrany Updated to PetitCompiler-JanKurs.100, PetitCompiler-Tests-JanKurs.44 and PetitCompiler-Benchmarks-JanKurs.4
less more (0) tip