a bunch of fixes to make firm work with NDEBUG and without DEBUG_libfirm
[libfirm] / ir / be / ia32 / ia32_transform.c
2007-02-27 Matthias BraunSSE consts for xorps need to be 128bit
2007-02-27 Matthias Braunfix SSE2 float calls + returns
2007-02-27 Matthias Braunfix Mulh, Div, IDiv handling
2007-02-22 Matthias Braun- change float nodes to mode_E
2007-02-16 Matthias Braunexperiment with new emitter style, change assembler...
2007-02-12 Christian Würdigmoved function to get PRoj for projnum to beutil
2007-02-09 Christian Würdigremoved C-99 stuff
2007-02-09 Matthias Braunset ESP register for AddSP and SubSP
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
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-13 Michael Beckrename type entity into ir_entity
2006-12-11 Matthias Braun- Several warning fixes
2006-11-15 Christian Würdigremoved a redundant isa attribute
2006-10-24 Christian Würdiggenerate real fprem node
2006-10-16 Christian Würdigfixed transformation SSE2X87 nodes
2006-10-12 Matthias Braun- Improved addressmode optimisation for conv nodes
2006-10-10 Christian WürdigBugFix: crashed when gen_imm_Sub got SymConst instead...
2006-10-10 Christian WürdigBugfix: add eax resp. edx proj for MulS if missing
2006-10-09 Michael BeckBugFix:
2006-10-09 Christian Würdigadd dependency to barrieri if load is in start block
2006-10-09 Christian Würdigremoved memory input from consts
2006-10-09 Christian Würdigfixed gen_Load (add Proj for unused volatile Loads...
2006-10-09 Christian Würdigfixed Proj renumbering
2006-10-03 Christian Würdigremoved firm proj num translation function, existing...
2006-09-27 Michael Beckfixed type name
2006-09-26 Christian Würdigremove keepalive edge
2006-09-25 Christian Würdigset correct register for SetST0
2006-09-25 Matthias Braunfix bad modes for some Float2Int convs
2006-09-22 Christian Würdigfixed SSE returns
2006-09-21 Christian Würdigset register for SetST0 on creation
2006-09-14 Michael Beckadd code to handle character modes for Unknoen node
2006-09-08 Michael BeckAdded support for be_SubSP nodes
2006-09-08 Matthias Braunbugfixes for am_offs changes
2006-08-31 Sebastian Hackpn_Cmp_Ne + pn_Cmp_Uo leads to unknown proj code since...
2006-08-29 Matthias Braunoops
2006-08-29 Matthias Braunfix immediate on left input of Cond
2006-08-27 Matthias Braun- Simply place Constants into the start block, spilling...
2006-08-25 Christian Würdigfixed be_Call handling
2006-08-25 Michael BeckBugFix:
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-18 Christian WürdigBugFix: set commutative flag for some node generated...
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
next