libfirm
2007-12-20 Christoph MallonAssert that only float Cmps have unordered Projs.
2007-12-19 Michael Beckchange x86 cpu names to match gcc -march switch
2007-12-17 Matthias Brauneven crazier
2007-12-17 Matthias Braundereferencing function pointers
2007-12-17 Matthias Braunreimplement the long long -> double, conversion. Remove...
2007-12-17 Matthias Braundouble,longlong conv problems
2007-12-17 Michael BeckBugFix: n has changed it's meaning
2007-12-17 Michael Beckfixed warning
2007-12-17 Michael Beckimproved detection of pure and const functions (now...
2007-12-17 Michael Beckuse xmalloc instead of malloc
2007-12-16 Michael Becksome comments added
2007-12-14 Matthias Braunfix replace_call
2007-12-14 Michael Beckfinally fixed clone_type_method()
2007-12-14 Michael Beckimproved verify message
2007-12-14 Michael Beckrestored old behavior of dump_ir_*_sched() functions...
2007-12-14 Michael Beckfixed criation of private properties and calls
2007-12-14 Michael Beckclone method can add a prefix
2007-12-12 Michael Beckhandle Return(Unknown) == missing return when lowering...
2007-12-12 Matthias Braunone more fehler
2007-12-11 Michael Beckadded missing allocation
2007-12-11 Matthias Braunuse separate command for linking in makereport, remove...
2007-12-11 Matthias Braunmake get_inversed_pnc and get_negated_pnc return pn_Cmp...
2007-12-11 Matthias Braundo not skip convs from mode_b before Cmp
2007-12-11 Matthias Braunmake it possible to not lower bitfields
2007-12-10 Michael BeckImproved mark_private_methods():
2007-12-10 Michael BeckAdd clone_type_method()
2007-12-10 Michael Beckfixed comment: get_call_abi() get the call type, NOT...
2007-12-10 Michael Beckremoved some consts creating MSVC warnings
2007-12-10 Michael Beck- handle pure Calls like Load nodes
2007-12-10 Michael Beckfixed prototype
2007-12-10 Michael Beck- use firm debug facility instead of old verbosity
2007-12-10 Matthias Braunfix sc_sub_bits with non 8*x bitsizes
2007-12-08 Matthias Braunfehler104: tarval problems with uneven sub bits
2007-12-07 Michael BeckBugFix: get the high mode from the second result in...
2007-12-07 Michael BeckBugFix: missing skip_Proj() added
2007-12-07 Michael Beckused new SymConst constructor
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-12-04 Michael Becktest cparser's __func__ and friends
2007-12-04 Matthias Brauntry to not make public API dependent on WITH_LIBCORE
2007-12-04 Matthias Braunalways use firm builtin debug facilities (libcore ones...
2007-12-03 Michael Beckfixed unary minus on unsigned warning
2007-12-02 Matthias Braunrefactor some dumping code and add some functions that...
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-28 Michael Beckfixed warning
2007-11-28 Michael Beckfixed backedge array handling for Filter nodes (hopefully)
2007-11-28 Michael Beckadd a panic to a not fully ported function, backarrays...
2007-11-28 Matthias Braunabort if switch gets too big
2007-11-28 Michael Beckadd prototyp to get_ir_alias_relation_name89
2007-11-28 Michael Beckignore tail-calls with compound paraeters, not supporte...
2007-11-28 Michael BeckImproved handling of special nodes: add value_param_bas...
2007-11-27 Matthias Braunfactor out entity emitter and make sure @NTPOFF is...
2007-11-26 Matthias Braunmissing return 0
2007-11-26 Christoph MallonFixed warning regarding incompatible types in return.
2007-11-25 Michael BeckFixed warning regarding const
2007-11-23 Michael Beckuse dump_ir_block_graph_sched() for assert graph's
2007-11-23 Michael Beckuse dump_ir_block_graph_sched() for assert graph's
2007-11-23 Michael Becksome preliminary long double support
2007-11-23 Michael Becksome preliminary long double support, more panic's
2007-11-23 Michael Beckrenamed ird_color_side_effects to ird_color_uses_memory
2007-11-23 Michael Beck- renamed irop_flag_side_effect to irop_flag_uses_memory
2007-11-22 Michael Beckfixed log() mapper
2007-11-22 Matthias Braunchange color handling in dumper, tweak colors
2007-11-22 Matthias Braunremove #if 0 around arch_get_irn_ops, no idea why it...
2007-11-22 Michael Beckuse is_Const()
2007-11-22 Michael Beckimproved strcmp() mapper
2007-11-22 Sebastian HackAdded two missing files
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-22 Michael Beckadd mapper for strlen()
2007-11-22 Michael Beckadd statistic to runtime call mapper
2007-11-21 Michael Beckadd Abs(-x) = Abs(x)
2007-11-20 Matthias Braunno need to set the entity for array entries in compound...
2007-11-20 Michael Beckreally do what r16812 promises
2007-11-20 Michael Becklower_highlevel_graph() added
2007-11-20 Michael Beckdisable different_sel_offsets(), seems to be broken
2007-11-20 Michael Beckimproved check for differnt variables
2007-11-19 Matthias Braunit's irprofile.h now
2007-11-19 Michael Beckused new irprofile.h instead of old beprofile.h
2007-11-19 Michael BeckMoved beprofile to irprofile
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-11-19 Michael Becksome comments added
2007-11-19 Michael Beckimproved partBlock check
2007-11-19 Michael Beckimproved doxygen comments
2007-11-19 Michael Beckremoved useless spaces, improved doxygen comments
2007-11-18 Michael Beck- reenabled callgraph
2007-11-18 Michael Beckcaller backedges uses raw_bitsets
2007-11-18 Michael Beckadded rbitset_malloc()
2007-11-18 Michael Beckmake backedge arrays raw bitsets
2007-11-18 Michael Beckadd rbitset_w_size_obstack_alloc(), rbitset_is_empty()
2007-11-18 Christoph Mallonreturn 0;
2007-11-18 Christoph MallonRename heapsort(). FreeBSD has a heapsort().
2007-11-17 Christoph Mallonde-bash-ify.
2007-11-16 Matthias Braunremove some flags, ported some phases to new debug...
2007-11-16 Matthias Braunported to modern debug interface
2007-11-16 Matthias Braunfix warnings
2007-11-16 Matthias Braunmissing firm_config.h
2007-11-16 Matthias Braunmove ircgopt.c to ir/opt, use new style debug functions...
2007-11-16 Michael Beck- add additionally checks for MacroBlock header
2007-11-16 Michael Beckfree cdep allocated memory
2007-11-16 Michael Beckrenamed cdep type to ir_cdep and placed it into firm_ty...
2007-11-16 Michael Beckadd doxygen comments
next