amd64: Spell amd64 as AMD64 in macro names.
[libfirm] / ir / libcore /
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallondocumentation: Remove explicit filename after @file.
2012-12-06 Christoph Mallonlibcore: Remove LC_OPT_ENT_NEGBOOL() and LC_OPT_ENT_NEG...
2012-12-06 Christoph Mallonlibcore: Check, that a pointer to a char array is passe...
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-07-20 Christoph MallonLet list_for_each_entry(), list_for_each_entry_reverse...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-10-20 Matthias Braunremove unnecessary libcore bits
2011-10-20 Matthias Brauncast ctype functions input to unsigned char
2011-07-27 Christoph MallonSimplify usage of LC_OPT_ENT_STR(): The length of the...
2011-07-27 Christoph MallonGenerate a warning, when LC_OPT_ENT_* macros are used...
2011-07-27 Christoph MallonCorrect type inconsistency in LC_OPT machinery.
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-04-15 Matthias Braunnobody needs alloca.h these days (hopefully) - using...
2011-04-15 Matthias Braunremove configfile parsing stuff, this also eliminates...
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-01-28 Michael BeckFixed size_t related warnings in macros.
2011-01-28 Michael BeckFixed more size_t related warnings.
2011-01-24 Michael BeckFixed some size_t related warnings.
2011-01-19 Michael BeckFixed r28259 which broke hh and h modifier.
2011-01-19 Christoph Mallonva_arg must be used with int instead of char/short...
2011-01-08 Matthias Braunwe cannot use the printf attribute if we have custom...
2011-01-08 Michael BeckFurther improved lc_printf() and friends.
2011-01-06 Michael BeckEnable lc_printf and friends handling of j, t, and...
2010-12-22 Michael BeckFixed some 64bit warnings by using size_t and fixing...
2010-11-14 Michael BeckFixed windows build: unistd.h is not a portable header ...
2010-11-05 Matthias Braunremove some more strange HAVE_ #ifdefs
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-07 Matthias Braunuse "" include path inside the project
2010-06-23 Matthias Braunremove general ifg interface and always use ifg_std...
2010-05-19 Matthias Braunwe can do without the odd align.h
2010-05-06 Matthias Braunupdate for win32 compatibility
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-28 Christoph MallonInclude alloca.h only, if HAVE_ALLOCA_H is set.
2008-11-02 Michael Beck- fixed RELEASE build
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-14 Matthias Braunuse default error handler if none is specified
2008-10-14 Matthias Braunbe consequent: don't warn about config files, simply...
2008-10-14 Michael Beck- add options to the list tail, so they are shown in...
2008-10-14 Michael BeckYep, I think this is a dangerous feature, so warn about it.
2008-10-13 Michael Beck- increase string length for x86 architectural options
2008-10-13 Michael Beck- BugFix: DECL_DUMP() and DECL_DUMP_VALS() uses strncat...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunadd missing config.h includes
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-06-25 Michael Beckfixed handling of modifiers (%ld works now)
2008-05-13 Michael Beck-BugFix: can not handle values with - in in, needed...
2008-04-19 Michael Becksyntay error fixed
2008-04-19 Michael Beck- handle failure of getpwuid() more gracefully
2008-02-14 Matthias Braunadd obstack and libcore to libfirm