added function to retrieve irn ops
[libfirm] / ir / be / ia32 / ia32_transform.c
2006-08-15 Christian Würdigfixed PsiF
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ürdigset orig node while transforming AddSP
2006-08-11 Christian Würdigadded be_AddSP transformation
2006-08-10 Christian Würdigfixed GetST0 creation
2006-08-09 Christian WürdigBugFix: when transforming be_Call nodes it can happen...
2006-08-09 Christian Würdigfixed be_Return gen
2006-08-04 Sebastian HackFixed the bugfix
2006-08-04 Adam Szalkowskivoid functions do not store at end
2006-08-02 Christian Würdigin case of SSE: copy xmm0 to FPU TOS
2006-08-02 Christian Würdigin case SS is used: copy call floating point result...
2006-07-22 Christian WürdigBugFix: Muls cannot have destination addressmode
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-16 Christian Würdigadded extra compare against NULL to keep gcc happy
2006-07-07 Christian WürdigBugFix: can handle Div/Mod with Memory proj now
2006-07-06 Christian Würdigfixed SSE Psi CMov (cannot use AM source)
2006-07-06 Christian Würdigadded extra finish module
2006-07-04 Christian Würdigfixed load+store generation, handly symconst as base...
2006-07-03 Christian Würdiguse the correct mode for DIV
2006-07-03 Christian Würdigset AM support for MulS correct (None or Source)
2006-06-26 Christian Würdigfixed compare with symconsts
2006-06-23 Christian Würdigfixed handling of unused load results
2006-06-07 Christian Würdigannotate mode to Store link field, to prevent loss...
2006-05-31 Christian Würdigfixed Psi generation (get inversed instead of negated...
2006-05-30 Christian Würdigfixed MulS/Mulh generation
2006-05-30 Christian Würdigfixed fp modes for x87 converts
2006-05-29 Christian Würdigadded lowering for lowered intrinsic operations
2006-05-18 Christian Würdigremoved unsused variable
2006-05-18 Christian Würdigfixed lea->add conversion
2006-05-17 Christian Würdigadded support for 64bit ABS
2006-05-16 Christian Würdigadded support for 64bit Minus lowering
2006-05-16 Christian Würdigadded transformation of lowered intrinsic ops l_Mul...
2006-05-15 Christian Würdigfixed include
2006-05-15 Christian Würdigadded new nodes for intrinsic lowering
2006-05-11 Christian Würdigupdated commments
2006-05-10 Christian Würdigplace loads for stack parameters in the correct block
2006-05-10 Michael Beckdisable buggy code
2006-05-05 Christian Würdigadded special nodes for Psi condition trees, so we...
2006-05-05 Christian Würdigfixed address mode for CmpSet and xCmpSet
2006-05-05 Christian Würdigfixed Psi condition tree transformation (int Psi but...
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-05 Christian Würdigmake use of generated proj nums
2006-05-04 Christian Würdigfixed psi transform (use negated instead of inverted...
2006-05-04 Christian Würdigadded addtional nodes needed for psi transformation
2006-05-03 Christian Würdigadded xCmp node (SSE compare with result in register)
2006-05-03 Christian Würdigadded Set node
2006-05-03 Christian Würdigfixed unknown handling
2006-05-03 Christoph MallonCode for emitting cmov for Psi nodes by chriswue
2006-04-26 Christian Würdigadded Lea statistics
2006-04-25 Michael BeckFixed output for x87 instructions with Const input...
2006-04-21 Michael BeckBugFix: creation of Div/Mod nodes
2006-04-21 Christian Würdigswitched of address mode for CondJmp temporary
2006-04-14 Christian Würdigcopy result mode on final transformations (lea->add...
2006-04-11 Christian Würdigfixed inc generation/emitter
2006-04-11 Michael BeckInc (a misused Add :-) is not commutative
2006-04-11 Christian Würdigfixed gen_Store: take immediate addresses
2006-04-11 Michael BeckBugFixes:
2006-04-11 Christian Würdigset add with immediate commutative
2006-04-11 Michael Beckadd a memory input to all constants, needed for the...
2006-04-10 Michael Beckadd a Keep of the vfCom eax output
2006-04-09 Michael BeckAdd floating point compares
2006-04-07 Michael Beckused new "outs" feature
2006-04-07 Christian Würdigadded addtional statistics
2006-04-06 Christian Würdigfixed binop emitter for Source AM
2006-04-05 Christian Würdigfixed DivMods
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 commutative flag for adds
2006-04-04 Michael Beckimplemented basic int<->fp conversion
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-03-31 Christian Würdigfixed Jump Tables
2006-03-31 Christian Würdigfixed addressmode bug
2006-03-31 Christian Würdigadded src and tgt mode attributes for conversions
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-29 Christian Würdigremoved some unused variables and functions
2006-03-29 Michael Beckadded declaration for ia32_emit_x87_binop()
2006-03-28 Michael Beckset the used_x87 flag when a virtual x87 instruction...
2006-03-28 Christian Würdigfixed symconsts in address mode
2006-03-28 Christian Würdigfixed spill lowering
2006-03-28 Michael Becknon-strict x87 float<->float conversion support
2006-03-27 Christian Würdigadded 8Bit Store work around
2006-03-27 Michael Beckadded support for x87 fp unit
2006-03-27 Christian Würdigplace transformed StackParam nodes in the user Block
2006-03-27 Christian Würdigfixed immediate operation handling
2006-03-25 Michael BeckBugFix: test can only be created for a&b == 0 or a...
2006-03-24 Christian Würdigchanged ia32 attribute structure and switched to idents
2006-03-24 Christian Würdigcreate register slots in attributes on irg obstack
2006-03-24 Christian Würdigadded 8Bit Conv_I2I node
2006-03-23 Christian Würdigfixed mode handling
2006-03-22 Christian Würdigfixed convs
2006-03-22 Christian Würdigfixed SymConst address handling (stores and moves)
2006-03-21 Christian Würdigadded missing const
2006-03-20 Christian Würdigadded use extbb walker option
2006-03-20 Christian Würdigfixed indents
2006-03-18 Michael BeckHandle Cmp(And(x,y) != 0) ==> Test(x,y)
2006-03-18 Michael Beckreplaced hash table by simple array access
2006-03-17 Christian Würdigfixed 8bit Store bugs
next