Use simple assignment instead of memcpy().
[libfirm] / ir / be /
2008-11-22 Christoph MallonMake it work, when FIRM_STATISTICS is disabled.
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-22 Michael Beck- if( -> if (
2008-11-22 Michael Beck- if( -> if (
2008-11-22 Michael Beck- fixed intrinsic lowerings: use Phi lists instead...
2008-11-21 Michael Beck- implemented float->unsigned long long lowering
2008-11-21 Matthias Braunignore early clobber in ia32 asm parser (as the common...
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-15 Michael Beck- removed LV_COMPUTE_SORTED define and associated qsort...
2008-11-15 Michael Beck- fix r23688
2008-11-15 Christoph MallonRemove write-only variable.
2008-11-15 Christoph MallonSimplify macro.
2008-11-15 Christoph MallonRemove emit_linelength. The obstack knows its length.
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-11-14 Christoph MallonAdd a flags output to IMul1OP for consistency with...
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-13 Matthias Braundon't print strings with printf
2008-11-13 Michael Beck- some cosmetic changes
2008-11-13 Michael Beck- let be_liveness() take the irg, not the birg which...
2008-11-13 Michael Beck- C99 features removed
2008-11-13 Christoph MallonRemove unused macro.
2008-11-13 Christoph MallonUse assignment instead of memcpy().
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 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 MallonFix r23571.
2008-11-11 Christoph MallonSet debug info for parameter stores when building be_Call.
2008-11-11 Christoph MallonRemove duplicated test.
2008-11-11 Christoph MallonMake the out edge verifier happy, when removing unneces...
2008-11-08 Christoph MallonRemove new_{,r}d_{Bad,NoMem}(), which are just pointles...
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-11-06 Michael Beck- fixed comments
2008-11-03 Michael Beck- add some comments
2008-11-01 Matthias Braunremove test dir
2008-11-01 Matthias Braunmove tests around
2008-11-01 Matthias Braunremove strange tests which does not link/run
2008-11-01 Matthias Braunmove tests around
2008-11-01 Matthias Braunswitch is still broken, copying over cparser testcase...
2008-10-31 Andreas ZwinkauPreserving a test case, which would brake with pbqp...
2008-10-31 Michael Beck- BugFix: use remove_irp_irg() instead of free_ir_graph...
2008-10-28 Michael Beckimproved example
2008-10-28 Michael Beck- removed const from function definitions (causes warni...
2008-10-28 Michael Beck- example for the new block optimization
2008-10-27 Michael Beck- used new global resource allocator
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-25 Matthias Braunfix fehler161 to link correctly
2008-10-25 Michael Beckdemonstrates \!chunk->deleted assertion
2008-10-24 Sebastian BuchwaldKill Perm after pushing all operands through it.
2008-10-24 Michael Beck- replaced the linear search with quadratic runtime...
2008-10-24 Michael Beck- fixed all memory leaks
2008-10-24 Michael Beck- fixed some memory leaks
2008-10-24 Michael Beck- small cleanup
2008-10-24 Michael Beck- reserve the visited resource
2008-10-24 Michael Beck- use xmalloc instead of malloc
2008-10-24 Michael Beck- C99 features removed
2008-10-23 Christoph MallonSimplify dump_node_req().
2008-10-23 Matthias Braunforgot 2 files
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-23 Christoph MallonRemove the unused regs_saved_by_me hook.
2008-10-23 Michael Beck- example for the Unknown problem
2008-10-22 Michael Beckexample for the new commutative combo
next