libfirm
2008-09-22 Christoph MallonSmall simplification.
2008-09-22 Christoph Mallonia32_Leave does not need esp as input operand, it only...
2008-09-22 Matthias Brauncorrecly increase frame alignment when adding types...
2008-09-22 Michael Beck- Add code for the rare case of not yet optimized
2008-09-21 Michael Beck- fixed indentation
2008-09-21 Michael Beck- BugFix: fixed -r22093
2008-09-21 Matthias Braunuse mallonscheduler(aka listsched-select=normal) as...
2008-09-21 Matthias Brauntesting upper_bits in constants is easy too
2008-09-21 Matthias Braunfix old bug in irmemory: external_allocated stuff is...
2008-09-21 Matthias Braunfix
2008-09-21 Matthias Braunfix
2008-09-21 Matthias Brauncrafty problem
2008-09-21 Matthias Braunkill stores to never read entities
2008-09-21 Matthias Braunrevert accidental commit of makereport
2008-09-21 Matthias Braundemonstrate killing of unnecessary stores
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-21 Matthias Braunfix for const commit
2008-09-21 Matthias Braunintroduce a IR_SEGMENT_FIRST
2008-09-21 Matthias Braunmore consts
2008-09-21 Matthias Braunfix typo in get_segment_type
2008-09-21 Matthias Braunexample where type based alias analysis helps
2008-09-21 Matthias Brauntransform optimization: leave out some convs and use...
2008-09-21 Matthias Braunfix some problems with PIC symbols
2008-09-20 Sebastian BuchwaldAdded assertion to assure that we don't run into an...
2008-09-20 Michael BeckBugfix: restructured so memory disambiguator can switch...
2008-09-20 Michael Beck- fixed typos and some comments
2008-09-20 Michael BeckImproved memory disambiguator:
2008-09-20 Matthias Braunattempt to fix broken type based alias analysis
2008-09-19 Matthias Braunfix optimize build
2008-09-19 Matthias Braunfix optimize build
2008-09-19 Michael BeckFixed r22124:
2008-09-19 Matthias Braunalways emit push/pop in statev
2008-09-19 Matthias Braunexperimental load-store improvement
2008-09-19 Michael Beckadd example for constant load replacementx
2008-09-19 Michael Beck- BugFix: transform_polymorph_Load() returns the origin...
2008-09-19 Michael Beck- fixed equal_path()
2008-09-18 Michael Beckfixed indentation
2008-09-18 Michael Beckadd missing svn:keywords properties
2008-09-18 Michael Beck- add missing prototype
2008-09-18 Michael BeckMore refactoring:
2008-09-18 Michael Beck- factor out and simplify some code
2008-09-18 Michael Beck- simplify the code, check atomic entities for reinterp...
2008-09-18 Michael Beck- can handle some hidden reinterpret casts when doing...
2008-09-18 Michael Beck- removed redundant checks
2008-09-18 Michael Beck- improved rec_find_compound_ent_value(): handle missin...
2008-09-18 Michael Beckimplemented constant load access for pointer arithmetic...
2008-09-18 Michael Beckimplemented constant load access for pointer arithmetic...
2008-09-18 Michael Beck- add get_compound_graph_path_type()
2008-09-18 Michael BeckC99 feature removed
2008-09-18 Matthias Braunimprove debug output, increase depth limit to 7
2008-09-18 Matthias Braunadd a bunch of commandline options for easier benchmark...
2008-09-17 Sebastian BuchwaldShift with const 4.
2008-09-16 Michael Beckremoved unused var
2008-09-16 Michael Beck- fixed tarval_add() and tarval_sub() support for arith...
2008-09-16 Christoph MallonFix possible loop in DAG while building start Barrier.
2008-09-16 Christoph MallonFix comments.
2008-09-15 Michael Beck- preliminary support for loads from constant entities...
2008-09-15 Michael Beckadd some doxygen comments
2008-09-12 Michael Beck- C99 features removed
2008-09-12 Matthias Braunadjustements
2008-09-12 Michael Beck- BugFix: fc_get_plusinf()/fc_get_minusinf() must set...
2008-09-12 Michael BeckImproved handling of fc_exact: NaN and Inf results...
2008-09-12 Michael Beckreverted r21775: too restrictive because ieee 754 uses...
2008-09-11 Michael Beck- reset the default stack alignment to 2^2
2008-09-11 Michael Beck- fix for r21852: do not remove ALL Conv optimizations,
2008-09-11 Christoph MallonFix return value.
2008-09-11 Andreas ZwinkauRemoving conv-on-Phi local opt
2008-09-11 Christoph MallonResolve race condition: First set handler, then call...
2008-09-11 Christoph MallonIn be_get_Proj_for_pn() before getting the proj number...
2008-09-11 Christoph MallonIndentation, braces.
2008-09-11 Christoph MallonTypo in comment.
2008-09-11 Christoph MallonDo not mark functions with kept basic blocks (endless...
2008-09-11 Christoph MallonPrevent beuses from choking on basic blocks without...
2008-09-11 Andreas ZwinkauAdding mini testcase for incmem
2008-09-11 Christoph MallonRemove unused variable.
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-09-11 Christoph Mallons/get_irn_op(x) == op_Block/is_Block(x)/.
2008-09-11 Christoph MallonTypo in comment.
2008-09-10 Michael Beckremove assert in keepalive()
2008-09-10 Matthias Braunfix testcases, yet another endless loop test
2008-09-10 Matthias Braunmore tricky endless loop stuff
2008-09-10 Michael Beck- Changed keep logic: all nodes can be keeped yet,...
2008-09-10 Michael Beckanother strange endless loop failure
2008-09-10 Michael Beckwrong endless loop handling
2008-09-10 Christoph MallonUse Block-specific functions instead of generic get_irn...
2008-09-10 Christoph MallonFix typo in comment.
2008-09-10 Michael Beckfixed warning
2008-09-10 Michael Beck- use unsigned instead of int where appropriate
2008-09-10 Michael Becksimplified more
2008-09-10 Michael Becktypo fixed
2008-09-10 Michael Beck- fixed comment: bs cannot be NULL anymore (and was...
2008-09-10 Michael Beckarch_register_class_put() is only used locally
2008-09-10 Michael Beck- if 0'ed unused function
2008-09-10 Michael Beckuse panic instead of assert(0 & "...")
2008-09-10 Michael Beck- fixed typo, indentation
2008-09-10 Michael Beck- made the be_stack_layout part of be_abi_irg_t to...
2008-09-09 Matthias Braunfix
2008-09-09 Matthias Braunmatch immediate for SubSP and AddSP
2008-09-09 Matthias Brauntest without alignment
next