Use separate code to emit suffixes for integer and floating point instructions, becau...
[libfirm] / ir / lower /
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Christoph MallonPanic, when encountering a to be lowered ASM node....
2008-10-04 Christoph MallonFix fehler157: Lowering Shrs was missing a Conv.
2008-09-30 Matthias Braunfix warning in optimized mode
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-22 Michael Beck- Add code for the rare case of not yet optimized
2008-09-20 Sebastian BuchwaldAdded assertion to assure that we don't run into an...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-08-04 Christoph MallonInitialise and set the "changed"-flag.
2008-08-04 Christoph MallonUsing an obstack is slightly overkill.
2008-08-04 Matthias Braunrename lower_Switch to lower_switch to be consistent...
2008-08-01 Moritz KrollFixed switch lowering
2008-08-01 Christoph MallonInclude limits.h for LONG_{MAX,MIN}.
2008-08-01 Moritz KrollTesting helps... *yawn*
2008-08-01 Moritz KrollImplemented simple switch lowering
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-07-18 Matthias Braundocument mode_b stuff
2008-07-18 Matthias Braundocument mode_b stuff
2008-06-07 Michael Beck- fixed lowering of Rotl
2008-06-07 Michael Beckadd missing include (although not needed, but API used)
2008-06-07 Michael Beck- BugFix: the mode of the lower part of a DW lowered...
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-06-06 Michael Beck- better detection of local addresses
2008-06-05 Michael Beck- BugFix: do NOT do the copy-return optimization if...
2008-05-31 Matthias Braunuse ir_type from call instead of the type from the...
2008-05-31 Matthias Braunfix alloca mapper
2008-05-24 Matthias Braunwe can have mode_b inputs to Convs as well (I hope...
2008-05-21 Michael Beck- beo_* Opcodes are now defined in irop.h, and no more...
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-07 Michael Beck- Do not set phase_low here. currently ssa-construction...
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Michael Becksome comments added and fixed
2008-03-10 Michael Beckuse optimize_graph_df() instead of old local_optimize()
2008-03-07 Michael BeckRemoved edges ...
2008-03-07 Matthias Braundisable edges after lowering for now...
2008-03-07 Matthias Brauna better version of a copyb lowerer
2008-03-07 Michael Beckinitial copyb lowerer
2008-02-18 Michael BeckBugFix: assertion fixed
2008-02-18 Michael Beck- fix fehler109.c:
2008-02-17 Matthias Braunwhen lowering 64bit Conds, construct new Cmps/Conds...
2008-02-16 Matthias Braunadd lower_const_code, make begnuas skip Id nodes
2008-01-10 Michael Beck- BugFix: ensure that the Unknown node is lowered with...
2008-01-07 Michael BeckFix assert
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-14 Matthias Braunfix replace_call
2007-12-12 Michael Beckhandle Return(Unknown) == missing return when lowering...
2007-12-11 Matthias Braunmake it possible to not lower bitfields
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-11-28 Michael Beckfixed warning
2007-11-22 Michael Beckfixed log() mapper
2007-11-22 Michael Beckimproved strcmp() mapper
2007-11-22 Michael Beckadd mapper for strlen()
2007-11-22 Michael Beckadd statistic to runtime call mapper
2007-11-20 Michael Beckreally do what r16812 promises
2007-11-20 Michael Becklower_highlevel_graph() added
2007-11-14 Michael Beck- added mapper for hyperbolic functions
2007-11-14 Michael Beck- i_mapper_cbrt added
2007-11-13 Michael Becki_mapper_log() added
2007-11-06 Michael Beckmore libc mapper functions added
2007-11-05 Matthias Braunfix warning
2007-11-05 Michael Beckmore libc mapper functions added
2007-11-03 Christoph MallonAdd missing return 0 in the Pow mapper.
2007-11-01 Christoph MallonHandle mode_b Unknowns in the mode_b lowerer.
2007-11-01 Michael Beckremoved unused variable
2007-11-01 Michael BeckAdd mapper for strcmp and memcpy
2007-10-31 Michael Beckadd i_mapper_Sqrt() and i_mapper_Pow() for some constants
2007-10-29 Michael Beckadd special case for lowering: x==/!=0 ==> l|h ==/!=0
2007-10-25 Michael Beck- invalidate loop info if graph was changed
2007-10-25 Michael Beckinvalidate analysis info only if graph was changed
2007-10-25 Christoph MallonSet the outs to inconsistent at the end of transform_irg().
2007-10-24 Michael Beckbeware: when lowering Phi's, put them into the block...
2007-10-19 Matthias Braunmake it possible to specify custom mode for set lowering
2007-10-14 Matthias Braunfix warning
2007-10-13 Matthias Braunrehash changed mode_b nodes
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-11 Michael Beckremove Cast node
2007-10-10 Matthias Braunavoid some of the mode_b lowering related out-edge...
2007-10-04 Christoph MallonMore signed/unsigned fixes for 64bit lowering.
2007-10-03 Michael Beckuse is_Psi()
2007-10-02 Matthias Braunonly set compound_ret flag if it was really a ret and...
2007-10-01 Matthias Braunlowering is allowed for unsigned types < 32bits
2007-10-01 Christoph MallonAdd a missing Conv in the 64bit lowerer.
2007-10-01 Christoph MallonFix fehler88: incorrect mode_b lowering of unsigned...
2007-10-01 Matthias Braunmark methods with lowered struct params, correctly...
2007-09-29 Matthias Braunimprove a X 0 lowering a bit
2007-09-27 Christoph MallonFix some forgotten cases in the 64bit lowerer: The...
2007-09-18 Matthias Braunremove debug statements
2007-09-18 Christoph MallonTreat the lower word of lowered 64bit operations always...
2007-09-18 Matthias Braunfix warning
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-14 Matthias Braunfix mode_b lowering for method parameters and return...
2007-09-10 Michael BeckMinus cannot be transformed into 2 Negs :-(
2007-09-05 Michael Beckadd svn:keywords
2007-08-28 Michael Beckfixed lowering of Conv from I->L (fixed fehler72.c)
2007-08-23 Matthias Braunfix mode_b optimisation with compares
next