start register allocator again, fix typo
[libfirm] / ir / be / ia32 /
2006-12-21 Matthias Braunfix things when WITH_JVM and WITH_ILP is defined
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-20 Michael BeckAdded new required comment_string_end
2006-12-19 Christian Würdigadded comment_string_end
2006-12-18 Matthias Braunthe spillslot coalescer is now a general frame entity...
2006-12-18 Matthias Braun- Use a default node compare attribute function for...
2006-12-15 Matthias Braun- cleaned up spill/reload transform code a bit
2006-12-15 Matthias Braunfix bad format string for gendecls
2006-12-14 Matthias BraunSeveral x87 fixes, cleanups:
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-14 Matthias Braunuse skip_Proj_const to avoid warnings
2006-12-14 Matthias Braundump AM symconsts
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Christian Würdigadded copy attribute function (out_flags is a variable...
2006-12-13 Matthias Braunmake code more obvious
2006-12-13 Matthias Braunfix bitfield output missing bytes
2006-12-13 Matthias Braunfixes for latest be changes
2006-12-13 Michael Beck- renamed access offset functions
2006-12-12 Christian Würdigadapted to new code generator callback (spill)
2006-12-12 Michael BeckC99 feature removed
2006-12-11 Matthias Braun- Several warning fixes
2006-12-10 Matthias Brauncleanup/rewrite of ia32_gen_decls
2006-12-10 Matthias BraunMore missing config.h
2006-12-10 Matthias Braunno domfront needed
2006-12-10 Matthias BraunMore missing config.h
2006-12-04 Christian Würdigadded function to retireve ilp scheduler interface
2006-12-04 Matthias Braunfix some address mode optimisation issues, xors aren...
2006-11-17 Matthias Braundon't do load-store -> addrmode optimisation if the...
2006-11-16 Matthias Braunno lea with negative symconst possible
2006-11-15 Christian Würdigremoved a redundant isa attribute
2006-11-15 Christian Würdigadded ports per unit
2006-11-02 Christian Würdigadded abstract machine specification
2006-11-02 Christian Würdigadded new attributes for abstract machine
2006-11-02 Christian Würdigremoved unused function
2006-11-02 Christian Würdigimplemented callbacks for abstract machine
2006-10-26 Matthias Braunoutput estimated cost statistics to statfile
2006-10-25 Matthias Braunremove gp_NOREG from constained registers in spec again...
2006-10-24 Christian Würdiggenerate real fprem node
2006-10-24 Christian Würdigadded fprem for simulation, FIXME: need own simulation...
2006-10-24 Christian Würdigadded new fprem node (for floating point reminder)
2006-10-24 Christian Würdigadd dependency Const -> StartBarrier only if Const...
2006-10-24 Christian Würdigadded new attributes and get/set functions for allowed...
2006-10-24 Christian Würdigfixed some dependencies
2006-10-24 Christian Würdigalways translate x87 FPU names from stx to st(x)
2006-10-24 Christian Würdigadded new machine generator
2006-10-24 Matthias Braunwarning fix
2006-10-18 Christian Würdigdo not omit compare for PsiCondSet, some note scheduled...
2006-10-18 Christoph MallonChange the if conversion backend hook
2006-10-17 Christian Würdigadded ir/opt include
2006-10-17 Christian WürdigBugFix: return gcc-like names for st0-st7: %st, %st...
2006-10-16 Christian Würdigfixed transformation SSE2X87 nodes
2006-10-16 Christian Würdigfixed intrinsic mapping (wrong entities were used somet...
2006-10-16 Christian Würdigonly create pushs if requested (default is on)
2006-10-16 Christian Würdigadded new option ia32-nopushargs
2006-10-13 Christian Würdigfixed 64Bit intrinsic mapping
2006-10-12 Matthias Braun- Improved addressmode optimisation for conv nodes
2006-10-11 Michael BeckUpdated the x87 simulator:
2006-10-11 Michael BeckAllow empty requierements.
2006-10-11 Michael BeckAllow empty in and out requierements for nodes
2006-10-10 Christian WürdigBugFix: crashed when gen_imm_Sub got SymConst instead...
2006-10-10 Christian WürdigBugfix: add eax resp. edx proj for MulS if missing
2006-10-10 Christian Würdigfixed assertion in Const emitter (tarval mode_P and...
2006-10-10 Christian WürdigBugFix: retrieve Proj-based out flags only for datab...
2006-10-09 Michael BeckBugFix:
2006-10-09 Christian Würdigadd dependency to barrieri if load is in start block
2006-10-09 Christian Würdigremoved memory input from consts
2006-10-09 Christian Würdigomit copies from virtual registers
2006-10-09 Christian Würdigadded suppoprt for virtual registers
2006-10-09 Christian Würdigfixed gen_Load (add Proj for unused volatile Loads...
2006-10-09 Christian Würdigfixed Proj renumbering
2006-10-06 Christian Würdigfixed requirements for ShrD and ShlD
2006-10-06 Christian Würdigfixed flags
2006-10-06 Christian Würdigadded support for separate outflags
2006-10-03 Christian Würdigreturn real x87 register (st0-st7) if node is patched...
2006-10-03 Christian Würdigremoved firm proj num translation function, existing...
2006-09-30 Matthias Braunfixes, use new blockscheduler
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-27 Michael Beckfixed type name
2006-09-27 Christian Würdigmade unknown a joker register
2006-09-27 Matthias Braundon't emit +0 offsets
2006-09-26 Christian Würdigset correct noreg register when assimilating loads
2006-09-26 Christian Würdigremove keepalive edge
2006-09-25 Christian Würdigset correct register for SetST0
2006-09-25 Christian Würdigfixed SetST0 register settings
2006-09-25 Matthias Braunfix bad modes for some Float2Int convs
2006-09-22 Christian Würdigfixed SSE returns
2006-09-21 Christian Würdigset register for SetST0 on creation
2006-09-21 Christian Würdigremoved is_Start macro, there exists a firm function now
2006-09-20 Matthias Braunmore tweaking...
2006-09-20 Matthias Braun- Properly support AM for push and pop nodes
2006-09-20 Matthias Braunimprove alignment emitting for athlon
2006-09-20 Matthias Braunsmarter policy for emitting alignments
2006-09-20 Michael Beckspeed up a bit
2006-09-20 Michael Beckremoved useless my_skip_Proj()
2006-09-20 Michael BeckWhen the Pop instruction is handled, only change the...
2006-09-19 Michael BeckFixed generation of Pop with frame pointer enabled
2006-09-19 Matthias Braunxchg is slow on athlons, so use 3 xors instead
2006-09-18 Matthias Braunfix warnings
2006-09-18 Matthias Braundo aggressive addressmode optimisation
2006-09-18 Matthias Braunemit less alignment on athlon
next