libfirm
2008-07-29 Sebastian BuchwaldAdded simplified test case for conversion double2int.
2008-07-29 Michael Beck- BugFix: constants must be evaluated BEFORE congruence...
2008-07-29 Michael Beckfixed new type_or_ent type handling
2008-07-29 Michael Beck- BugFix: fixed the "type is neither Top nor constant...
2008-07-29 Matthias Braunmake testcase return 0 in main
2008-07-29 Matthias Braunfix/improve proj generation
2008-07-29 Matthias Brauncleanups/fixes for ASM handling
2008-07-28 Michael Beck- BugFix: Proj nodes must compute TOP if they are in...
2008-07-28 Matthias Braunadd an asm test with an inout parameter
2008-07-28 Michael Beck- improved doxygen comments about edges_activate()...
2008-07-28 Michael Beck- add an assert tat checks for backend phase when added...
2008-07-28 Andreas ZwinkauAdding some test cases used for building the PBQP code...
2008-07-28 Sebastian Buchwaldadded support for ASM nodes
2008-07-28 Matthias Braunforgot to adjust mips backend for asm stuff
2008-07-28 Matthias Braunpublic API for asm constraints
2008-07-28 Matthias Braun- handle parsing of assembler constraints in backends...
2008-07-28 Matthias Braunaccept directories or single tests as parameter
2008-07-28 Matthias Braunfix for latest makereport
2008-07-26 Michael BeckBugFix:
2008-07-26 Michael Beck- BugFix: must check the input of the user node y,...
2008-07-26 Michael Beckfixed warnings
2008-07-26 Michael Beck- BugFix: a node might fall 2 times, so we need a on_fa...
2008-07-26 Michael Beck- BugFix: Dep-Edges where calculated WRONG if the node...
2008-07-26 Michael Becktypo fixed
2008-07-26 Michael Beckinclude MS debug heap by default, so debug macros can...
2008-07-26 Michael BeckBugFixes:
2008-07-26 Michael Beck- BugFix: although tarval_b_false and tarval_b_true...
2008-07-26 Michael Beck- first working combo version (at least one example...
2008-07-26 Michael Beck- add tarval_is_constant() to check whether a tarval...
2008-07-25 Sebastian Buchwaldhandle Unknown nodes
2008-07-25 Michael Beckadd sorting of out edges, some small fixes
2008-07-25 Michael Beck- out edges now preserve the input position, needed...
2008-07-25 Andreas ZwinkauMoved assertion into if clause
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-07-24 Michael Beck- implemented compute_Proj_Cond(), compute_Add()
2008-07-24 Michael Beck- add prototype for combo()
2008-07-24 Michael Beck- is_tarval() added
2008-07-24 Matthias Braunfix some phis not getting spilled correctly
2008-07-24 Christoph MallonBreak trigraph.
2008-07-24 Matthias Braunrevert accidental commit
2008-07-24 Matthias Braunexperimental improvements for cases where all preds...
2008-07-24 Matthias Braunremove old files
2008-07-24 Matthias Braunbump version for next release
2008-07-24 Michael Beck- add comment
2008-07-24 Michael Beck- renamed find_const() to find_const_or_confirm()
2008-07-24 Michael Beck- use is_Confirm() instead of old style compare
2008-07-24 Michael Beck- CondEval now really can handle Confirms
2008-07-24 Michael Beck- BugFix: the effective use block is the predecessor...
2008-07-23 Michael Beckupdated
2008-07-23 Michael Beck- fixed a stupid Bug: the marks are not cleared at...
2008-07-23 Matthias Braunbelady fixes/cleanups
2008-07-23 Michael Beckadd dumping hook
2008-07-23 Michael Beckdo NOT overwrite custom hash function
2008-07-23 Michael Beck- add support for opcode specific hash function
2008-07-23 Michael Beckupdated
2008-07-23 Michael Beck- removed old and unused dump_irn
2008-07-23 Matthias Braunplace spill entities at other end of frame
2008-07-22 Michael Beckadded doxygen comment
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-07-22 Matthias Braundon't break vcg compatibility
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-07-22 Matthias Braunconst changes and enhancements to irouts
2008-07-22 Matthias Braunmakefile updates
2008-07-21 Michael Beck- lattice elements can now contain Symbolic Constants
2008-07-21 Matthias Braundeactivate/activate are also called for EDGE_KIND_DEP...
2008-07-20 Sebastian Buchwaldtypo
2008-07-20 Sebastian Buchwald- clear action obstack after each application on a...
2008-07-18 Sebastian Buchwaldtypo
2008-07-18 Matthias Braundocument mode_b stuff
2008-07-18 Matthias Braundocument mode_b stuff
2008-07-17 Moritz KrollFixed and simplified rot matcher
2008-07-17 Moritz Krollprint FAILED if reference compiler fails, we don't...
2008-07-17 Moritz Krollrot matcher incorrect
2008-07-16 Michael Beckfixed crop list handling
2008-07-15 Sebastian BuchwaldConvert const node to symconst node with the value...
2008-07-15 Michael Beck- add compute for Sub and Cmp
2008-07-15 Matthias Braun'fix' comment
2008-07-15 Matthias Braunbitop,shift,constant test
2008-07-15 Matthias Braunlocalopts for bitoperations in combinations with shifts...
2008-07-15 Sebastian Buchwaldtypo
2008-07-14 Michael Beckmostly finished version of combo
2008-07-14 Michael Beckvalue_of() is now a simple wrapper around a function...
2008-07-14 Michael Beck- when printing tarvals, differentiate between tarval_b...
2008-07-14 Michael Beck- ia32_assign_exc_label() cannot take a const node...
2008-07-14 Michael Beck- add tarval_top and tarval_bottom as alias for tarval_...
2008-07-14 Matthias Braunirdump_grgen is moved
2008-07-14 Matthias Brauninclude our own header file
2008-07-14 Matthias Braunremove unnecessary include
2008-07-14 Matthias Braunresize should be declared INLINE
2008-07-14 Matthias Braundon't emit debug messages
2008-07-14 Matthias Braundon't emit N_EINCL/N_BINCL as it has to be a proper...
2008-07-10 Michael Beckinitial version of Cliff Click's Combo Optimization
2008-07-09 Matthias Braunfix some situations where too few spills were placed
2008-07-09 Matthias Braunrevert accidental commit
2008-07-09 Matthias Braunrevive belady late spilling
2008-07-09 Matthias Braunsome rot/shift by constant optimisations
2008-07-09 Matthias Braunsmall reformating/cleanups
2008-07-09 Matthias Braunfix warning
2008-07-09 Matthias Braunfix warnings
2008-07-09 Michael Beck- fixed warnings
next