fix doz stuff
[libfirm] / ir / be / ia32 / ia32_transform.c
2010-01-20 Matthias Braunfix doz stuff
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-18 Matthias Braunremove ins_permuted from CMovcc and Setcc constructors...
2010-01-17 Michael BeckPartly undo r26950: there seems be be subtile differenc...
2010-01-11 Matthias Braunpanic instead of wrong results for Set and CMov with...
2010-01-07 Matthias Braunremove unused code
2010-01-07 Matthias Braunadd comments and descriptions to mode_b lowering; refor...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-11-25 Matthias Braunnon 32-bit divisions need upconvs
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-24 Sebastian Buchwaldtypo
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-19 Matthias Braunverify that Projs are in the same Block as their predec...
2009-05-15 Matthias Braunfix mode querying for mode_T div nodes
2009-05-07 Matthias Braun- Fix some more stuff in ir_spec.py
2009-03-02 Matthias Braunfix some cases of PIC emitting
2009-02-27 Michael Beck- IR nodes now have node numbers in RELEASE mode, this...
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-01-19 Michael Beck- Fixed ir_bk_inner_trampoline
2009-01-19 Michael Beck- added ir_bk_inner_trampoline: this allows to defer...
2009-01-09 Michael Beckrename create_Immediate() into ia32_create_Immediate()
2008-12-29 Michael Beck- implemented ia32 inport, outport for ir_bk_(in|out...
2008-12-26 Michael BeckReimplement the "fp result returned in st0 code":
2008-12-24 Christoph MallonUse the global nomem instead of building a new one.
2008-12-24 Christoph MallonRemove unused variable.
2008-12-24 Michael Beck- put the nomem and noreg_GP nodes into global variables:
2008-12-24 Michael Beck- gcc uses UD2 for __builtin_trap()
2008-12-23 Michael Beck- add builtin_(trap|bswap)
2008-12-23 Christoph MallonRemove unused local variable.
2008-12-23 Christoph MallonUse the register mode when transforming ASM projs.
2008-12-23 Christoph Mallon- BSF/BSR cannot do 16 bit AM in our model, because...
2008-12-23 Michael Beck- Lea does not like x, const so replaced by Add
2008-12-23 Michael Beck- implemented __builtin_(ffs|ctz|clz|popcount|parity)
2008-12-21 Michael Beck- forgot to remove the early check
2008-12-21 Michael Beck- gcc ignores RW==1 for non 3DNow!
2008-12-21 Michael Beck- implemented __builtin_prefetch in ia32 BE
2008-12-19 Michael Beck- implemented ia32_ClimbFrame() pseudo-instruction
2008-12-18 Michael Beck- implemented __builtin_return_address(0)
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-13 Michael Beck- C99 feature removed
2008-12-13 Matthias Braunsome adjustment to float convs (skip some strictconvs...
2008-12-13 Matthias Braunno point in first setting the wrong mode and then corre...
2008-12-05 Michael Beck- BugFix: mixing of long and int lead to overflow on...
2008-12-04 Michael Beck- fixed handling of long double constants
2008-12-04 Michael Beck- simplified code
2008-12-03 Michael Beck- BufFix: add missing initializtion
2008-12-01 Christoph MallonPerform dark rituals and resurrect ProduceVal. We...
2008-11-28 Christoph MallonRemove ProduceVal. Replace it by Xor0 (to produce 0...
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-25 Christoph MallonIn ia32 gen_Shrs() we should not care, whether the...
2008-11-22 Michael Beck- removed unused ia32_INTMAX constant
2008-11-22 Michael Beck-removed junk
2008-11-22 Michael Beck- implemented ull -> float conversion for x87
2008-11-14 Christoph MallonConsider the result and operand having the same width...
2008-11-13 Matthias Braun64bit should be lowered at this place
2008-11-12 Christoph MallonOne less sign extension in an obscure case.
2008-11-12 Christoph MallonImprove last commit.
2008-11-12 Christoph MallonCheck for any 16/32bit signed integer modes, not just...
2008-11-12 Christoph MallonFix previous commits.
2008-11-12 Christoph MallonRemove match_8bit and match_16bit. They were only...
2008-11-12 Christoph MallonIJmp cannot do 8bit/16bit AM.
2008-11-12 Christoph MallonKick the useless match_dest_am flag.
2008-11-12 Christoph MallonFactorise creating Conv_I2Is.
2008-11-12 Christoph MallonHandle Sar in upper_bits_clean().
2008-11-12 Christoph MallonHandle signed modes for And in upper_bits_clean() better.
2008-11-12 Christoph MallonThe upper bits of Or and Xor can be clean, too.
2008-11-12 Christoph MallonHandle more general case: The right hand side of an...
2008-11-12 Christoph MallonSimplify incomprehensible condition.
2008-11-12 Christoph MallonReplace if cascade by switch.
2008-11-08 Christoph MallonGenerate new_bd_* instead of new_rd_* functions in...
2008-11-08 Christoph MallonJust use new_NoMem(), it is always the current irg.
2008-11-06 Michael Beck- BugFix: transmit a block, not a node (fixes r23473)
2008-11-06 Christoph MallonSet the orig node for 32 to 64 bit sign extensions.
2008-11-06 Christoph MallonMake using SET_IA32_ORIG_NODE() a bit simpler.
2008-11-06 Christoph MallonThe K6 does not like cltd and cwtl.
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-15 Christoph MallonAdd arch_get_register_req_out().
2008-10-15 Christoph MallonIt is not sensible to query any other than the first...
2008-10-15 Christoph MallonMarginally reduce the number of calls to arch_get_irn_r...
2008-10-13 Michael Beck- fix gen_Store(). Always generate integer stores for...
2008-10-13 Christoph MallonImprove AM folding heuristic for dest AM when it is...
2008-10-13 Christoph MallonComplement r22830.
2008-10-13 Christoph Mallon- Move memset() in a less often executed code path.
2008-10-13 Christoph MallonUse prevents_AM() in use_dest_am().
2008-10-12 Christoph MallonDo not generate IncMem/DecMem, when the target cpu...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonCleanup.
2008-10-11 Christoph Mallonvfsub and vfdiv are now commutative, because there...
next