make firm compilable with a c++ compiler
[libfirm] / ir / ir /
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-13 Matthias Braunlet Bad and NoMem nodes get automatically generated
2010-10-11 Matthias Brauncleanup ir_spec and let the script generate Start,End...
2010-10-11 Matthias Braunmake libfirm work with strings being const char*
2010-10-08 Michael BeckExperimental support for double word irarch.
2010-10-08 Michael BeckAdd missing type kind.
2010-10-08 Matthias BraunRemove the now unused function get_Proj_type().
2010-10-08 Michael BeckMoved functions from opt_confirms.h into official heade...
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunfix wrong types
2010-10-08 Matthias Braunfix invalid double definition of irg_extblk_info_state
2010-10-08 Matthias Braunremove rbitset_w_size type functions: a raw_bitset...
2010-10-08 Matthias Braunadapt current_ir_graph in irg_walk
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunmake firm optimisations independent of current_ir_graph
2010-10-06 Matthias Braunfix Phi getting optimized even when optimisations are...
2010-10-06 Matthias Braunfix bug in new part_block_edges function
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunalternative implementation of part_block which uses...
2010-09-22 Matthias Braunremove some unnecessary/confusing flags
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-22 Matthias Braundifferentiate between Bad and Deleted (because of excha...
2010-09-22 Matthias Braunno need for no_float_fold hack anymore
2010-09-22 Matthias Braunremove non-strict exception mode
2010-09-10 Matthias Braunremove normalize_proj_nodes, Projs aren't in the wrong...
2010-09-10 Matthias Braunremove fragile_ops flag, it just suppresses valuable...
2010-09-08 Michael BeckC99 feature removed, fixed typo.
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-09-06 Matthias Braunremove useless code from iropt
2010-08-19 Matthias Brauna normalisation which shrinks values on the right shift...
2010-08-19 Matthias Braunonly construct Rotl if backend supports it
2010-08-19 Matthias Braunnew localopt: Cmp(Eor(x,y),0) <=> Cmp(x,y) for the...
2010-08-19 Matthias Braunuse operands_are_normalized when permuting Not operatio...
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
next