minir_dumping should do something usefull now
[libfirm] / ir /
2010-03-01 Matthias Braunraw_bitset dependes on bitfiddle and other internals...
2010-02-27 Michael BeckRemoved useless forward declaration of ir_phase.
2010-02-27 Michael Beck- removed C99 features
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 doubly included config.h
2010-02-27 Jonas FietzCopy phase information in DCE to preserve it over index...
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 Jonas FietzCode cleanup in VRP code
2010-02-27 Jonas FietzReplace the workqueue list with a waitq in vrp.c
2010-02-27 Jonas Fietzset private functions to static in ir/ana/vrp.c
2010-02-27 Jonas FietzReplace if/else if cascade with switch(opcode)
2010-02-27 Jonas FietzFix extraneous space and add config.h to vrp.c
2010-02-27 Jonas FietzFix comments according to C89
2010-02-27 Michael Beck- ensure that the additional node size is struct-aligned
2010-02-27 Michael BeckAdd missing config.h include.
2010-02-26 Michael BeckFixed inverted condition: Linux have strtold, not windo...
2010-02-26 Matthias Braunthe java frontend keeps methods in class types
2010-02-26 Matthias Braunthis assert seems to be wrong for the java frontend...
2010-02-26 Matthias Braunfix bug where compound_graph_pathe were consider null
2010-02-25 Christoph MallonRemove the ugly and write-only variable cur_reg_set.
2010-02-24 Christoph MallonSimplify code: Do not handle Minus when creating immedi...
2010-02-24 Matthias Brauncleanups and bugfixes in the tarval module and a new...
2010-02-24 Christoph MallonFix a gammel-bug: try_create_Immediate() dropped the...
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-20 Christoph MallonPrefer get_mode_all_one() over get_tarval_all_one().
2010-02-20 Christoph MallonPrefer tarval_is_negative(x) over tarval_cmp(x, get_mod...
2010-02-20 Christoph MallonPrefer get_mode_{max,min}() over get_tarval_{max,min}().
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-20 Christoph MallonPrefer get_mode_one() over get_tarval_one().
2010-02-20 Christoph MallonPrefer new_Const(get_mode_one(x)) over new_Const_long...
2010-02-20 Christoph MallonCorrect indendation.
2010-02-20 Christoph MallonRemove unused emitter templates.
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-18 Matthias Braunsome cleanups in preparation for a new tarval_from_str...
2010-02-18 Matthias Braunremove double declaration
2010-02-16 Christian HelmerFixed bug, partially reverted to an earlier version.
2010-02-16 Christian HelmerRefactoring
2010-02-15 Matthias Braunoutput 'x' instead of 'w' flag for text setions
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonRepair URLs and comments, which were damaged almost...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonOutput proper local lables (starting with .L/L) for...
2010-02-13 Christoph MallonWe must be able to output 16 byte aligned long doubles...
2010-02-13 Matthias Braunfix warning, always use -m32 on mac assembler
2010-02-13 Matthias Braunuse begnuas to emit block labels so we use the correct...
2010-02-13 Matthias Braunfix intrinsics appearing in output
2010-02-13 Christoph MallonUse .space instead of .zero. The latter is not known...
2010-02-13 Christoph MallonNon-local common symbols on mach-o must be .comm, not...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-13 Christoph MallonIgnore generated files.
2010-02-12 Matthias Braunfix linkonce for functions
2010-02-12 Matthias Braunfix
2010-02-12 Matthias Brauncorrect handling of local commons
2010-02-12 Matthias Braunreimplement macho
2010-02-12 Matthias Braunimplement several new section types including comdat...
2010-02-12 Matthias Braunfix warning
2010-02-12 Matthias Braundon't ignore entities in Sels
2010-02-12 Matthias Braunexport/import visibility and linkageflags
2010-02-12 Matthias Braunremove pointless message
2010-02-12 Matthias Braunput my notes into the code so they don't get lost....
2010-02-11 Michael BeckAdd pass creating for loop inversion, unrolling, peelin...
2010-02-11 Sebastian BuchwaldFixed fehler176.
2010-02-11 Michael BeckKicked complicated but useless if.
2010-02-11 Michael BeckDon't use malloc inside libFirm.
2010-02-11 Michael BeckBugFix: fixed list_for_each_safe() instance.
2010-02-11 Michael BeckC99 feature removed.
2010-02-11 Michael BeckReformat ugly if sequence and renamed variables to...
2010-02-11 Matthias Braunfix weak external functions
2010-02-11 Matthias Braundo not free the graph after emitting it (this should...
2010-02-11 Olaf LiebeFixed name mangling for private entities
2010-02-11 Matthias Braunallow several odd weak combinations
2010-02-10 Matthias Braunsupport for local common symbols (whatever that is...
2010-02-10 Matthias Braunput zero initialized entities into bss section (not...
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 some optimizations for jumpthreading using vrp...
2010-02-10 Jonas FietzAdd basic optimizations based on vrp info
2010-02-10 Jonas FietzAdd analysis for vrp information
2010-02-10 Jonas FietzAdd dumper code for VRP information
2010-02-10 Jonas FietzAdd structures and initialization for VRP
2010-02-09 Olaf LiebeFixed sizeof(long)-dependent case sorting and signednes...
2010-02-08 Christian Helmercparser now knows 'unroll-loops'.
2010-02-07 Michael BeckMux -> Abs works for unordered compare ...
2010-02-07 Michael BeckReverted r27079. Seems to be wrong.
2010-02-06 Michael BeckBugFix: ins_permuted means inversed flags, not negated ...
2010-02-06 Michael BeckFixed setcc transform:
2010-02-05 Matthias Braunconstructors/destructors must not have a name
2010-02-05 Christoph MallonDo not emit a label if a entity has no name.
2010-02-05 Christoph MallonSupport dtor sections on Mach-O.
2010-02-05 Matthias Braunhack for mac
2010-02-05 Matthias Braunmac gas doesn't get .octa
2010-02-05 Matthias Braunfix all pic bases I could find
2010-02-05 Matthias Braunfix another PIC problem
2010-02-05 Matthias Brauntry to fix PIC commons
next