libfirm
2008-07-30 Christoph MallonReduce worst time complexity of mem parallelisation...
2008-07-30 Christoph Mallonpanic() on internal error instead of assert(0)ing.
2008-07-30 Christoph MallonRemove handling for 32bit as smaller mode in emit_ia32_...
2008-07-30 Christoph MallonReplace be_peephole_before_exchange()+sched_remove...
2008-07-30 Matthias Braunirprofile fix
2008-07-30 Matthias Braun- refactor emitter next/prev block handling a bit
2008-07-30 Christoph MallonRemove last remaining SCHEDULE_PROJS.
2008-07-30 Christoph MallonFix fehler120: Do only skip int->int, not float->int...
2008-07-30 Michael Beckfixed the parameter
2008-07-30 Michael Beck- do not kill the start block when folding control...
2008-07-30 Michael Beck- opt_tail_recursion() must run before optimize_funccal...
2008-07-30 Michael Beckthe famous Factorial example
2008-07-30 Michael Beck- commented out the wrong line
2008-07-30 Michael Beck- add compute_Confirm(), compute_Bad() and compute_Unkn...
2008-07-29 Christoph Mallonfehler120: Backend discards float->int Conv for shift...
2008-07-29 Christoph MallonAdd main().
2008-07-29 Michael Beck- BugFix: of by one error
2008-07-29 Moritz Krollfehler119: crash in edg fe for C99 sizeof.
2008-07-29 Michael Beck- using tarval_top as an alias for tarval_unreachable...
2008-07-29 Matthias Braundon't do the store-float-conv optimisation with double...
2008-07-29 Matthias Braundon't do the store-float-conv optimisation with double...
2008-07-29 Michael BeckAdd NaN condition to Sub AND Cmp
2008-07-29 Michael Beckcombo error
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
next