Unconditionally include stdlib.h.
[libfirm] / ir / lower /
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-27 Michael Beck- drop dependency of predefined modes
2008-11-27 Michael Beck- drop dependency of mode_Iu
2008-11-26 Michael Beck- put only Phi nodes into th Phi list
2008-11-25 Michael Beck- always free ressources
2008-11-25 Michael Beck- fix r23897: use Phi lists overall
2008-11-22 Michael Beck- removed useless blocks (use of new_Const())
2008-11-22 Michael Beck- fixed intrinsic lowerings: use Phi lists instead...
2008-11-18 Christoph Mallons/new_r_Const(current_ir_graph, /new_Const(/.
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-11-14 Christoph MallonWhen dw lowering, use the lowered unsigned mode for...
2008-11-03 Michael Beck- DO NOT EDIT AFTER TEST!
2008-11-03 Michael Beck- when a graph is lowered because of struct return...
2008-11-01 Christoph MallonFix switch lowerer for cases close to overflow.
2008-10-30 Michael Beck- reserve the IR_RESOURCE_PHI_LIST resource
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
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...
next