libfirm
2008-10-31 Michael Beck- removed rest of already unsupported USE_EXPLICIT_PHI_...
2008-10-31 Michael Beck- shorten the lifetime of a variable
2008-10-31 Michael Beck- Fixed memory leak: delete pseudo-irgs if any
2008-10-31 Michael Beck- indentation
2008-10-31 Michael Beck- fixed typo
2008-10-31 Michael Beck- fixed _get_irp_irg()
2008-10-31 Michael Beck- BugFix: use remove_irp_irg() instead of free_ir_graph...
2008-10-31 Michael Beck- removed some constant ARR_LEN's
2008-10-31 Sebastian Buchwald- reserve necessary resources before collect phiprojs
2008-10-30 Michael Beck- reserve the IR_RESOURCE_PHI_LIST resource
2008-10-30 Michael Beck- reserve the IR_RESOURCE_PHI_LIST resource
2008-10-30 Michael Beck- invalidate tr_outs because Calls might be removed
2008-10-30 Michael Beck- do not treat Constants as live-ins: this assures...
2008-10-30 Michael Beck- BugFix: kill partitions with 0 blocks either
2008-10-28 Michael Beckdeactivate debug output
2008-10-28 Michael Beckimproved example
2008-10-28 Michael Beck- implemented apply phase
2008-10-28 Michael Beck- small cleanup
2008-10-28 Michael Beck- add block Phi list resource
2008-10-28 Michael Beck- analysis part of an block merging optimization
2008-10-28 Michael Beck- renamed normalize_node() into ir_normalize_node(...
2008-10-28 Michael Beck- removed const from function definitions (causes warni...
2008-10-28 Michael Beck- example for the new block optimization
2008-10-27 Michael Beck- more irp_resource_reserved()
2008-10-27 Michael Beck- BugFix: ensure that Convs are created in the right...
2008-10-27 Michael Beck- used new global resource allocator
2008-10-27 Michael Beck- add functions for global (ir_prog) resource management
2008-10-27 Michael Beck- introduced IR_RESOURCE_ENTITY_LINK
2008-10-27 Michael Beck- completely get rid of useless assertion (skip_Id...
2008-10-27 Michael Beck- fixed (useless) assertion
2008-10-25 Michael Beck- removed useless checking of control flow input for...
2008-10-25 Michael Beck- BugFix: a - a is NOT 0 for NaN's
2008-10-25 Matthias Braundon't ask mode_T node for output register
2008-10-25 Matthias Braunmark ebp output of leave as ignore
2008-10-25 Matthias Braunfix fehler161 to link correctly
2008-10-25 Michael Beckdemonstrates \!chunk->deleted assertion
2008-10-24 Michael Beck- handling of Top mode can be switched on/off at runtim...
2008-10-24 Sebastian BuchwaldKill Perm after pushing all operands through it.
2008-10-24 Christoph MallonLet edges_assure() only activate edge kinds, which...
2008-10-24 Andreas ZwinkauClear private data, when creating new out edges
2008-10-24 Michael Beck- fixed output
2008-10-24 Andreas ZwinkauJust assure edges, instead of blindly activating them
2008-10-24 Michael Beck- replaced the linear search with quadratic runtime...
2008-10-24 Michael Beck- fixed all memory leaks
2008-10-24 Michael Beck- fixed some memory leaks
2008-10-24 Michael Beck- small cleanup
2008-10-24 Michael Beck- reserve the visited resource
2008-10-24 Michael Beck- use xmalloc instead of malloc
2008-10-24 Michael Beck- add a hook for normalizing a node
2008-10-24 Michael Beck- C99 features removed
2008-10-23 Michael Beck- better solution for the "mode_M node computes Top...
2008-10-23 Christoph MallonSimplify dump_node_req().
2008-10-23 Matthias Braunforgot 2 files
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-23 Christoph MallonRemove the unused regs_saved_by_me hook.
2008-10-23 Michael Beck- more special Top handling: it is NOT allowed to repla...
2008-10-23 Michael Beck- Call nodes computes always bottom, even if they have...
2008-10-23 Michael Beck- more work on the Unknown problems: the only
2008-10-23 Michael Beck- example for the Unknown problem
2008-10-23 Michael Beck- fixed r23120
2008-10-22 Michael Beck- put verify_type() again after the "type changed"...
2008-10-22 Michael Beck- kill keep-alive edges to dead blocks before doing...
2008-10-22 Michael Beck- BugFix: fixed monotony checker, now enabled
2008-10-22 Michael Beckexample for the new commutative combo
2008-10-21 Michael BeckExample for optimizing non-strict programs using combo.
2008-10-21 Michael Beck- activated WITH_UNKNOWN
2008-10-21 Christoph MallonLet testcase return 0.
2008-10-20 Michael Beck- put freed edges into a free-list, reducing memory...
2008-10-20 Michael Beck- old code probably crashes in the edge set contains...
2008-10-20 Michael Beck- fixed memory leak: delete edges when a graph is deleted
2008-10-20 Michael Beck- BugFix: we need an extra compute_Return(), else compu...
2008-10-20 Michael Beck- comaparation of x and Top produces True, as Top is...
2008-10-20 Michael Beck- typos fixed
2008-10-19 Sebastian BuchwaldFixed bug in conv-conv optimization: We have to assure...
2008-10-19 Moritz KrollI like zombies, but not millions of them in a hash...
2008-10-19 Moritz KrollAdded trivial test case where optimize_reassociation...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-18 Christoph MallonRemove unused variable.
2008-10-18 Christoph MallonTurn alloca() with fixed size into array.
2008-10-18 Christoph MallonRemove unused variables.
2008-10-18 Christoph MallonRemove unused variable.
2008-10-17 Sebastian BuchwaldFree a little more memory than before.
2008-10-17 Sebastian BuchwaldZero initialize allocation to avoid using uninitialized...
2008-10-17 Sebastian Buchwaldtypo
2008-10-17 Michael Beck- add comment explaining the connection betwenn the...
2008-10-17 Michael BeckBugFix for a rare case:
2008-10-16 Sebastian BuchwaldIt's also necessary to add one rule.
2008-10-16 Moritz KrollYOU MAKE BUNNY CRY (and rebuild the libedgfe!)
2008-10-16 Moritz Krolladd missing inlucde
2008-10-16 Moritz Krolladd some asserts/switch to panics
2008-10-16 Christoph MallonRemove unused attribute const arch_env_t* arch_env...
2008-10-16 Christoph MallonRemove unnecessary global variable.
2008-10-15 Christoph MallonRemove the unused before_sched callback.
2008-10-15 Christoph MallonFollow-up to r22928: Remove arch_register_class_put().
2008-10-15 Christoph MallonRemove dumping the -am graph. It is exactly the same...
2008-10-15 Sebastian BuchwaldAdded documentation: we can construct a PBQP instance...
2008-10-15 Christoph MallonRemove arch_get_allocatable_regs().
2008-10-15 Sebastian BuchwaldSimplify test case.
2008-10-15 Michael Beck- move the helper irms_is_ to an extra enum to prevent...
2008-10-15 Michael Beck- removed old comment
next