libfirm
2008-04-20 Michael Beck- moved the imul mem,imm32 splitting into peephole...
2008-04-20 Michael Becktypo fixed
2008-04-20 Michael Beckmore SSE constants handled without float_entity
2008-04-19 Michael Beck- add optimisation for size
2008-04-19 Michael Beck- don't dump alignment 0
2008-04-19 Michael Beck- added alignment_label_max_skip
2008-04-19 Michael Beckfix r19298: offsets must be fixed for PopMem
2008-04-19 Michael Becksyntay error fixed
2008-04-19 Michael Beck- handle failure of getpwuid() more gracefully
2008-04-19 Michael Beckalways align blocks if there is no fall-through
2008-04-19 Michael Beckreorganized cpu's, architectures, and features, hopeful...
2008-04-19 Michael Beckfixed indentation
2008-04-19 Michael Beckdo not pad return after a fall-through Jmp
2008-04-19 Michael Beck[r19329]
2008-04-18 Matthias Braunfollow_mem_chain_Store should respect alias relation...
2008-04-18 Michael Beckload store opt fail with partially overwritten data
2008-04-16 Christoph MallonSyncs must be created with an ARRF in array in new_ir_n...
2008-04-16 Christoph MallonFix typos in comments.
2008-04-16 Christoph MallonRemove redudant set_ia32_am_support() call.
2008-04-16 Christoph MallonRemove the now unused function ia32_emit_am_or_dest_reg...
2008-04-16 Christoph MallonRemove ia32_am_Dest.
2008-04-16 Christoph MallonRemove ia32_am_Full.
2008-04-16 Christoph MallonSplit ia32_Pop into ia32_Pop and ia32_PopMem.
2008-04-15 Michael Beck- add barcelona and generic32 targets
2008-04-15 Michael Beck- do not use imul mem, imm32 on newer AMD cpu's
2008-04-15 Michael Beck- added add esp,8 -> pop reg, pop reg
2008-04-15 Michael Beck- fixed costs for Opteron and K10
2008-04-14 Michael BeckLinux gprof need base pointer
2008-04-14 Michael Beckadd Linux grof support
2008-04-14 Michael Beckremoved incomplete code
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-04-13 Michael BeckC99 features removed
2008-04-12 Michael Beckrevert to old cost model, seems to work better
2008-04-12 Michael Becktypo fixed
2008-04-12 Michael Beckgcc has same costs for prescott and nocona
2008-04-12 Michael Beckupdated timings
2008-04-11 Michael Beckupdated cost model from gcc 4.3.0
2008-04-11 Michael Becknocona is a Pentium 4 variant
2008-04-11 Michael Becklimited support for inlining K&R functions added
2008-04-10 Michael Beckdisable inline of functions which call alloca(), causes...
2008-04-10 Michael Beck- BugFix: Do not optimize dead blocks: They might even...
2008-04-10 Michael Beck- replaced brain-damaged recursive version of get_cf_op...
2008-04-10 Michael Beck- inline_method() now sets current_ir_graph itself
2008-04-10 Michael BeckBugFix: - there is only ONE proj_m to replace
2008-04-09 Matthias Braun- add support for stack alignment on calls
2008-04-09 Matthias Brauncore2s are called nocona in gcc
2008-04-07 Michael Beckissue a debug output when inlining
2008-04-07 Michael Beck- BugFix: SSA construction requires current block set ...
2008-04-07 Michael Beckfixed unsaved checkin ...
2008-04-07 Michael Beck- optimize Tuple nodes away before calling scalar repla...
2008-04-07 Michael Beck- Do not set phase_low here. currently ssa-construction...
2008-04-07 Michael Beck- uses new SSA constructor interface, shortening and...
2008-04-05 Michael Beckupdated
2008-04-05 Michael Beckcompletely removed old verbosity based debug output
2008-04-05 Michael Beckswitch scalar replacement to new style debug output
2008-04-05 Michael Beckafter inlining, the loop-info is inconsistent
2008-04-05 Michael Beck- init function for inlining added
2008-04-04 Michael BeckImproved inliner: rerun scalar_replacement() if address...
2008-04-04 Michael BeckImproved param weights: handle Id and Tuple nodes
2008-04-04 Michael BeckBugFix:
2008-04-04 Michael BeckBugFix: store the weigths to the right location
2008-04-04 Michael Beckfixed obstack initialization, removed unused variable
2008-04-04 Michael Beck- only local visible methods get the big benefice
2008-04-04 Michael Beckfixed indentation, deleted useless comment
2008-04-04 Michael Beckcalculate benefice on real callee
2008-04-04 Michael Beckno bonus for recursive inlining
2008-04-04 Michael Beckfixed warnings
2008-04-04 Michael Becknew benefice based heuristic inliner added
2008-04-04 Andreas Zwinkauadd missing include <config.h>
2008-04-04 Matthias Braunadd missing else for data in data section
2008-04-04 Michael Beck- improced param weight calculation
2008-04-04 Michael Beckcosmetic
2008-04-04 Michael BeckMoved inlining and DCE (which is implemented like inlin...
2008-04-04 Michael Beck- code cleanup
2008-04-04 Michael BeckC99 features removed
2008-04-04 Michael Beckhandle the macro block properly
2008-04-04 Michael Becksome cosmetic
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-04-03 Matthias Braunmake mangle3 public
2008-04-03 Matthias Braunshouldn't be here anymore
2008-04-03 Matthias Braunshouldn't be here anymore
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-04-03 Matthias Braunfix warnings
2008-04-03 Michael Beckimproved Cmp(x, 0) optimizations
2008-04-02 Matthias Braunfix warning
2008-04-02 Matthias Braunhelper function for creating unique identifiers
2008-04-02 Michael Beckswitch off usage of global_pointer again: globals are...
2008-04-02 Christoph MallonSkip Projs in cost calculation.
2008-04-02 Michael Beckadd list_head typedef
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Christoph MallonRemove dead code.
2008-04-02 Michael Beckadd is_Global() and get_Global_ent()
2008-04-02 Michael BeckC99 features removed
2008-04-02 Michael Becksome comments added and fixed
2008-04-02 Michael BeckC99 features removed
2008-04-02 Michael Beckfixed Win32 build
2008-04-02 Michael Beckskip Bitfield Sels when doing memory disambiguation
2008-04-02 Christoph MallonMake Ld/St parallelisation work (but seems to be broken...
2008-04-01 Matthias BraunMove grgen stuff to seprarate directory (will adapt...
next