[parrot/parrot] 5ac00a: fix function documentation

noreply at github.com noreply at github.com
Wed Jan 26 13:51:07 UTC 2011


Branch: refs/heads/whiteknight/imcc_compreg_pmc
Home:   https://github.com/parrot/parrot

Commit: 5ac00a21bd366d5f687fd535ab2179fb9c6fa7a0
    https://github.com/parrot/parrot/commit/5ac00a21bd366d5f687fd535ab2179fb9c6fa7a0
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M frontend/parrot/main.c

Log Message:
-----------
fix function documentation


Commit: 2690e4771356bc265e9bc31bee666de9a7885b3d
    https://github.com/parrot/parrot/commit/2690e4771356bc265e9bc31bee666de9a7885b3d
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M src/embed/api.c

Log Message:
-----------
small doc fix


Commit: b7a21c6ac0276b06b71a8d75e4542dd1acd9c2a1
    https://github.com/parrot/parrot/commit/b7a21c6ac0276b06b71a8d75e4542dd1acd9c2a1
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M compilers/imcc/instructions.c
  M compilers/imcc/main.c
  M frontend/parrot/main.c

Log Message:
-----------
fix codetest


Commit: a50f445c96d4b496c18b2a646d721c8324d1cf27
    https://github.com/parrot/parrot/commit/a50f445c96d4b496c18b2a646d721c8324d1cf27
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M compilers/imcc/imc.h
  M compilers/imcc/main.c
  M frontend/parrot/main.c

Log Message:
-----------
fix some of the new additions to be codetest and headerizer-warnings free


Commit: 1a5614dcce38c252c1b14f5667e5464fe0b44191
    https://github.com/parrot/parrot/commit/1a5614dcce38c252c1b14f5667e5464fe0b44191
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M compilers/imcc/imc.h
  M include/parrot/interpreter.h
  M src/interp/inter_create.c

Log Message:
-----------
begun, the IMCC war has


Commit: f260885d728d53f23d020163f641f8a574e9e2f1
    https://github.com/parrot/parrot/commit/f260885d728d53f23d020163f641f8a574e9e2f1
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M compilers/imcc/debug.c
  M compilers/imcc/imc.c
  M compilers/imcc/imc.h
  M compilers/imcc/instructions.c
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/imcc/pcc.c
  M compilers/imcc/reg_alloc.c
  M compilers/imcc/sets.c
  M compilers/imcc/symreg.c

Log Message:
-----------
firebomb. Quick and semi-automagical converstion of IMCC to use the imcc_info_t struct instead of PARROT_INTERP almost everwhere. Did not update cfg.c or optimizer.c. Also made a few small cleanups and some TODO notes where I saw obvious problems.


Commit: bf94540ff63c6586c80dc72969f6def013735e99
    https://github.com/parrot/parrot/commit/bf94540ff63c6586c80dc72969f6def013735e99
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M compilers/imcc/cfg.c
  M compilers/imcc/optimizer.c

Log Message:
-----------
fast automagical runthrough of optimizer.c and cfg.c


Commit: 0596ba5ceffbb724f16a6230a526b95adee21a8c
    https://github.com/parrot/parrot/commit/0596ba5ceffbb724f16a6230a526b95adee21a8c
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M compilers/imcc/imcc.y

Log Message:
-----------
update imcc.y. Tried to fix some whitespace issues, but too many for little old me


Commit: bc1339f88fe31551a819353d5e49c912520fab01
    https://github.com/parrot/parrot/commit/bc1339f88fe31551a819353d5e49c912520fab01
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M compilers/imcc/imcc.l

Log Message:
-----------
quick update of imcc.l


Commit: b91c1f64ae16d4e2f873616684c1f5d116e788dc
    https://github.com/parrot/parrot/commit/b91c1f64ae16d4e2f873616684c1f5d116e788dc
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M compilers/imcc/cfg.c
  M compilers/imcc/cfg.h
  M compilers/imcc/debug.c
  M compilers/imcc/debug.h
  M compilers/imcc/imc.c
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.y
  M compilers/imcc/instructions.c
  M compilers/imcc/instructions.h
  M compilers/imcc/main.c
  M compilers/imcc/optimizer.c
  M compilers/imcc/optimizer.h
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/imcc/pbc.h
  M compilers/imcc/pcc.c
  M compilers/imcc/reg_alloc.c
  M compilers/imcc/sets.c
  M compilers/imcc/sets.h
  M compilers/imcc/symreg.c
  M compilers/imcc/symreg.h

Log Message:
-----------
headerizer


Commit: 3094d55ac71572de6f205925c2413d432828b5d9
    https://github.com/parrot/parrot/commit/3094d55ac71572de6f205925c2413d432828b5d9
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M compilers/imcc/imc.c
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/parser.h

Log Message:
-----------
rebuild the lexer and parser files. reheaderizer. Some fixes. Some files are buildable


Commit: 1d11482a78a8f45a837591c2298dfa7479a076b9
    https://github.com/parrot/parrot/commit/1d11482a78a8f45a837591c2298dfa7479a076b9
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.y
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/imcc/optimizer.c
  M compilers/imcc/parser.h
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/imcc/reg_alloc.c
  M compilers/imcc/symreg.c
  M include/parrot/api.h

Log Message:
-----------
all files in compilers/imcc build again


Commit: c26cc030357053108c67fe0783ffd8d16f229530
    https://github.com/parrot/parrot/commit/c26cc030357053108c67fe0783ffd8d16f229530
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M compilers/imcc/cfg.c
  M compilers/imcc/cfg.h
  M compilers/imcc/debug.c
  M compilers/imcc/debug.h
  M compilers/imcc/imc.c
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imcc.y
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/instructions.c
  M compilers/imcc/instructions.h
  M compilers/imcc/main.c
  M compilers/imcc/optimizer.c
  M compilers/imcc/optimizer.h
  M compilers/imcc/parser.h
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/imcc/pbc.h
  M compilers/imcc/pcc.c
  M compilers/imcc/reg_alloc.c
  M compilers/imcc/sets.c
  M compilers/imcc/sets.h
  M compilers/imcc/symreg.c
  M compilers/imcc/symreg.h
  M frontend/parrot/main.c
  M include/parrot/api.h
  M include/parrot/interpreter.h
  M src/embed/api.c
  M src/interp/inter_create.c

Log Message:
-----------
Merge branch 'whiteknight/imcc_info_struct' into whiteknight/imcc_compreg_pmc




More information about the parrot-commits mailing list