Correct inaccurate comment: The only corner case of wrong CF in NEG+ADD as replacemen...
[libfirm] / ir / be /
2011-07-27 Christoph MallonCorrect inaccurate comment: The only corner case of...
2011-07-19 Sebastian BuchwaldSet ls_mode for created ia32_Test node.
2011-07-19 Sebastian BuchwaldFixed opt/fehler193.c.
2011-07-05 Matthias Braunuse @progbits with .ctors/.dtors section (see also...
2011-06-25 Michael BeckC99 feature removed.
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-24 Andreas ZwinkauFix: 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-17 Christoph MallonWork around the PIC-in-switch problem by setting the...
2011-06-17 Christoph MallonCorrect usage of ia32_emitf() in emit_ia32_SwitchJmp().
2011-06-17 Christoph MallonReduce code duplication and resolve inconsistencies...
2011-06-16 Sebastian Hackoutsourced some functionality
2011-06-16 Matthias Braunremove remaining WITH_ILP uses, fix bug introduced...
2011-06-16 Matthias Braunwe always have liblpp now, remove WITH_ILP flag
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-06-11 Matthias Braununify sparc/ia32 SwitchJmp handling
2011-06-09 Michael BeckImproved comment, small cosmetic.
2011-06-09 Michael BeckFixd typo.
2011-06-08 Michael BeckRemoved the callee/caller saved flag from register...
2011-06-07 Matthias Braunfix a few comment typos
2011-06-01 Matthias Braunlower small switches to ifs
2011-06-01 Andreas Zwinkauremove bads in backend
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-31 Matthias Braunmove integer abs optimisation from backend to the middleend
2011-05-30 unknownImproved doxygen docu.
2011-05-30 Matthias Braunimprove our 'don't use AM' heuristic: immediates do...
2011-05-27 Matthias Braunmerge start-block successor with start-block in backend...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-26 Matthias BraunDo not generate declaration for non-existing arch_get_n...
2011-05-26 Matthias Braunfix ShlD/ShrD not getting generated in some cases
2011-05-25 Andreas ZwinkauRemove equivalent_node_Block
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-25 Matthias Braunfix warnings
2011-05-24 Andreas Zwinkautypo
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 Braunuse irg from block instead of current_ir_graph in backe...
2011-05-23 Matthias Braunadd support for backend nodes without attributes
2011-05-23 Matthias Braunsparc: Sub is mode neutral
2011-05-23 Matthias Braunbackend: ProjT/Start is an anchor and explicitely trans...
2011-05-23 Andreas ZwinkauUnresolved should_be_same constraint => panic
2011-05-10 Christoph MallonUse simple assignment instead of memcpy() when possible.
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Andreas Zwinkaubeabi requires out edges
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-30 Michael BeckFurther push size_t.
2011-04-28 Matthias Braunimprove firm profiler (based on patch by Steven Schäfer)
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-28 Matthias Braunremove obsolete #defines
2011-04-28 Matthias Braunmake verifier a bit less strict for out-edges to dead...
2011-04-28 Matthias Braunfix warnings
2011-04-28 Sebastian BuchwaldFixed size_t related warning.
2011-04-25 Michael BeckBugFix: fixed broken refactoring, associated link canno...
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-20 Sebastian BuchwaldThe constructor initializes the array.
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 Matthias Braunadd no register requirement to NoMem
2011-04-18 Matthias Braunpadded return is only an obscurity of the athlon branch...
2011-04-15 Matthias Braunimplement some cases of =A asm-constraint
2011-04-15 Matthias Braunfix cparser warnings
2011-04-15 Matthias Braunminimize number of build variants: always enable statistics
2011-04-13 Matthias Braunadapt sparc backend to new prolog/epilog handling
2011-04-13 Matthias Braunpanic if TLS is found in sparc backend
2011-04-13 Matthias Braunremove stray declaration
2011-04-13 Michael BeckBugFix: fixed access to free'ed pointer.
2011-04-13 Michael BeckC99 feature removed.
2011-04-13 Matthias Braunavoid new_NoMem in favor or get_irg_no_mem
2011-04-13 Matthias Braunfix some warnings by removing the strange abi_get_ignor...
2011-04-13 Matthias Braunremove old+unused code
2011-04-13 Matthias Braunmove private API into .c file
2011-04-11 Sebastian BuchwaldBoth memory projs are involved in the transformation.
2011-04-11 Andreas ZwinkauSimplify code
2011-04-09 Michael BeckC99 features removed.
2011-04-09 Michael BeckBugFix: fixed type name.
2011-04-08 Matthias Braunmore aggressive node-killing to avoid dangling edges
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas ZwinkauRemove ifdef FIRM_KAPS
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Braunall backends have decreasing stack
2011-04-08 Matthias Braunchange get_ignore_irn API to take irg instead of abi
2011-04-08 Matthias Braunrename be_pos_XXX to n_be_XXX to be consistent with...
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-04-08 Matthias Braunidentify bitfield types based on whether they have...
2011-04-08 Sebastian BuchwaldUse a more scalable algorithm for SSA reconstruction.
2011-04-08 Sebastian BuchwaldRevert "Prepared for diff."
2011-04-08 Sebastian BuchwaldPrepared for diff.
2011-04-08 Sebastian BuchwaldFixed some typos.
2011-04-03 Michael BeckC99 feature removed.
2011-03-30 Matthias Braunamend to tls_chagnes
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 Braunrename Store_align/Load_align to XXX_unaligned and...
next