IJmp cannot do 8bit/16bit AM.
[libfirm] / ir / be / ia32 /
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 MallonFix typo in comment.
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-12 Christoph MallonHandle replacement of ia32_Conv_I2I by Cwtl as peephole...
2008-11-11 Christoph MallonRemove duplicated test.
2008-11-11 Christoph MallonMake the out edge verifier happy, when removing unneces...
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-08 Christoph MallonSimplify emitting SSE float/int convs.
2008-11-08 Christoph Mallon- Fix dangling % in format string, ironically in a...
2008-11-08 Christoph MallonFix subtle error in r22602, which never triggers, becau...
2008-11-08 Christoph MallonFactorise common code to negate pnc.
2008-11-08 Christoph MallonRemove pointless assert, (x & 7) == (int){0,1,2,3,4...
2008-11-08 Christoph MallonTypos.
2008-11-07 Michael Beck- change the modified flags of ASM instruction from...
2008-11-07 Michael Beck- BugFix: ia32_Call modifies flags!
2008-11-06 Michael Beck- C99 features removed
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-11-06 Christoph MallonFix comments.
2008-11-06 Christoph MallonMake a few lines a bit more readable by using a local...
2008-11-06 Christoph MallonFix typo in comment.
2008-11-06 Christoph MallonVIA C3-2 supports all P6 instructions.
2008-11-06 Christoph MallonFix typos in comments, reformat.
2008-11-06 Michael Beck- Corrected Abs/Nabs check
2008-11-06 Michael Beck- allow fabs to be constructed
2008-11-06 Michael Beck- moved declarations to appropriate header files
2008-10-28 Michael Beck- removed const from function definitions (causes warni...
2008-10-25 Matthias Braundon't ask mode_T node for output register
2008-10-25 Matthias Braunmark ebp output of leave as ignore
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-23 Christoph MallonRemove the unused regs_saved_by_me hook.
2008-10-19 Sebastian BuchwaldFixed bug in conv-conv optimization: We have to assure...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-15 Christoph MallonRemove the unused before_sched callback.
2008-10-15 Christoph MallonRemove dumping the -am graph. It is exactly the same...
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-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-14 Michael Beck- let the compiler optimize the transformer selection...
2008-10-14 Michael Beck- if optimize for size, use leave and do not align...
2008-10-13 Michael Beck- add doxygen comments
2008-10-13 Michael Beck- fix gen_Store(). Always generate integer stores for...
2008-10-13 Christoph MallonExtend 8bit test optimisation to any byte when using...
2008-10-13 Christoph Mallonia32 peephole: Change a Test(x, c) to 8Bit, if 0 <...
2008-10-13 Christoph MallonRemove an unnecessary global variable, use the walker...
2008-10-13 Christoph MallonUse ia32_mark_non_am().
2008-10-13 Christoph MallonUse ia32_is_non_address_mode_node().
2008-10-13 Christoph MallonImprove AM folding heuristic for dest AM when it is...
2008-10-13 Christoph MallonComplement r22830.
2008-10-13 Christoph MallonTurn the parameter force of ia32_create_address_mode...
2008-10-13 Christoph MallonWhitespace.
2008-10-13 Christoph MallonFix bug in r22822.
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 MallonRemove is_ia32_Ld() and is_ia32_St().
2008-10-12 Christoph MallonSwitchify ia32_collect_frame_entity_nodes().
2008-10-12 Christoph MallonNobody is interested in what a arch_irn_class_load...
2008-10-12 Christoph MallonDo not generate IncMem/DecMem, when the target cpu...
2008-10-12 Christoph MallonNobody cares what a "normal" node is, so do not try...
2008-10-12 Christoph MallonRemove the unused function get_ia32_out_reg_name().
2008-10-12 Christoph MallonRemove the unused function get_ia32_out_regnr().
2008-10-12 Christoph MallonRemove the unused function get_ia32_result_proj().
2008-10-11 Christoph Mallonia32_transform_sub_to_neg_add() now can handle mode_T.
2008-10-11 Christoph MallonRemove the attribute const arch_env_t *arch_env from...
2008-10-11 Christoph MallonAdd comment about how to improve x87 simulator.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove an unused arch_env pointer.
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Matthias Braunno need for firm_config.h includes anymore
2008-10-11 Michael Beck- removed C99 features
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
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 MallonRemove dead initialisaton.
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 MallonUse turn_back_am() to implement fix_am_source().
2008-10-11 Christoph MallonIt does not make any sense to remove AM, which loads...
2008-10-11 Christoph MallonCleanup.
2008-10-11 Christoph MallonCleanup.
2008-10-11 Christoph Mallonvfsub and vfdiv are now commutative, because there...
2008-10-10 Christoph MallonDo not split string literals.
2008-10-10 Christoph MallonEmit * in all necessary places for EMIT_ALTERNATE_AM.
2008-10-10 Christoph MallonHACK: Prevent folding reload AM when the node already...
2008-10-10 Christoph MallonAssert that ia32_perform_memory_operand() only tries...
2008-10-09 Christoph MallonAdd be_dep_on_frame() to let a node depend on the frame...
next