irmode: remove support for vector mode
[libfirm] / ir / ir / irtypes.h
2011-10-27 Matthias Braunirmode: remove support for vector mode
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-09-22 Matthias Braunremove old+unused execution_frequency/field_temperature
2011-09-22 Matthias Braunremove old+unused structure analysis
2011-09-20 Matthias Brauneliminate ip_outs_state and trouts_state
2011-09-20 Matthias Braunuse IR_GRAPH_STATE instead of irg_extblk_info_state
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove entity_usage_state attribute
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-09-14 Andreas ZwinkauRemove outs_state attribute
2011-09-14 Andreas ZwinkauAPI to enable dumping
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-24 Michael BeckSwitch irg index to type size_t, making the API more...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-02 Michael BeckFurther pushed size_t: callgraph functions uses size_t...
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-26 Michael BeckSplit the divmod attribute into one div and one mod...
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-01-08 Matthias Braunmove Proj attributes into a proj_attr struct, so we...
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-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunremove rbitset_w_size type functions: a raw_bitset...
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-22 Matthias Braundifferentiate between Bad and Deleted (because of excha...
2010-09-22 Matthias Braunremove non-strict exception mode
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-22 Matthias Braunremove more leftovers from interprocedural view
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-02-27 Michael BeckRemoved useless forward declaration of ir_phase.
2010-02-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-10 Jonas FietzAdd structures and initialization for VRP
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 BeckTry to fix a rare edges bug:
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-08-16 Michael Beck- implemented a pass manager, so optimizations could...
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-06-03 Matthias Braun- remove modecode concept which is pointless nowadays
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-13 Matthias Braun- Introduce the concept of the graph state bitset:...
2009-04-02 Moritz KrollRenamed attr.copyb.data_type to attr.copyb.type
2009-04-02 Moritz KrollRenamed attr.builtin.builtin_tp to attr.builtin.type
2009-04-02 Moritz KrollRenamed attr.call.cld_tp to attr.call.type
2009-04-02 Moritz KrollRenamed attr.divmod.res_mode to attr.divmod.resmode
2009-04-02 Moritz KrollRenamed attr.cast.totype to attr.cast.type. Added Cast...
2009-03-30 Moritz KrollRenamed attr.load.load_mode to attr.load.mode
2009-03-30 Moritz KrollRenamed attr.sel.ent to attr.sel.entity
2009-02-27 Michael Beck- IR nodes now have node numbers in RELEASE mode, this...
2009-02-21 Moritz KrollName cond.pred attribute consistent to getter/setters...
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-10 Matthias Braunavoid some unnecessary includes in public headers
2008-10-31 Michael Beck- removed rest of already unsupported USE_EXPLICIT_PHI_...
2008-10-27 Michael Beck- add functions for global (ir_prog) resource management
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-20 Michael Beck- put freed edges into a free-list, reducing memory...
2008-10-15 Michael Beck- removed old comment
2008-10-11 Matthias Braunremove heap analysis hooks - they're not used anymore
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-22 Matthias Brauntoposort callgraph when inlining
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-02 Michael Beck- add support for ASM includes, needed for fehler125.c
2008-07-31 Matthias Braungeneralize support for segments
2008-07-25 Michael Beck- out edges now preserve the input position, needed...
2008-05-30 Michael Beckrenamed modecode, mode_sort, mode_arithmetic to ir_*
2008-05-26 Michael Beckadd *_Block_mark() api to mark easily Blocks in the...
2008-05-24 Michael Beck- no need to add two custom pointers: the tag is now...
2008-05-03 Michael Beck- fixed r19477: pin_state MUST be the first attribute
2008-04-30 Michael Beck- renamed SymConst num attribute into more logical...
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-01-22 Michael Beck- Phi nodes are now collected by collect_phiprojs(...
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-14 Matthias Braunuse new hashset for edges, making the compiler 5% faste...
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-12-29 Michael Beckrenamed where_alloc to ir_where_alloc
2007-11-23 Michael Beck- renamed irop_flag_side_effect to irop_flag_uses_memory
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-18 Michael Beck- reenabled callgraph
next