really keep mux intact if KEEP_MUX is enabled; cleanup and improve some Mux optimisat...
[libfirm] / ir / ir /
2010-08-18 Matthias Braunreally keep mux intact if KEEP_MUX is enabled; cleanup...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-09 Matthias Braunimproved normalisation of not+eor nodes
2010-08-07 Michael BeckMostly reverted r27894, removed usage of unreachable.
2010-08-07 Michael BeckAdd an Unreachable node.
2010-08-05 Matthias Braunfix lower_mode_b relying on current_ir_graph being...
2010-08-02 Matthias Braunremove odd mode->index, index->mode API for statistics...
2010-07-30 Matthias Braunbring back Carry and Borrow (firm_decomp apparently...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-07-28 Matthias Braunremove unused/unsupported Carry and Borrow nodes
2010-07-26 Matthias Braunverify that start black has no predecessors
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-07-22 Matthias Braunremove more leftovers from interprocedural view
2010-07-21 Julian OppermannImplement a way to guess the mode of a local variable...
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-07-08 Matthias Braunfix phase_reinit not correctly using the return value...
2010-07-08 Matthias Brauncleanup irphase: phase_reinit is a special case and...
2010-07-02 Matthias Braundump node labels by default
2010-06-29 Matthias Braunsimplify and maybe even fix bugs in turn_into_tuple
2010-06-29 Michael BeckC99 feature removed.
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-06-18 Matthias Braunadd set_irp function, correct new_ir_prog docu
2010-06-17 Matthias Braunimplement node walker in direction of out-edges
2010-06-01 Matthias Braunavoid unnecessary macros in public headers
2010-05-31 Matthias Braunmove dump_color and edge_kind enum to internal headers
2010-05-28 Andreas ZwinkauAdding is_Block assertion
2010-05-28 Matthias Braunadd missing get_type_for_mode functions
2010-05-25 Matthias Braunchange firm API so the firm_parameter_t struct becomes...
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-05-19 Matthias Braunremove commented out references to the nonexistant...
2010-05-19 Matthias Braunmake edges_notify_edge_kind internal API
2010-05-19 Matthias Braungit rid of old commented-out code
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-18 Matthias Braunfix bug in type debug retrieve, output debug info when...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-04-16 Michael BeckReverted r27394 on iropt.c, there is not need to keep...
2010-04-14 Matthias Brauncombos constant dataflow analysis has to be consistent...
2010-04-13 Matthias BraunSlightly improve documentation.
2010-04-13 Michael BeckSlightly improved documentation.
2010-04-09 Michael BeckPartly undo r27277 and add a prototype for (formally...
2010-04-06 Matthias Braunrevert accidental commit which disable node number...
2010-04-06 Matthias Braunremove get_XXX_attr type functions
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-18 Jonas FietzVRP: Adapt meaning of bits_not_set
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-11 Michael Beck- fixed off-by-one error after phase refactoring
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-09 Matthias Braunnot used anymore (you can revive it from svn if needed)
2010-03-09 Matthias Braunnoone was using these _verbose flags
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braunexchange (brain damaged) defines with inline functions
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-07 Matthias Braunlabel start and end block in dumps
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-27 Michael BeckRemoved useless forward declaration of ir_phase.
2010-02-27 Michael Beck- add missing include
2010-02-27 Michael Beck- removed C99 features
2010-02-27 Michael BeckUndo wrong r27240 and fix an off-by-one bug when a...
2010-02-27 Jonas FietzRemove code for range_node and bits_node
2010-02-27 Jonas Fietzfix an offset bug in allocating memory for irg phases
2010-02-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-27 Jonas FietzFix documentation for init_irg_phase
2010-02-27 Michael Beck- ensure that the additional node size is struct-aligned
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-20 Christoph MallonPrefer new_Const(get_mode_one(x)) over new_Const_long...
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-18 Matthias Braunremove double declaration
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-13 Christoph MallonIgnore generated files.
2010-02-12 Matthias Braunexport/import visibility and linkageflags
2010-02-12 Matthias Braunremove pointless message
2010-02-11 Michael BeckReformat ugly if sequence and renamed variables to...
2010-02-10 Sebastian BuchwaldFixed VRP bugs.
2010-02-10 Jonas FietzFix bug when handling pn_Cmp_Lg with vrp info
2010-02-10 Jonas FietzAdd optimizations for Proj after Cond using VRP
2010-02-10 Jonas FietzAdd basic optimizations based on vrp info
2010-02-10 Jonas FietzAdd dumper code for VRP information
2010-02-10 Jonas FietzAdd structures and initialization for VRP
2010-02-07 Michael BeckMux -> Abs works for unordered compare ...
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-05 Matthias Braunrevivie max_irg_visited
2010-02-05 Matthias Braunmake irg_walk_2 public
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-28 Olaf LiebeFixed set_irn_in array allocation obstack
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2010-01-15 Christoph MallonImplement and use tarval_andnot().
next