Remove ia32_Sub64Bit. Replace it by Sub and Sbb.
[libfirm] / ir / be / ia32 /
2007-09-28 Christoph MallonRemove ia32_Sub64Bit. Replace it by Sub and Sbb.
2007-09-28 Matthias Braunfix for fehler87
2007-09-27 Matthias Braunbetter debug output when assembler constraints fail...
2007-09-27 Christoph MallonAllow two should-be-same constraints for every out...
2007-09-27 Matthias Braunremove add64 (mereley a test commit for the rss feed)
2007-09-27 Michael Beckremoved unneccessary constraints
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-26 Christoph MallonTeach FILd to use source AM.
2007-09-25 Michael BeckC99 feature removed
2007-09-25 Matthias Braun- never use (broken) sequential load/store in abi
2007-09-20 Matthias Braun- use flags handling code for ia32 Compares (including...
2007-09-20 Michael Beckfixed Push creation (use new constants for get_irn_n...
2007-09-19 Christoph MallonGet rid of be_SetSP.
2007-09-18 Matthias Braundo optimize_graph after abi
2007-09-18 Christoph MallonTreat the lower word of lowered 64bit operations always...
2007-09-18 Matthias Braunuse register_class_types, remove flag definitions
2007-09-18 Matthias Braunfix warning, disable negative symconsts
2007-09-17 Christoph MallonLet constants and simular things depend on the stack...
2007-09-17 Christoph MallonSimplify is_Const_Minus_1().
2007-09-17 Christoph MallonRemove dead code: tarval_is_long() returns true for...
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-09-14 Michael Beckuse EMMS/FEMMS on AMD machines to clear x87 state
2007-09-14 Michael Beckuse ffreep st instead of fstp st on athlon
2007-09-14 Michael Beckffreep added
2007-09-14 Michael BeckARCH_ATHLON macro added
2007-09-14 Matthias Braundo mode_b lowering before abi phase
2007-09-13 Christoph Mallon- Remove stale comment.
2007-09-13 Michael Beckadded isa and bias to ia32_intrinsic_env_t, c99 feature...
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)
next