bestabs: move stabs but not backend specific text0: code into stabs
[libfirm] / ir / be /
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
2011-03-16 Matthias Braunbetranshlp: avoid current_ir_graph, fix missing node_el...
2011-03-16 Matthias Braunallocate spillslots at beginning/end of stackframe...
2011-03-16 Matthias Braunremove old spillslot coalescing API
2011-03-16 Matthias Braunbetranshlp: cleanup, pretransform end node so keep_aliv...
2011-03-16 Matthias Braundumper now dumps all generic backend flags
2011-03-16 Matthias Braunfix missing keep walker missing some cases
2011-03-16 Matthias Braunremove more barrier handling code
2011-03-16 Matthias Braunia32: add some asserts for the pre_transform step
2011-03-16 Matthias Braunreplace and kill survive_dce stuff
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-09 Sebastian BuchwaldFixed compile error in optimize build.
2011-03-09 Sebastian BuchwaldFixed some typos.
2011-03-09 Michael BeckC99 feature removed.
2011-03-08 Matthias Braunfix bestate code not respecting prolog/epilog
2011-03-07 Matthias Braunremove some more code mentioning the Barrier
2011-03-06 Michael BeckFixed size_t related warnings.
2011-03-04 Michael BeckRemoved C99 feature.
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...
next