I was annoyed by the compiler warnings about implicit conversions.
[libfirm] / ir / lower /
2009-12-29 Matthias Braunfix another compound_graph_path usage
2009-12-29 Matthias Braunfix another illegal usage of compound_graph_path stuff
2009-12-29 Matthias Braunfix illegal usage of compound_graph_path
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-19 Christoph MallonNext iteration for resolving warnings.
2009-08-19 Christoph MallonUse correct return type (void) for pass wrapper callbacks.
2009-08-17 Michael Beck- add more pass constructors
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- add pass for combo()
2009-08-16 Michael Beck- add pass for lower_intrinsics()
2009-07-31 Matthias Braunfix warning
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-19 Matthias Braunverify that Projs are in the same Block as their predec...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-29 Michael Beck- implemented i_mapper_bswap()
2009-05-14 Matthias Braunalways set graph state to KEEP_MUX in lower_mode_b
2009-05-13 Matthias Braun- Introduce the concept of the graph state bitset:...
2009-05-08 Michael Beck- changed handling of Mux nodes: these are now optimize...
2009-03-10 Michael Beck- Do not produce Loads WITHOUT memory
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-27 Michael Beck- BugFix: value_param_tp must always exist
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-01-30 Michael Beck- BugFix: fixed wrong usage of classify_pointer()
2009-01-20 Michael Beck- renamed variadicity to ir_variadicity
2009-01-19 Michael Beck- do not lower Sels to outer frame
2009-01-18 Michael Beck- preliminary steps to remove the value_param Proj
2009-01-13 Christoph MallonResolve warning.
2009-01-13 Matthias Braunfix warnings
2009-01-03 Michael Beck- add intrinsic lowerer for strcpy(), mempcpy(), memmov...
2009-01-02 Michael Beck- implement the same value parameter type lowering...
2009-01-02 Michael Beck- correct lowering of the the value parameter type...
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-13 Matthias Braunfix new_Block users
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-27 Michael Beck- drop dependency of predefined modes
2008-11-27 Michael Beck- drop dependency of mode_Iu
2008-11-26 Michael Beck- put only Phi nodes into th Phi list
2008-11-25 Michael Beck- always free ressources
2008-11-25 Michael Beck- fix r23897: use Phi lists overall
2008-11-22 Michael Beck- removed useless blocks (use of new_Const())
2008-11-22 Michael Beck- fixed intrinsic lowerings: use Phi lists instead...
2008-11-18 Christoph Mallons/new_r_Const(current_ir_graph, /new_Const(/.
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-11-14 Christoph MallonWhen dw lowering, use the lowered unsigned mode for...
2008-11-03 Michael Beck- DO NOT EDIT AFTER TEST!
2008-11-03 Michael Beck- when a graph is lowered because of struct return...
2008-11-01 Christoph MallonFix switch lowerer for cases close to overflow.
2008-10-30 Michael Beck- reserve the IR_RESOURCE_PHI_LIST resource
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Christoph MallonPanic, when encountering a to be lowered ASM node....
2008-10-04 Christoph MallonFix fehler157: Lowering Shrs was missing a Conv.
2008-09-30 Matthias Braunfix warning in optimized mode
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-22 Michael Beck- Add code for the rare case of not yet optimized
2008-09-20 Sebastian BuchwaldAdded assertion to assure that we don't run into an...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-08-04 Christoph MallonInitialise and set the "changed"-flag.
2008-08-04 Christoph MallonUsing an obstack is slightly overkill.
2008-08-04 Matthias Braunrename lower_Switch to lower_switch to be consistent...
2008-08-01 Moritz KrollFixed switch lowering
2008-08-01 Christoph MallonInclude limits.h for LONG_{MAX,MIN}.
2008-08-01 Moritz KrollTesting helps... *yawn*
2008-08-01 Moritz KrollImplemented simple switch lowering
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-07-18 Matthias Braundocument mode_b stuff
2008-07-18 Matthias Braundocument mode_b stuff
2008-06-07 Michael Beck- fixed lowering of Rotl
2008-06-07 Michael Beckadd missing include (although not needed, but API used)
2008-06-07 Michael Beck- BugFix: the mode of the lower part of a DW lowered...
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-06-06 Michael Beck- better detection of local addresses
2008-06-05 Michael Beck- BugFix: do NOT do the copy-return optimization if...
2008-05-31 Matthias Braunuse ir_type from call instead of the type from the...
2008-05-31 Matthias Braunfix alloca mapper
2008-05-24 Matthias Braunwe can have mode_b inputs to Convs as well (I hope...
2008-05-21 Michael Beck- beo_* Opcodes are now defined in irop.h, and no more...
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-07 Michael Beck- Do not set phase_low here. currently ssa-construction...
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Michael Becksome comments added and fixed
2008-03-10 Michael Beckuse optimize_graph_df() instead of old local_optimize()
2008-03-07 Michael BeckRemoved edges ...
2008-03-07 Matthias Braundisable edges after lowering for now...
2008-03-07 Matthias Brauna better version of a copyb lowerer
2008-03-07 Michael Beckinitial copyb lowerer
next