rewrite of attribute handling
[cparser] / Makefile
2009-03-07 Matthias Braunrewrite of attribute handling
2009-01-20 Matthias Braunadd missing directories to Makefile
2008-12-16 Christoph MallonSort.
2008-12-10 Matthias Braunfirst revision of jna writer
2008-11-26 Christoph MallonLet make clean delete builtins.h, too.
2008-11-25 Matthias Braun- Introduce ENTITY_PARAMETER
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-02 Matthias Braunadd beginnings of preprocessor code (and ugly hack...
2008-11-01 Matthias Braundeclaration_t -> entity_t
2008-10-21 Christoph MallonImplement a statement walker.
2008-09-18 Matthias Braundepend on libfirm (if path is specified in config.mak)
2008-09-08 Michael Beckrerun builtins.h creation if script changed
2008-09-07 Matthias Braunbunch of mac fixes and improvements
2008-08-01 Matthias Braunimprove Makefile for release
2008-08-01 Moritz KrollFixed broken Makefile (oops...)
2008-07-31 Moritz KrollAdded VC8/9 project with ICC. No config.h in SVN, but...
2008-07-25 Matthias Braunmakefile fix
2008-07-25 Matthias Braunsupport for libc builtins
2008-07-14 Matthias Braunfix warnings, fix gasmode selection on linux
2008-07-11 Matthias Braunfix input from stdin
2008-06-06 Matthias Braunavoid enum constant folding problems in ast2firm
2008-06-04 Matthias Braunupdate hashset, try to identify all global function...
2008-03-06 Matthias Braundon't build in profile mode
2008-02-18 Matthias Braunmake sure dirs are constructed in makefile
2008-02-18 Matthias Braunfix bootstrap targets
2008-02-18 Matthias Braunfix bootstrap target in makefile, make_release.sh script
2008-02-17 Christoph MallonList to be created directory names in a variable.
2008-02-17 Matthias Braunwe can do make bootstrap2 now
2008-02-16 Matthias Brauncrude -g implementation
2008-02-16 Matthias Braunimprove bootstrap rule, align long long to 4 bytes
2008-02-15 Matthias Braunadd bootstrap target, don't set frame_type to fixed...
2008-02-14 Matthias Braunselfcheck target for the makefile
2008-02-14 Matthias Braunadd obstack to cparser sources
2008-02-08 Matthias Braunfix optimized build, add benchmark mode
2007-12-13 Christoph MallonImplement a new agile warning framework.
2007-12-11 Matthias Braunsupport for bitfields completed
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-05 Christoph MallonAdd a (partial) format string checker for wide string...
2007-12-05 Christoph MallonPut some diagnostic functions into a separate file.
2007-12-05 Christoph MallonMake types globally visible, add more type(def)s.
2007-12-05 Michael Beckrevision seems to work now
2007-12-05 Christoph MallonBetter revision handling.
2007-12-05 Michael Beckadd --version
2007-12-04 Matthias Braunlong double alignment is 4, implement wide character...
2007-12-03 Michael BeckBugFix: entity allocation set for global/tls vars
2007-12-02 Matthias Braunfix a few segfaults
2007-11-30 Matthias Braunimplement builtin_isgreater and friends
2007-11-30 Matthias Braunupdated Makefiles
2007-11-30 Christoph MallonNext wchar_t step: Initialization with wide string...
2007-11-29 Matthias Braunrelated fix about unspecified parameters -> () on funct...
2007-11-29 Christoph MallonFirst iteration in adding wide string literal support...
2007-11-27 Matthias Braunfix compound returning functions
2007-11-27 Matthias Brauneliminate more casts, () in a function definition means...
2007-11-27 Matthias Braundo double compilation with gcc+icc in the Makefile
2007-11-21 Matthias Braunadd -lz to libs...
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-14 Matthias Braunsupport for pointer add/sub, no need for type_environme...
2007-11-12 Matthias Braunmore work on local variable support
2007-11-12 Matthias Braunstricter warnings
2007-11-12 Matthias Braunlink with libfirm
2007-09-28 Matthias Braunbugfixes, parse initializers
2007-09-28 Christoph MallonOlder GCCs do not know -Wextra. Only use -W.
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
2007-06-18 Matthias Braunmake it compile
2007-06-18 Matthias Braunmore work on parser
2007-06-17 Matthias Braunmore work on parser
2007-06-16 Matthias Braunmore work on parser
2007-06-09 Matthias BraunInitial import of c parser