libfirm
2008-05-11 Michael Beck- BugFix: flags for pad_return
2008-05-09 Michael Beck- give bonus to small functions and leaves
2008-05-09 Michael BeckBugFix: add missing assure_cf_loop() for copy graphs
2008-05-09 Michael Beck- improve doxygen comments
2008-05-09 Michael Beckinline_functions now inlines calls inside loops first
2008-05-09 Michael BeckBugFix r19562: get_nodes_block(skip_Proj(get_irn_n...
2008-05-08 Christoph MallonImprove scheduling: ignore keeps, sort roots by height.
2008-05-07 Michael Beck- added assure_cf_loop()
2008-05-07 Michael Beckreordered struct for smaller memory print on 64bit
2008-05-07 Michael Beckdo not count Const/SymConst CSE
2008-05-07 Michael Beck- add dumping of indirect/external calls
2008-05-07 Michael Becktypos fixed
2008-05-06 Michael Beckoutputs the layout type for yComp, makes nicer yComp...
2008-05-06 Michael Beck- add ir_graph to loop element, preventing the ugly...
2008-05-06 Michael Beck- add ir_graph to loop element, preventing the ugly...
2008-05-06 Michael Beckmark start end end blocks
2008-05-06 Michael Beckupdated for new optimization
2008-05-05 Michael Beckmissing entry added
2008-05-05 Michael Beckadd a parameter to limit the maximum size of methods...
2008-05-05 Michael Beckfixed comment
2008-05-04 Michael Beckredo wrong 19491: DIV and IDIV are different
2008-05-03 Michael Beck- fixed r19477: pin_state MUST be the first attribute
2008-05-02 Michael Beckreduce code size
2008-05-02 Michael Beck- reduce lifetime of variables
2008-05-02 Michael Beck- reorder if to place cheapest test first
2008-05-02 Michael Beckuse mode_xmm where appropriate
2008-05-01 Michael Beckuse mode_xmm where appropriate
2008-05-01 Michael Beck- transfor xorps r,r and xorpd r,r into pxor on netburs...
2008-04-30 Michael Beck- renamed SymConst num attribute into more logical...
2008-04-30 Matthias Brauncorrect fix for benode comparison
2008-04-30 Matthias Braunforgot to commit rbitset_requal
2008-04-30 Matthias Braunavoid dangerous use of memcmp
2008-04-30 Michael Beckadd a comment that memcmp is not hostile here
2008-04-30 Matthias Braundon't use memcmp for tarval comparison, there might...
2008-04-29 Michael Beckfix 64bit warnings
2008-04-29 Michael Beckfix 64bit warnings
2008-04-29 Michael Beckfix 64bit warnings
2008-04-29 Michael BeckBugFix: ls_mode must be set to Iu when transforming...
2008-04-28 Michael Becktransform stores of floating point constants into integ...
2008-04-28 Christoph MallonWhen transforming floating point constants into load...
2008-04-27 Michael Beck- when creating a x87 memory constant, check if the...
2008-04-27 Michael Beck- added fc_can_lossless_conv_to() / tarval_ieee754_can_...
2008-04-26 Michael Beckallow Cmp, Neg, Abs for floating point even if no_float...
2008-04-26 Michael Beckfixed warning
2008-04-26 Michael Beck- BugFix:
2008-04-23 Christoph MallonGive some node inputs more meaningful names.
2008-04-23 Christoph MallonMove the if-not-AM-input of ia32 Div and IDiv to slot...
2008-04-23 Christoph MallonSet SVN properties.
2008-04-23 Christoph MallonInclude stdlib.h for atoi().
2008-04-22 Christoph MallonFix logic error in IncSP-to-Push/Pop optimisation,...
2008-04-22 Christoph MallonFix return value of main().
2008-04-22 Christoph MallonFix inconsistency between reg_req and ins of Push:...
2008-04-21 Christoph MallonPanic when right shifting non-32bit values.
2008-04-21 Michael Beck- more SSE constants handled by instructions
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
next