libfirm
2008-12-08 Matthias Brauna note for IPD users (which will not be included in...
2008-12-06 Moritz KrollHelper script to generate configure stuff
2008-12-05 Michael Beck- BugFix: NEVER skip BAD nodes when creating Phi's...
2008-12-05 Michael Beck- BugFix: wrong assertion fixed
2008-12-05 Michael Beck- BugFix: mixing of long and int lead to overflow on...
2008-12-05 Michael Beck- add missing else
2008-12-04 Michael Beck- fixed handling of long double constants
2008-12-04 Michael Beck- simplified code
2008-12-04 Michael Beck- simplied code by removing a goto
2008-12-04 Michael Beck- make ia32_am_scale unsigned
2008-12-04 Michael Beck- renamed unique_id() to ia32_unique_id() and make...
2008-12-03 Michael Beck- fixed warning
2008-12-03 Michael Beck- BufFix: add missing initializtion
2008-12-03 Moritz KrollAdded first version of partial specification for IR...
2008-12-01 Matthias Braunincrement version for next release
2008-12-01 Christoph MallonMention improved peephole optimisations for x86.
2008-12-01 Matthias Braunincrease version number
2008-12-01 Matthias Braunarchop is no more
2008-12-01 Matthias BraunRELEASE notes update
2008-12-01 Matthias Braunbad blocks have cf_probability 0
2008-12-01 Christoph MallonPerform dark rituals and resurrect ProduceVal. We...
2008-12-01 Matthias BraunKeeps should float too
2008-12-01 Matthias Braunwe have a bugtracker
2008-12-01 Christoph MallonSmall cleanup.
2008-12-01 Matthias Braunwe can't guarantee that there won't be dead blocks...
2008-11-28 Christoph MallonRemove ProduceVal. Replace it by Xor0 (to produce 0...
2008-11-28 Christoph MallonUnconditionally include stdio.h
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-28 Christoph MallonInclude alloca.h only, if HAVE_ALLOCA_H is set.
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.
next