ast2firm: Factorise code to convert a value to its storage type.
[cparser] / mangle.c
2012-10-30 Christoph MallonLet panic() print file, line and function.
2012-07-03 Matthias Braunremove unnecessary ATOMIC_TYPE_INVALID
2011-08-16 Matthias Braunrework atomic and related types
2011-08-13 Matthias Braunremove more unnecessary XXX_INVALID constants
2011-08-13 Matthias Braunremove TYPE_INVALID, TYPE_ERROR is enough
2011-08-09 Matthias Braunbitfields are an entity attribute now, not a type
2011-05-24 Matthias Braunremove pointless concept of a builtin-type
2011-05-19 Christoph MallonHandle GNU __REDIRECT on MACHO.
2011-02-24 Andreas ZwinkauHandle GNU extension __REDIRECT
2010-02-15 Matthias Braunfix missing skip_tpyeref; add some more gcc compatibili...
2010-01-02 Matthias Braunpreliminary support for namespace mangling (I had this...
2009-04-07 Michael Beck- 2009 patch
2009-03-07 Matthias Braunrewrite of attribute handling
2008-12-11 Christoph MallonResolve warnings.
2008-12-08 Moritz KrollFixed name mangling of implicitly declared functions...
2008-12-06 Christoph MallonAdd partial support for C++ wchar_t.
2008-11-18 Christoph MallonParse C++ references.
2008-11-17 Christoph MallonDo not mangle restrict qualifiers.
2008-11-17 Christoph MallonHandle mangling of anonymous types, which only have...
2008-11-16 Matthias Braunkeep it simple and stupid: cast to unsigned instead...
2008-11-16 Michael Beck- %zu is not supported on windows
2008-11-16 Christoph MallonImplement mangling of complex and imaginary types.
2008-11-16 Christoph MallonPartially implement mangling of array types.
2008-11-16 Christoph MallonPartially implement mangling of enum types.
2008-11-16 Christoph MallonPartially implement mangling of compound types.
2008-11-16 Christoph MallonRemove wrong \n.
2008-11-15 Christoph MallonUse the correct format specifier for the return value...
2008-11-15 Christoph MallonThe outer function entity does not use the F...E delimi...
2008-11-15 Christoph MallonEmpty parameter lists are mangled as "v".
2008-11-15 Christoph MallonThe order for type qualifiers in mangled names is r...
2008-11-15 Christoph MallonSimplify further.
2008-11-15 Christoph MallonSlightly simplify creating an ident from a string on...
2008-11-15 Christoph MallonImprove linkage specification
2008-11-15 Christoph MallonImprove win32 name mangling:
2008-11-15 Christoph MallonThe calling convention is orthogonal to the linkage...
2008-11-14 Michael Beck- don't use obstack_printf() when not necessary
2008-11-14 Matthias BraunMore work for C++ mode: