sparc: first attempt at using delay slots
[libfirm] / ir / be / ia32 /
2010-09-06 Matthias Braunrename heights_t to ir_heights_t, improve docu a bit...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-19 Matthias Brauna normalisation which shrinks values on the right shift...
2010-08-19 Matthias Braunonly construct Rotl if backend supports it
2010-08-18 Matthias Braunia32: fix bug introduced when improving doz matcher...
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-08-18 Matthias Braundoz pattern matcher missed some cases
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-05 Matthias Braunmake sure the width field is always initialized to...
2010-08-02 Christoph MallonDuplicate GetEIP when transforming.
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-27 Matthias Braundraft for register width specifications
2010-07-27 Matthias Braunbeflags: transform modifies_flags property into a callb...
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-07-16 Matthias Braunavoid code duplication: use be_add_missing_keeps in...
2010-07-16 Matthias Braunsome cleanups in arm+sparc backends
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-15 Matthias Braunremove outdated/wrong comments from backend specs
2010-07-15 Matthias Braunchange backend node specification to use whole words...
2010-07-15 Matthias Braunfix a few whitespace errors and remove spec cruft
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
2010-07-10 Matthias Braunreorganize beabi - save wether we are using omit_fp...
2010-07-09 Matthias Braunallow backend to do its own custom abi handling and...
2010-07-08 Matthias Braunavoid unnecessary macros in ia32_transform.c
2010-07-08 Matthias Braunchange betranshelp semantic to panic instead of duplica...
2010-07-06 Matthias Braunremove these largish/noisy headers
2010-07-05 Matthias Braunput stack_layout into beirg instead of be_abi datastruc...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-07-02 Matthias Braunchange spiller and related interface to use ir_graph...
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-06-26 Christoph Mallonia32 Not does not affect the flags.
2010-06-25 Matthias Brauncleanup ia32 code (use private linkage where necessary...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-06-23 Matthias Braunremove the (mis-)feature of arch_get_irn_reg_req_out...
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-08 Christoph MallonFix last commit. Note to self: Never do last minute...
2010-05-08 Christoph MallonClarify the carry testing magic.
2010-05-05 Matthias Braunalso allow reference mode in fild
2010-05-05 Matthias Braunguard against multiple users when skipping convs for AM
2010-05-03 Matthias Braunfix typo
2010-05-03 Matthias Braunsmall optimisation: we can still skip unsigned/signed...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-04-26 Matthias Braunimprove ia32_Asm register pressure faithfullness stuff...
2010-04-13 Hannes Rapp- various updates to sparc backend
2010-04-10 Michael BeckRenamed ia32 Push0 to PushEax (because this is the...
2010-04-07 Matthias Braunfix the sub esp,4 => push peephole optimisation
2010-04-06 Matthias Braunmodel Unknowns as own nodes (but not in form of an...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-15 Matthias Braunkill the concept of an unknown register - it just heavi...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-06 Christoph MallonMinor cleanup.
2010-03-06 Christoph MallonCorrect a subtle bug in the ia32 backend: Sub(x, x...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-24 Christoph MallonSimplify code: Do not handle Minus when creating immedi...
2010-02-24 Christoph MallonFix a gammel-bug: try_create_Immediate() dropped the...
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonOutput proper local lables (starting with .L/L) for...
2010-02-13 Christoph MallonWe must be able to output 16 byte aligned long doubles...
2010-02-13 Matthias Braunuse begnuas to emit block labels so we use the correct...
2010-02-13 Matthias Braunfix intrinsics appearing in output
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-12 Matthias Braunfix warning
2010-02-12 Matthias Braunput my notes into the code so they don't get lost....
2010-02-07 Michael BeckReverted r27079. Seems to be wrong.
2010-02-06 Michael BeckBugFix: ins_permuted means inversed flags, not negated ...
2010-02-06 Michael BeckFixed setcc transform:
2010-02-05 Matthias Braunfix all pic bases I could find
2010-02-05 Matthias Braunfix another PIC problem
2010-02-05 Michael BeckNew setcc framework can handle all mux_is_abs(...,...
2010-02-05 Michael Beckexport ia32_immediate_from_long()
2010-02-04 Matthias Braunuse more IR_RESOURCE_TYPE_VISITED, remove pointless...
2010-02-04 Matthias Braunfix buf: we can't handle floating point muxes
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Michael BeckC99 feature removed.
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias BraunRework linkage types in firm.
2010-02-01 Olaf LiebeFixed broken ia32_emitf (va_arg was not always called...
2010-02-01 Matthias Braunmake the character used for specifying elf types config...
2010-02-01 Matthias Braunfix fehler175.c
2010-02-01 Matthias Braunfix wrong mux_is_set test
2010-02-01 Matthias Braunfix fehler174
2010-01-29 Matthias Braunfix float constants with PIC code
2010-01-28 Christoph MallonReduce code duplication by jumping to the appropriate...
2010-01-22 Michael Beckcosmetic change
2010-01-20 Matthias Braunfix doz stuff
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-18 Matthias Braunremove ins_permuted from CMovcc and Setcc constructors...
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2010-01-17 Michael BeckPartly undo r26950: there seems be be subtile differenc...
2010-01-15 Michael BeckFixed register order (arg, the comments were in ATT).
2010-01-15 Michael BeckAdd binary emitter for setcc.
2010-01-14 Michael BeckAs a reminiscence to the famous MAC/65 assembler change...
2010-01-14 Matthias BraunMichael found a nice trick to implement sets for float...
next