libfirm
2009-02-18 Moritz Krollirio: Implemented importing entity initializers
2009-02-17 Moritz Krollirio: Started adding support for entity initializers
2009-02-17 Moritz KrollAdded has_entity_initializer() and get_initializer_kind...
2009-02-11 Sebastian BuchwaldPBQP transformer doesn't support Mux nodes with constan...
2009-02-11 Moritz Krollirio: Fixed ir_cons_flags import for Load and Store...
2009-02-10 Michael Beck- ensure that the end block is always last/first
2009-02-10 Michael Beck- skip Confirm and Cast for address calculation
2009-02-10 Michael Beck- BugFixes: WAW can inly be done immediately if both...
2009-02-06 Moritz Kroll- Added ir_export which is supposed to export the whole irp
2009-02-05 Michael Beck- don't call it Schn... it's a symbol table
2009-02-04 Moritz KrollUpdated Visual Studio project. Somehow it doesn't under...
2009-02-04 Moritz KrollPrepare ir_io scripts for Jam
2009-02-04 Michael Beck- add missing Load and Builtin support for opcode()
2009-02-04 Moritz KrollAdded first version of IR importer/exporter
2009-02-02 Michael BeckBugFixes:
2009-02-02 Michael BeckBugFix:
2009-02-02 Michael Beck- add doxygen comments to all functions
2009-02-01 Michael Beck- switch off debug mask
2009-02-01 Michael Beck- fixed exchange
2009-02-01 Michael Beck- new dataflow driven load/store optimization, inspired...
2009-01-30 Michael Beck- BugFix: fixed wrong usage of classify_pointer()
2009-01-28 Matthias Braunupdate NEWS, fix warning, remove unnecessary genconfigu...
2009-01-27 Matthias Brauninitialize backend opcode right after frontend opcodes
2009-01-22 Michael Beck- Bugfix irg_out_block_walk() was doing wrong things...
2009-01-22 Michael Beck- indentation
2009-01-22 Michael Beck- do not create useless Confirm(x == true) and Confirm...
2009-01-21 Moritz KrollAdded Dummy node which does not CSE with anything
2009-01-20 Michael Beck- set this-call when removing trampolines
2009-01-20 Matthias Braunfix warnings
2009-01-20 Matthias Braunfix warnings
2009-01-20 Matthias Braunfix warnings
2009-01-20 Matthias Braunsimply kill the pins in besched phase, everything is...
2009-01-20 Michael Beck- renamed variadicity to ir_variadicity
2009-01-20 Michael Beck- when control flow is changed, invalidate the entity...
2009-01-20 Michael Beck- check for peculiarity_description for inner functions
2009-01-20 Michael Beck- say debug message BEFORE the irg is killed
2009-01-20 Michael Beck- check for entities on the frame only (no more value_p...
2009-01-20 Michael Beck- set the entity state to NOT computed after inlining
2009-01-20 Michael Beck- make a direct call from a trampoline call if possible
2009-01-20 Michael Beck- undo erroneous checkin
2009-01-20 Michael Beck- fixed handling of outer frame access
2009-01-20 Michael Beck- teach the analyzer how to handle inner functions
2009-01-19 Michael Beck- mostly implemented access to outer frame variables...
2009-01-19 Michael Beck- do not lower Sels to outer frame
2009-01-19 Michael Beck- implemented get_irg_value_param_type()
2009-01-19 Michael Beck- do not kick inner functions from the frame type
2009-01-19 Matthias Braunassert that edges are enabled before using them
2009-01-19 Matthias Braunnot buggy (said Michael)
2009-01-19 Michael Beck- Fixed ir_bk_inner_trampoline
2009-01-19 Matthias Braunget_irn_n_edges is implemented nowhere (there's #define...
2009-01-19 Michael Beckcorectly handle this_call
2009-01-19 Michael Beck- added ir_bk_inner_trampoline: this allows to defer...
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2009-01-18 Michael Beck- preliminary steps to remove the value_param Proj
2009-01-18 Michael Beck- fixed typos
2009-01-16 Michael Beck- really remove Min/Max, fix r25220
2009-01-16 Michael Beck- BugFix: do NOT dump loop info IF it is not valid
2009-01-16 Michael Beck- add missing \n
2009-01-16 Michael BeckBugFix:
2009-01-16 Matthias Braunmin and max are no more
2009-01-16 Matthias Braunfix warning
2009-01-15 Sebastian BuchwaldPBQP transformer doesn't support Mux nodes with constan...
2009-01-14 Michael Beck- add support for statistics and merge debug info
2009-01-14 Michael Beck- add support for cond_eval statistics
2009-01-14 Michael Beck- fixed signed/unsigned warning
2009-01-14 Michael Beck- recode r25185 "the Firm way"
2009-01-14 Moritz KrollConv(X) & all_one(mode(X)) = Conv(X)
2009-01-13 Christoph MallonResolve warning.
2009-01-13 Christoph MallonCorrect documentation of return value.
2009-01-13 Matthias Braunfix warnings
2009-01-13 Matthias Braunmake get_entity_irg return NULL for non methods as...
2009-01-10 Michael Beck- do cheap tests first
2009-01-10 Michael Beck- removed useless be_req_t which was a wrapper around...
2009-01-09 Matthias Braunfix alignment for float constants
2009-01-09 Matthias Braunmore verbose panis
2009-01-09 Matthias Braunbring arm back to a working state
2009-01-09 Christoph MallonRemove unused variable.
2009-01-09 Michael Beck- propagate r23142 changes to all backends
2009-01-09 Michael Beckrename create_Immediate() into ia32_create_Immediate()
2009-01-08 Michael Beck- small cleanup
2009-01-08 Michael Beck-small cleanup
2009-01-08 Michael Beck- removed orphan declarations
2009-01-05 Moritz KrollFixed debug info for defaultProj
2009-01-03 Michael Beck- add intrinsic lowerer for strcpy(), mempcpy(), memmov...
2009-01-03 Michael Beck- BugFix: not all users of the frame are Sel nodes...
2009-01-02 Michael Beck- BugFix: not all users of the frame are Sel nodes
2009-01-02 Michael Beck- add alignment of stack parameter to be parameters set
2009-01-02 Michael BeckHopefully the last fix to the value type stuff:
2009-01-02 Michael Beck- implement the same value parameter type lowering...
2009-01-02 Michael Beck- add some early assert() debugging helper
2009-01-02 Michael Beck- correct lowering of the the value parameter type...
2008-12-30 Christoph MallonRemove ununsed variable.
2008-12-30 Michael Beck- BugFix: do NOT destroy the value_param type, cparser...
2008-12-29 Christoph MallonRemove write-only bitset.
2008-12-29 Christoph MallonPut braces at function start on new line.
2008-12-29 Michael Beck- implemented ia32 inport, outport for ir_bk_(in|out...
2008-12-29 Michael Beck- add ir_bk_outport and ir_bk_inport
2008-12-26 Michael BeckReimplement the "fp result returned in st0 code":
2008-12-26 Michael Beck- only use immediate mode_E if x87 unit is used
2008-12-25 Moritz KrollMake get_idx_irn(irg, idx) public (useful for debugging...
next