ast2firm: Factorise code to convert a value to its storage type.
[cparser] / symbol_table.c
2012-07-16 Christoph MallonRename hashset.c to hashset.c.inl.
2012-07-16 Matthias Braunprovide our own hashset implementation
2012-06-20 Matthias Braunmove sym_anonymous to symbol.h
2012-06-20 Matthias Braunrework preprocessor token number
2011-09-14 Christoph MallonUse streq() instead of strcmp() == 0.
2011-08-09 Matthias Braunfix pp_definition not being initialized in a symbol
2010-01-02 Matthias Braunpreliminary support for namespace mangling (I had this...
2009-04-07 Michael Beck- 2009 patch
2008-11-01 Matthias Braundeclaration_t -> entity_t
2008-10-19 Christoph MallonResolve some warnings.
2008-06-04 Matthias Braunupdate hashset, try to identify all global function...
2008-02-20 Matthias Brauncommit some files I forgot
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunadd license comments
2007-09-30 Matthias Braun- reworked handling environments and struct, union...
2007-07-21 Matthias Braunrefactored lexer code
2007-06-18 Matthias Braunmore work on parser
2007-06-16 Matthias Braunno enviornment passing around anymore in lexer, more...
2007-06-09 Matthias BraunInitial import of c parser