Dump alert, backspace and vertical tab in string initializers, too.
[libfirm] / ir / lower /
2011-10-26 Andreas ZwinkauFix lower_mode_b aka x86code/fehler136
2011-10-25 Christoph MallonRemove ia32_l_Setcc and remove set creation callback...
2011-10-20 Matthias Braunremove is_Global/get_GlobalEntity
2011-10-17 Matthias Braunchange strange indentation
2011-10-13 Sebastian BuchwaldClean up code.
2011-10-13 Sebastian BuchwaldFixed typo.
2011-10-13 Sebastian BuchwaldLower double word builtins.
2011-10-13 Sebastian BuchwaldFixed some typos.
2011-09-27 Manuel MohrAdded option to prevent creation of misaligned loads...
2011-09-23 Manuel MohrConsistently use new function to create compilerlib...
2011-09-22 Manuel MohrAdded callback mechanism to determine compilerlib funct...
2011-09-20 Matthias Brauneliminate ip_outs_state and trouts_state
2011-09-20 Matthias Braunuse IR_GRAPH_STATE instead of irg_extblk_info_state
2011-09-20 Matthias Braunlower_mode_b: handle BadB
2011-09-19 Manuel MohrTurn off CSE when creating Projs during double word...
2011-09-16 Andreas Zwinkaufix warning
2011-09-15 Matthias Braunoops, forgot to add a file
2011-09-15 Matthias Braunlower_mode_b: refactoring, make it more robust
2011-09-15 Sebastian BuchwaldWe can only optimize one CopyB for each return value.
2011-09-14 Manuel MohrMinor indentation fix.
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-09-08 Matthias Braunimplement compound-call-argument lowering
2011-09-08 Matthias BraunChange "associated type" logic to a single linked list...
2011-09-06 Matthias Braunremove has_compound_ret_parameter, we already had cc_co...
2011-09-06 Matthias Braunlower parameter entities in softfloat lowerer
2011-09-06 Manuel MohrAdded dw_lower special case to handle Calls whose resul...
2011-09-06 Matthias BraunAlternative fix for const functions with aggregate...
2011-09-06 Matthias Braunsparc: initial support for Alloc/Free nodes
2011-09-02 Sebastian BuchwaldWe may return a parameter and thus need to copy them.
2011-09-01 Manuel MohrDirectly ask backend for current machine size in CopyB...
2011-09-01 Manuel MohrImproved CopyB lowering, made it part of target lowering.
2011-08-22 Matthias Braunadd special constant to represent VA_START-address...
2011-08-19 Christoph MallonUse new_*_Const(irg, get_mode_$VAL(mode)) instead of...
2011-08-17 Christoph MallonAllow selecting one past the last parameter to get...
2011-08-17 Matthias Braunreplace unsupported builtins with library calls
2011-08-17 Matthias Braunfix warnings reported by cparser
2011-08-16 Andreas ZwinkauAPI Change: Use graph state instead of parameter
2011-08-15 Matthias Braunimplement aggregate returns according to sparc ABI
2011-08-12 Sebastian BuchwaldImplemented floating point lowering to Calls into a...
2011-08-05 Matthias Braunmaintain method types variadicity,properties,calling...
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-05 Matthias Braunsimplify/rework lower_calls interface and code
2011-07-28 Matthias Braunlowering: fix i_mapper for new exception attributes
2011-07-11 Matthias Braunskip Tuples in mode_b lowerer
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-20 Matthias Braunfix bug in lower_calls (found by cparser warning)
2011-06-17 Matthias Braunfix switch lowerer messing up default_proj in some...
2011-06-06 Andreas ZwinkauFix some types
2011-06-01 Matthias Braunlower small switches to ifs
2011-06-01 Andreas Zwinkaulower_dw must deactivate edges
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-30 Christoph MallonUse XMALLOCF*().
2011-05-30 Matthias Braunlocalopt/lower_dw opt: a==b && c==d => (a^b)|(c^d)==0
2011-05-27 Michael BeckFixed typos.
2011-05-27 Michael BeckC99 feature removed.
2011-05-27 Andreas Zwinkauedges deactivate fix
2011-05-25 Matthias Braunfix fehler189.c
2011-05-23 Matthias Braunsparc: implement 64bit lowering
2011-05-23 Matthias Brauncompiler library entities should be visibility_external
2011-05-23 Matthias Braunlower_dw: Shift lowering without intrinsics
2011-05-23 Matthias Braunlower_dw: huge refactoring, allow custom lowering funcs...
2011-05-23 Matthias Braunlower_dw: add support for Bad nodes
2011-05-13 Andreas ZwinkauDelay exchange until all nodes are created
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Matthias Braunlittle cleanup, avoid unnecessary optimize_graph_df
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-03 Michael BeckBugFix: mode_b lowering might create new control flow...
2011-05-03 Michael BeckBugFix: Always invalidate loop-info if data flow was...
2011-05-02 Matthias Braunfix lower_mode_b: phi inputs may be bad
2011-04-28 Matthias Braunfix an intrinsic lower not reporting changes
2011-04-28 Matthias Braunfix lower_copyB not invalidating irn_outs
2011-04-28 Matthias Braunfix warnings
2011-04-25 Michael BeckBugFix: fixed broken refactoring, associated link canno...
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-20 Christoph MallonSimplify: if (!irn_visited(x)) { mark_irn_visited(x...
2011-04-20 Andreas ZwinkauRefactoring: remove goto
2011-04-20 Andreas Zwinkaufix backend/lower_call3.c
2011-04-20 Andreas ZwinkauRemove unnecessary assert
2011-04-20 Andreas ZwinkauUse get_type_[un]lowered instead of get_associated_type
2011-04-20 Andreas Zwinkauis_lowered_type is now only used in asserts
2011-04-20 Andreas ZwinkauRefactoring
2011-04-20 Andreas ZwinkauFix backend/lower_call2.c
2011-04-19 Andreas ZwinkauFixes backend/lower_call.c
2011-04-19 Andreas Zwinkauno name shadowing
2011-04-15 Matthias Braunimplement some cases of =A asm-constraint
2011-04-13 Matthias Braunfix incorrect and(Cmp(a,0),Cmp(b,0)) localopt
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-03-30 Matthias Braunsimplify Sel lowering code
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunremove names from parameters of method_types - it is...
2011-03-30 Matthias Braunremove pointless first_variadic_param attribute from...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-25 Matthias Braunfix firm producing invalid code for return a > 0 with...
2011-03-24 Matthias Braunimplement some localopt rules for And(Cmp(a,0), Cmp...
next