Adapted cparser to CopyB lowering changes.
[cparser] / NEWS
1 cparser 0.9.12 (2009-05-15)
2 ---------------------------
3
4 * Adapt to libfirm-1.19.0
5 * Introduce -mtarget (and -mtriple for llvm compatibility) for conventient
6   cross-compilation
7 * Fix big-endian struct layouting
8 * Bugfixes
9
10 cparser 0.9.11 (2009-05-16)
11 ---------------------------
12
13 * add missing NEWS entries
14 * fix crash when known C library functions had the wrong number of arguments
15
16 cparser 0.9.10 (2009-04-15)
17 ---------------------------
18
19 * bugfixes
20 * adapt to libfirm-1.18.0
21
22 cparser 0.9.9 (2009-05-15)
23 --------------------------
24
25 * bugfixes
26 * extend and improve support for attributes
27 * adapat to latest libfirm
28
29 cparser 0.9.8 (2009-01-28)
30 --------------------------
31 * several bugfixes
32 * add/correct semantic checks
33 * improve error recovery
34 * support more GCC extensions
35 * add/improve/correct warnings
36
37 cparser 0.9.7 (2008-12-01)
38 --------------------------
39
40 * several bugfixes
41 * add/correct semantic checks
42 * improved error recovery
43 * support more GCC extensions
44 * support more GCC switches
45 * add a manpage
46
47 cparser 0.9.6 (2008-11-22)
48 --------------------------
49
50 * lots of bugfixes
51 * add/correct semantic checks
52 * more/improved warnings
53 * internal cleanups (introduce entity_t types)
54 * support more gnu extensions
55 * improved error recovery
56 * support more switches for gcc compatibility
57 * support for libc builtins
58
59 cparser 0.9.5 (2008-07-31)
60 --------------------------
61
62 * lots of bugfixes
63 * sync with latest libfirm
64 * improve error handling (more graceful continue in case of an error)
65 * compatibility fixes for old C stuff (=> SPECint2000 works now)
66 * improved commandline, more gcc compatibility flags
67 * support more gnu extensions
68 * parse all gnu extensions
69
70 cparser 0.9 (2008-02-08)
71 ------------------------
72
73 * initial release
74 * cparser is able to bootstrap itself