libfirm
2007-09-13 Michael Beckadded isa and bias to ia32_intrinsic_env_t, c99 feature...
2007-09-13 Michael Beckis_Cast() added
2007-09-13 Christoph MallonMore local optimisation tests.
2007-09-13 Christoph MallonFix r15779 and generalise. Also implement
2007-09-13 Matthias Braunmore tests for localopts
2007-09-13 Christoph MallonAdd const_negate() which negates a Const node.
2007-09-13 Christoph MallonImplement
2007-09-13 Michael Beckimproved test
2007-09-13 Michael BeckImproved 32x32=64bit multiplication
2007-09-13 Matthias Braunsome docu
2007-09-13 Michael Beckadded check for Bad in Mul optimization
2007-09-13 Matthias Braunfix memory inputs of argument copyb (must be call memor...
2007-09-13 Matthias Braunfix warnings
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-13 Michael Beckbetter handling of Mul nodes
2007-09-12 Christoph MallonConsistently place the mem in for AM directly after...
2007-09-12 Sebastian HackDeveloped further... might be unstable. so don't use...
2007-09-12 Michael Beckadd test for n*n=2n bits multiplication
2007-09-12 Matthias Braunflags fixup phase
2007-09-12 Matthias Braunadd comment
2007-09-12 Matthias Braunwe need the fix_start_block hack
2007-09-12 Matthias Braunadd a modify_flags flag
2007-09-12 Matthias Braunfix warning
2007-09-12 Matthias Braunfixed testcase
2007-09-12 Matthias Braunedge case for 64bit add where add with flag output...
2007-09-12 Matthias Braunset names for ia32 default pns
2007-09-12 Matthias Braunset names for ia32 default pns
2007-09-12 Michael Beckadded all constructors for Mulh
2007-09-12 Michael Beck- added stronger checks for Mul
2007-09-12 Michael Beckmore support for Mulh nodes
2007-09-12 Michael Beckdeteled empty "info" files
2007-09-12 Michael BeckMulh is now an official opcode
2007-09-12 Michael Beckadd code to let it compile under _Win32 (x86)
2007-09-11 Matthias Braunremove some unused l_ nodes
2007-09-11 Christoph MallonHandle left shift (when magnitude > mantissa) when...
2007-09-11 Matthias Braunan outedge debug helper
2007-09-11 Matthias Braunmul fix
2007-09-11 Matthias Braunexecute finish in the finish phase not in the after_ra...
2007-09-11 Christoph Mallonfehler76: assertion when converting float constant...
2007-09-11 Christoph Mallonfehler75: 64bit comparison gets lowered incorrectly.
2007-09-11 Christoph MallonRemove duplicate AM declarations.
2007-09-10 Matthias Braunmake use of custom_init_attribute functions for specify...
2007-09-10 Matthias Braunallow user defined functions for outputting node init...
2007-09-10 Sebastian HackSorry, forgot one... comme toujours
2007-09-10 Michael Beckadded constant for D->Lu conversion
2007-09-10 Sebastian HackAdapted to new statev
2007-09-10 Sebastian HackJust made a warning go away when building optimized...
2007-09-10 Sebastian HackImproved statev stuff:
2007-09-10 Christoph MallonAdd magic for better code emission of 64bit minus.
2007-09-10 Michael BeckMinus cannot be transformed into 2 Negs :-(
2007-09-09 Sebastian HackAn improved (?) version
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 Sebastian HackRewrote anything
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 Braunmake sure loops are analysid in loopana, reformatted...
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 support for float->int conversion (no overflow...
2007-09-07 Michael BeckAdd an xZero for generating SSE 0.0
2007-09-07 Michael Beckfixed version
2007-09-07 Michael Beckfixed ia32_transform_sub_to_neg_add() for SSE nodes...
2007-09-07 Michael Beckanother more readable version
2007-09-06 Michael Beckalign SSE helper constants to 128 bit
2007-09-06 Michael Beckupdated xStore template
2007-09-06 Michael Beckfixed conversion of NAN's
2007-09-06 Michael Beckbug in the tarval modul ...
2007-09-06 Michael Beckfixed some warnings
2007-09-06 Michael Beckfixed sc_get_lowest_set_bit() for fehler73.c
2007-09-06 Matthias Braunanother bug
2007-09-06 Michael Beckforbid the Add(x,x) -> Mul(x,2) optimization after...
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 Beckset the tarval fp_ops mode depending on the current...
2007-09-05 Michael Beckbugfix: float cmp pnc have always ia32_pn_Cmp_Unsigned set
2007-09-05 Michael Beckmore checks
2007-09-05 Michael Beckadd svn:keywords
2007-09-05 Michael Becksvn properties added
2007-09-05 Michael Beckadd svn:keywords
2007-09-05 Michael Beckimproved MulC implementation
2007-09-05 Michael Beckfixed Add optimization
2007-09-05 Michael Beckreplaced the max macro
2007-09-05 Michael Beckadd generic architecture
2007-09-05 Michael Beckchanged parameters for new MulC
2007-09-05 Michael Beckimplement the Youfeng Wu algorithm for MulC
2007-09-05 Michael Becktest the new mul with Const
2007-09-05 Michael Beckdisables a+a => 2*a
2007-09-05 Michael Becktarval_divmod added
2007-09-05 Michael Becktarval_divmod added
2007-09-04 Matthias Braunfix is_Const_Minus_1 test
2007-09-04 Matthias Braunfix TestSet emitter
2007-09-04 Matthias Braunwe can't negate ConstP
next