libfirm
2008-04-01 Andreas Zwinkaumoved firmext code into the backend dir
2008-04-01 Christoph MallonAllow exchanging nodes with oparity_dynamic and delete...
2008-04-01 Christoph MallonImprove equivalent_node_Sync() and transform_node_Sync...
2008-04-01 Christoph MallonAdd del_Sync_n().
2008-04-01 Michael Beckrenamed functions to clarify its usage
2008-03-31 Christoph MallonMove Syncs out of the way before removing a block.
2008-03-31 Christoph MallonLet the Syncs float!.
2008-03-31 Christoph MallonDo not dump block edges for blocks.
2008-03-31 Andreas Zwinkaufixing grgen dumper to autogenerate file names
2008-03-30 Matthias Braunsome mach-o related fixes
2008-03-30 Matthias Braunmore elegant solution for tls dumping
2008-03-30 Matthias Braunsimplify begnuas.c by not sorting entities into sections
2008-03-30 Matthias Brauncleanups
2008-03-30 Matthias Braun- cleanup and rewrite some of the dbgout stuff (no...
2008-03-30 Matthias Braunremove pointless continues
2008-03-30 Matthias Braunimprove debug message
2008-03-30 Matthias Braunreference are integermode too for the backend
2008-03-30 Matthias Brauncleanup/fix arm callflags
2008-03-30 Matthias Braunsimplify testcase
2008-03-30 Matthias Braunversion bump
2008-03-30 Matthias Braunremove duplicated obstack.h declare obstack_printf
2008-03-30 Matthias Braunadd missing include
2008-03-30 Matthias Braundon't rely on obstack hacks
2008-03-29 Matthias Braunfix check for posix realtime extensions
2008-03-29 Matthias Braunfix check for posix realtime extensions
2008-03-22 Matthias Brauntest commit
2008-03-20 Michael Becktestcase for new Confirm code
2008-03-20 Michael Becksmall improvements:
2008-03-20 Michael Beckfixed comment
2008-03-20 Michael Beckwhen propagating constants in the x == Const case,...
2008-03-20 Michael Beckis_Abs() added
2008-03-19 Michael BeckBugFix: scalar replacement should not remove volatile...
2008-03-19 Matthias Braunsetjump test
2008-03-17 Christoph Mallon- Fix comments
2008-03-16 Sebastian HackBelady2 fixes
2008-03-16 Sebastian HackAdded functions to set a range of bits to 1 or 0
2008-03-12 Michael Beckuse .word instead of .value, older gas don't support it
2008-03-12 Michael Beckneed suffixes for mvf, mnf
2008-03-11 Michael Beckset the isa right
2008-03-11 Michael Beckinstructions with immediates are not commutative
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckfixed CondJmp attributes
2008-03-11 Michael Beckset the global isa object
2008-03-11 Michael Beckuse assure_irg_outs()
2008-03-11 Matthias Braunfix out flags for mode_T nodes
2008-03-11 Michael Beckupdated be_AddSP semantics
2008-03-11 Matthias Braunwe do need stack:I|S...
2008-03-11 Matthias Braunstack:S is enough no need to specify I (explicitely)
2008-03-11 Michael Beckreset the layout to undefined before new members are...
2008-03-11 Michael Beckuse kill_node() instead of exchange to improve reduce_a...
2008-03-11 Michael Beckfind_address_taken_state() handle CopyB like a set...
2008-03-10 Michael Beckuse optimize_graph_df() instead of old local_optimize()
2008-03-10 Michael Beckupdated
2008-03-10 Michael Beckupdated
2008-03-10 Michael Beckcode cleanup
2008-03-10 Michael Beckfor twoscomplement convert AddP(P, Const<signed>) into...
2008-03-10 Matthias Braunassert that fixed structs/unions/classes aren
2008-03-10 Michael Beck- as Sel's from the frame type are not lowered anymore...
2008-03-10 Michael Beckcopy_entity_own(): assert if the new type has already...
2008-03-10 Michael BeckFixed:
2008-03-09 Matthias Braun- rewrite and cleanup of memory disambiguator code...
2008-03-09 Matthias Braunfix debug message, always check for same base address...
2008-03-08 Matthias Braunfehler 110
2008-03-08 Matthias Braun- fix parity label emitting using local assembler labels
2008-03-07 Michael BeckRemoved edges ...
2008-03-07 Michael Beckremoved C99 features
2008-03-07 Matthias Braundisable edges after lowering for now...
2008-03-07 Matthias Brauna better version of a copyb lowerer
2008-03-07 Michael Beckinitial copyb lowerer
2008-03-07 Matthias Braunenable more long long tests
2008-03-07 Matthias Brauna bit of code cleanup and reformating
2008-03-07 Matthias Braunimplement float to long long conversion
2008-03-06 Matthias Braunsome belady3 fixes
2008-03-06 Matthias Braunremove old buggy code
2008-03-06 Matthias Braunadd author
2008-03-06 Michael Beckallow empty initializers
2008-03-05 Matthias Braunonly emit labels that are needed
2008-03-05 Matthias Braunfix warnings
2008-03-05 Matthias Braunfix warnings
2008-03-05 Matthias BraunDEL_ARR_F should not use a const pointer
2008-03-04 Michael Beckset deleted attributes to NULL
2008-03-04 Michael Beckindentation changed
2008-03-04 Michael Beck- beware of useless code: when searching the left argum...
2008-03-04 Michael BeckBugFix: when deleting keep-alives of already visited...
2008-03-04 Michael Beckclean up code
2008-03-04 Michael Becktest for new tail recursion eliminaton
2008-03-03 Michael Beckremoved useless environment
2008-03-03 Michael BeckSupress warning
2008-03-03 Michael BeckImproved tail recursion optimization:
2008-03-03 Michael BeckAllow to restart SSA construction on a graph in phase...
2008-03-03 Michael Beckcreate irg_set_nloc() and made it global visible
2008-03-03 Michael Beck- renamed init_cons() to firm_init_cons()
2008-02-29 Michael Beck- some doxygen comments added
2008-02-29 Michael Beck- fixed typos
2008-02-29 Michael Beckuse waitq_empty() instead of pdeq_empty()
2008-02-28 Michael Beckinline_leave_functions() can now inline recursive calls
2008-02-28 Michael Becknew_ir_node() uses always flexible array for End nodes
2008-02-28 Michael Beckclone_frame_type() now links old entities to new once...
2008-02-28 Michael Beckadd some comment
next