improved test
[libfirm] / ir / be / ia32 /
2007-09-13 Michael BeckImproved 32x32=64bit multiplication
2007-09-13 Matthias Braunfix flags code for mem-input changes
2007-09-13 Matthias Braun- first experimental approach of flag modeling in add/adc
2007-09-12 Christoph MallonConsistently place the mem in for AM directly after...
2007-09-12 Matthias Braunset names for ia32 default pns
2007-09-12 Matthias Braunset names for ia32 default pns
2007-09-11 Matthias Braunremove some unused l_ nodes
2007-09-11 Matthias Braunexecute finish in the finish phase not in the after_ra...
2007-09-11 Christoph MallonRemove duplicate AM declarations.
2007-09-10 Matthias Braunmake use of custom_init_attribute functions for specify...
2007-09-10 Michael Beckadded constant for D->Lu conversion
2007-09-10 Christoph MallonAdd magic for better code emission of 64bit minus.
2007-09-09 Christoph MallonBuild immediates for 64bit subs.
2007-09-08 Matthias Braunset use frame for xLoad constants
2007-09-08 Matthias BraunxStore, xLoad should have base latency 0
2007-09-08 Christoph Mallon- Fix typo in commment.
2007-09-08 Christoph MallonRefactor ia32_transform_lea_to_add_or_shl() a bit.
2007-09-08 Christoph MallonBuild immediates for 64bit adds.
2007-09-08 Christoph MallonFix immediate creation for sh[lr]d.
2007-09-08 Christoph MallonFix a warning.
2007-09-08 Matthias Braundon't use source AM when the Cmp has multiple users
2007-09-08 Matthias Braunnicer indenting
2007-09-08 Matthias Braunnicer indenting
2007-09-07 Michael BeckAdd an xZero for generating SSE 0.0
2007-09-07 Michael Beckfixed ia32_transform_sub_to_neg_add() for SSE nodes...
2007-09-06 Michael Beckalign SSE helper constants to 128 bit
2007-09-06 Michael Beckupdated xStore template
2007-09-06 Michael Beck- bugfix for Conv Float>64 signed
2007-09-06 Michael Beckbugfix for Conv Float>64 signed
2007-09-06 Michael Becktypo fixed
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
next