Put opening curly brace of functions on a separate line.
[libfirm] / ir / lower /
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-11 Michael BeckAdd pass creating for loop inversion, unrolling, peelin...
2010-02-09 Olaf LiebeFixed sizeof(long)-dependent case sorting and signednes...
2010-02-03 Michael BeckC99 feature removed.
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-28 Christoph MallonIn mode_b lowering move the assertion for mode_b below...
2010-01-28 Christoph MallonConsistently record the replacement nodes and removal...
2010-01-28 Christoph MallonLeave a bit space between cases.
2010-01-28 Christoph MallonUse the locally cached value of config.lowered_mode...
2010-01-28 Christoph MallonUse the real firm_clear_link() instead of duplicating it.
2010-01-28 Olaf Liebelower_highlevel didn't invalidate outedges, code_placem...
2010-01-14 Michael BeckReverted r26952, using the blocks irg is ok ...
2010-01-12 Michael BeckCreating a block on some irg is pointless if all other...
2010-01-12 Olaf LiebeFixed graph-independent construction in mux lowering
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael BeckBugFixes:
2010-01-08 Matthias Braunfix last commit
2010-01-08 Matthias Braunlower ConvB->LL and LL->ConvB and simplify code
2010-01-07 Matthias Braunfix fehler172
2010-01-07 Matthias BraunLiebe part3: mux lowerer (with minimal changes)
2010-01-07 Matthias Braunadd comments and descriptions to mode_b lowering; refor...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
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*
next