perform_memory operand now takes a spill instead of a reload
[libfirm] / ir / be / ia32 / bearch_ia32.c
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
2006-03-31 Christian Würdigfixed addressmode bug
2006-03-31 Christian Würdigfixed copy inserter
2006-03-30 Michael Beckrestructured to allow peephole optimization of IncSP
2006-03-30 Michael BeckAdd get_reg_class_alignment() implementation
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigfixed indents
2006-03-30 Michael Beckfixed transform_to_Load() and *_to_Store()
2006-03-29 Michael BeckBugFix: create ProjM after Store
2006-03-28 Michael Beckadded used_x87 flag, so the x87 simulator runs only...
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-28 Christian Würdigfixed spill lowering
2006-03-27 Christian Würdigadded 8Bit Store work around
2006-03-27 Michael Beckadd support for x87 floating point unit.
2006-03-27 Christian Würdigfixed variable type bug
2006-03-27 Christian Würdigchanged defined constant names for be_stack_dir
2006-03-24 Christian Würdigcreate register slots in attributes on irg obstack
2006-03-24 Christian Würdigadapted to beabi interface changes
2006-03-23 Christian Würdigadded feature to register additional opcodes
2006-03-23 Christian Würdigadded peephole optimization for test/cmp
2006-03-22 Sebastian HackAdapted to changes in beabi
2006-03-22 Christian Würdigfixed register requirements
2006-03-20 Christian Würdigadded use extbb walker option
2006-03-17 Daniel GrundBugfixes.
2006-03-17 Christian Würdigmade emit more nasm compatible
2006-03-17 Christian Würdigfixed several bugs
2006-03-17 Daniel Grundadded missing attribute init
2006-03-17 Sebastian HackImplemented prologue/epilogue
2006-03-16 Christian Würdigadded 16bit and 8bit register name emits
2006-03-16 Christian Würdigadded new dump wrapper
next