libfirm
2008-06-19 Michael Beck- BugFix: whech checking Blocks, is_Block_dead() must...
2008-06-19 Michael Beck- be_peephole_IncSP_IncSP() must return the new node
2008-06-18 Sebastian Buchwalddisable CSE in PBQP-transform phase, this is necessary...
2008-06-18 Michael Beck- BugFix: add missing reroute
2008-06-18 Michael Beck- BugFix: when peephole combines two IncSP nodes, let...
2008-06-18 Michael Beck- fixed architecture flags
2008-06-18 Christoph MallonAvoid endless iteration when normalising returns.
2008-06-18 Michael Beck- make normalize_n_returns() more aggressive: remove...
2008-06-18 Michael BeckBugFix: must initialize Blocks with removable
2008-06-18 Michael BeckHopefully better version of control flow optimization:
2008-06-18 Michael Beck- removed old if 0'ed code
2008-06-17 Michael Beck- renamed function to clarify its intention
2008-06-17 Michael Beck- useless variable removed
2008-06-17 Michael Beck- Bugfix: peephole_IncSP_Store_to_push(): collect the...
2008-06-16 Michael Beckinvalidate loop-info if blocks were removed
2008-06-13 Michael Beckfixed some warnings
2008-06-12 Andreas Zwinkaudisable the standard transform, if pbqp_transform is...
2008-06-12 Michael Beckworkaround for dead CF: restart the optimization
2008-06-12 Michael Beck- add doxygen comment
2008-06-12 Michael Beck- unfinished work to support exception label lookup
2008-06-12 Michael BeckBugFix: schedule the Stc instruction
2008-06-12 Michael Beck- removed critical exception edges, so perm code can...
2008-06-12 Michael Beck- BugFix: fixed ia32_transform_sub_to_neg_add() with...
2008-06-11 Michael Beck- add support for Bound
2008-06-11 Michael Beck- relax partBlock check in phase_backend
2008-06-11 Michael Beck- BugFix: get_pnc_string() can only handle default...
2008-06-11 Michael Beck- add a version of remove_critical_edges() that handles...
2008-06-11 Michael Beck- do not use C++ keyword class as variable name
2008-06-11 Michael Beck- do not use C++ keyword class as variable name
2008-06-11 Sebastian Buchwaldadded non-const getter for ia32_immediate
2008-06-09 Michael Beck- BugFix: fixed the part-block list splicing, inlining...
2008-06-07 Michael Becktest for 64bit rot
2008-06-07 Michael Beck- fixed lowering of Rotl
2008-06-07 Michael Beck- split the old constant_folding flag into constant_fol...
2008-06-07 Michael Beck- make the dot at the start of debugger commands optional
2008-06-07 Michael Beckadd missing include (although not needed, but API used)
2008-06-07 Michael Beck- BugFix: the mode of the lower part of a DW lowered...
2008-06-07 Michael Beckdemonstrates an error in ShrsLs lowering
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-06-06 Michael Beckupdated to current version
2008-06-06 Michael Beckupdated
2008-06-06 Michael Beckupdated
2008-06-06 Michael Beckenhanced version
2008-06-06 Michael Beck- better detection of local addresses
2008-06-06 Michael Beck- export classify_pointer()
2008-06-06 Michael Beckis_self_recursive_Call() added
2008-06-05 Michael Beck- BugFix: do NOT do the copy-return optimization if...
2008-06-04 Michael Beckcurrent version
2008-06-04 Matthias Braunold fehler 110...
2008-06-04 Matthias Brauncompound return problems
2008-06-03 Matthias Braunswitch projs have long pnc not pn_Cmp
2008-06-03 Matthias Braunwe do need conv/cast skipping
2008-06-02 Matthias Braunhandle Bads more gracefully
2008-06-02 Michael Beckadd missing condition
2008-06-02 Matthias Braunonly skip float->float convs
2008-06-02 Michael Beck- added option -b omitleaffp, omitting the frame pointe...
2008-06-02 Michael Beck- better handling for strictConv's, optimized conv_orgi...
2008-06-02 Michael Becktest for strictConv orgie
2008-06-02 Michael Beck- Fixed strict-convs before Stores again: We can skip...
2008-06-02 Matthias Braunadd missing returns
2008-06-01 Michael Beck- stack alignment is now power of two
2008-06-01 Michael BeckDo NOT ignore Bad Phi predecessors. Otherwise
2008-06-01 Michael Beckcall optimize_cf() to delete dead-code that might arise...
2008-05-31 Matthias Braunuse ir_type from call instead of the type from the...
2008-05-31 Matthias Braunoutputting +,-,* in assembler makes no sense for floats
2008-05-31 Matthias Braunfix alloca mapper
2008-05-31 Matthias BraunAlloc is not a binop
2008-05-31 Michael Beckupdated for latest libFirm changes
2008-05-31 Matthias Braunno, we cannot skip all convs before vfst (but just...
2008-05-31 Michael Beck- in x87 mode, skipp ALL conv's before stores
2008-05-31 Michael Beckallow x + 0.0 = x even in strict mode
2008-05-30 Michael Beckrenamed modecode, mode_sort, mode_arithmetic to ir_*
2008-05-30 Michael Beckinline_method():
2008-05-30 Michael Beck- removed assertion() it is allowed to ask for non...
2008-05-30 Michael Beckhandle a call with less arguments than needed gracefull...
2008-05-30 Michael Beck- no more be_init(): backend is initialised in init_firm
2008-05-30 Michael Beck- no more be_init(): backend is initialised in init_firm
2008-05-30 Michael Beckadd extra info for immediate float mode
2008-05-30 Michael Beckadd missing prototyp for dump_block_marker_in_title()
2008-05-30 Matthias Brauncleanup space generation logic and make it more robust...
2008-05-29 Michael Beckfixed warning
2008-05-29 Michael Beck- Fixed output for IncSP nodes
2008-05-29 Michael Beck- Add a peephole phase that fixes all stack offsets
2008-05-29 Michael Beck- Emitter for IncSP emits now Add or Sub
2008-05-29 Michael Beckrenamed SubSP to SubSPandCopy, add some constants
2008-05-28 Michael Beck- moved peephole_IncSP_IncSP() to bepeephole.c, as...
2008-05-28 Michael Becksimplify code
2008-05-28 Michael Beckfixed warning
2008-05-28 Michael Beckbetter version of the barrier remover (no warnings)
2008-05-28 Michael Beckremove barrier from schedule before peephole optimization
2008-05-28 Michael Beckimplemened add esp, 4/8 -> push/push
2008-05-28 Michael Beckfixed condition for add/sub esp, 4/8
2008-05-28 Michael Beckbock marker can be dumped in the block title
2008-05-28 Michael Beck- dump the block mark
2008-05-28 Michael Beck- added is_Id, is_CallBegin, is_Free
2008-05-28 Michael Beck- added is_Filter()
2008-05-27 Michael Beck- changed docu uses Phi list instead of links now
2008-05-27 Michael BeckPhi's are now transmitted as a Phi list, not using...
2008-05-27 Michael BeckBugFix: phi node might be exchanged, read the next...
2008-05-27 Michael Beck- BugFix: set the mark on the right block
next