libfirm
2008-12-13 Michael Beck- C99 feature removed
2008-12-13 Sebastian BuchwaldIgnore End keeps.
2008-12-13 Matthias Braunalign mode_E konstants at 16 bytes
2008-12-13 Matthias Braunredefine mode_E to 96 bits
2008-12-13 Matthias Braunsome adjustment to float convs (skip some strictconvs...
2008-12-13 Matthias Braunfix new_Block users
2008-12-13 Matthias Braunnew_Block should not set curr_block too
2008-12-13 Matthias Braunintroduce fp_no_float_fold flag for frontends which...
2008-12-13 Matthias Braunbackend can report back float point arithmetic mode
2008-12-13 Christoph MallonNext attempt in fixing tarval float->int conversion.
2008-12-13 Christoph MallonIgnore End keeps.
2008-12-13 Matthias Braunfix fc_can_lossless_conv_to (I hope this is correct)
2008-12-13 Matthias Braunno point in first setting the wrong mode and then corre...
2008-12-13 Christoph MallonClean up new_const_code_irg() a bit.
2008-12-12 Michael Beck- skip_Id nodes when returning the entity initializer...
2008-12-12 Matthias Braunput bison and flex sources into the package
2008-12-12 Michael Beck- do not remove keeps for now, only Bads, NoMem and...
2008-12-12 Michael Beck- remove NoMem from keep list
2008-12-12 Michael Beck- Changed wrong (and slow) implementation of fix_atsrt_...
2008-12-12 Michael Beck- Do not remove keep-alives during optimize_graph_df...
2008-12-12 Michael Beck- implemented remove_End_Bads_and_doublets()
2008-12-12 Matthias Braundon't have new_immBlock set the current block
2008-12-11 Christoph MallonUpdate NEWS.
2008-12-11 Matthias Braunkeep the API consistent with other enable functions
2008-12-10 Matthias Braunless includes
2008-12-10 Matthias Braunadd missing includes
2008-12-10 Matthias Braunavoid some unnecessary includes in public headers
2008-12-10 Michael Beck- changed handling of block walks: we might reach a...
2008-12-10 Matthias Braunmove some typedefs to firm_types, move functions from...
2008-12-10 Christoph MallonFix comments.
2008-12-10 Michael Beck- replaced pset by pset_new in adjust call
2008-12-10 Michael Beck- add a currently non-functioning mtp_property_returns_...
2008-12-10 Matthias Braunit's called mux now, not Psi
2008-12-09 Michael Beck- fixed assertion
2008-12-09 Michael Beck- do not move the return out of labeled blocks, this...
2008-12-09 Michael Beck- do not combine blocks if both have a label
2008-12-09 Matthias Brauninclude be.h in firm.h, assert that get_value/set_value...
2008-12-09 Matthias Braunchange functions to use the usual ir_ prefix
2008-12-09 Matthias Braunavoid structs in public API where easily possible ...
2008-12-09 Michael Beck- if an empty labeled block is killed, move the label...
2008-12-09 Michael Beck- do not optimize away labeled blocks
2008-12-08 Michael Beck- removed unused immediate fp mode
2008-12-08 Christoph MallonRepairing one case in the tarval module broke another...
2008-12-08 Moritz KrollCygwin has no strtold but long double works
2008-12-08 Christoph MallonRepair converting long double to integer and hopefully...
2008-12-08 Christoph MallonCopy the sign bit when truncating a float tarval.
2008-12-08 Christoph MallonBefore deconving a node, make sure it is a downconv.
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
next