libfirm
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
2008-05-27 Michael Beckadd missing non-inline versions
2008-05-27 Michael BeckBugFix: fixed Phi-list manipulation
2008-05-27 Michael Beckredo r19786, peculiarity has been fixed in the cparser FE
2008-05-27 Matthias Braunneed includes for alloca
2008-05-27 Matthias Braunremove a too strict check, we can have local function...
2008-05-27 Matthias Braunmake verifier a bit less strict about keeps
2008-05-27 Matthias Braundo an upconv instead of panic when we do <32bit right...
2008-05-27 Matthias Braunbuild a keep behind each pop to avoid double register...
2008-05-26 Michael Beckadd some comments, small cosmetic
2008-05-26 Michael Becksmall BugFix
2008-05-26 Michael Beckmust use Lg, not Ne to check for !=
2008-05-26 Michael Beckuse block Phi lists and Block marks to get rid of block...
2008-05-26 Michael Beckadd *_Block_mark() api to mark easily Blocks in the...
2008-05-26 Michael Beckused new add_Block_phi()
2008-05-26 Michael Becktypo fixed
2008-05-26 Michael Beckadd_Block_phi() implemented
2008-05-26 Michael BeckC99 features removed
2008-05-25 Matthias Braunfix a few warnings
2008-05-25 Matthias Brauncommit the beginning of advanced boolopt (had that...
2008-05-25 Michael BeckSpecial handling seems not to work, remove critical...
2008-05-25 Michael Beckget rid of most Optimisation warning: found add/sub...
2008-05-25 Michael Beckadd Christoph's loop test
2008-05-25 Michael Beck- simplified get_effective_use_block()
2008-05-25 Michael Beck- do not optimize away Confirms with Constants
2008-05-25 Michael Beck- can now handle const-like Confirms
2008-05-25 Michael Beckimproved test: added new Confirm/cond_eval combination
2008-05-24 Michael Beckarch_env_* macros updated
2008-05-24 Michael Beckallocate all op attributes on block instead of a lot...
2008-05-24 Michael Beck- no need to add two custom pointers: the tag is now...
2008-05-24 Christoph MallonWhen testing whether generating a Psi is allowed, check...
2008-05-24 Matthias Braunnormalize/fix ProjM numbers, avoid dead code in some...
2008-05-24 Matthias Braunwe can have mode_b inputs to Convs as well (I hope...
2008-05-23 Michael Becksmall improvements: cache different environment members...
2008-05-23 Michael Beck- not really necessary, but makes the array size again...
2008-05-23 Michael Beck- removed C99 features
2008-05-23 Michael BeckBugFix: wrong condition for Abs (this fixes Queens.c)
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-23 Matthias Braunwe don't need no stinking selfs
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-05-23 Michael BeckRemoved the irn_handler stack.
2008-05-23 Michael BeckRemoved the arch_irn_handler_t. This was just an additi...
2008-05-22 Michael Beckcheck for Cmp nodes before doing doz
2008-05-22 Michael Beck- normalize Muxes a bit: this hopefully improves the...
2008-05-22 Michael Beckuse is_Const()
2008-05-22 Michael Beckmissing goto added
2008-05-22 Michael Beck- add more Mux optimization cases
2008-05-21 Michael Beckfixed warnings
2008-05-21 Michael Beck- placed phi_handler into the be_main environment,...
2008-05-21 Michael Beck- BugFix: replaced wrong cast by right code (no crash...
2008-05-21 Michael Becktypos fixed
2008-05-21 Michael Beck- fixed doxygen comments
2008-05-21 Michael Beck- beo_* Opcodes are now defined in irop.h, and no more...
2008-05-21 Michael Beck- add a flag to allow 2 users when matching address...
next