beifg: Simplify the implementation of be_ifg_foreach_node().
[libfirm] / ir / lower /
2012-12-12 Matthias Braunfix lower_calls sometimes not lowering method type
2012-12-12 Matthias Braunremove license stuff from files
2012-12-10 Matthias Braunlower array types as arguments/results like compound...
2012-12-06 Christoph Mallonirgmod: Pass the new inputs to turn_into_tuple() instea...
2012-12-04 Matthias Braunremove Cast node
2012-12-02 Matthias Braunconvert lower_mode_b to assure/confirm_irg_properties...
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_FZ().
2012-11-26 Matthias Braunquery firmstat options through lc_opt system
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-11-25 Christoph Malloncleanup: Use get_Block_n_cfgpreds()/get_Block_cfgpred...
2012-10-25 Matthias Braunswitch_lowerer: cast to backend specified Switch mode
2012-10-25 Matthias Braunremove no-out_of_bounds option from lower_switch
2012-10-25 Matthias Braunchange lower_switch to work on tarvals instead of int
2012-10-25 Matthias BraunSwitch nodes may have dw inputs, without outputs
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-09-14 Manuel MohrFixed some typos.
2012-09-14 Manuel MohrFixed lowering of calls with compound returns.
2012-08-24 Matthias Brauntarval: shift variants with unsigned right operand
2012-08-23 Matthias Braunuse confirm_irg_properties in lower_intrinsics
2012-08-21 Matthias Braunremove the concept of a strictconv
2012-07-23 Matthias Braunrework ASM node, it always has a memory input now
2012-07-20 Christoph MallonLet list_for_each_entry(), list_for_each_entry_reverse...
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-14 Christoph MallonRemove compound path initializers.
2012-06-14 Christoph MallonImplement eval_strcmp() for the new style initializers.
2012-06-13 Matthias Braunfix warning
2012-06-13 Matthias Braunremove deprecated support for bitfield masking
2012-06-13 Matthias Braunremove extended basic block support
2012-04-27 Matthias Braunfix problem with shared doubleword types
2012-03-01 Matthias Braunlower_dw: don't fail on Tuple-nodes
2012-02-17 Matthias Braunlower_dw: fix mode mixups, handle ir_bk_bswap
2012-01-10 Matthias Braunlower_dw: respect endianess in Conv builtin funcs
2011-12-19 Matthias Braunmake modelist global
2011-12-19 Matthias Braunmake opcode list global
2011-12-19 Matthias Braunplug more leaks
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunreplace pamp_find with pmap_get where possible
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias Braunavoid unnecessary #define in header
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-12-14 Matthias Braunremove more pointless end-brace comments
2011-11-17 Matthias Braunremove symconst_type_tag
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-07 Matthias Braunonly add new X nodes as tuple preds if CopyB throws...
2011-11-07 Matthias Braundisallow Conv Is(xx b)
2011-11-07 Matthias BraunSet optimisations moved to transform_node_Mux
2011-11-03 Matthias Braunlower_switch: fix bug in normalisation
2011-11-02 Matthias Braunintroduce Switch node
2011-11-02 Matthias Braungenerate irdump proj-number lookup tables
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
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
next