Remove the unused parameter const arch_env_t *env from arch_get_sp_bias().
[libfirm] / ir / be / beabi.c
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-21 Matthias Braunfix some problems with PIC symbols
2008-09-16 Christoph MallonFix possible loop in DAG while building start Barrier.
2008-09-10 Michael Beck- made the be_stack_layout part of be_abi_irg_t to...
2008-09-09 Matthias Braunfix
2008-09-09 Matthias Braunintialize initial_bias
2008-09-09 Michael Beck- Allowing an initial stack_bias to be transmitted...
2008-09-09 Matthias Braunimproved PIC support
2008-08-22 Christoph MallonSmall cleanup.
2008-08-12 Matthias Braunforgot to commit this
2008-08-01 Matthias Braunfirm already had kill_node, no need to be_kill_node
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-06-17 Michael Beck- renamed function to clarify its intention
2008-06-02 Michael Beck- added option -b omitleaffp, omitting the frame pointe...
2008-06-01 Michael Beck- stack alignment is now power of two
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-04-13 Michael BeckC99 features removed
2008-04-09 Matthias Braun- add support for stack alignment on calls
2008-04-04 Michael BeckC99 features removed
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-03-11 Michael Beckreset the layout to undefined before new members are...
2008-03-04 Michael Beckset deleted attributes to NULL
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
next