[dmd-internals] [D-Programming-Language/dmd] 436f27: Remove throw/catch from iasm.c
GitHub
noreply at github.com
Sun Feb 23 04:24:14 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 436f27501ebc021e2b31e7c2a1620fbd65f59744
https://github.com/D-Programming-Language/dmd/commit/436f27501ebc021e2b31e7c2a1620fbd65f59744
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
Log Message:
-----------
Remove throw/catch from iasm.c
Commit: f3ceb45c85163814bb3e60089282b1b42ab4e304
https://github.com/D-Programming-Language/dmd/commit/f3ceb45c85163814bb3e60089282b1b42ab4e304
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
Log Message:
-----------
Normalize indentation in iasm.c
Commit: aa36451e59adeb57762ed6d62f1bf3c82c3e7b3c
https://github.com/D-Programming-Language/dmd/commit/aa36451e59adeb57762ed6d62f1bf3c82c3e7b3c
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
Log Message:
-----------
Replace iasm error table with string literals
Commit: d4ea531900c7c4af540cafb83e5f93dbba77bf31
https://github.com/D-Programming-Language/dmd/commit/d4ea531900c7c4af540cafb83e5f93dbba77bf31
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
Log Message:
-----------
iasm STATIC -> static
Commit: 58a9c5843adbcffffff6999448e70ce8e9548c0e
https://github.com/D-Programming-Language/dmd/commit/58a9c5843adbcffffff6999448e70ce8e9548c0e
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
Log Message:
-----------
Remove prototypes for undefined and unreferenced functions
Commit: c147b7e7a9eef1669f77c761dc4fd6df89323330
https://github.com/D-Programming-Language/dmd/commit/c147b7e7a9eef1669f77c761dc4fd6df89323330
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
Log Message:
-----------
Normalize iasm brace placement
Commit: b83de3256f93db5d1c5fcee01165a8056876506a
https://github.com/D-Programming-Language/dmd/commit/b83de3256f93db5d1c5fcee01165a8056876506a
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
Log Message:
-----------
Put else and if on the same line in iasm
Commit: cbdd39d8430ebcad06dfa433aee4eb8366abde7a
https://github.com/D-Programming-Language/dmd/commit/cbdd39d8430ebcad06dfa433aee4eb8366abde7a
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
Log Message:
-----------
Remove references to I16
Commit: fc33c680fbd10e8661781ba3ea7333986d6c422c
https://github.com/D-Programming-Language/dmd/commit/fc33c680fbd10e8661781ba3ea7333986d6c422c
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
Log Message:
-----------
Replace opnd_calloc and opnd_free with new/delete
Commit: 22229c1847bc2df76df001f34d4fb971eb6a951e
https://github.com/D-Programming-Language/dmd/commit/22229c1847bc2df76df001f34d4fb971eb6a951e
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
Log Message:
-----------
Remove typedef wrappers around structs
Commit: 140abf78216d3347263b511b0a036c8d3eae850a
https://github.com/D-Programming-Language/dmd/commit/140abf78216d3347263b511b0a036c8d3eae850a
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
M src/statement.h
Log Message:
-----------
TRUE/FALSE -> true/false
Commit: ad91163befeb26b083620d4d119f8531609bd8a9
https://github.com/D-Programming-Language/dmd/commit/ad91163befeb26b083620d4d119f8531609bd8a9
Author: Walter Bright <walter at walterbright.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/iasm.c
M src/statement.h
Log Message:
-----------
Merge pull request #3317 from yebblies/iasm
[cleanup] Begin modernizing iasm.c
Compare: https://github.com/D-Programming-Language/dmd/compare/9ab0c142347a...ad91163befeb
More information about the dmd-internals
mailing list