add correct compare functions for be nodes
[libfirm] / ir / be / ia32 /
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
2007-03-01 Matthias Braunfix dumping of thread local storage which was broken...
2007-03-01 Matthias Brauncorrectly handle calls in x87 simulator
2007-03-01 Matthias Braunremove obsolete fldConst node
2007-03-01 Matthias Braunremove old debug printf
2007-03-01 Matthias Braun- we have to handle copies from Unknown nodes
2007-03-01 Matthias Braun- make spillslot coalescer pickup float-int convert...
2007-03-01 Matthias Braunfix mixed reverse/normal comp in fCondJmp
2007-03-01 Matthias Braun- fix x87 simulator not killing float copies that only...
2007-02-27 Matthias BraunSSE consts for xorps need to be 128bit
2007-02-27 Matthias Braunfix some ia32_finish routines not setting ls_mode for...
2007-02-27 Matthias Braunfix cvt emitter
2007-02-27 Matthias BraunGetST0 and xLoad also need entities
2007-02-27 Matthias Braunfix SSE2 float calls + returns
2007-02-27 Matthias Braunfix SSE2 float calls + returns
2007-02-27 Matthias Braundon't output .global for .comm variables
2007-02-27 Matthias Braunfix Mulh, Div, IDiv handling
2007-02-26 Matthias Braunoutput unitialized data with .comm
2007-02-22 Matthias Braun- force liveness update in belady spiller, (someone...
2007-02-22 Matthias Braunreverting something I didn't want to committ yet
2007-02-22 Matthias Braun- change float nodes to mode_E
2007-02-21 Matthias Braunfix ra_timers
2007-02-16 Matthias Braundon't use enum as base type for bitfields
2007-02-16 Matthias Braunexperiment with new emitter style, change assembler...
2007-02-12 Christian Würdigmoved function to get PRoj for projnum to beutil
2007-02-09 Christian Würdigchanged type for callback
2007-02-09 Christian Würdigremoved C-99 stuff
2007-02-09 Christian Würdignew machine spec
2007-02-09 Matthias Braunset ESP register for AddSP and SubSP
2007-02-09 Christian Würdigadapted to new isa callback
2007-02-09 Matthias Braunfix
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
2007-02-07 Michael Beckfixed dump_compound_init again, still bitfield problems
2007-02-07 Michael Beckfixed dump_compound_init again
2007-02-07 Michael Beckdump_compound_init(): can handle initialiezer bigger...
2007-02-07 Michael Beckspeed up iteration
2007-02-06 Matthias Brauncompute_compound_graph_indices is no more
2007-01-30 Matthias Brauncorrectly remove some nodes from graph in beabi, thus...
2007-01-12 Christian Würdigspecial case handling for startblock succesor no longer...
2007-01-11 Matthias Brauntry to fix remat spiller for cases where the inverse...
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-21 Matthias Braunfix entity collector collecting loads without entities
2006-12-21 Matthias Braunfix for scheduled nodes
2006-12-21 Matthias Braunfix things when WITH_JVM and WITH_ILP is defined
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-20 Michael BeckAdded new required comment_string_end
2006-12-19 Christian Würdigadded comment_string_end
2006-12-18 Matthias Braunthe spillslot coalescer is now a general frame entity...
2006-12-18 Matthias Braun- Use a default node compare attribute function for...
2006-12-15 Matthias Braun- cleaned up spill/reload transform code a bit
2006-12-15 Matthias Braunfix bad format string for gendecls
2006-12-14 Matthias BraunSeveral x87 fixes, cleanups:
next