llvm-6502/lib
Chris Lattner 95a959dc1a Teach instcombine to increase the alignment of memset/memcpy/memmove when
the pointer is known to come from either a global variable, alloca or
malloc.  This allows us to compile this:

  P = malloc(28);
  memset(P, 0, 28);

into explicit stores on PPC instead of a memset call.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26577 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-06 20:18:44 +00:00
..
Analysis Fix a crash compiling Obsequi 2006-03-04 21:48:01 +00:00
Archive
AsmParser Regenerate 2006-03-04 07:53:41 +00:00
Bytecode
CodeGen update file comment 2006-03-06 17:58:04 +00:00
Debugger
ExecutionEngine
Linker
Support
System
Target implement TII::insertNoop 2006-03-05 23:49:55 +00:00
Transforms Teach instcombine to increase the alignment of memset/memcpy/memmove when 2006-03-06 20:18:44 +00:00
VMCore Unbreak autouprade of llvm.sqrt, simplify some code. 2006-03-03 16:31:22 +00:00
Makefile