size/aligment of types is now unsigned and in bytes, this fixes fehler095.c (array...
[libfirm] / ir / be /
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-28 Matthias Braunabort if switch gets too big
2007-11-27 Matthias Braunfactor out entity emitter and make sure @NTPOFF is...
2007-11-26 Matthias Braunmissing return 0
2007-11-26 Christoph MallonFixed warning regarding incompatible types in return.
2007-11-25 Michael BeckFixed warning regarding const
2007-11-23 Michael Becksome preliminary long double support
2007-11-23 Michael Beck- renamed irop_flag_side_effect to irop_flag_uses_memory
2007-11-22 Matthias Braunchange color handling in dumper, tweak colors
2007-11-22 Matthias Braunremove #if 0 around arch_get_irn_ops, no idea why it...
2007-11-22 Michael Beckuse is_Const()
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-21 Michael Beckadd Abs(-x) = Abs(x)
2007-11-20 Matthias Braunno need to set the entity for array entries in compound...
2007-11-19 Matthias Braunit's irprofile.h now
2007-11-19 Michael Beckused new irprofile.h instead of old beprofile.h
2007-11-19 Michael BeckMoved beprofile to irprofile
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-11-18 Christoph Mallonreturn 0;
2007-11-18 Christoph MallonRename heapsort(). FreeBSD has a heapsort().
2007-11-17 Christoph Mallonde-bash-ify.
2007-11-16 Matthias Braunfix warnings
2007-11-16 Sebastian HackSome tweaks
2007-11-16 Sebastian HackChanges to the Appel dumper
2007-11-16 Sebastian HackSmaller changes in statistic output bechordal_main.c
2007-11-16 Sebastian HackThe tables can now also have other names.
2007-11-15 Matthias Braunfehler001 problem with endless loops
2007-11-14 Michael Beck- i_mapper_cbrt added
2007-11-13 Matthias Braunfix handling of default pns in the backend (they don...
2007-11-11 Matthias Brauninclude iroptimize.h
2007-11-09 Christoph MallonAdd crude tests for bool simplifications.
2007-11-08 Sebastian HackSupport ignore nodes
2007-11-08 Michael Beckmore tests added
2007-11-07 Sebastian HackGet rid of some get_irn_node_nr() which are still there.
2007-11-07 Sebastian HackFixed a bug with ofg iteration.
2007-11-06 Michael Beckmore libc mapper functions added
2007-11-05 Matthias Braunwe can't be sure that phis aren't used anymore when...
2007-11-05 Matthias Braunmore people were including bespillbelady.h
2007-11-05 Matthias Braunfix after bespillbelady.h is removed
2007-11-05 Matthias Braunprefer rematerializable values when spilling, fix bug...
2007-11-05 Matthias Brauncopy the belady3 changes to belady (only cleanups so...
2007-11-05 Michael Beckmore libc mapper functions added
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-11-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-11-03 Matthias Braunreport nextuse place in beuses, add a function which...
2007-11-01 Matthias Braunuse putchar so the thing links
2007-11-01 Matthias Braunexit with 0 so makereport is green
2007-11-01 Matthias Braunuse is_Const_0 not is_Const_null in fucom creation
2007-11-01 Matthias Brauncheck that Psi flags input doesn't depend on load when...
2007-11-01 Matthias Braunanother fehler
2007-10-31 Michael Beckfixed one testcase
2007-10-29 Matthias Braunfix remove_empty_blocks (don't use a generic walker...
2007-10-29 Matthias Braunpeephole optimisation: reuse zero flag from previous...
2007-10-29 Matthias Braunfix bugs when exchanging nodes to projs in bepeephole
2007-10-29 Christoph Mallonfehler103: Unusual 64bit shift triggers assert in const...
2007-10-28 Michael Becktestcase for rts library call optimization
2007-10-28 Matthias Braunfix bug introduces in last commit
2007-10-28 Matthias Brauncompile without warnings when WITH_JVM is not set
2007-10-28 Matthias Brauncompile without warnings when WITH_JVM is not set
2007-10-28 Matthias Braunmore interesting lea problems
2007-10-28 Matthias Braunend block can also have 0 predecessors
2007-10-28 Matthias Braunimprove asm test
2007-10-26 Michael Beckfixed handling of pn_Call_X_regular
2007-10-26 Michael BeckC99 constructs removed
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...
2007-10-26 Matthias Braunsmall optimisation and cleanup
2007-10-26 Matthias Braunmake IS_ macros return 0 or 1
2007-10-26 Matthias Braunadded some comments, don't make backedges fallthrough...
2007-10-25 Michael Beckupdated cpu architectures
2007-10-25 Michael BeckC99 constructs removed
2007-10-25 Christoph MallonFix debug output.
2007-10-25 Christoph MallonSmall cleanups.
2007-10-25 Christoph MallonUse add_ia32_flags() instead of set_ia32_flags(), which...
2007-10-25 Matthias Braunfix parameter loads not being rematerialized
2007-10-25 Christoph MallonHandle integer Abs for modes which are not 32bits wide.
2007-10-25 Christoph Mallonfehler102: ia32 backend cannot handle integer Abs with...
2007-10-25 Christoph MallonIn match_arguments() assert that match_am is set when...
2007-10-25 Christoph MallonRemove unused variable.
2007-10-24 Michael Beckmore Phi optimizations for Div, Mod, DivMod
2007-10-24 Michael Beckfixed test
2007-10-24 Michael Beckadd test for new phi optimization
2007-10-24 Sebastian HackA more general color priorization.
2007-10-24 Christoph MallonEmit the "t" suffix for f96 numbers in the ia32 backend.
2007-10-24 Christoph MallonPad the names of fehler*.c with leading zeros for sorting.
2007-10-24 Christoph MallonGive direct visual feedback by printing "FAILED" when...
2007-10-24 Michael Becklong double x87 modes don't support AM
2007-10-24 Michael Beckimproved fehler101.c. Now with printing!
2007-10-24 Michael Beckcannot output suffix for long double store
2007-10-24 Christoph MallonRestore the AM fold behavior of prior to r16324. It...
2007-10-24 Christoph MallonActually implement what r16324 promised.
2007-10-24 Sebastian HackPrioritize chunks with constraint nodes more
2007-10-23 Christoph MallonImprove the AM folding heuristics: Do not fold AM if...
2007-10-23 Christoph MallonRemove dead code, remove pointless marking of memory...
2007-10-23 Christoph MallonRemove the unused function mode_needs_gp_reg().
2007-10-23 Christoph MallonClarify a comment.
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-10-23 Christoph MallonDo no parse {,!}out_rBAR constraints anymore. The const...
2007-10-23 Michael BeckAdd a main to let it compile.
2007-10-23 Michael Beckadded initialization to suppress (wrong) warning
2007-10-23 Michael Becktemporary disable "manual" spill due to probles with...
next