correctly remove some nodes from graph in beabi, thus avoiding bad outedges
[libfirm] / ir / be / ia32 / bearch_ia32.c
2007-01-30 Matthias Brauncorrectly remove some nodes from graph in beabi, thus...
2007-01-11 Matthias Brauntry to fix remat spiller for cases where the inverse...
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-21 Matthias Braunfix entity collector collecting loads without entities
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-18 Matthias Braunthe spillslot coalescer is now a general frame entity...
2006-12-18 Matthias Braun- Use a default node compare attribute function for...
2006-12-15 Matthias Braun- cleaned up spill/reload transform code a bit
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-14 Matthias Braunuse skip_Proj_const to avoid warnings
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Christian Würdigadded copy attribute function (out_flags is a variable...
2006-12-13 Matthias Braunfixes for latest be changes
2006-12-13 Michael Beck- renamed access offset functions
2006-12-12 Christian Würdigadapted to new code generator callback (spill)
2006-12-10 Matthias Braunno domfront needed
2006-12-04 Christian Würdigadded function to retireve ilp scheduler interface
2006-11-15 Christian Würdigremoved a redundant isa attribute
2006-11-02 Christian Würdigimplemented callbacks for abstract machine
2006-10-26 Matthias Braunoutput estimated cost statistics to statfile
2006-10-24 Christian Würdigalways translate x87 FPU names from stx to st(x)
2006-10-18 Christoph MallonChange the if conversion backend hook
2006-10-17 Christian Würdigadded ir/opt include
2006-10-16 Christian Würdigadded new option ia32-nopushargs
2006-10-11 Michael BeckAllow empty requierements.
2006-10-10 Christian WürdigBugFix: retrieve Proj-based out flags only for datab...
2006-10-06 Christian Würdigfixed flags
2006-10-06 Christian Würdigadded support for separate outflags
2006-10-03 Christian Würdigreturn real x87 register (st0-st7) if node is patched...
2006-09-30 Matthias Braunfixes, use new blockscheduler
2006-09-26 Christian Würdigset correct noreg register when assimilating loads
2006-09-25 Christian Würdigfixed SetST0 register settings
2006-09-22 Christian Würdigfixed SSE returns
2006-09-21 Christian Würdigremoved is_Start macro, there exists a firm function now
2006-09-20 Matthias Braun- Properly support AM for push and pop nodes
2006-09-20 Michael Beckremoved useless my_skip_Proj()
2006-09-20 Michael BeckWhen the Pop instruction is handled, only change the...
2006-09-19 Michael BeckFixed generation of Pop with frame pointer enabled
2006-09-18 Michael BeckIA32: align the stack at 32bit
2006-09-14 Matthias Braunfix unused loads removing, fix warning
2006-09-14 Michael BeckPush/Pop/AddSP/SubSP always modify ESP
2006-09-13 Matthias Braunfixes to compile with -O0
2006-09-12 Michael Beckset_tarval_output_modes() sets the output mode for...
2006-09-11 Michael Beckadd debug output support
2006-09-08 Matthias Braunbugfixes for am_offs changes
2006-09-06 Matthias Braunempty block removing seems to work now
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-09-04 Christian Würdigfixed ctor support
2006-09-04 Christian Würdigadded ctor section support
2006-09-04 Matthias Braun- Tried to remove empty blocks before emitting, but...
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-31 Michael BeckAdd support for Linux TLS
2006-08-29 Christian Würdigadapted to new get list selector callback
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-27 Matthias Braun- Fix perform_memop stuff in bechordal_main after adams...
2006-08-26 Adam Szalkowskiget frame from irg instead from spill (the spill could...
2006-08-26 Adam Szalkowskiperform_memory operand now takes a spill instead of...
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-21 Christian Würdigfixed some indent
2006-08-15 Christian Würdigadded instruction latency
2006-08-14 Christian Würdigcreate all convs, remember those to be killed and kill...
2006-08-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-11 Christian Würdigadded new callback to set frame entity
2006-08-11 Christian Würdigirn classify now returns a mask
2006-08-11 Matthias Braundon't add projs to pops that nobody uses
2006-08-10 Matthias Braun- lower MemPerms into a series of pushs and pops
2006-08-09 Matthias Braun- add new finish call to architecture calls. This call...
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-08-01 Christoph MallonRemove unused vars
2006-07-29 Adam Szalkowskiadded spill cost estimation
2006-07-26 Christian Würdigadded statistic call for reload merging
2006-07-24 Christian Würdigadded memory operand support
2006-07-17 Christian Würdigfixed calculation of inverse operations
2006-07-17 Adam Szalkowskiwrong params for inverse minus and eor
2006-07-16 Christian Würdigadded seperate pre-transformation phase
2006-07-15 Adam Szalkowskiloads are a little bit more expensive than reloads...
2006-07-06 Christian Würdigadded extra finish module
2006-07-03 Christian Würdigcopy optimization settings from isa to codegenerator...
2006-06-30 Christian Würdigprint integer tarvals always decimal
2006-06-26 Christian Würdigadded phase: remove unused loads and all unnecessary...
2006-06-23 Christian Würdigfixed handling of unused load results
2006-06-08 Michael Beckbetween type might be a struct, set the layout to fixed
2006-06-07 Christian Würdigadded space
2006-06-06 Michael BeckBugFix: ia32_finish_irg() uses height, that uses new...
2006-06-04 Christian WürdigBugFix: do not schedule memory proj when creating store...
2006-06-02 Adam Szalkowskifixed inverse ops a little bit
2006-05-31 Adam Szalkowskiimplemented a function to retrieve estimated costs...
2006-05-31 Christian WürdigBugFix: copy mode when creating inverse operation
2006-05-29 Christian Würdigenable sse and x87 at the same time
2006-05-19 Christian Würdigfixed debug info
2006-05-15 Michael Beckadd context parameter for create_intrinsic_fkt
2006-05-11 Michael Beckadd the new get_param() function
2006-05-11 Christian Würdigfixed some bugs inverse calculation
2006-05-11 Michael Beckadd call to hadnle 64bit arithmetic lowering
2006-05-11 Christian Würdigcalculate inverse operation of Add, Sub, Not, Minus...
2006-05-11 Christian Würdigupdated comments
2006-05-10 Christian Würdigcompute dominance information because they are used...
2006-05-05 Christian Würdigfixed address mode for CmpSet and xCmpSet
2006-05-05 Christian Würdigrenamed Set to CmpSet and CMov to CmpCMov
2006-05-05 Christian Würdigadded transformation of psi condition trees
next