added support for separate outflags
[libfirm] / ir / be / ia32 / bearch_ia32.c
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
2006-05-03 Michael Becksupress warnung under GCC
2006-05-03 Christian Würdigdo not emit contraint copy for set
2006-05-03 Christian Würdigdo not insert copy CMov in finish walker
2006-04-27 Christian Würdigtemporary disabled lea->add transformation
2006-04-25 Michael BeckFixed output for x87 instructions with Const input...
2006-04-21 Christian Würdigadded nolea option to switch of LEA optimization
2006-04-20 Michael Beckremoved unnecessary functions handle the slots
2006-04-20 Michael Beckadded option to set the GAS mode
2006-04-12 Michael Beckuse push for CPU's older that P6, always use leave
2006-04-11 Michael BeckBugFixes:
2006-04-11 Christian Würdigfixed copy insertion
2006-04-07 Michael Beckused new "outs" feature
2006-04-07 Christian Würdigadded addtional statistics
2006-04-07 Michael BeckAdd some Processor specific instruction selections
2006-04-06 Michael Beckcreate push ebp/pop ebp for frame pointer setups
2006-04-06 Christian Würdigfixed binop emitter for Source AM
2006-04-05 Christian Würdigfixed ia32_emit_binop
2006-04-05 Christian Würdigfixed DivMods
2006-04-05 Christian Würdigfixed prologue
2006-04-05 Christian Würdigadded ia32 optimization options libcore conform
2006-04-05 Michael Beckused generic function for the transformers
2006-04-04 Christian Würdigfixed indents, typos
2006-04-04 Michael Beckia32_finish_irg_walker() now always calls peephole...
2006-04-03 Michael Beckfixed prolog & epilog for ebp usage
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckplaced register_options() last in the interface
2006-03-31 Michael Beckadd ia32 command line handler for fp-unit and architecture
next