Xor without address mode is commutative.
[libfirm] / include /
2011-09-27 Manuel MohrAdded option to prevent creation of misaligned loads...
2011-09-26 Andreas Zwinkauremove warning
2011-09-23 Sebastian BuchwaldFixed typos.
2011-09-22 Manuel MohrAdded callback mechanism to determine compilerlib funct...
2011-09-22 Matthias Brauncleanup in firm_types.h
2011-09-22 Matthias Braunkill deprecated firm_parameter_t interface
2011-09-22 Matthias Braunremove old+unused interval_analysis
2011-09-22 Matthias Braunremove old+unused execution_frequency/field_temperature
2011-09-22 Matthias Brauncleanup comments in public headers
2011-09-22 Matthias Braunremove old+unused structure analysis
2011-09-22 Matthias Braunremove old+unused rta code
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 Braunchange unreachable code elmination to the simpler remov...
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-09-20 Matthias Braunremove broken-for-verifier flag
2011-09-20 Matthias Braunrename NO_BAD_BLOCKS to NO_BADS, remove unnecessary...
2011-09-20 Matthias Brauncleanup/fix optimize_graph_df flag handling
2011-09-16 Andreas Zwinkaudocumentation for graph state flags
2011-09-15 Matthias Braunlower_mode_b: refactoring, make it more robust
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove entity_usage_state attribute
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-09-14 Andreas ZwinkauRemove outs_state attribute
2011-09-14 Andreas ZwinkauAPI to enable dumping
2011-09-14 Andreas ZwinkauRemoved IR_GRAPH_STATE_BAD_BLOCK symbol
2011-09-14 Andreas Zwinkauintroduce opt_manage framework
2011-09-14 Andreas Zwinkauintroduce remove_unreachable_blocks
2011-09-01 Manuel MohrDirectly ask backend for current machine size in CopyB...
2011-09-01 Andreas ZwinkauAdapt documentation to implementation
2011-09-01 Manuel MohrImproved CopyB lowering, made it part of target lowering.
2011-08-22 Matthias Brauna const parameter is enough for get_method_XXX()
2011-08-22 Matthias Braunadd special constant to represent VA_START-address...
2011-08-17 Matthias Braunreplace unsupported builtins with library calls
2011-08-17 Christoph MallonCorrect typos in comments.
2011-08-16 Andreas ZwinkauAPI Change: Use graph state instead of parameter
2011-08-10 Matthias Braunlet backends specify the complete long double type
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-05 Matthias Braunsimplify/rework lower_calls interface and code
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-07-28 Matthias Braunlowering: fix i_mapper for new exception attributes
2011-07-15 Sebastian BuchwaldFixed typo.
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-17 Matthias Braunlet backends report their machine_size and the size...
2011-06-11 Matthias Braunadd some const qualifiers to backedges query functions
2011-06-09 Matthias Braunadd missing FIRM_API prefixes
2011-06-01 Matthias Braunlower small switches to ifs
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-05-31 Matthias BraunIntroduce flip-flopping normalisations
2011-05-31 Matthias Braunirverify: simplify/refactor internal interfaces
2011-05-31 Matthias Brauna const ir_graph is enough for get_idx_irn
2011-05-27 Christoph Mallonstruct ir_settings_if_conv_t does not exist anymore.
2011-05-27 Sebastian BuchwaldFixed some typos.
2011-05-26 Andreas ZwinkauNew API function: remove_bads
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-23 Matthias Braunlower_dw: huge refactoring, allow custom lowering funcs...
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-24 Michael BeckSwitch irg index to type size_t, making the API more...
2011-04-20 Andreas ZwinkauRemove type lower functions from API
2011-04-20 Matthias Braunhide cdep struct behind getter, make it more robust...
2011-04-20 Matthias Braunremove strange function (christophs words) and duplicat...
2011-04-15 Matthias Braunfix cparser warnings
2011-04-15 Matthias Braunupdate automake stuff for release
2011-04-15 Matthias Braunnobody needs alloca.h these days (hopefully) - using...
2011-04-13 Matthias Braunremove r_keep_alive and let keep_alive decide irg based...
2011-04-13 Matthias Braunfix incorrect and(Cmp(a,0),Cmp(b,0)) localopt
2011-04-13 Matthias Braunadd notes about const/pure properties and inifite loops
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-04-07 Christoph MallonRemove stale ENUM_BITSET(pn_Cmp).
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-30 Matthias Braunsimplify opt_funccall interface
2011-03-24 Michael BeckUpdated comment.
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-24 Matthias Braunimplement some localopt rules for And(Cmp(a,0), Cmp...
2011-03-16 Andreas ZwinkauAdapt documentation to implementation
2011-03-15 Michael BeckMake remove_compound_member() an official API method.
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-04 Matthias Braunfix more size_t warnings
2011-03-03 Michael BeckFurther pushed size_t: structure analysis uses size_t...
2011-03-02 Michael BeckFurther pushed size_t: callgraph functions uses size_t...
2011-03-02 Michael BeckFurther pushed size_t: trouts functions uses size_t...
2011-03-01 Michael BeckFurther pushed size_t: ir_initializer_t uses size_t...
2011-02-28 Matthias Braunia32: prefere != over < or > relation where possible
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-26 Michael BeckConstify node_cmp_attr_func.
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-02-21 Matthias Braunremove confusing, unused and broken function
2011-02-11 Michael BeckFurther spread size_t.
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Brauntranslate comment to english
next