make firm compilable with a c++ compiler
[libfirm] / ir / common /
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-11-04 Matthias BraunRemove the unused functions print_firm_kind() and firm_...
2010-09-22 Matthias Braunremove MacroBlock concept
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-06-16 Matthias Braunfix some bugs that prevented repeated calling of ir_ini...
2010-05-26 Matthias Braunremove the infrastructure for using a custom identifier...
2010-05-25 Matthias Braunonly set deprecated firm_param stuff if it is not NULL
2010-05-25 Matthias Braunchange firm API so the firm_parameter_t struct becomes...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Matthias Braunreally remove type_id
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-12-16 Matthias Braunput optimisation module init function declarations...
2009-12-01 Matthias Braunchange debug printing of firm nodes: add a space betwee...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-19 Christoph MallonRemove the pointless function firm_init_hooks(). Its...
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- graph passes can be added to prog managers now
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-06-29 Matthias Braunremove unused common/firmwalk.* code
2009-06-29 Matthias Braunremove pointless and unused common/statistics.* code
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-25 Michael BeckAdd an irg attribute the Bad nodes: so get_Block_irg...
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-01-22 Michael Beck- indentation
2008-12-09 Matthias Braunchange functions to use the usual ir_ prefix
2008-12-09 Matthias Braunavoid structs in public API where easily possible ...
2008-11-28 Christoph MallonUnconditionally include stdio.h
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-28 Matthias Braunfix wrong printf usage
2008-11-22 Michael Beck- implemented firm_clear_node_and_phi_links()
2008-10-31 Michael Beck- Fixed memory leak: delete pseudo-irgs if any
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-14 Matthias Braunbe consequent: don't warn about config files, simply...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunmore firm_config includes removed
2008-09-20 Michael BeckBugfix: restructured so memory disambiguator can switch...
2008-08-24 Michael Beckmore tarval cleanup
2008-07-31 Sebastian BuchwaldFixed revision 20864.
2008-07-31 Sebastian BuchwaldCall firm_be_finish, but who calls me?
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-05-30 Michael Beck- no more be_init(): backend is initialised in init_firm
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-05 Michael Beckcompletely removed old verbosity based debug output
2008-04-05 Michael Beckswitch scalar replacement to new style debug output
2008-04-05 Michael Beck- init function for inlining added
2008-04-04 Michael Beckhandle the macro block properly
2008-04-02 Michael Beckfixed Win32 build
2008-03-29 Matthias Braunfix check for posix realtime extensions
2008-03-03 Michael Beck- renamed init_cons() to firm_init_cons()
2008-02-26 Michael Beckfixed indentation
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braunlibfirm timing code adapted from libcore
2008-01-02 Michael Beckupdate copyright message
2007-12-10 Michael Beck- use firm debug facility instead of old verbosity
2007-12-04 Matthias Brauntry to not make public API dependent on WITH_LIBCORE
2007-12-04 Matthias Braunalways use firm builtin debug facilities (libcore ones...
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-04 Matthias Braunfirm revision and build changed to strings
2007-09-27 Christoph MallonAdd the famous ENDOF() macro which calculates the addre...
2007-09-27 Michael BeckRemoved USE_FAST_PHI_CONSTRUCTION and USE_EXPLICIT_PHI_...
2007-09-11 Matthias Braunmul fix
2007-07-20 Matthias Braunmore missing includes
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-07-20 Matthias Brauntypo fix
2007-07-20 Matthias Braunautomake updates, set version number from configure...
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-09 Michael Beckuse get_irn_n(-1) instead of get_nodes_block
2007-06-30 Matthias Braunmakefile updates
2007-06-27 Christoph MallonFix non-debug build of FIRM.
2007-06-18 Matthias Braunfixed warnings
2007-06-13 Sebastian HackMade the DEBUG_ONLY macro a little nicer (at least...
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-18 Michael Beck[r13918]
2007-05-18 Matthias Brauninclude lower_hl.h in complete header
2007-05-11 Michael Becktypo fixed
2007-04-26 Matthias Braunadded license information, cleaned up doxygen comments
2007-04-10 Michael Beckremoved double ir_phase definition
2007-04-10 Michael Beckirg_reg_walk_func() added
2007-04-10 Michael Beckadded ir_region and ir_reg_tree
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-06 Christoph MallonFix build: add missing typedef for ir_phase and more...
2007-04-05 Michael Beckk_ir_region added
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-20 Matthias Braunreindent
2007-02-05 Matthias Braunuse ir_vfprintf in the panic() function
2007-02-02 Michael Beckreformatted
2007-02-02 Michael Beckremoved the old entity type
next