libfirm
2008-11-12 Christoph MallonFix r23461: Kick non-strict Convs with op mode == mode.
2008-11-12 Christoph MallonHandle replacement of ia32_Conv_I2I by Cwtl as peephole...
2008-11-11 Matthias Braunmake Consts look like other nodes to avoid confusion
2008-11-11 Matthias Braunfix node colors for some local constants
2008-11-11 Matthias Braunavoid using explicit modes
2008-11-11 Christoph MallonFix r23571.
2008-11-11 Michael Beck- BugFix: get the mode from Cmp operand when calculatin...
2008-11-11 Christoph MallonSet debug info for parameter stores when building be_Call.
2008-11-11 Michael Beck- do not read the link of an exchanged node (although it
2008-11-11 Christoph MallonRemove duplicated test.
2008-11-11 Michael Beck- cosmetic changes
2008-11-11 Christoph MallonMake the out edge verifier happy, when removing unneces...
2008-11-11 Michael Beck- keep ALL mode_M nodes that have only unreachable...
2008-11-08 Christoph MallonRemove new_{,r}d_{Bad,NoMem}(), which are just pointles...
2008-11-08 Christoph MallonGenerate new_bd_* instead of new_rd_* functions in...
2008-11-08 Christoph MallonJust use new_NoMem(), it is always the current irg.
2008-11-08 Christoph MallonSimplify emitting SSE float/int convs.
2008-11-08 Christoph Mallon- Fix dangling % in format string, ironically in a...
2008-11-08 Christoph MallonFix subtle error in r22602, which never triggers, becau...
2008-11-08 Christoph MallonFactorise common code to negate pnc.
2008-11-08 Christoph MallonRemove pointless assert, (x & 7) == (int){0,1,2,3,4...
2008-11-08 Christoph MallonTypos.
2008-11-07 Michael Beck- change the modified flags of ASM instruction from...
2008-11-07 Michael Beck- BugFix: ia32_Call modifies flags!
2008-11-07 Michael Beck- fixed comment
2008-11-07 Michael Beck- fixed opcode(): Const and SymConst can happen through...
2008-11-07 Moritz KrollAdded optimization Cmp((x >> c1) & c2, c3) = Cmp(x...
2008-11-06 Michael Beck- add missing include
2008-11-06 Michael Beck- removed "firm-jni" hack: unused and questionable...
2008-11-06 Michael Beck- BugFix: cmp_nodes gets an ir_node **
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
next