libfirm
2010-02-05 Matthias Braunrevivie max_irg_visited
2010-02-05 Matthias Braunmake irg_walk_2 public
2010-02-05 Michael BeckNew setcc framework can handle all mux_is_abs(...,...
2010-02-05 Michael Beckexport ia32_immediate_from_long()
2010-02-04 Matthias Braunattempt to fix compound_graph stuff
2010-02-04 Matthias Braunoops
2010-02-04 Matthias Braunuse more IR_RESOURCE_TYPE_VISITED, remove pointless...
2010-02-04 Matthias Braunintroduce IR_RESOURCE_TYPE_VISITED
2010-02-04 Matthias Braunfix buf: we can't handle floating point muxes
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Michael BeckC99 feature removed.
2010-02-03 Michael BeckAdd get_tarval_lowest_bit() and get_tarval_popcnt(...
2010-02-03 Matthias Braunfurther corrections on 'COMMON' semantic
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-02-02 Christian HelmerLoop unrolling implemented. Inversion+unrolling fail...
2010-02-01 Olaf LiebeFixed broken ia32_emitf (va_arg was not always called...
2010-02-01 Matthias Braunmake the character used for specifying elf types config...
2010-02-01 Matthias Braunfix fehler175.c
2010-02-01 Matthias Braunfix wrong mux_is_set test
2010-02-01 Matthias Braunfix fehler174
2010-02-01 Hannes Rapp[r27015]
2010-02-01 Hannes Rapp- std function-prolog emitter eingebaut
2010-01-29 Matthias Braunfix float constants with PIC code
2010-01-29 Matthias Braunfix allow_ifconv being called with true/false swapped
2010-01-28 Christoph MallonReduce code duplication by jumping to the appropriate...
2010-01-28 Christoph MallonIn mode_b lowering move the assertion for mode_b below...
2010-01-28 Christoph MallonConsistently record the replacement nodes and removal...
2010-01-28 Christoph MallonLeave a bit space between cases.
2010-01-28 Christoph MallonUse the locally cached value of config.lowered_mode...
2010-01-28 Christoph MallonUse the real firm_clear_link() instead of duplicating it.
2010-01-28 Christoph MallonUse a real Dummy node instead of misusing an Unknown...
2010-01-28 Christoph MallonRemove write-only local variable.
2010-01-28 Christoph MallonMake the documenation of new_*Alloc() consistent: It...
2010-01-28 Olaf LiebeFixed set_irn_in array allocation obstack
2010-01-28 Olaf Liebelower_highlevel didn't invalidate outedges, code_placem...
2010-01-28 Olaf Liebeemit unknown values as 0
2010-01-27 Andreas Zwinkaulibfirm must be linked to libm
2010-01-22 Matthias Braunadd a default_layout_compound_type; the backend layouts...
2010-01-22 Michael Beckcosmetic change
2010-01-20 Matthias Braunfix doz stuff
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-18 Matthias Braunremove ins_permuted from CMovcc and Setcc constructors...
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2010-01-18 Michael BeckAdd a rule to transform x .op. (x .op. y) into y .op...
2010-01-18 Michael BeckFixed move_consts_up() failure in some contexts (This...
2010-01-17 Michael BeckPartly undo r26950: there seems be be subtile differenc...
2010-01-15 Christoph MallonReplace the shift_table[] by a simple macro.
2010-01-15 Christoph Mallonstruct types still require names.
2010-01-15 Christoph MallonCorrect typo in comment.
2010-01-15 Christoph MallonImplement and use tarval_andnot().
2010-01-15 Christoph MallonRemove the or_table[] and simply use |.
2010-01-15 Christoph MallonRemove the and_table[] and simply use &.
2010-01-15 Christoph MallonRemove the xor_table[] and simply use ^.
2010-01-15 Christoph MallonRemove the not_table[] and simply use ^ SC_F.
2010-01-15 Michael BeckFixed register order (arg, the comments were in ATT).
2010-01-15 Michael BeckAdd binary emitter for setcc.
2010-01-14 Michael BeckAs a reminiscence to the famous MAC/65 assembler change...
2010-01-14 Michael BeckC99 feature removed.
2010-01-14 Christian HelmerLoop inversion does not fail the given test cases but...
2010-01-14 Matthias BraunMichael found a nice trick to implement sets for float...
2010-01-14 Michael BeckReverted r26952, using the blocks irg is ok ...
2010-01-13 Michael BeckAdd my debugging code it might be useful in the future ...
2010-01-13 Matthias Braunremove cond_kind attribute, it was never used in a...
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2010-01-12 Michael BeckBugFix: the name o for the NEW NODE was a little bit...
2010-01-12 Michael BeckTry to fix a rare edges bug:
2010-01-12 Michael BeckSimplify pointer arithmetic.
2010-01-12 Michael BeckCreating a block on some irg is pointless if all other...
2010-01-12 Olaf LiebeFixed graph-independent construction in mux lowering
2010-01-11 Matthias Braunpanic instead of wrong results for Set and CMov with...
2010-01-09 Michael BeckSmall optimization. Note that the else case crashes...
2010-01-09 Michael BeckAdd win32 version of obstack_vprintf.
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael BeckBugFixes:
2010-01-09 Michael Beck- part_block() does not change the current_block anymore
2010-01-08 Matthias Braunfix last commit
2010-01-08 Matthias Braunlower ConvB->LL and LL->ConvB and simplify code
2010-01-07 Matthias Braunfix fehler172
2010-01-07 Matthias Braunfix extended fehler171
2010-01-07 Matthias BraunFix fehler171
2010-01-07 Matthias BraunLiebe part3: mux lowerer (with minimal changes)
2010-01-07 Matthias Braunremove unused code
2010-01-07 Matthias Braunmake part_block independent of current_ir_graph
2010-01-07 Matthias Braunwe still need to read in pointer mode
2010-01-07 Matthias BraunLiebe bugs part2: switch cases are analyzed in long...
2010-01-07 Matthias Braunadd comments and descriptions to mode_b lowering; refor...
2010-01-07 Matthias BraunLiebe bugs part1: Eor(1, Proj(Cmp)) was broken - simply...
2010-01-07 Michael BeckGracefully handle a missing retrieve_type_dbg.
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-04 Michael BeckBugFix: fixed conversion for x < lo || x >|>= hi
2010-01-03 Michael BeckBugFix:
2010-01-03 Michael BeckBugFixes:
2010-01-03 Michael BeckBugFix: a Cmp can be in a different block than its...
2010-01-03 Michael BeckDeleted support for type_id.
2010-01-03 Michael BeckI was annoyed by the compiler warnings about implicit...
2010-01-02 Michael BeckFixed some obviously wrong conditions.
2010-01-02 Michael Beck- handle p == 0 || q == 0
next