- Split bearch.h correctly into bearch.h and bearch_t.h
[libfirm] / ir / be / beabi.c
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...
2006-07-06 Sebastian HackFixed dependence walker to respect Phis
2006-06-14 Michael BeckAdd code to handle parameters that using the value_base...
2006-06-08 Michael BeckAdded code to support the value based type (compound...
2006-06-07 Michael Beckinit_sp Unknown node constructed with CSE disabled
2006-06-02 Christian Würdigfixed indent
2006-05-02 Sebastian HackAdded modify_sp flag
2006-04-24 Michael BeckDo not create be_Return for "dead" ends
2006-04-11 Michael Beckfixed creation of sequential stores (again :-( )
2006-04-10 Michael Beckbe_Return nodes now have an attribute telling the numbe...
2006-04-10 Sebastian HackFixed a typo
2006-04-10 Sebastian HackMake keep nodes in return blocks dead if there are any
2006-04-06 Michael Beckmoved be_return creation to it's own function, allowein...
2006-04-05 Sebastian HackFixed some bugs
2006-04-05 Christian Würdigmade omitfp default, option is now noomitfp
2006-04-04 Michael BeckBugFix: Check that the frame_pointer is a Proj(Barrier...
2006-04-03 Michael BeckFixed register allocation for fp != sp
2006-04-03 Michael Beckimplemented nodeset: a pointer set using node numbers...
2006-03-31 Michael Beckmore comments added
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigremoved some unused variables
2006-03-30 Michael Becksome comments added
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-28 Michael Beckbe_Return constructor now takes a debug info
2006-03-25 Michael Beckmake the names of the be_stack_dir_t more understandable
2006-03-24 Michael Beckcopy the debug info when craeting a be_Call form a...
2006-03-24 Sebastian HackFixed bug with modes of the Projs from the Barrier
2006-03-23 Sebastian HackAdded alignment/space before and after for stack args
2006-03-22 Sebastian HackSet the register class of the call pointer
2006-03-22 Sebastian HackAdded alignment for stack params
2006-03-22 Michael Beckreplaced malloc by xmalloc
2006-03-21 Sebastian HackFixed bug with in constraints of Calls
2006-03-20 Sebastian HackCaller-save should get saved now.
2006-03-20 Sebastian HackCorrected setting register classes of Return and Barrie...
2006-03-17 Sebastian HackPrologue barriers have also memory now
2006-03-16 Sebastian HackHandled RegParams and Barriers better in constraint...
2006-03-16 Sebastian HackAdded leaf function test
2006-03-16 Sebastian HackSeveral changes
2006-03-15 Sebastian HackThe bad, the evil and the ugly
2006-03-15 Michael Beckadded changes for new survice_dce code
2006-03-10 Sebastian HackFixed a bug
2006-03-10 Sebastian Hackfixed some bugs
2006-03-10 Sebastian HackCalls can have entities now
2006-03-09 Sebastian HackFixed a bug
next