- opt_tail_recursion() must run before optimize_funccalls():
[libfirm] / ir / be /
2008-07-30 Michael Beckthe famous Factorial example
2008-07-29 Christoph Mallonfehler120: Backend discards float->int Conv for shift...
2008-07-29 Christoph MallonAdd main().
2008-07-29 Moritz Krollfehler119: crash in edg fe for C99 sizeof.
2008-07-29 Matthias Braundon't do the store-float-conv optimisation with double...
2008-07-29 Matthias Braundon't do the store-float-conv optimisation with double...
2008-07-29 Michael Beckcombo error
2008-07-29 Sebastian BuchwaldAdded simplified test case for conversion double2int.
2008-07-29 Matthias Braunmake testcase return 0 in main
2008-07-29 Matthias Braunfix/improve proj generation
2008-07-29 Matthias Brauncleanups/fixes for ASM handling
2008-07-28 Matthias Braunadd an asm test with an inout parameter
2008-07-28 Andreas ZwinkauAdding some test cases used for building the PBQP code...
2008-07-28 Sebastian Buchwaldadded support for ASM nodes
2008-07-28 Matthias Braunforgot to adjust mips backend for asm stuff
2008-07-28 Matthias Braun- handle parsing of assembler constraints in backends...
2008-07-28 Matthias Braunaccept directories or single tests as parameter
2008-07-28 Matthias Braunfix for latest makereport
2008-07-26 Michael Becktypo fixed
2008-07-25 Sebastian Buchwaldhandle Unknown nodes
2008-07-25 Andreas ZwinkauMoved assertion into if clause
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-07-24 Matthias Braunfix some phis not getting spilled correctly
2008-07-24 Matthias Braunrevert accidental commit
2008-07-24 Matthias Braunexperimental improvements for cases where all preds...
2008-07-24 Matthias Braunremove old files
2008-07-23 Matthias Braunbelady fixes/cleanups
2008-07-23 Michael Beck- add support for opcode specific hash function
2008-07-23 Michael Beck- removed old and unused dump_irn
2008-07-23 Matthias Braunplace spill entities at other end of frame
2008-07-22 Michael Beckadded doxygen comment
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-07-20 Sebastian Buchwaldtypo
2008-07-20 Sebastian Buchwald- clear action obstack after each application on a...
2008-07-18 Sebastian Buchwaldtypo
2008-07-17 Moritz Krollprint FAILED if reference compiler fails, we don't...
2008-07-17 Moritz Krollrot matcher incorrect
2008-07-15 Sebastian BuchwaldConvert const node to symconst node with the value...
2008-07-15 Matthias Braunbitop,shift,constant test
2008-07-15 Sebastian Buchwaldtypo
2008-07-14 Michael Beck- ia32_assign_exc_label() cannot take a const node...
2008-07-14 Matthias Braunremove unnecessary include
2008-07-14 Matthias Braundon't emit N_EINCL/N_BINCL as it has to be a proper...
2008-07-09 Matthias Braunfix some situations where too few spills were placed
2008-07-09 Matthias Braunrevert accidental commit
2008-07-09 Matthias Braunrevive belady late spilling
2008-07-09 Matthias Braunsmall reformating/cleanups
2008-07-09 Matthias Braunfix warning
2008-07-09 Matthias Braunfix warnings
2008-07-08 Michael Beck- small cleanup
2008-06-27 Michael Beckchange the costs for multiplication in the size case...
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
next