renamed pmap_foreach to foreach_pmap, like other foreach_* macros
[libfirm] / ir / be / beabi.c
2008-01-15 Michael Beckrenamed pmap_foreach to foreach_pmap, like other foreac...
2008-01-10 Michael Beckmade code better debugable
2008-01-02 Michael Beckupdate copyright message
2007-12-10 Michael Beckfixed comment: get_call_abi() get the call type, NOT...
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-10-15 Christoph MallonAllow loading of stack parameters with a different...
2007-10-14 Matthias Braunfix struct returns for real now
2007-10-12 Matthias Braunimprove and generalize handling of calls shrinking...
2007-10-07 Matthias Braunparameter loads are floating
2007-10-02 Matthias Braunwe still need an esp keep for allocas
2007-10-02 Matthias Braunavoid an extra keep for the Call esp projs
2007-10-02 Matthias Braun- Route esp through calls
2007-10-01 Matthias Braunmark methods with lowered struct params, correctly...
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-19 Christoph MallonGet rid of be_SetSP.
2007-09-17 Christoph MallonRemove be_abi_get_start_barrier(). Nobody calls it...
2007-09-17 Christoph MallonRemove a write-only local variable.
2007-09-13 Matthias Braunfix memory inputs of argument copyb (must be call memor...
2007-09-12 Matthias Braunwe need the fix_start_block hack
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-08-23 Matthias Braundisable the initial-proj removal from beabi (transform...
2007-07-19 Matthias Braunmore asserts
2007-07-17 Matthias Braunfix unused call results
2007-07-16 Matthias Braunfix allocas, fix Tls transform
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-11 Matthias Braunworkaround verify problems for alloca
2007-06-22 Matthias Braunfix for my last stack bias fix
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-19 Christoph MallonReally fix the endless loop.
2007-06-19 Michael Beckfixed endless loops in fix_address_of_parameter_access...
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-14 Michael BeckRenamed some variables to better reflect their usage
2007-06-14 Matthias Braunfix fehler19
2007-06-13 Matthias Braunavoid creation of unnecessary keeps
2007-06-06 Michael BeckBugFix: when register parameter are used the mode must...
2007-06-02 Matthias Braunfix typo
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-10 Michael BeckAlign the size of Alloc/Free nodes to the stack minimum...
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-26 Michael BeckMemory leak fixed
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-05 Michael Beckremoved warnings
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-03-20 Matthias Braunreindent 2 lines...
2007-03-19 Matthias BraunThe big committ:
2007-03-02 Matthias Braundon't throw away memory input when transforming Frees...
2007-02-27 Matthias Braunleave result mode of calls untouched
2007-02-26 Christian Würdigset mode of result Proj to result mode of function
2007-02-14 Matthias Braunfix alloc node in beabit, to calculate correct size...
2007-02-09 Matthias Braunset inputs of killed call ProjT to bad
2007-02-08 Matthias Braundon't make ignore registers automatically callee-save...
2007-01-30 Matthias Brauncorrectly remove some nodes from graph in beabi, thus...
2007-01-24 Christian Würdigset default register class of call address to SP class...
2007-01-24 Matthias Braunmake projs of calle/caller save register and call retur...
2007-01-19 Christian Würdigadded new abi callback (fix stack phis)
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-12 Christian Würdigplace an explicit jump into the start block
2007-01-11 Christian Würdigcall can now produce ignore registers
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-13 Michael Beck- renamed access offset functions\n- renamed entity...
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-11-27 Christian Würdigset input requirement for stack pointer when creating...
2006-11-19 Christian Würdigadded function and call attribute to set register class...
2006-11-15 Christian WürdigBugFix: between type can be empty
2006-10-24 Christian Würdigadd dependency from be_RegParam to Start node
2006-10-09 Christian Würdigadded attribute and function to retrieve barrier from...
2006-10-06 Christian Würdigfixed sel entity collector
2006-09-20 Matthias Braunforgot to committ this
2006-09-20 Michael Beckbe_abi_omit_fp() added
2006-09-18 Michael BeckIA32: align the stack at 32bit
2006-09-13 Matthias Braunwarning fixes
2006-09-12 Michael Beckmade the stack layout accessible for the debug output
2006-09-08 Michael Beckadd support for Free nodes (needed for variable length...
2006-09-04 Matthias Braunfix abi ignore alloca input memory
2006-09-04 Christian Würdigcollect option in be_options variable
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-31 Matthias Braun- connect function call argument stores to NoMem instea...
2006-08-29 Sebastian HackKeep alive the call proj
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-21 Christian Würdigmoved backend init call after processing calls
2006-08-18 Christian WürdigBugFix: collect_stacknodes collected mode_T and mode_M...
2006-08-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-11 Christian Würdigadded new callback to set frame entity
2006-08-11 Christian Würdigfixed allcaa handling again
2006-08-10 Sebastian HackFixed a bug in benode.c
2006-08-10 Christian Würdigsome bugifxes for alloca handling
2006-08-04 Christoph MallonFix warnings
2006-08-01 Christoph MallonRemove unused vars
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-07 Christian Würdigcommented out unused function
2006-07-06 Christian Würdigremoved function parameter
2006-07-06 Christian Würdigfixed call lowering (determine correct call building...
next