Fix typo.
[libfirm] / ir / be /
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...
2011-03-25 Matthias Braunfix wrong usage of inverted vs negated condition codes
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-22 Matthias Braunpin prolog/epilog nodes
2011-03-22 Matthias Braunadd exc_attr to all be_nodes so you can dynamically...
2011-03-17 Christoph MallonMove macro constant into the only file, which uses it.
2011-03-17 Christoph MallonRemove dead assignment und subsequently unused macro...
2011-03-17 Christoph Mallons/keeped/kept/.
2011-03-17 Matthias Braunia32: get_eip and fpu_trunc_mode are not always NULL...
2011-03-17 Michael BeckRemoved unused variables.
2011-03-16 Matthias Braunsparc: abort when encountering (non-lowered) 64bit...
2011-03-16 Matthias Braunemit global asms in all backends
2011-03-16 Matthias Braunbestabs: move stabs but not backend specific text0...
2011-03-16 Matthias Braunbedbgout: improve function names, ensure that the end...
2011-03-16 Matthias Braunsparc: to avoid trouble, move all nodes before sparc_Re...
2011-03-16 Matthias Braunavoid verifier warnings in sparc by explicitely modelin...
2011-03-16 Matthias Braunbestack: remove unnecessary keep edges from IncSP nodes
2011-03-16 Matthias Braunbestack: add support for nodes resetting the stack
2011-03-16 Matthias Braunfix sparc_finish missing Ldf/Stf
2011-03-16 Matthias Braundon't emit .space with 0 bytes
next