use own mode for fpcw, fix constants for shift, xmm const assembler
[libfirm] / ir / be / ia32 / bearch_ia32.c
2007-04-19 Matthias Braunuse own mode for fpcw, fix constants for shift, xmm...
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-02 Matthias Braunalloca is now declared in xmalloc.h
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 Braunremove superfluous quotation marks
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-03-19 Matthias BraunThe big committ:
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 Braun- make spillslot coalescer pickup float-int convert...
2007-03-01 Matthias Braun- fix x87 simulator not killing float copies that only...
2007-02-27 Matthias BraunGetST0 and xLoad also need entities
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-16 Matthias Braunexperiment with new emitter style, change assembler...
2007-02-09 Christian Würdigchanged type for callback
2007-02-09 Christian Würdignew machine spec
2007-02-09 Christian Würdigadapted to new isa callback
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
2007-01-30 Matthias Brauncorrectly remove some nodes from graph in beabi, thus...
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 Braun- All backend modules use module constructors for regis...
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-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-14 Matthias Braunuse skip_Proj_const to avoid warnings
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Christian Würdigadded copy attribute function (out_flags is a variable...
2006-12-13 Matthias Braunfixes for latest be changes
2006-12-13 Michael Beck- renamed access offset functions
2006-12-12 Christian Würdigadapted to new code generator callback (spill)
2006-12-10 Matthias Braunno domfront needed
2006-12-04 Christian Würdigadded function to retireve ilp scheduler interface
2006-11-15 Christian Würdigremoved a redundant isa attribute
2006-11-02 Christian Würdigimplemented callbacks for abstract machine
2006-10-26 Matthias Braunoutput estimated cost statistics to statfile
2006-10-24 Christian Würdigalways translate x87 FPU names from stx to st(x)
2006-10-18 Christoph MallonChange the if conversion backend hook
2006-10-17 Christian Würdigadded ir/opt include
2006-10-16 Christian Würdigadded new option ia32-nopushargs
2006-10-11 Michael BeckAllow empty requierements.
2006-10-10 Christian WürdigBugFix: retrieve Proj-based out flags only for datab...
2006-10-06 Christian Würdigfixed flags
2006-10-06 Christian Würdigadded support for separate outflags
2006-10-03 Christian Würdigreturn real x87 register (st0-st7) if node is patched...
2006-09-30 Matthias Braunfixes, use new blockscheduler
2006-09-26 Christian Würdigset correct noreg register when assimilating loads
2006-09-25 Christian Würdigfixed SetST0 register settings
2006-09-22 Christian Würdigfixed SSE returns
2006-09-21 Christian Würdigremoved is_Start macro, there exists a firm function now
2006-09-20 Matthias Braun- Properly support AM for push and pop nodes
2006-09-20 Michael Beckremoved useless my_skip_Proj()
2006-09-20 Michael BeckWhen the Pop instruction is handled, only change the...
2006-09-19 Michael BeckFixed generation of Pop with frame pointer enabled
2006-09-18 Michael BeckIA32: align the stack at 32bit
2006-09-14 Matthias Braunfix unused loads removing, fix warning
2006-09-14 Michael BeckPush/Pop/AddSP/SubSP always modify ESP
2006-09-13 Matthias Braunfixes to compile with -O0
2006-09-12 Michael Beckset_tarval_output_modes() sets the output mode for...
2006-09-11 Michael Beckadd debug output support
2006-09-08 Matthias Braunbugfixes for am_offs changes
2006-09-06 Matthias Braunempty block removing seems to work now
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-09-04 Christian Würdigfixed ctor support
2006-09-04 Christian Würdigadded ctor section support
2006-09-04 Matthias Braun- Tried to remove empty blocks before emitting, but...
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-31 Michael BeckAdd support for Linux TLS
2006-08-29 Christian Würdigadapted to new get list selector callback
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-27 Matthias Braun- Fix perform_memop stuff in bechordal_main after adams...
2006-08-26 Adam Szalkowskiget frame from irg instead from spill (the spill could...
2006-08-26 Adam Szalkowskiperform_memory operand now takes a spill instead of...
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-21 Christian Würdigfixed some indent
2006-08-15 Christian Würdigadded instruction latency
2006-08-14 Christian Würdigcreate all convs, remember those to be killed and kill...
2006-08-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-11 Christian Würdigadded new callback to set frame entity
2006-08-11 Christian Würdigirn classify now returns a mask
2006-08-11 Matthias Braundon't add projs to pops that nobody uses
2006-08-10 Matthias Braun- lower MemPerms into a series of pushs and pops
2006-08-09 Matthias Braun- add new finish call to architecture calls. This call...
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-08-01 Christoph MallonRemove unused vars
2006-07-29 Adam Szalkowskiadded spill cost estimation
2006-07-26 Christian Würdigadded statistic call for reload merging
2006-07-24 Christian Würdigadded memory operand support
2006-07-17 Christian Würdigfixed calculation of inverse operations
next