automatically generate most getter/setter functions of firm nodes
[libfirm] / ir / ir /
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-18 Jonas FietzVRP: Adapt meaning of bits_not_set
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-11 Michael Beck- fixed off-by-one error after phase refactoring
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-09 Matthias Braunnot used anymore (you can revive it from svn if needed)
2010-03-09 Matthias Braunnoone was using these _verbose flags
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braunexchange (brain damaged) defines with inline functions
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-07 Matthias Braunlabel start and end block in dumps
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-27 Michael BeckRemoved useless forward declaration of ir_phase.
2010-02-27 Michael Beck- add missing include
2010-02-27 Michael Beck- removed C99 features
2010-02-27 Michael BeckUndo wrong r27240 and fix an off-by-one bug when a...
2010-02-27 Jonas FietzRemove code for range_node and bits_node
2010-02-27 Jonas Fietzfix an offset bug in allocating memory for irg phases
2010-02-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-27 Jonas FietzFix documentation for init_irg_phase
2010-02-27 Michael Beck- ensure that the additional node size is struct-aligned
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-20 Christoph MallonPrefer new_Const(get_mode_one(x)) over new_Const_long...
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-18 Matthias Braunremove double declaration
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.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-13 Christoph MallonIgnore generated files.
2010-02-12 Matthias Braunexport/import visibility and linkageflags
2010-02-12 Matthias Braunremove pointless message
2010-02-11 Michael BeckReformat ugly if sequence and renamed variables to...
2010-02-10 Sebastian BuchwaldFixed VRP bugs.
2010-02-10 Jonas FietzFix bug when handling pn_Cmp_Lg with vrp info
2010-02-10 Jonas FietzAdd optimizations for Proj after Cond using VRP
2010-02-10 Jonas FietzAdd basic optimizations based on vrp info
2010-02-10 Jonas FietzAdd dumper code for VRP information
2010-02-10 Jonas FietzAdd structures and initialization for VRP
2010-02-07 Michael BeckMux -> Abs works for unordered compare ...
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-05 Matthias Braunrevivie max_irg_visited
2010-02-05 Matthias Braunmake irg_walk_2 public
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-28 Olaf LiebeFixed set_irn_in array allocation obstack
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2010-01-15 Christoph MallonImplement and use tarval_andnot().
2010-01-13 Michael BeckAdd my debugging code it might be useful in the future ...
2010-01-13 Matthias Braunremove cond_kind attribute, it was never used in a...
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2010-01-12 Michael BeckBugFix: the name o for the NEW NODE was a little bit...
2010-01-12 Michael BeckTry to fix a rare edges bug:
2010-01-12 Michael BeckSimplify pointer arithmetic.
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael Beck- part_block() does not change the current_block anymore
2010-01-07 Matthias Braunmake part_block independent of current_ir_graph
2010-01-07 Matthias Braunwe still need to read in pointer mode
2010-01-07 Matthias BraunLiebe bugs part1: Eor(1, Proj(Cmp)) was broken - simply...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Michael BeckAllow the modulo-shift setting for reference modes...
2010-01-02 Matthias BraunI was annoyed by the compiler warnings about declaratio...
2010-01-02 Matthias Brauncleanup dbginfo public API: no dbg_snprint anymore
2010-01-02 Matthias Braunreally remove type_id
2010-01-02 Matthias Braunremove the unused 'ident' type, remove tpo_max add...
2009-12-30 Michael Beck- inside irg_verify() call irn_verify_irg(), not irn_ve...
2009-12-30 Michael Beckimplement ir_graph_pass_set_parallel()
2009-12-21 Matthias Braunno unnecessary comments behind #include
2009-12-16 Matthias Braun- remove some more of the optimisation flags inside...
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-12-02 Michael BeckAdd a skip_Id() to make the following assert happy
2009-12-01 Matthias Braunchange debug printing of firm nodes: add a space betwee...
2009-11-17 Matthias Braunthis test is only needed for interprocedural view
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-09-29 Christoph MallonCorrect typo in comment.
2009-09-21 Sebastian BuchwaldConnect Projs and their predecessors by nearedges inste...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-16 Sebastian BuchwaldSet type state to fixed_layout to make beabi happy.
2009-09-16 Sebastian BuchwaldConnect profile code to initial Memory.
2009-09-13 Michael Beck- add graph pass for edges_verify()
2009-09-09 Christoph MallonCorrect wrong DBG_OPT_ALGSIM classification.
2009-09-09 Christoph MallonToday's localopt: a * (1 << x) -> a << x.
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-25 Sebastian BuchwaldAdded missing parameter documentation.
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-23 Michael Beck- add missing prototype
2009-08-23 Michael Beck- fixed pass manager
2009-08-19 Christoph MallonNext iteration for resolving warnings.
2009-08-19 Christoph MallonRemove ununsed parameter.
2009-08-19 Christoph MallonRemove the pointless function firm_init_hooks(). Its...
2009-08-17 Michael Beck- add more pass constructors
2009-08-17 Michael Beck- properties changed
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...
next