libfirm
2008-11-28 Christoph MallonRemove bashism.
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-28 Matthias Braunfix warning
2008-11-28 Matthias Braunfix wrong printf usage
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-27 Christoph MallonEmit a block header for the start block of functions.
2008-11-27 Michael Beck- BugFix: drop wrong dependency of mode_P
2008-11-27 Michael Beck- BugFix: drop wrong dependency of mode_P
2008-11-27 Michael Beck- drop dependency of predefined modes
2008-11-27 Michael Beck- BugFix: use mode_is_reference() instead of != mode_P
2008-11-27 Christoph MallonSame typo as r24062, different file.
2008-11-27 Michael Beck- drop dependency of mode_Iu
2008-11-27 Michael Beck- drop dependency of mode_Bs
2008-11-27 Moritz KrollFixed typo
2008-11-27 Michael Beck- drop dependency on predefined mode_E
2008-11-27 Michael Beck- 64bit Abs is allowed for if-conversion
2008-11-27 Michael Beck- better documenent the return vale of simulator functions
2008-11-27 Michael Beck- add a macro to iterate over the Phi nodes of a block...
2008-11-27 Matthias Braunfix warning
2008-11-26 Michael Beck-removed unused entities from the intrinsic environment
2008-11-26 Michael Beck- use edges to reroute the result in resolve_call:
2008-11-26 Michael Beck- replce parameter type from size_t to unsigned, so...
2008-11-26 Michael Beck- put only Phi nodes into th Phi list
2008-11-25 Christoph MallonEmit mode suffix for instructions, which did not do...
2008-11-25 Michael Beck- always free ressources
2008-11-25 Michael Beck- fix r23897: use Phi lists overall
2008-11-25 Michael Beck- C99 feature removed and simplified code
2008-11-25 Matthias Braunavoid using mode_Iu directly
2008-11-25 Matthias Braunfix bug reported by new gcc warnings
2008-11-25 Christoph MallonIn ia32 gen_Shrs() we should not care, whether the...
2008-11-25 Christoph MallonRetain debug info in normalize_one_return(), if all...
2008-11-25 Michael Beck- handle strictConv and remainderlessDiv for in opcode map
2008-11-24 Matthias Braunsolaris fix
2008-11-24 Matthias Braunsolaris fix
2008-11-24 Andreas ZwinkauFixing r23914
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.
next