size/aligment of types is now unsigned and in bytes, this fixes fehler095.c (array...
[libfirm] / ir / be / ia32 / bearch_ia32.c
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-11 Matthias Brauninclude iroptimize.h
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...
2007-10-25 Michael Beckupdated cpu architectures
2007-10-19 Matthias Braun- improve set transformation
2007-10-17 Matthias Braunimprove float->int conversion
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-17 Michael BeckRefactored attributes:
2007-10-15 Christoph MallonAllow loading of stack parameters with a different...
2007-10-15 Matthias Braunmove lea_to_add into the peephole phase
2007-10-12 Matthias Braunimprove and generalize handling of calls shrinking...
2007-10-10 Matthias BraunNo need to calculate liveness of NoMem
2007-10-08 Matthias Braunsupport AM in IJmp and IMul1OP
2007-10-07 Matthias Braunwe have to use the pinned state from the load when...
2007-10-06 Matthias Braunadd an option to disable calling convention optimisation
2007-10-04 Christoph MallonSwap the esp and value inputs of ia32_Push (so esp...
2007-10-03 Christoph MallonReplace a magic number by an enum. Turn two if cascades...
2007-09-30 Matthias Braunadd assert for not getting bad out regs, and fix some...
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-27 Matthias Braunbetter debug output when assembler constraints fail...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-25 Matthias Braun- never use (broken) sequential load/store in abi
2007-09-20 Matthias Braun- use flags handling code for ia32 Compares (including...
2007-09-19 Christoph MallonGet rid of be_SetSP.
2007-09-18 Matthias Braundo optimize_graph after abi
2007-09-14 Matthias Braundo mode_b lowering before abi phase
2007-09-13 Michael Beckadded isa and bias to ia32_intrinsic_env_t, c99 feature...
2007-09-13 Matthias Braunfix flags code for mem-input changes
2007-09-13 Matthias Braun- first experimental approach of flag modeling in add/adc
2007-09-12 Christoph MallonConsistently place the mem in for AM directly after...
2007-09-11 Matthias Braunexecute finish in the finish phase not in the after_ra...
2007-09-05 Michael Beckimproved MulC implementation
2007-09-05 Michael Beckchanged parameters for new MulC
2007-08-31 Matthias BraunChanged handling of address mode:
2007-08-31 Michael Beckremoved unused arch_irn_class_const classification
2007-08-14 Christoph MallonRemove stale debug printf()s.
2007-08-13 Matthias Braunfix fehler69
2007-08-09 Matthias Braunfix warning
2007-08-08 Matthias Braun- Fix unsigned->double, double->unsigned convs
2007-07-17 Matthias Braunfix Cltd register pressure, fix some SSE (ABI with...
2007-07-12 Matthias Brauntry to avoid creation of float Psis
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-11 Christoph MallonBe more liberal in what the IA32 backend allows for...
2007-07-11 Matthias Braunfix fehler39, exchange left/right is no good idea after...
2007-07-11 Matthias Braunsimplify logic when x87 simulator is started
2007-07-10 Matthias Braunmake use of mode_b lowerer, fix keeps for CopyB
2007-07-08 Christoph MallonUnbreak build.
2007-07-06 Michael Beckadded missing includes
2007-07-06 Matthias Braunuse optimize_graph_df
2007-07-02 Matthias Braun- Reintroduced TestCmov and TestSet
2007-06-28 Matthias Braunaddressmode for compares works now
2007-06-28 Michael BeckFixed typos, add some doxygen docu
2007-06-28 Michael Beckvariadic functions have always cdelc calling convention
2007-06-25 Matthias Braunspecify attribute copy function in spec
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-19 Matthias Braunimplement strict convs
2007-06-18 Michael Beckuse the new mtp_property_private flag to switch calling...
2007-06-18 Michael Beckremoved prefer_fastcall: backends can now decide how...
2007-06-18 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfix warnings
2007-06-15 Matthias Braunpsi transform and emit logical rewritten from scratch
2007-06-14 Michael BeckFixed calculation of register parameters: A register...
2007-06-14 Michael Becktypo fixed
2007-06-13 Matthias Braundon't fail if type mode can't be determine (which can...
2007-06-13 Matthias BraunProjMs should not be scheduled
2007-06-11 Matthias Braunfix wrong flavors
2007-06-09 Matthias Braunwe can use const
2007-06-09 Matthias Brauncleanup regparam code even more
2007-06-09 Matthias Braundon't use xmm register in calling conventions when...
2007-06-09 Matthias Braundon't use xmm register in calling conventions when...
2007-06-06 Michael Beckremoved ia32_register_from_name() callback
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
2007-06-03 Matthias Braunsame_as constraints in assembler nodes work now
2007-06-02 Matthias Braunwe can parse lots of assembler constraints now (but...
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Michael BeckAdded changes for inline assembler
2007-05-30 Michael Beckschedule ASM nodes
2007-05-30 Matthias Braunmake x87 float mode default
2007-05-29 Matthias Braunia32 was missing spill cost estimates
2007-05-13 Matthias Braunworkaround memperm problems with different entity sizes...
2007-05-12 Michael BeckSet the initial EBP Proj to ignore.
2007-05-07 Matthias Braunrenumber source/dest registers
2007-05-04 Matthias Braunremove conv after load and before stores
2007-04-30 Christian Würdigunified main comments
2007-04-27 Christian Würdigadded new licence header
2007-04-20 Matthias Braunassert that in and out entities of memperms have the...
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
next