set the tarval fp_ops mode depending on the current irg fp mode before doing constant...
[libfirm] / ir / be / ia32 /
2007-09-05 Michael Beckbugfix: float cmp pnc have always ia32_pn_Cmp_Unsigned set
2007-09-05 Michael Beckadd svn:keywords
2007-09-05 Michael Beckimproved MulC implementation
2007-09-05 Michael Beckadd generic architecture
2007-09-05 Michael Beckchanged parameters for new MulC
2007-09-04 Matthias Braunfix is_Const_Minus_1 test
2007-09-04 Matthias Braunfix TestSet emitter
2007-09-03 Matthias Braunremove Load when using Cmp source AM
2007-09-03 Matthias Braundon't create Inc/Dec in transform phase but delay that...
2007-09-03 Matthias Braunmissing handling for CmpSet8Bit and TestSet8Bit
2007-08-31 Michael Beckfixed use of uninitialised variable
2007-08-31 Michael Beckfixed warning on VC build
2007-08-31 Michael Beckfixed uninitialised variable
2007-08-31 Michael BeckC99 featurs rmoved
2007-08-31 Matthias Braunforgot these 2 files in my last committ
2007-08-31 Matthias BraunChanged handling of address mode:
2007-08-31 Michael Beckremoved unused arch_irn_class_const classification
2007-08-28 Michael Beckfixed lowering of signed 32x32=64 multiplication
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-08-27 Matthias Braunremove unused be_FrameLoad and be_FrameStore
2007-08-23 Michael Beckimproved shifting with constants
2007-08-23 Matthias Braunfix
2007-08-23 Matthias Braundo Conv after Set command (instead of mov 0,) before...
2007-08-22 Matthias Braunfix sse/x87 fixup code added at wrong places
2007-08-20 Michael Beckfixed optimize_conv_conv(): when the result is 8bit...
2007-08-14 Sebastian HackRemoved comment
2007-08-14 Christoph MallonRemove stale debug printf()s.
2007-08-13 Matthias Braunfix fehler69
2007-08-13 Matthias Braundisplay address mode in node label
2007-08-13 Matthias Braunfix fehler68 (sse unknowns have wrong reg class)
2007-08-09 Michael Beckfixed 64bit Shift lowering
2007-08-09 Matthias Braunset need_64bit_stackent flag on fistp-load when needed
2007-08-09 Matthias Braunfix warning
2007-08-08 Michael Beckfixed 64bit instrinsics for Div/Mod/Shr/Shl/Shrs
2007-08-08 Michael Beckhandle ia32_l_vfist node
2007-08-08 Michael Beckfixed map_Mul; cleaned up a bit
2007-08-08 Matthias Braunnever CSE nodes which have no stack entities assigned...
2007-08-08 Matthias Braun- Fix unsigned->double, double->unsigned convs
2007-08-07 Matthias Braunemit a 0 if none of the AM info is set
2007-08-07 Matthias Braunoutput constants in assembler as hex
2007-08-04 Matthias Braunfix fehler59 (AddSP/SubSP must be pinned)
2007-08-03 Matthias Braunremove debug printfs
2007-08-03 Matthias Braunmore conv_conv optimisations
2007-08-03 Matthias Braunremove debug printf
2007-08-03 Michael Beckremoved C99 feature
2007-08-03 Matthias Braunreplace Shrs(Shl) with Conv where possible, fix conv_co...
2007-08-02 Matthias Braunfixed several AM problems (and disabled most of the...
2007-08-02 Michael Beckadded comment, removed debug output
2007-08-01 Matthias Braunno need for Zex commands, we already had the Conv ...
2007-08-01 Michael Beckadd Zex8/Zex16 instructions
2007-08-01 Matthias Braunwe can't pass 64bit values in a single register
2007-07-31 Michael Becktransform Load & 0xFF into Loadzx
2007-07-25 Michael Beckadd IJmp instruction
2007-07-25 Michael Beckemit new block labels
2007-07-23 Matthias Braun(crude) support for non 32-bit modes in cmp
2007-07-23 Michael Beckdoxygen comment fixed
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-19 Matthias Braunfix ProduceValue handling
2007-07-18 Matthias Brauncorrectly handle strict convs
2007-07-18 Matthias Braunfix fpcw transformation fix strict conv creation
2007-07-17 Andreas SchösserPrevented Proj nodes which are successors of IA32 nodes...
2007-07-17 Matthias Braunfix unused call results
2007-07-17 Matthias Braunfix Cltd register pressure, fix some SSE (ABI with...
2007-07-16 Matthias Braunfix allocas, fix Tls transform
2007-07-16 Christoph MallonGenerate better, i.e. less, (and maybe more correct...
2007-07-16 Christoph MallonComitted wrong file. Revert r15169.
2007-07-16 Christoph MallonGenerate better, i.e. less, (and maybe more correct...
2007-07-16 Christoph MallonDo not unconditionally set the unsigned pnc flag, but...
2007-07-14 Matthias Braunad-hoc fix for lfoat compares (this is not mallons...
2007-07-13 Matthias Braunadd missing width modifiers to some float nodes
2007-07-13 Matthias Braunuse zeros instead of unknowns for floating point for now
2007-07-12 Matthias Brauntry to avoid creation of float Psis
2007-07-12 Matthias Braunrevert transformation tactics to old style
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-11 Christoph MallonBe more liberal in what the IA32 backend allows for...
2007-07-11 Matthias Braunfix fehler39, exchange left/right is no good idea after...
2007-07-11 Matthias Braunsimplify logic when x87 simulator is started
2007-07-10 Matthias Braundon't do AGGRESSIVE_AM
2007-07-10 Matthias Braunmake use of mode_b lowerer, fix keeps for CopyB
2007-07-08 Christoph MallonCopy the debug info when turning a Store into a Push.
2007-07-08 Christoph MallonUnbreak build.
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-07-06 Michael Beckadded missing includes
2007-07-06 Matthias Braundon't create dead projs
2007-07-06 Matthias Brauna new pass that adds missing keeps
2007-07-06 Matthias Braunuse optimize_graph_df
2007-07-04 Matthias Braunmode_b support for Phis, Nots. Working but needs some...
2007-07-04 Matthias Braundon't emit vfp copies
2007-07-04 Matthias Brauncmov with unknowns are pointless
2007-07-04 Matthias Braunrevert accidental commit
2007-07-04 Matthias Braunfix some x87 issues...
2007-07-04 Matthias Braundon't copy unknowns around in cmovs
2007-07-03 Michael BeckC99 features femoved
2007-07-02 Matthias Braundon't set lea to should_be_same
2007-07-02 Matthias Braun- Reintroduced TestCmov and TestSet
2007-07-02 Matthias Braunfix AM mode and remove_from_sched
2007-06-30 Matthias Braunmakefile updates
2007-06-30 Matthias Braunfix IncSP optimizer, remove some cases of nodes not...
next