amend to barrier removal
[libfirm] / ir / be /
2011-03-04 Matthias Braunamend to barrier removal
2011-03-04 Matthias Braunsparc: avoid explicitely querying the barrier
2011-03-04 Matthias Braunsparc: improved IncSP/Save/Restore handling
2011-03-04 Matthias Braunsparc: document authors
2011-03-04 Matthias Braunsparc: factor out is_imm_encodeable
2011-03-04 Matthias Braunsparc: fix problems after recent firm updates
2011-03-04 Matthias Braundump graph after code-selection
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-03-04 Matthias Braunremove unused be_add_remat function
2011-03-04 Matthias Braunadd priority classes to scheduler, create prolog and...
2011-03-04 Matthias Braunfix backend nodes not copying flags correctly
2011-03-04 Matthias Brauncleanup listscheduler code
2011-03-04 Matthias Braunbeabi: simplify fix_start_block, avoid links to replace...
2011-03-04 Matthias Braunremove mostly unused/broken liveness tracking in scheduler
2011-03-04 Matthias Brauncleanup and description in beinfo for middleend nodes
2011-03-04 Matthias Braunremove to_appear_in_schedule function, use flags instead
2011-03-04 Matthias Brauncleanup/flatten some backend options
2011-03-04 Matthias Braunrework schedulers to register similar like regallocator...
2011-03-04 Matthias Braunremove support for schedule preparation steps (both...
2011-03-04 Matthias Brauncleanup besched header
2011-03-04 Matthias Braunkeep_alive_barrier operand used wrong block; schedule...
2011-03-04 Matthias Braunimprove some verify messages
2011-03-04 Matthias Braunremove delay slot handling from verifier code
2011-03-04 Matthias Braunkeeps behind a series of phis are fine
2011-03-04 Matthias Braunremove minir dump experiments
2011-03-04 Matthias Braunremove unmaintained/broken bespillbelady2
2011-03-04 Matthias BraunFix some -Wmissing-declarations warnings
2011-03-04 Matthias Braunadd compound parameter lower to lower_for_target
2011-03-02 Michael BeckFixed size_t related warnings.
2011-03-01 Michael BeckC99 features removed.
2011-02-28 Matthias Braunfix warnings because compare_attr gets const nodes now
2011-02-28 Matthias Braunia32: prefere != over < or > relation where possible
2011-02-28 Matthias Braunfix amd64 backend since negated_relation may return...
2011-02-28 Matthias Braunfix mux_allowed expecting Proj(Cmp) instead of Cmp
2011-02-28 Sebastian BuchwaldFixed warning about strange position of be_Keeps in...
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 Braungeneralize bittest pattern
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-02-24 Christoph MallonUse Lea instead of Add in the ia32 transformer.
2011-02-24 Christoph Mallonia32_Lea cannot use immediates, set the offset instead.
2011-02-24 Matthias Braunfix broken bt instruction after ia32 cc rewrite
2011-02-22 Andreas ZwinkauFix beabi call sorting
2011-02-21 Andreas ZwinkauSkip shift dependency if no other users
2011-02-17 Andreas ZwinkauFixes testcase opt/gzip_error
2011-02-17 Matthias Braunfixed broken builtins and added some comments
2011-02-17 Matthias Braunreworked ia32 condition code handling, remove backend...
2011-02-16 Matthias Braunnormalize some bittest constructs
2011-02-16 Andreas ZwinkauRemoved: list_sched_single_block
2011-02-11 Matthias Brauncomparing timesteps in different blocks is pointless...
2011-02-10 Sebastian BuchwaldFixed typo.
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braundo not output no_dead_strip for anonymous entities...
2011-02-09 Matthias Braunebx is no problem with pic when compiling in 64bit...
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-08 Matthias Braunfurther spread size_t
2011-02-06 Christoph MallonProperly check whether sscanf() succeeded.
2011-02-06 Christoph MallonReplace strcpy()+strcat() song and dance by a single...
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2011-02-06 Michael BeckRemoved unused parameter from_step of be_get_next_use().
2011-02-06 Michael BeckFixed size_t related warnings by isolating PTR_TO_INT...
2011-01-30 Michael BeckMore size_t related changes.
2011-01-28 Michael BeckFixed more size_t related warnings.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2011-01-24 Michael BeckFixed size_t issues.
2011-01-24 Michael BeckFixed some size_t related warnings.
2011-01-18 Michael BeckFixed some size_t related warnings.
2011-01-17 Matthias Braunadd another special case to begnuas so string-sub-initi...
2011-01-17 Christoph MallonBail out if we do not know how to assemble CPUID.
2011-01-17 Christoph MallonDo not use b (ebx) as asm constraint, when compiling...
2011-01-08 Matthias Braunadd type verifier: entities in global types must have...
2011-01-08 Matthias Braunfix warning
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2011-01-06 Michael BeckPartly revert r28208 by using ir_printf with %zu format...
2011-01-05 Matthias Braunfix warnings about wrong format specifiers for size_t
2010-12-28 Michael BeckConstify.
2010-12-28 Michael BeckReplaced magic constants by an enum.
2010-12-28 Michael BeckAdd and fix some comments.
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
2010-12-22 Michael BeckFixed some 64bit warnings by using size_t and fixing...
2010-12-21 Michael BeckFixed some 64bit warnings by using size_t instead of...
2010-12-06 Michael BeckRemoved the arch_register_type_is() macro.
2010-12-06 Michael BeckFixed memory leak, fixed some typos, add some doxygen...
2010-12-06 Michael BeckRestored somehow lost AMD Family 11h support.
2010-12-04 Michael BeckImproved native detection further.
2010-12-04 Michael BeckImproved AMD detection.
2010-12-04 Michael BeckInstead of panic() offer the native option only if...
2010-12-04 Michael BeckNative detection works on 32 and 64bit x86 cpus yet.
2010-12-03 Matthias Braunautodetection is only possible when compiling for an...
2010-12-01 Matthias Braunbe_lower_for_target is now a simple function in the...
2010-12-01 Matthias Braunuse a 'low-tech' solution for emitting 8- and 16-bit...
2010-11-26 Michael BeckUpdated and fixed "native" support.
2010-11-25 Andreas ZwinkauCode cleanup
2010-11-25 Andreas ZwinkauAMD autodetection extended
2010-11-25 Andreas ZwinkauAdd -march=native parameter
2010-11-23 Matthias Braunremove strange init_once/inited checks from arch_init...
2010-11-21 Michael BeckSimplified code, decrease register pressure, add some...
2010-11-21 Michael BeckAdd some doxygen docu.
2010-11-21 Michael BeckTurn while loop into do-while, we know it will be execu...
next