Do not warn about wrong register for a Phi input if that register is a joker (i.e...
[libfirm] / ir / be / ia32 /
2008-09-08 Christoph MallonCorrectly transform memory for dest AM when Syncs are...
2008-09-07 Matthias Braunold_bp should not be part of the between type, this...
2008-09-05 Sebastian Buchwaldtypo
2008-09-05 Matthias Braunvf regs are not virtual (well not for our definition)
2008-09-05 Andreas ZwinkauRemoved -after_pbqp_transform, because it is the same...
2008-09-04 Matthias Braunremove a wrong and some unnecessary comments
2008-09-04 Matthias Braunfix the reload folding mode stuff in a more correct way
2008-09-04 Matthias Braunrevert last change
2008-09-04 Matthias Braundon't extend load_mode when folding reloads
2008-09-03 Christoph MallonFix conv skip in gen_lowered_64bit_shifts() (still...
2008-09-03 Christoph MallonOnly skip Convs within the same register class when...
2008-09-02 Christoph MallonUse backtracking in find_original_value() for the flags...
2008-09-02 Michael Beckremoved C99 feature
2008-09-02 Andreas ZwinkauDump ins_permuted and cmp_unsigned attributes to vcg
2008-09-02 Christoph MallonPartially undo r20786: Emit ret $0 especially when...
2008-08-28 Christoph Mallon80bit floats have no implicit leading 1.
2008-08-28 Christoph MallonOnly warn about Sub with constant in the backend, if...
2008-08-28 Michael BeckFix fehler139: Pass eflags input of Adc/Sbb to AM matcher.
2008-08-26 Michael BeckDo not split string literals.
2008-08-26 Christoph MallonTeach use_dest_am() about Syncs.
2008-08-25 Christoph MallonRemove unnecessary condition in Load-to-Pop-optimisatio...
2008-08-25 Christoph MallonRemove unnecessary test (when there is no index, scale...
2008-08-24 Christoph MallonRemove dead initialisation.
2008-08-23 Christoph MallonSync the Stores generated by gen_float_const_Store().
2008-08-23 Christoph MallonSimplify gen_float_const_Store().
2008-08-23 Christoph MallonRemove write-only variable. = and + output constraints...
2008-08-23 Christoph MallonRemove unnecessary dependency edge from the IncSP,...
2008-08-23 Christoph MallonFix asm_test5: Prevent the ASM node from being schedule...
2008-08-22 Christoph MallonRemove the unused node types ia32_l_Load, ia32_l_Store...
2008-08-22 Christoph MallonUse symbolic names instead of magic values for the...
2008-08-22 Christoph MallonSmall cleanup.
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-08-22 Christoph MallonDo not split string literals.
2008-08-22 Christoph MallonRun the x87 simulator when a graph contains Calls,...
2008-08-22 Christoph MallonConvert Stores to Pushs after IncSP from top of stack...
2008-08-21 Christoph MallonSmall simplification in ia32 ASM emitter.
2008-08-21 Christoph Malloncc_fixed is dead, all hail stickyness_sticky!
2008-08-21 Christoph MallonDo it like GCC: write #APP #NO_APP around inline assembler.
2008-08-21 Christoph MallonRename arch_register_req_type_should_be_different to...
2008-08-21 Christoph MallonFix typo in comment.
2008-08-21 Christoph MallonWhen transforming an ASM "same"-constraint, copy the...
2008-08-20 Sebastian BuchwaldAdded assert for right am_scale value;
2008-08-19 Sebastian BuchwaldMoved creation of ia32_LdTls into common transformer.
2008-08-18 Michael BeckC99 features removed
2008-08-18 Sebastian BuchwaldMoved transformation of CopyB nodes into ia32_common_tr...
2008-08-18 Sebastian BuchwaldUse switch to decide which ia32 transformer is selected.
2008-08-17 Christoph MallonUse enums instead of magic numbers.
2008-08-15 Sebastian Buchwaldtypo
2008-08-14 Christoph MallonRemove the potentially existing Proj when replacing...
2008-08-14 Christoph MallonTeach AM folding about Syncs. Atm this only affects...
2008-08-13 Christoph MallonSmall fixes, typos, style.
2008-08-13 Christoph MallonFix crash in r21138.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-13 Michael Beck- fixed fastcall/regparam/thiscall registers for ia32
2008-08-13 Christoph Mallon- Introduce cc_fixed: the calling convention must not...
2008-08-12 Christoph MallonDefer decision whether to create Test(x, x) instead...
2008-08-12 Christoph MallonRemove pointless assert (the node of modes is rather...
2008-08-12 Sebastian BuchwaldThe PBQP transformer still works in-place...
2008-08-12 Sebastian BuchwaldAdded missing include, so FIRM_GRGEN_BE has a chance...
2008-08-12 Sebastian BuchwaldThe PBQP transformer works in-place, so use the old...
2008-08-12 Matthias Braundon't access NULL pointers
2008-08-12 Matthias Braundo the clobber magic for all classes
2008-08-12 Matthias Braunit's mine
2008-08-12 Christoph MallonDo not use clobbered GP register as input registers...
2008-08-11 Sebastian Buchwaldtypo
2008-08-11 Christoph MallonAdd a switch to select the ia32 transformer.
2008-08-11 Sebastian BuchwaldMoved global variable heights to ia32_common_transform.
2008-08-09 Christoph MallonFix asm constraint check for 'I': It must be <= 31...
2008-08-09 Christoph MallonFix macro test which used pbqp transformer when it...
2008-08-08 Sebastian BuchwaldMoved common code of ia32_pbqp_transform and ia32_trans...
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-08-05 Michael Beck- removed C99 stdbool.h from the "official" interface...
2008-08-03 Christoph MallonDo not materialise the "strict"-part of strictConv...
2008-08-02 Michael Beck- add support for ASM includes, needed for fehler125.c
2008-08-01 Moritz KrollFix fehler123 and fehler124.
2008-08-01 Matthias Braunfirm already had kill_node, no need to be_kill_node
2008-07-30 Matthias Braunuse peephoole_exchange, IncSP->Push should use ia32_Unk...
2008-07-30 Matthias Brauncosmetics
2008-07-30 Matthias Braundon't prefer 1 cpu architecture over another (and wonde...
2008-07-30 Michael Beckfix new fallthrough handling
2008-07-30 Christoph Mallonpanic() on internal error instead of assert(0)ing.
2008-07-30 Christoph MallonRemove handling for 32bit as smaller mode in emit_ia32_...
2008-07-30 Christoph MallonReplace be_peephole_before_exchange()+sched_remove...
2008-07-30 Matthias Braun- refactor emitter next/prev block handling a bit
2008-07-30 Christoph MallonFix fehler120: Do only skip int->int, not float->int...
2008-07-29 Matthias Braundon't do the store-float-conv optimisation with double...
2008-07-29 Matthias Braundon't do the store-float-conv optimisation with double...
2008-07-29 Matthias Braunfix/improve proj generation
2008-07-29 Matthias Brauncleanups/fixes for ASM handling
2008-07-28 Sebastian Buchwaldadded support for ASM nodes
2008-07-28 Matthias Braun- handle parsing of assembler constraints in backends...
2008-07-25 Sebastian Buchwaldhandle Unknown nodes
2008-07-25 Andreas ZwinkauMoved assertion into if clause
2008-07-23 Michael Beck- add support for opcode specific hash function
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-07-18 Sebastian Buchwaldtypo
2008-07-15 Sebastian BuchwaldConvert const node to symconst node with the value...
2008-07-15 Sebastian Buchwaldtypo
2008-07-14 Michael Beck- ia32_assign_exc_label() cannot take a const node...
2008-07-14 Matthias Braunremove unnecessary include
next