added be_peephole_before_exchange_and_kill() to fix the IncSP,IncSP jumping above...
[libfirm] / ir / be /
2008-06-27 Michael Beckadded be_peephole_before_exchange_and_kill() to fix...
2008-06-26 Christoph MallonFix transformation, when the load mem proj of a dest...
2008-06-25 Michael Beckfixed stabs primitive types: must use decimal limits
2008-06-25 Michael Beck- fixed ir_printf format (%lu and %ld now working)
2008-06-25 Michael Beck- BugFix: do NOT skip Loads generally, they might creta...
2008-06-25 Michael Beck- fixed stabs output
2008-06-25 Michael Beckfixed some bugs in the pop generation, still not all
2008-06-24 Michael Beckadd test for return padding
2008-06-24 Christoph MallonAdd ARM TstBra and use it for comparison with 0.
2008-06-24 Christoph MallonGammelfix: Add a be_Copy in the ARM prologue for the...
2008-06-24 Christoph MallonFix printing shift amount for ARM mov.
2008-06-24 Christoph MallonAdd 0x prefix for printing ARM IncSP amount in hex.
2008-06-24 Michael Beck- added peephole optimization: transform Load->IncSP...
2008-06-24 Michael Beckbetter usage
2008-06-23 Michael Beckconvert rotl x, const into rotr x,32-const
2008-06-23 Michael BeckImproved version of gen_Rotl()
2008-06-23 Michael Beck- add support for Rotl
2008-06-23 Michael BeckBugFix: always emit the block label for labelled blocks...
2008-06-23 Michael BeckBugFix: cannot change the pin state of already pinned...
2008-06-20 Andreas Zwinkaudump the modify_flags flag, too
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 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 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- BugFix: get_pnc_string() can only handle default...
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-07 Michael Becktest for 64bit rot
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 Beckenhanced 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 Braunonly skip float->float convs
2008-06-02 Michael Beck- added option -b omitleaffp, omitting the frame pointe...
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-05-31 Matthias Braunoutputting +,-,* in assembler makes no sense for floats
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-30 Michael Beckrenamed modecode, mode_sort, mode_arithmetic to ir_*
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 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-27 Michael BeckPhi's are now transmitted as a Phi list, not using...
2008-05-27 Matthias Braunneed includes for alloca
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-25 Michael Beckadd Christoph's loop test
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-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 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 Beckmissing goto added
2008-05-21 Michael Beckfixed warnings
2008-05-21 Michael Beck- placed phi_handler into the be_main environment,...
next