Add -c to ar to remove a diagnostic, when the archive is created.
[libfirm] / ir / ir /
2011-11-18 Matthias Braunfix is_init_string
2011-11-18 Matthias Braunfix ir_finish, freeing of irps/irgs
2011-11-18 Matthias Braunremove opt_ldst_only_null_ptr_exception
2011-11-18 Matthias Braunremove sel_based_null_check flag
2011-11-18 Matthias Braunremove opt_polymorphy
2011-11-18 Andreas SeltenreichAvoid using uninitialized edge_info->list_heads.
2011-11-17 Matthias Braunremove symconst_type_tag
2011-11-17 Matthias Braunirio: complete rewrite
2011-11-17 Matthias Braunfix float modes always getting irma_ieee754
2011-11-17 Matthias Braunuse size_t for ASM n_clobbers, n_outputs
2011-11-17 Matthias Braunwe want to visit NoMem in the const code irg
2011-11-17 Matthias Braundifferntiate entity kinds
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
2011-11-17 Matthias Brauntype list fixes
2011-11-16 Matthias Braunadd missing entries in set_default_get_type_attr
2011-11-16 Matthias Braunirop: refactor default_operation setting
2011-11-16 Matthias Braundo more assert checking in set_irn_in
2011-11-16 Matthias Braunirverify: check that switch_table != NULL
2011-11-16 Matthias Braunintroduce anchor_first and anchor_last in irg_anchors...
2011-11-14 Matthias Braunremove unused tail_call attribute from Call
2011-11-14 Matthias Brauniropt: use Confirm info for Cmp-relations
2011-11-14 Matthias Braunremove irbitset.h
2011-11-10 Matthias Braunremove unused op_machine, op_machine_op stuff
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-09 Matthias Braunirloop: remove get_loop_son, get_loop_node
2011-11-09 Andreas Seltenreichiropt: Don't try to optimize Mux D.
2011-11-07 Andreas ZwinkauAdd missing external function implementations
2011-11-07 Matthias Brauniropt: return after making a new node
2011-11-07 Matthias Brauniropt: make sure we reach the fixpoint
2011-11-07 Matthias Braunfix arch_dep for mul(x,0)
2011-11-07 Matthias Braundisallow Conv Is(xx b)
2011-11-07 Matthias BraunSet optimisations moved to transform_node_Mux
2011-11-07 Matthias Brauniropt: optimize Cmp(Mux(c, c0, c1), c2)
2011-11-04 Matthias Braunlocalopt: x + signbit => x ^ signbit
2011-11-04 Matthias Braunlocalopt: simple associativity optimisation
2011-11-04 Matthias Brauniropt: cmp(~x & 1, 0) => !cmp(x & 1, 0)
2011-11-03 Matthias Braunirverify: switch entry modes must match selector
2011-11-03 Matthias Braunirmode: set some default values for (un)signed_eq of...
2011-11-02 Matthias Braunintroduce Switch node
2011-11-02 Matthias Braungenerate irdump proj-number lookup tables
2011-11-02 Matthias Braunavoid _ prefix in identifiers, correct coding style
2011-10-27 Matthias Braunavoid special case of a node input being NULL
2011-10-27 Matthias Braunfix missing PTR_TO_INT macros in release mode
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-27 Matthias Braunavoid usage of identifiers with _ prefix
2011-10-27 Matthias Braunirmode: remove support for vector mode
2011-10-27 Matthias Brauniropt: Or/Eor/Add are sometimes equivalent
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-10-27 Christoph MallonDump alert, backspace and vertical tab in string initia...
2011-10-27 Christoph MallonDump special characters in string intializers properly...
2011-10-26 Andreas ZwinkauAdd remove_tuples function
2011-10-25 Christoph MallonDump array initialisers, which contain only bytes in...
2011-10-20 Matthias Braunremove is_Global/get_GlobalEntity
2011-10-20 Matthias Braunirmode: remove support for exotic arithmetics
2011-10-20 Matthias Braunuse a hook to dump vrp info instead of polluting irdump.c
2011-10-20 Matthias Braunassert that no hook_entry is registered twice
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-10-20 Matthias Braunrename irnodemap to irnodehashmap
2011-10-20 Matthias Brauniropt: add (a|b) & ~b => a & ~b rule
2011-10-20 Matthias Braunnormalise Or/Eor => Add where possible
2011-10-20 Matthias Brauncast ctype functions input to unsigned char
2011-09-28 Sebastian BuchwaldFixed local optimization.
2011-09-23 Sebastian BuchwaldEnqueue Phi nodes to reach fixpoint.
2011-09-23 Sebastian BuchwaldFixed typos.
2011-09-22 Manuel MohrAdded callback mechanism to determine compilerlib funct...
2011-09-22 Matthias Braunconvenience function to see if mux gets optimized away
2011-09-22 Matthias Braunsimplify transform_node_Mux by using is_single_bit
2011-09-22 Matthias Braunremove old+unused execution_frequency/field_temperature
2011-09-22 Matthias Braunremove old+unused structure analysis
2011-09-21 Matthias Braunrespect ir_dump_flag_loop
2011-09-21 Sebastian BuchwaldMake local Phi optimization robust against Bads.
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 Braunadd some missing tests to the node_cmp_attr functions
2011-09-20 Matthias Braundo not create ConstB nodes in GRAPH_STATE_MODEB_LOWERED
2011-09-20 Matthias Braunclear no_unreachable_code state when optimizing Cond...
2011-09-20 Matthias Braunchange unreachable code elmination to the simpler remov...
2011-09-20 Matthias Braundump graph state
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-09-20 Matthias Braunrename NO_BAD_BLOCKS to NO_BADS, remove unnecessary...
2011-09-20 Matthias Brauncleanup/fix optimize_graph_df flag handling
2011-09-20 Matthias Braunsimplify code
2011-09-20 Matthias Brauntransform_node_Block does not produce bad blocks anyway
2011-09-16 Andreas ZwinkauDocumentation: why kill unreachable code between localopts
2011-09-16 Christoph MallonDo not replace Bad predecessors by new Bads in transfor...
2011-09-15 Matthias Braunlower_mode_b: refactoring, make it more robust
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-09-14 Andreas ZwinkauRemoved IR_GRAPH_STATE_BAD_BLOCK symbol
2011-09-14 Andreas Zwinkauintroduce opt_manage framework
2011-09-14 Andreas Zwinkauintroduce remove_unreachable_blocks
2011-09-14 Andreas ZwinkauRemove dead assignment
2011-09-13 Matthias Braundump calling convention and additional properties for...
2011-09-13 Andreas Zwinkauremove_bads must preserve block entities
2011-09-12 Matthias Braunmake sure projs of projs are moved in part_block_edges
2011-09-08 Andreas Zwinkauremove_bads invalidates outs
2011-09-06 Matthias Braunrename Free argument from size to count to be consisten...
next