libfirm
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
2008-02-28 Michael Beckcreate_irg_copy() implemented
2008-02-28 Michael Beckmissing ; added
2008-02-28 Michael Beckadd missing MacroBlock copy
2008-02-28 Michael Beckclone_frame_type() implemented
2008-02-28 Michael Beckuse new set_Block_MacroBlock() instead of set_irn_n...
2008-02-28 Michael Beckuse new set_Block_MacroBlock() instead of set_irn_n...
2008-02-28 Michael Beckuse set_nodes_block() instead of set_irn_n(*,-1,*)
2008-02-28 Michael Beckset_Block_MacroBlock() added
2008-02-28 Michael Beckenable -restrict; use -m32 gcc option
2008-02-26 Michael Beckfixed indentation
2008-02-26 Michael Beck- fixed comment
2008-02-25 Michael Beckadd comment
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-02-22 Michael Beck- remove x86 test, seems to be useless
2008-02-22 Christoph MallonSeveral fixes for normal scheduler.
2008-02-22 Michael BeckBugfix:
2008-02-21 Michael Beckadded for upcoming release
2008-02-21 Michael Beckadded for upcoming release
2008-02-21 Michael Beckbugfix: update_scc() must mark already seen SCC nodes...
2008-02-20 Michael Beckremoved verbose output
2008-02-20 Michael BeckRemove the unsafe overflow opt flag again :-( It does...
2008-02-20 Michael Beckbugfix: do NOT shadow another local var :-(
2008-02-20 Michael Beckbetter lftr:
2008-02-20 Michael Beckadd prototype for set_opt_overflow_unsafe_transform()
2008-02-20 Michael BeckAdd get_opt_overflow_unsafe_transform() option.
2008-02-20 Michael Beckindentation changed
2008-02-20 Michael Beckincrease development version
2008-02-20 Michael BeckAdd cc_frame_on_caller_stk calling convention for alloc...
2008-02-19 Michael BeckHopefully better version of osr:
2008-02-19 Michael Beckfixed commnet, indent
2008-02-18 Michael BeckBugFix: assertion fixed
2008-02-18 Michael Beck- fix fehler109.c:
2008-02-18 Matthias Braunrelease notes
next