Rewrote anything
[libfirm] / ir /
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-04 Matthias Braunfix is_Const_Minus_1 test
2007-09-04 Matthias Braunfix TestSet emitter
2007-09-04 Matthias Braunwe can't negate ConstP
2007-09-04 Christoph MallonHandle nodes with block predecessors.
2007-09-04 Christoph MallonFix normal scheduler
2007-09-03 Matthias Braunremove Load when using Cmp source AM
2007-09-03 Matthias Braunsome fixes to profiling code (not enough to make it...
2007-09-03 Michael Beckfixed memory hole, typo
2007-09-03 Matthias BraunSub(x, Const) -> Add(x, -Const)
2007-09-03 Matthias Braundon't create Inc/Dec in transform phase but delay that...
2007-09-03 Michael Beckallow general conversions between reference and intereg...
2007-09-03 Matthias Braunmissing handling for CmpSet8Bit and TestSet8Bit
2007-08-31 Michael Beckmade cost double
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 Beckfixed uninitialised variable used
2007-08-31 Michael BeckC99 featurs rmoved
2007-08-31 Matthias Braunforgot these 2 files in my last committ
2007-08-31 Matthias Braunmake display of node idx configurable and disable it...
2007-08-31 Matthias BraunChanged handling of address mode:
2007-08-31 Matthias Braunfix warning
2007-08-31 Matthias Braunimprove/fix fehler71
2007-08-31 Matthias Braunimprove address mode tests
2007-08-31 Matthias Braunno need for StackParam transformation anymore
2007-08-31 Matthias Braunimprove register pressure statistics
2007-08-31 Matthias Braunremove old be_get_IncSP_mem, improve be node dumping
2007-08-31 Matthias Braunfix spillcosts calculation
2007-08-31 Michael Beckremoved unused arch_irn_class_const classification
2007-08-31 Michael Beck- C99 features removed
2007-08-30 Matthias Braunadd support to print some events in a human readable...
2007-08-30 Matthias Braunadd support to print some events in a human readable...
2007-08-30 Matthias Braunremove arch_irn_class_const, not used and not usefull IMO
2007-08-30 Matthias Braunfix warning
2007-08-30 Matthias Braunadd be_get_FrameAddr_entity
2007-08-30 Matthias Braunfix Proj blocks in trans helper fix_loops phase
2007-08-28 Michael Beckfixed lowering of signed 32x32=64 multiplication
2007-08-28 Michael Beckfixed lowering of Conv from I->L (fixed fehler72.c)
2007-08-28 Christoph Mallonfehler72: wrong conversion from unsigned int to long...
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-08-27 Matthias Braunremove unused be_FrameLoad and be_FrameStore
2007-08-25 Christoph MallonDrastically lower the runtime of the strong normal...
2007-08-25 Matthias Braunmore AM tests
2007-08-25 Christoph MallonRemove printf()s left over from debugging.
2007-08-25 Christoph MallonIn smaller_mode() state that mode_b can be converted...
2007-08-25 Christoph MallonRemove unnecessary conversions to wider modes as operan...
2007-08-25 Christoph MallonAllow mode_b as operand mode for Cmp as comments there...
2007-08-25 Christoph MallonProtect buffer[] by #ifdef FLTCALC_TRACE_CALC. It is...
2007-08-25 Christoph MallonFix typos in comments.
2007-08-25 Christoph MallonSome more boolopt tests.
2007-08-24 Matthias Braunextended boolopts test
2007-08-23 Matthias Braunfix mode_b optimisation with compares
2007-08-23 Matthias Braunoptimize and,or,eor with Projs from same Cmp
2007-08-23 Matthias Brauncorrectly handle cmps that can't be evaluated
2007-08-23 Michael Beckimproved shifting with constants
2007-08-23 Matthias Braunhandle bool as method argument and result correctly
2007-08-23 Matthias Braunfix
2007-08-23 Matthias Braundo Conv after Set command (instead of mov 0,) before...
2007-08-23 Matthias Braundisable the initial-proj removal from beabi (transform...
2007-08-23 Michael Becktypo fixed
next