build TestJmp for compares with zero
[libfirm] / ir / be / ia32 /
2007-06-29 Matthias Braunbuild TestJmp for compares with zero
2007-06-29 Michael Beck- no need to remove Proj's from the schedule
2007-06-29 Matthias Braunno Addressmode for x87 CondJmps
2007-06-28 Matthias Braunfix lea to add transformation
2007-06-28 Matthias Braunaddressmode for compares works now
2007-06-28 Christoph MallonCreate new TestJmp nodes in the correct block, i.e...
2007-06-28 Christoph MallonRemove stale code.
2007-06-28 Christoph MallonAdd the convenience function create_immediate_or_transf...
2007-06-28 Christoph MallonAssume that constants are always the right operand...
2007-06-28 Matthias Braunemitting NoReg is always wrong
2007-06-28 Christoph MallonFor a TestJmp it is not necessary that the And has...
2007-06-28 Matthias Braunrewrite and improve Cond transformation
2007-06-28 Michael BeckFixed typos, add some doxygen docu
2007-06-28 Michael Beckvariadic functions have always cdelc calling convention
2007-06-27 Christoph MallonFix non-debug build of FIRM.
2007-06-25 Matthias Braunspecify attribute copy function in spec
2007-06-25 Michael BeckC99 feature removed
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-22 Michael Beckuse the new backend_marked flag
2007-06-22 Matthias Braunuse Immediate nodes more often
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-21 Matthias Braunfixed scheduler, fpu
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-21 Christoph MallonFix r14677, i.e. revert most of it.
2007-06-21 Matthias Brauncopy pinned state for div nodes
2007-06-20 Christoph MallonFix warning, remove unnecessary casts.
2007-06-19 Matthias Braunimplement strict convs
2007-06-19 Matthias Braunsome needs need to be exc_pinned
2007-06-19 Matthias Braunremoved old code
2007-06-18 Matthias Braunfixed fpu problems, several x87 fixes
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 Braunfloat stores should be exc_pinned
2007-06-18 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfix warnings
2007-06-15 Michael BeckMoved the transform functions for Block and End nodes...
2007-06-15 Michael BeckFixed two typos resulting in uninitialised variable...
2007-06-15 Matthias Braunnegated, not inversed
2007-06-15 Matthias Braunpsi transform and emit logical rewritten from scratch
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-14 Michael Beckused new betranshlp.c framework
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-13 Matthias Braunsimulate Keeps to make sure unused results are popped...
2007-06-12 Matthias Brauncbtw does NOT upcast 8 to 32 bits
2007-06-11 Matthias Braunfix bad proj optimisation, fix loads missing the result...
2007-06-11 Matthias Braunfix wrong flavors
2007-06-10 Michael Beck"docu" enhanced
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-09 Matthias Braundon't use xmm register in calling conventions when...
2007-06-06 Michael BeckAdded some casts to remove warnings
2007-06-06 Michael Beckremoved ia32_register_from_name() callback
2007-06-05 Matthias Braunmake it possible to have different compare functions...
2007-06-04 Matthias Braunnew ia32_asm_attr attribute, beware: attribute comparis...
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...
next