we don't need no stinking selfs
[libfirm] / ir / be / ia32 /
2007-12-19 Michael Beckchange x86 cpu names to match gcc -march switch
2007-12-17 Matthias Braunreimplement the long long -> double, conversion. Remove...
2007-12-07 Michael BeckBugFix: get the high mode from the second result in...
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-28 Matthias Braunabort if switch gets too big
2007-11-27 Matthias Braunfactor out entity emitter and make sure @NTPOFF is...
2007-11-23 Michael Becksome preliminary long double support
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-11-13 Matthias Braunfix handling of default pns in the backend (they don...
2007-11-11 Matthias Brauninclude iroptimize.h
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-11-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-11-01 Matthias Braunuse is_Const_0 not is_Const_null in fucom creation
2007-11-01 Matthias Brauncheck that Psi flags input doesn't depend on load when...
2007-10-29 Matthias Braunpeephole optimisation: reuse zero flag from previous...
2007-10-26 Michael Beckfixed handling of pn_Call_X_regular
2007-10-26 Michael BeckC99 constructs removed
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...
2007-10-26 Matthias Braunmake IS_ macros return 0 or 1
2007-10-25 Michael Beckupdated cpu architectures
2007-10-25 Michael BeckC99 constructs removed
2007-10-25 Christoph MallonSmall cleanups.
2007-10-25 Christoph MallonUse add_ia32_flags() instead of set_ia32_flags(), which...
2007-10-25 Matthias Braunfix parameter loads not being rematerialized
2007-10-25 Christoph MallonHandle integer Abs for modes which are not 32bits wide.
2007-10-25 Christoph MallonIn match_arguments() assert that match_am is set when...
2007-10-24 Christoph MallonEmit the "t" suffix for f96 numbers in the ia32 backend.
2007-10-24 Michael Becklong double x87 modes don't support AM
2007-10-24 Christoph MallonRestore the AM fold behavior of prior to r16324. It...
2007-10-24 Christoph MallonActually implement what r16324 promised.
2007-10-23 Christoph MallonImprove the AM folding heuristics: Do not fold AM if...
2007-10-23 Christoph MallonRemove dead code, remove pointless marking of memory...
2007-10-23 Christoph MallonRemove the unused function mode_needs_gp_reg().
2007-10-23 Christoph MallonClarify a comment.
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-10-23 Michael Beckadded initialization to suppress (wrong) warning
2007-10-21 Matthias Braundon't aggressively fold some nodes when we know it...
2007-10-21 Matthias Braunfix address mode calculation: we can not eat immediates...
2007-10-21 Matthias Braun- fix a conceptual bug in peephole, we need a callback...
2007-10-20 Christoph MallonFix r16293.
2007-10-19 Christoph MallonMake the emit sequences of ShrD and ShlD probably more...
2007-10-19 Matthias Braun- improve set transformation
2007-10-19 Christoph MallonFix fehler 98. clarify comments.
2007-10-18 Christoph MallonRestructure gen_Cmp() so it does not use ia32_use_sourc...
2007-10-17 Matthias Braununsafe mode for float to int conversion
2007-10-17 Matthias Braunimprove float->int conversion
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-17 Michael Beckfixed two warnings
2007-10-17 Michael BeckRefactored attributes:
2007-10-17 Michael Beckfloat->unsigned 64bit does not work yet: panic
2007-10-16 Matthias Braunno need to test mode of other argument in use_source_ad...
2007-10-16 Matthias Braunfix AM matcher seeing add x, x as value with scale 2
2007-10-16 Michael Beckunused functions removed
2007-10-16 Michael Beckremoved unused got_lea attribute
2007-10-16 Michael Beck- removed identical is_downconv()
2007-10-16 Matthias Braun0 constants don't modify flags anymore
2007-10-16 Michael Beck- removed identical is_downconv()
2007-10-16 Michael Beckreduced memory usage
2007-10-16 Michael Beckadd doxygen comments
2007-10-16 Michael Becksome comments added
2007-10-15 Matthias Braunno need for Conv_I2I8Bit for AM
2007-10-15 Matthias Braunfix conv_conv optimisation, first optimize IncSP_IncSP...
2007-10-15 Christoph MallonAllow loading of stack parameters with a different...
2007-10-15 Christoph MallonSkip unnecessary Convs before the shift count when...
2007-10-15 Christoph MallonUse match_arguments() in create_I2I_Conv().
2007-10-15 Matthias Braunmove lea_to_add into the peephole phase
2007-10-15 Matthias Braunimprove peephole API, do IncSP stuff as peephole opts...
2007-10-12 Matthias Braunimprove and generalize handling of calls shrinking...
2007-10-12 Matthias Braunfixed a bunch of warnings
2007-10-12 Matthias Braunreenable conv skipping in address mode code
2007-10-10 Matthias BraunConvI2I8Bit is also a transformed Load
2007-10-10 Matthias BraunNo need to calculate liveness of NoMem
2007-10-08 Matthias Braunimprove mode/conv handling in backend (should result...
2007-10-08 Matthias Braunno need for (strict-)conv before store
2007-10-08 Matthias Braunremove unused R flags, mark vfld as rematerialisable
2007-10-08 Matthias Braunsupport AM in IJmp and IMul1OP
2007-10-07 Matthias Braunonly set pinned state when not already pinned
2007-10-07 Matthias Braunwe have to use the pinned state from the load when...
2007-10-06 Matthias Braunadd an option to disable calling convention optimisation
2007-10-06 Matthias Braunemit a Begin and End marker around functions (usefull...
2007-10-05 Michael Beckmade parse_asm_constraint() static
2007-10-05 Michael Beckdoxygen comment added
2007-10-04 Matthias Braunfix negated set pnc with float compare problem
2007-10-04 Matthias Braunfixed/improved assembler nodes
2007-10-04 Christoph MallonBetter detection of sign extension for generating 32x32...
2007-10-04 Christoph MallonManual CSE.
2007-10-04 Christoph MallonSwap the esp and value inputs of ia32_Push (so esp...
2007-10-03 Christoph MallonDo not transform a Shl by 0-3 into a Lea. A Lea with...
2007-10-03 Christoph MallonFactorise the common code to transform binary operation...
2007-10-03 Matthias Braundo NOT mirror pnc on swap_left_right anymore, as it...
2007-10-03 Christoph MallonSbb is not commutative, so do not tell match_arguments...
2007-10-03 Matthias Braunrename another flipped to ins_permuted, ia32 transform...
2007-10-03 Christoph MallonMatch AM when transforming ia32_l_Mul and ia32_l_IMul.
2007-10-03 Christoph MallonWhen generating a ia32_Mul or ia32_IMul1OP mark them...
2007-10-03 Matthias Braunrename pnc_flipped to ins_permuted and change back...
2007-10-03 Michael Beckadd some more comments
2007-10-03 Michael Beckremoved C99 features
2007-10-03 Christoph MallonReplace the parameter int commutative of gen_binop...
2007-10-03 Christoph MallonRemove the node type ia32_int. It is unused and its...
2007-10-03 Christoph MallonRemove wrong AM specification from several nodes.
next