Correct comment: xvcg wants LF, not CR.
[libfirm] / ir / ir /
2012-02-27 Christoph MallonCorrect comment: xvcg wants LF, not CR.
2012-02-09 Matthias Braunirio: do not leave construction mode too early
2012-02-09 Matthias Braunremove Phi0 concept at some places
2012-01-10 Matthias Braundo not cache types in global variables
2011-12-29 Sebastian BuchwaldUse constant of appropriate enum type.
2011-12-21 Matthias Brauntyperep: freeing a type frees contained entities
2011-12-21 Sebastian BuchwaldFixed indentation.
2011-12-21 Sebastian BuchwaldFixed wrong enum type.
2011-12-20 Sebastian BuchwaldDo not generate trailing whitespaces.
2011-12-19 Matthias Braunmake modelist global
2011-12-19 Matthias Braunperform end/first block mature in libfirm
2011-12-19 Matthias Braunmake opcode list global
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunmove edges_node_deleted to private API
2011-12-14 Matthias Braunremove deprecated eset
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias Braunremove unused exception region numbers
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-12-14 Matthias BraunFIRM_API is for public API
2011-12-09 Matthias Braunremove new_.*_defaultProj operations
2011-12-07 Matthias Brauncorrectly implement memop handling
2011-12-07 Matthias Braunavoid macros in irdump interface
2011-12-07 Manuel MohrFixed stupid typo.
2011-12-06 Christoph MallonUse ARRAY_SIZE(x) and size_t instead of sizeof(x) ...
2011-12-05 Manuel MohrWrite and read FIRM profiling information in little...
2011-12-05 Matthias Braundon't use get_irg_dump_name outside dumpers
2011-12-05 Matthias Braunintroduce bedump
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
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.
next