remove symconst_type_tag
[libfirm] / include / libfirm / ircons.h
2011-11-17 Matthias Braunremove symconst_type_tag
2011-11-17 Matthias Braunuse size_t for ASM n_clobbers, n_outputs
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-13 Matthias Braunremove r_keep_alive and let keep_alive decide irg based...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-01-08 Matthias Braunfix doxygen warnings
2011-01-08 Matthias Braunautomatically generate node constructor declarations
2010-12-15 Matthias Braunfurther extend API so parallel construction of multiple...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-13 Matthias Braunlet Bad and NoMem nodes get automatically generated
2010-10-11 Matthias Brauncleanup ir_spec and let the script generate Start,End...
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-07 Michael BeckMostly reverted r27894, removed usage of unreachable.
2010-08-07 Michael BeckAdd an Unreachable node.
2010-07-30 Matthias Braunbring back Carry and Borrow (firm_decomp apparently...
2010-07-28 Matthias Braunavoid unnecessary #define in public headers
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-28 Matthias Braunremove unused/unsupported Carry and Borrow nodes
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-07-21 Julian OppermannImplement a way to guess the mode of a local variable...
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-06-01 Matthias Braunremove todo nodes from public API, they were outdated...
2010-06-01 Matthias Braunavoid unnecessary macros in public headers
2010-05-28 Matthias Braunclarify documentation for array Allocs
2010-05-25 Matthias Braunchange firm API so the firm_parameter_t struct becomes...
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2010-04-09 Michael BeckPartly undo r27277 and add a prototype for (formally...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-09 Matthias Braunfix doxygen errors and warnings; add some missing decla...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-26 Matthias Braunnew_Block doesn't set current_block anymore; remove...
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-19 Christoph MallonUpdate/correct documentation about SymConsts.
2010-01-28 Christoph MallonMake the documenation of new_*Alloc() consistent: It...
2009-08-26 Michael Beck- fixed r26421
2009-08-24 Sebastian BuchwaldFixed more doxygen warnings.
2009-08-19 Christoph MallonCorrect comments (indentation, typos).
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-05-15 Michael Beck- removed useless space
2009-05-15 Matthias Braungenerate a few more things automatically
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
2009-05-07 Matthias Braun- Fix some more stuff in ir_spec.py
2009-03-02 Moritz Krollirio: Readded support for strictConv
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-01-21 Moritz KrollAdded Dummy node which does not CSE with anything
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-15 Michael Beck- renamed cons_flags to ir_cons_flags
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-12-12 Matthias Braundon't have new_immBlock set the current block
2008-12-10 Matthias Braunless includes
2008-12-10 Matthias Braunmove some typedefs to firm_types, move functions from...
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-19 Sebastian BuchwaldAdded new_rd_Const_long to header.
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-08 Christoph MallonRemove new_{,r}d_{Bad,NoMem}(), which are just pointles...
2008-09-11 Christoph MallonTypo in comment.
2008-09-11 Christoph MallonTypo in comment.
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-01-02 Michael Beckupdate copyright message
2007-12-29 Michael Beckrenamed where_alloc to ir_where_alloc
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-09-12 Michael Beckadded all constructors for Mulh
2007-07-24 Michael Beck add symconst_label, node constructors have pin state
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-07-02 Matthias Braunno trighraphs in comments
2007-06-06 Michael Beckremoved the exc_region attribute: not needed anymore
2007-06-03 Michael Beckadded constructors for bounded Confirms
2007-06-01 Matthias Braunmoved external headers into include dir