libfirm
2008-11-06 Michael Beck- generalized end-block melting into generic block...
2008-11-06 Michael Beck- add the IRG-LINK resource
2008-11-06 Michael Beck- C99 features removed
2008-11-06 Michael Beck- BugFix: transmit a block, not a node (fixes r23473)
2008-11-06 Christoph MallonSet the orig node for 32 to 64 bit sign extensions.
2008-11-06 Christoph MallonMake using SET_IA32_ORIG_NODE() a bit simpler.
2008-11-06 Christoph MallonThe K6 does not like cltd and cwtl.
2008-11-06 Christoph MallonFix comments.
2008-11-06 Christoph MallonMake a few lines a bit more readable by using a local...
2008-11-06 Christoph MallonFix typo in comment.
2008-11-06 Christoph MallonVIA C3-2 supports all P6 instructions.
2008-11-06 Christoph MallonFix typos in comments, reformat.
2008-11-06 Michael Beck- Corrected Abs/Nabs check
2008-11-06 Michael Beck- Fixed: do not kick predecessors on non-current nodes
2008-11-06 Michael Beck- neither Abs nor Minus change the precision, so we...
2008-11-06 Michael Beck- allow fabs to be constructed
2008-11-06 Michael Beck- moved declarations to appropriate header files
2008-11-06 Michael Beck- fixed comments
2008-11-05 Michael Beck- refactored code for generic block shaping
2008-11-05 Michael Beck- BugFix: remove critical edges to ensure that Phi...
2008-11-03 Moritz KrollAdded new storage class for pointer constants
2008-11-03 Michael Beck- DO NOT EDIT AFTER TEST!
2008-11-03 Michael Beck- when a graph is lowered because of struct return...
2008-11-03 Michael Beck- add some comments
2008-11-03 Michael Beck- firmEvaluator (VusualStudio 6/7/8 debug extension...
2008-11-02 Michael Beck- fixed RELEASE build
2008-11-01 Christoph MallonFix switch lowerer for cases close to overflow.
2008-11-01 Matthias Braunremove test dir
2008-11-01 Matthias Braunmove tests around
2008-11-01 Matthias Braunremove strange tests which does not link/run
2008-11-01 Matthias Braunmove tests around
2008-11-01 Matthias Braunswitch is still broken, copying over cparser testcase...
2008-10-31 Michael Beck- calling normalize_n_returns() improve greatly the...
2008-10-31 Andreas ZwinkauPreserving a test case, which would brake with pbqp...
2008-10-31 Michael Beck- fixed allocation of resources even more
2008-10-31 Michael Beck- fixed allocation of resources
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
next