libfirm
2008-11-24 Christoph MallonWe are at version 1.14.
2008-11-24 Christoph MallonRetain debug info in normalize_n_returns().
2008-11-24 Christoph MallonUse simple assignment instead of memcpy().
2008-11-23 Michael Beck- using deep copy in copy_entity_own() and copy_entity_...
2008-11-23 Michael Beck- remove artifacts of old initializer implementation
2008-11-22 Christoph MallonMake it work, when FIRM_STATISTICS is disabled.
2008-11-22 Christoph MallonAdd missing files.
2008-11-22 Christoph MallonUpdate Makefile.am.
2008-11-22 Christoph MallonUpdate installed header list.
2008-11-22 Christoph MallonRemove unnecessary cast.
2008-11-22 Michael Beck- removed unused ia32_INTMAX constant
2008-11-22 Michael Beck-removed junk
2008-11-22 Michael Beck- implemented ull -> float conversion for x87
2008-11-22 Michael Beck- if( -> if (
2008-11-22 Michael Beck- BugFix: do not try to free compound_graph_pathes...
2008-11-22 Michael Beck- if( -> if (
2008-11-22 Michael Beck- removed useless blocks (use of new_Const())
2008-11-22 Michael Beck- fixed intrinsic lowerings: use Phi lists instead...
2008-11-22 Michael Beck- implemented firm_clear_node_and_phi_links()
2008-11-21 Michael Beck- implemented float->unsigned long long lowering
2008-11-21 Matthias Braunignore early clobber in ia32 asm parser (as the common...
2008-11-20 Michael Beck- fixed insertion loop for the right operand
2008-11-20 Michael Beck- improve Confirm construction: if the right argument...
2008-11-20 Michael Beck- a new and more correct tarval_carry()
2008-11-19 Christoph MallonFix comment.
2008-11-19 Sebastian BuchwaldAdded new_rd_Const_long to header.
2008-11-18 Christoph Mallons/new_r_Const_long(current_ir_graph, /new_Const_long(/.
2008-11-18 Christoph Mallons/new_r_Const(current_ir_graph, /new_Const(/.
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-15 Michael Beck- removed LV_COMPUTE_SORTED define and associated qsort...
2008-11-15 Michael Beck- fix r23688
2008-11-15 Christoph MallonRemove write-only variable.
2008-11-15 Christoph MallonSimplify macro.
2008-11-15 Christoph MallonRemove emit_linelength. The obstack knows its length.
2008-11-15 Christoph MallonFix typos.
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-11-14 Matthias Braunfix problems when folding constants of different mode
2008-11-14 Christoph MallonAdd a flags output to IMul1OP for consistency with...
2008-11-14 Christoph MallonConsider the result and operand having the same width...
2008-11-14 Christoph MallonWhen dw lowering, use the lowered unsigned mode for...
2008-11-13 Christoph MallonResolve warnings.
2008-11-13 Matthias Braun64bit should be lowered at this place
2008-11-13 Matthias Braundon't print strings with printf
2008-11-13 Michael Beck- a stripped down version of liveness for register...
2008-11-13 Michael Beck- some cosmetic changes
2008-11-13 Michael Beck- let be_liveness() take the irg, not the birg which...
2008-11-13 Michael Beck- C99 features removed
2008-11-13 Christoph MallonRemove unused macro.
2008-11-13 Christoph MallonUse assignment instead of memcpy().
2008-11-12 Christoph MallonOne less sign extension in an obscure case.
2008-11-12 Christoph MallonImprove last commit.
2008-11-12 Christoph MallonCheck for any 16/32bit signed integer modes, not just...
2008-11-12 Christoph MallonFix previous commits.
2008-11-12 Christoph MallonRemove match_8bit and match_16bit. They were only...
2008-11-12 Christoph MallonIJmp cannot do 8bit/16bit AM.
2008-11-12 Christoph MallonKick the useless match_dest_am flag.
2008-11-12 Christoph MallonFix typo in comment.
2008-11-12 Christoph MallonFactorise creating Conv_I2Is.
2008-11-12 Michael Beck- improve doxygen docu
2008-11-12 Christoph MallonHandle Sar in upper_bits_clean().
2008-11-12 Christoph MallonHandle signed modes for And in upper_bits_clean() better.
2008-11-12 Christoph MallonThe upper bits of Or and Xor can be clean, too.
2008-11-12 Christoph MallonHandle more general case: The right hand side of an...
2008-11-12 Christoph MallonSimplify incomprehensible condition.
2008-11-12 Christoph MallonReplace if cascade by switch.
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.
next