Add -c to ar to remove a diagnostic, when the archive is created.
[libfirm] / ir / ir /
2011-09-03 Christoph MallonPrint the linkage of entities only once, not twice.
2011-09-03 Christoph MallonPrint the value of const initializers instead of just...
2011-09-03 Christoph MallonAdd missing newlines when dumping entities.
2011-09-03 Christoph MallonPrint "default" instead of nothing if an entity has...
2011-08-19 Sebastian BuchwaldBugfix: Added special case for x mod 1.
2011-08-19 Julian OppermannIR export: export mode name as string; mark "the" mode_...
2011-08-19 Andreas ZwinkauClarify remove_bads doc
2011-08-19 Christoph MallonUse new_*_Const(irg, get_mode_$VAL(mode)) instead of...
2011-08-18 Andreas ZwinkauFix div by one
2011-08-18 Andreas ZwinkauRefactoring to remove one level of indentation
2011-08-18 Andreas ZwinkauA comment for better understanding
2011-08-18 Andreas Zwinkaucleanup
2011-08-18 Julian OppermannDon't try to import cons_flags.
2011-08-18 Sebastian BuchwaldFixed opt/fehler196.c.
2011-08-17 Sebastian BuchwaldFixed local optimization.
2011-08-10 Matthias Braunalso change mode_P when setting a new modeP_data
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-05 Matthias Braunsimplify/rework lower_calls interface and code
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-07-27 Christoph MallonRemove unnecessary explicit array length spcification.
2011-07-26 Sebastian BuchwaldAdded local opt Phi(Pin,...,Pin) -> Pin(Phi(...)).
2011-07-19 Sebastian BuchwaldAdded commutative optimization variants.
2011-07-19 Sebastian BuchwaldFixed opt/fehler192.c.
2011-07-15 Sebastian BuchwaldPrevent optimization in case of an Eor, too.
2011-07-15 Sebastian BuchwaldQuick fix for opt/fehler191.c.
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-09 Sebastian BuchwaldFixed some typos.
2011-06-08 Matthias Braunverify nodes before optimizing them
2011-06-06 Andreas ZwinkauFix some types
2011-06-01 Matthias Braunexperimental patch to limit GCSE so we don't produce...
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-06-01 Christoph MallonAssert that the given node in set_r_cur_block() has...
2011-06-01 Christoph MallonReduce code duplication: Implement set_cur_block()...
2011-05-31 Matthias Braunalways transform integer abs, even in GRAPH_STATE_KEEP_MUX
2011-05-31 Matthias Braunfix transform_node_Cmp
2011-05-31 Matthias BraunIntroduce flip-flopping normalisations
2011-05-31 Matthias Braunirverify: simplify/refactor internal interfaces
2011-05-31 Matthias Brauna const ir_graph is enough for get_idx_irn
2011-05-31 Matthias Braunmove integer abs optimisation from backend to the middleend
2011-05-31 Matthias Braunreverse direction of bitop/shift normalisation
2011-05-30 Matthias Braunlocalopt/lower_dw opt: a==b && c==d => (a^b)|(c^d)==0
2011-05-28 Matthias Braunimplement Cmp(Conv(x),Const) => Cmp(x,Const)
2011-05-27 Sebastian BuchwaldRemoved unused variable.
2011-05-27 Matthias Braunfix activate_backedges failing for nodes with Deleted...
2011-05-27 Matthias Braunimplement 'x-(x&y) => x & ~y' localopt
2011-05-27 Matthias Braunimplement/refactor x&~x, x|~x, x^~x and x+~x localopts
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-26 Matthias Braunadd some localopts for shifting over the mode size
2011-05-26 Andreas ZwinkauNew API function: remove_bads
2011-05-25 Julian OppermannTypo.
2011-05-25 Andreas ZwinkauRemove equivalent_node_Block
2011-05-25 Andreas Zwinkauget_Block_cfgpred_block must return mode_BB
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-25 Matthias Braungenerate n_Node_XXX enums for node inputs
2011-05-25 Matthias BraunBad,Unknown are no cfopcdes
2011-05-23 Matthias Braunirg_walk_anchors uses visited field, reserve it
2011-05-23 Matthias Braunfix shiftop optimization failing for negative shift...
2011-05-17 Andreas Zwinkaucode placement fixes gcse
2011-05-16 Andreas ZwinkauCode reuse
2011-05-16 Andreas ZwinkauDo not gcse unreachable code
2011-05-10 Michael BeckRemoved C99 features, adopt to Firm style.
2011-05-10 Michael BeckRemove kept Bad AFTER dead blocks are deleted to ensure...
2011-05-10 Michael BeckMoved some helper functions from irgopt to irtools...
2011-05-10 Christoph MallonUse simple assignment instead of memcpy() when possible.
2011-05-10 Matthias Braunsimplify unreachable code elimination:
2011-05-10 Matthias Braunfix iredges EDGE_KIND_BLOCK not updating correctly...
2011-05-10 Matthias Braunfix cfg_dumper omitting bads
2011-05-10 Matthias Brauniredges: remove unnecessary skip_Proj
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauImplicit set_irg_loopinfo_inconsistent
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-09 Andreas ZwinkauImplicit set_irg_outs_inconsistent
2011-05-06 Christoph MallonRemove extra dash from assert graph filenames.
2011-05-06 Andreas Zwinkauremove Bads makes outs inconsistent
2011-05-06 Andreas Zwinkauoptimize_graph_df removes all Bads now
2011-05-06 Matthias Braunfix compilation in non-debug mode, remove unused #define
2011-05-06 Matthias Braunverify that all blocks can be found by walk_block_graph
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-06 Matthias Braunmark outs as inconsistent when end node is changed
2011-05-06 Matthias Braunoptimize_graph_df: iterate marking of unreachable block...
2011-05-05 Christoph MallonRemove pointless local variables.
2011-05-04 Matthias Braunfix unreachable code elimination failing for blocks...
2011-05-04 Matthias Braunalways compute doms in optimize_graph_df instead of...
2011-05-02 Matthias Braunalso do unreachable code elimination during gcse
2011-05-02 Matthias Braunimprove robustness of CFG verifier for strange cases...
2011-05-02 Matthias Braunenqueue users of Bad as well in optimize_graph_df
2011-05-02 Matthias Braunonly calculate dominance if CFG verification was fine...
2011-04-30 Michael BeckC99 feature removed.
2011-04-29 Matthias Braundo not kill unreachable code in gcse
2011-04-28 Matthias Braunimprove firm profiler (based on patch by Steven Schäfer)
2011-04-28 Matthias Braundump postdom info in vcg graphs
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-28 Matthias BraunVerify that each Cond has a true/false/default Proj
2011-04-28 Matthias Braunadd cfg verifier ensuring 1 cfop per block and only...
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-28 Matthias Brauncleanup/reformat irop_t.h
2011-04-28 Matthias Braunverify that the predecessor of a block is a cfop
2011-04-28 Matthias Braunlittle cleanup in block walker code
next