MAIN:ragge:20120510154040
by ragge on
10 May 2012, 17:40:40 +0200
(5 days ago)
Remove constant branches found after tree building. Fixes Jira#PCC-392 by Nicolas Joly.
MAIN:ragge:20120422124907
by ragge on
22 April 2012, 14:49:07 +0200
(24 days ago)
Complain correctly about both missing prototypes and strict prototypes, unless they come from system headers in which case we ignore it. This follows gcc behavior.
MAIN:ragge:20120420161945
by ragge on
20 April 2012, 18:19:45 +0200
(25 days ago)
Optimize relops once again in optim() to find more constants to be evaluated. Fixes Jira#PCC-391 by Iain Hibbert (from Toru Nishimura)
MAIN:ragge:20120414155859
by ragge on
14 April 2012, 17:58:59 +0200
(31 days ago)
Do not make variables declared from types with mode(SI) or so unsigned. This bug introduced when cleaning up some bool stuff. Fixes bug reported by mirabilos on pcc-list.
MAIN:ragge:20120331085411
by ragge on
31 March 2012, 10:54:11 +0200
(46 days ago)
Fix OpenBSD struct return syntax so that it works with constructions like foo().d where the resturn struct is in registers. Fixes Jira#PCC-381 by Michael W. Bombardieri.
MAIN:ragge:20120326165150
by ragge on
26 March 2012, 18:51:50 +0200
(50 days ago)
Let rmpconv() and optim() loop until nothing more to do. Add ?: optimization for constants in optim(). Fixes Jira#PCC-387 by Nicolas Joly.
MAIN:plunky:20120326112627
by plunky on
26 March 2012, 13:26:27 +0200
(51 days ago)
add tests from JIRA for PCC-169, PCC-170, PCC-176, PCC-376, PCC-377, PCC-378, PCC-380, PCC-382, PCC-383 and PCC-385
MAIN:ragge:20120324165312
by ragge on
24 March 2012, 17:53:12 +0100
(52 days ago)
Handle attributes to function pointers as parameters and let them propagate from abstract_declarator to the type (won't hurt when parameters). Fixes Jira#PCC-385 by Iain Hibbert.