finish support for custom backend node attributes, separate x87 attributes from norma...
[libfirm] / ir / be / ia32 /
2007-06-04 Matthias Braunfinish support for custom backend node attributes,...
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
2007-06-03 Michael BeckSet the exc_label for Load and Store nodes.
2007-06-03 Matthias Braunadd comment about strange regalloc behaviour
2007-06-03 Matthias Braunmore missing constraints
2007-06-03 Matthias Braunsame_as constraints in assembler nodes work now
2007-06-03 Christoph MallonTurn the ia32_transform_env_t transformation environmen...
2007-06-02 Matthias Braunmore dependency edges needed
2007-06-02 Matthias Braunfix immediate emitting
2007-06-02 Matthias Braunattempt to fix Leas being placed before barrier
2007-06-02 Matthias Braunwe can parse lots of assembler constraints now (but...
2007-06-02 Matthias Braunfix pnc dumper for SwitchJmp
2007-06-02 Matthias Braunmore work on ia32 assembler nodes
2007-06-02 Matthias Brauncleanup and improve generate_opcode script, you can...
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckremoved unused offs_sign attribute, added exc_label...
2007-06-02 Michael Beckinitial support for exception handling
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Michael BeckAdded changes for inline assembler
2007-05-30 Michael Beckpreliminary emitter for ASM nodes
2007-05-30 Michael Beckschedule ASM nodes
2007-05-30 Matthias Braunkeep alive bugfixes for x87
2007-05-30 Michael BeckAdd missing keep bits to fld* instructions
2007-05-30 Matthias Braunfix xStoreSimple and SetST0
2007-05-30 Matthias Braunmake x87 float mode default
2007-05-29 Matthias Braunia32 was missing spill cost estimates
2007-05-25 Michael Beckint instruction added
2007-05-24 Christoph MallonAdd missing break in a switch which caused an incorrect...
2007-05-23 Michael Beckremoved impossible address modes
2007-05-23 Michael Becksome doxygen comments added
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
2007-05-23 Michael BeckUsed new Div result mode
2007-05-23 Matthias Braunfix uninitialized variables
2007-05-21 Matthias Braunfix conv optimisation, remove wrong asserts
2007-05-21 Matthias Braunonly use addressmode for 32 bit modes
2007-05-18 Matthias Braunemit execfreqs for all blocks. ignore the am_flavour...
2007-05-14 Matthias Braunreuse old proj numbers for projs where only the mode...
2007-05-14 Matthias Braunwe can convert reference to mode_Iu now
2007-05-13 Matthias Braunworkaround memperm problems with different entity sizes...
2007-05-12 Michael BeckSet the initial EBP Proj to ignore.
2007-05-11 Christian Würdigreduced stack overhead by transforming nodes as early...
2007-05-10 Matthias Braunreformatted, add is_ia32_Store8Bit to is_ia32_St
2007-05-09 Matthias Braunlast change with mode suffix was wrong for x87 nodes...
2007-05-09 Matthias Braunnodes that support dest AM aren't always mode l
2007-05-09 Matthias Braunmode suffix changes
2007-05-09 Matthias Braunseveral fixes to dest address mode
2007-05-09 Matthias Braunwe can only handle 32bit compares at the moment
2007-05-09 Matthias Braunwe have to change register_requirement when using dest am
2007-05-08 Matthias Braundon't die on divs whose result is unused
2007-05-07 Matthias Braunrenumber source/dest registers
2007-05-06 Matthias Braunfix doxygen warning
2007-05-05 Michael Beckremoved unused (and unimplemented) emit templates
2007-05-05 Matthias Braunremoved wrong assert
2007-05-04 Michael Becktypo fixed
2007-05-04 Matthias Braunremove conv after load and before stores
2007-05-02 Matthias Brauncleanups, use the new tarval emitter
2007-04-30 Christian Würdigunified main comments
2007-04-27 Christian Würdigadded new licence header
2007-04-26 Michael Beckremoved unnecessary include
2007-04-24 Michael Beckadded more comments
2007-04-23 Michael Beckallow character mode constants
2007-04-23 Michael BeckFixed: gen_Proj_be_Call() handles only data Projs ...
2007-04-23 Matthias Braunimprove/fix wrong alignment in block emitting
2007-04-20 Matthias Braunassert that in and out entities of memperms have the...
2007-04-20 Matthias Braunfix wrong registers assigned to some float constants
2007-04-19 Matthias Braunuse own mode for fpcw, fix constants for shift, xmm...
2007-04-19 Andreas SchösserTransformation from ProjIs to ProjIu now also works...
2007-04-19 Matthias Braunanother fix
2007-04-19 Matthias Braunfix
2007-04-19 Matthias Braunrevert accidentaly mode change of xmm registers
2007-04-19 Matthias Braunfirst step for generating flag datastructures, generato...
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-16 Matthias Braun- Fix address_mode optimizer not removing nodes
2007-04-16 Michael Beckmissing files added
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-02 Matthias Braunwe save entities not idents in ia32 symconsts now
2007-04-02 Matthias Braunalloca is now declared in xmalloc.h
2007-04-02 Matthias Braunfix TLS emitting
2007-04-02 Matthias Braunfix mode for vfild
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-30 Andreas Schösserchanged inline to INLINE, removed C99
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-03-23 Matthias Braundisable experimental code for now
2007-03-22 Matthias Braunfix wrong lea to add transformation
2007-03-22 Matthias Braunmake CondJmps and Switches pinned, now we can do code_p...
2007-03-22 Matthias BraunReplace leading spaces by tabs
2007-03-22 Matthias Braunremove superfluous quotation marks
2007-03-22 Andreas SchösserResolved conflicts
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-03-21 Christoph MallonFixed Makefiles
2007-03-20 Andreas SchösserCorrected wrong path name when calling ia32_simd_spec.pl
2007-03-19 Matthias BraunThe big committ:
2007-03-12 Andreas SchösserChanged mode_DLu to mode_LLu
2007-03-09 Andreas SchösserAdded possibility to include automatically generated...
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-03-01 Matthias Braunfix output of static variables after .comm change
next