BugFix: collect_stacknodes collected mode_T and mode_M nodes
[libfirm] / ir / be / ia32 /
2006-08-18 Christian WürdigBugFix: set commutative flag for some node generated...
2006-08-18 Christian Würdigadded support for unordered fp compare
2006-08-17 Christian Würdigadded code to avoid unordered fp compares
2006-08-16 Michael BeckBugFix:
2006-08-16 Michael BeckBugFix:
2006-08-15 Christian Würdigfixed constraint for SubC
2006-08-15 Michael BeckBugFix:
2006-08-15 Christian Würdigfixed PsiF
2006-08-15 Christian Würdigadded latency
2006-08-15 Christian Würdigadded latency attribute
2006-08-15 Christian Würdigfixed xCmp emitter
2006-08-15 Christian Würdigadded instruction latency
2006-08-14 Christian WürdigAdded set containing Conv nodes to be killed
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-13 Christian Würdigupdated node emitter (missing attributes)
2006-08-13 Christian Würdigset orig node while transforming AddSP
2006-08-13 Christian Würdigadded modufy_sp flag for AddSP
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 Christian Würdigadded got_reload flag
2006-08-11 Christian Würdigadded be_AddSP transformation
2006-08-11 Christian Würdigadded ia32_AddSP emitter
2006-08-11 Christian Würdigadded AddSP node
2006-08-11 Matthias Braundon't add projs to pops that nobody uses
2006-08-11 Matthias Braun- don't end in an endless loop for invalid types (but...
2006-08-10 Christian Würdigfixed GetST0 creation
2006-08-10 Christian Würdigadded AddSP emitter
2006-08-10 Christian Würdigfixed remat flag for load nodes
2006-08-10 Matthias Braun- lower MemPerms into a series of pushs and pops
2006-08-09 Matthias Braun- Don't perform memory operands merging too early
2006-08-09 Christian WürdigBugFix: when transforming be_Call nodes it can happen...
2006-08-09 Christian Würdigmake transformations before checking 2 addresscode...
2006-08-09 Matthias Braun- add new finish call to architecture calls. This call...
2006-08-09 Christian Würdigchanged requirements
2006-08-09 Christian Würdigfixed be_Return gen
2006-08-09 Christian Würdigfixed call memory
2006-08-04 Sebastian HackFixed the bugfix
2006-08-04 Adam Szalkowskivoid functions do not store at end
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-08-04 Matthias Braun- warning fixes
2006-08-02 Christian Würdigin case of SSE: copy xmm0 to FPU TOS
2006-08-02 Christian Würdigadded new SSE simple store node (no index register...
2006-08-02 Christian Würdigspare SSE siple store from AM
2006-08-02 Christian Würdigfixed mode suffix emitter
2006-08-02 Christian Würdigin case SS is used: copy call floating point result...
2006-08-02 Christian Würdigadded GetST0 and SetST0 nodes
2006-08-02 Christian Würdigomit GetST0 and SetST0 in am check
2006-08-02 Christian Würdigemit pointer size for GetST0 and SetST0 as well
2006-08-02 Christian Würdigfixed proj number mapping for CopyB nodes
2006-08-01 Christoph MallonRemove unused vars
2006-07-31 Sebastian HackFixed a bug
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-29 Adam Szalkowskiadded spill cost estimation
2006-07-26 Christian Würdigadded statistic call for reload merging
2006-07-24 Christian Würdigaddresmode optimizer can now handle scheduled nodes
2006-07-24 Christian Würdigadded memory operand support
2006-07-23 Christian WürdigIncSP optimizer re-activated
2006-07-22 Christian WürdigBugFix: Muls cannot have destination addressmode
2006-07-22 Christian Würdigprevent 8bit loads from being used as addressmode operands
2006-07-22 Christian Würdigfixed string constant dumper (emit \ correct)
2006-07-21 Christian Würdigadded constraints to CopyB
2006-07-21 Christian Würdigfixed SSE Abs/Not (load const instead of using its...
2006-07-19 Christian Würdigfixed check on 0 or 1 Const for Psi (check was broken...
2006-07-17 Christian Würdigfixed calculation of inverse operations
2006-07-17 Christian Würdigfixed SSE compare emit
2006-07-17 Adam Szalkowskiwrong params for inverse minus and eor
2006-07-16 Christian Würdigadded extra compare against NULL to keep gcc happy
2006-07-16 Christian Würdigchanged conmstants transformation:
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-14 Christian Würdigfixed emitter for Cmp + Set (use correct mode to determ...
2006-07-10 Christian Würdigemit correct condition codes for xmm compares
2006-07-10 Christian Würdigfixed am candidate checker (handle special case loops...
2006-07-07 Christian Würdigadded ia32_util.[ch]
2006-07-07 Christian Würdigchanged ir_printf call into DBG output
2006-07-07 Christian WürdigBugFix: can handle Div/Mod with Memory proj now
2006-07-07 Christian Würdigadded new util module
2006-07-07 Michael BeckRemoved some warnings due to missing const
2006-07-07 Christian Würdigturn bacck source addressmode to fulfill two address...
2006-07-06 Christian Würdigfixed SSE Psi CMov (cannot use AM source)
2006-07-06 Christian Würdignew irg finish module
2006-07-06 Christian Würdigadded extra finish module
2006-07-04 Christian Würdigfixed load+store generation, handly symconst as base...
2006-07-04 Christian Würdigfixed const generation: create const+load for fp symconsts
2006-07-04 Christian Würdigfixed Set emitter: clear target after compare
2006-07-03 Christian Würdigfixed assert condition
2006-07-03 Christian Würdiguse the correct mode for DIV
2006-07-03 Christian Würdigdo not try to kill compares on AMD architectures
2006-07-03 Christian Würdigemit missing OFFSET FLAT for symconsts (otherwise gas...
2006-07-03 Christian Würdigcopy optimization settings from isa to codegenerator...
2006-07-03 Christian Würdigset AM support for MulS correct (None or Source)
2006-07-03 Christian Würdigfixed Mulh/MulS emitter (support AM source)
2006-07-02 Michael BeckFixed warning
2006-07-01 Michael BeckBugFix: needed function must be called outside assert...
2006-07-01 Michael BeckFixed indentation
2006-06-30 Christian Würdigprint integer tarvals always decimal
2006-06-30 Christian WürdigBugFix: variable was used before initialized
2006-06-29 Christian WürdigBugFix: create_push: sync memories of IncSP and Store
2006-06-29 Christian Würdigfixed CopyB emitter
next