fix fpcw transformation fix strict conv creation
[libfirm] / ir /
2007-07-18 Matthias Braunfix fpcw transformation fix strict conv creation
2007-07-18 Michael Becksome optimization of strict conv's
2007-07-18 Matthias Braunparanoia floating point test
2007-07-18 Matthias Braunfehler42
2007-07-17 Matthias Braunwe can have non-cmp nodes before Conds
2007-07-17 Andreas SchösserRemoved modes that were not registered.
2007-07-17 Andreas SchösserPrevented Proj nodes which are successors of IA32 nodes...
2007-07-17 Matthias Braunfix unused call results
2007-07-17 Matthias Braunfehler41
2007-07-17 Michael Beckfixed dumping with anchors
2007-07-17 Matthias Braunfix Cltd register pressure, fix some SSE (ABI with...
2007-07-17 Christoph MallonFix mode_b lowering of Psib.
2007-07-17 Christoph MallonGC unused variables.
2007-07-16 Matthias Braunfix allocas, fix Tls transform
2007-07-16 Christoph MallonGenerate better, i.e. less, (and maybe more correct...
2007-07-16 Christoph MallonComitted wrong file. Revert r15169.
2007-07-16 Matthias Braunfix condeval for cases that can be directly evalutated
2007-07-16 Christoph MallonGenerate better, i.e. less, (and maybe more correct...
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-16 Matthias Braunfix makereport
2007-07-16 Matthias Braunmake functions static where possible
2007-07-16 Matthias Braunmake functions statis where possible
2007-07-16 Matthias Braunmore unknown float testing
2007-07-16 Matthias Braunrename to avoid 2 tests with same name
2007-07-16 Matthias Braunfix fehler40
2007-07-16 Matthias Braunfehler40
2007-07-16 Christoph MallonDo not unconditionally set the unsigned pnc flag, but...
2007-07-14 Matthias Braunad-hoc fix for lfoat compares (this is not mallons...
2007-07-13 Michael Beckmove() does not try to move Projs anymore
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-07-13 Michael Beckadded attribute for anchor edges
2007-07-13 Matthias Braunadd missing width modifiers to some float nodes
2007-07-13 Michael Beckadded initializers for get_block/set_block operations
2007-07-13 Michael Beckimproved safety: added a assert() if proj's are placed
2007-07-13 Michael BeckAdd get_block and set_block operations.
2007-07-13 Michael Beckmin() is a rather bad name for a function due to macro...
2007-07-13 Michael Beck_ir_nodeset_find() returns already an int
2007-07-13 Michael Beckfixed typo
2007-07-13 Matthias Braunuse zeros instead of unknowns for floating point for now
2007-07-13 Matthias Braunmore unknown problems
2007-07-12 Matthias Brauntry to avoid creation of float Psis
2007-07-12 Matthias Braundisable dumping (we need a flag for this)
2007-07-12 Matthias Braunrevert transformation tactics to old style
2007-07-12 Matthias Braunthe Anchor is not a (real) user
2007-07-12 Christoph MallonMake the deconv optimisation more aggressive (allow...
2007-07-12 Michael Becktest case for floating point compare
2007-07-12 Michael Beckadded file local cflags
2007-07-12 Matthias Braunallow getting long values from reference tarvals
2007-07-12 Matthias Braunbugfix (we can only get 1 tarvals for int modes)
2007-07-12 Michael Beckremoved unused variable
2007-07-11 Sebastian HackAdded sorted array sets.
2007-07-11 Sebastian HackCosmetic changes
2007-07-11 Sebastian HackRemoved alternative assign: borders are too present...
2007-07-11 Sebastian HackAdapted to ignore regs
2007-07-11 Sebastian HackAdded a new version of the live chk
2007-07-11 Sebastian HackAdded an if around a critical place
2007-07-11 Sebastian HackMade a nicer dumper
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Michael Beckdump keep-alive edges in purple
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-11 Michael BeckC99 feature removed
2007-07-11 Matthias Brauntry to fix float problems
2007-07-11 Michael Beckadd last newline
2007-07-11 Michael Beckrenamed register_additional_node_data() to firm_registe...
2007-07-11 Michael Becktype type definitions to new irtype.h
2007-07-11 Michael Beckcosmetic change
2007-07-11 Michael Beckop_Anchor added
2007-07-11 Michael Beckcommented out JACk support stuff: move to the jack...
2007-07-11 Matthias Braunthe lowering has to be in a pre walker
2007-07-11 Matthias Braunavoid phi loops in mode_b lowerer
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-11 Christoph MallonFix typos in comments.
2007-07-11 Christoph MallonBe more liberal in what the IA32 backend allows for...
2007-07-11 Michael Becksimplified code
2007-07-11 Michael Beckmoved the fixpoint iteration of the current node from...
2007-07-11 Michael BeckC99 features reoved
2007-07-11 Matthias Braunuse bipartite solver again, as it doesn't silently...
2007-07-11 Matthias Braunfix fehler39, exchange left/right is no good idea after...
2007-07-11 Matthias Braunnow fehler39 exposes the original bug again :)
2007-07-11 Matthias Braunmake fehler39 work with gcc at least
2007-07-11 Matthias Braunworkaround verify problems for alloca
2007-07-11 Matthias Braunsimplify logic when x87 simulator is started
2007-07-10 Matthias Braundon't do AGGRESSIVE_AM
2007-07-10 Michael BeckAdd ~x + 1 = -x algebraic simplification
2007-07-10 Michael Beckuse classify_Const()
2007-07-10 Michael Beckimproved fixpoint iteration for optimize_graph_df()
2007-07-10 Michael BeckAdd ~(x-1) = -x algebraic simplification
2007-07-10 Michael BeckAdd -(~x) = x + 1 algebraic simplification
2007-07-10 Matthias Braunmake use of mode_b lowerer, fix keeps for CopyB
2007-07-10 Matthias Brauncorrect fixpoint iteration
2007-07-10 Michael Beckadded is_Not(), added missing is_Psi() declaration
2007-07-10 Matthias Braunmore distributive laws
2007-07-10 Matthias Braunconvopt also works for and and ors
2007-07-10 Matthias Braunadd mode_b lowering
2007-07-10 Matthias Braunadd is_Eor
2007-07-09 Michael Beckadd optimizations for Or,And,Eor and Shift
2007-07-09 Michael Beckuse get_irn_n(-1) instead of get_nodes_block
2007-07-09 Matthias Braunfix condeval in when not avoiding PhiB
2007-07-08 Christoph MallonCopy the debug info when turning a Store into a Push.
2007-07-08 Christoph MallonUnbreak build.
next