llvm-6502/lib
Evan Cheng 1db92f947c Expand memset dst, c, size to a series of stores if size falls below the
target specific theshold, e.g. 16 for x86.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26171 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-14 08:22:34 +00:00
..
Analysis
Archive
AsmParser adjust to new style of handling lexer changes 2006-02-14 05:14:46 +00:00
Bytecode
CodeGen Expand memset dst, c, size to a series of stores if size falls below the 2006-02-14 08:22:34 +00:00
Debugger
ExecutionEngine
Linker
Support
System
Target Enable SSE (for the right subtargets) 2006-02-14 08:07:58 +00:00
Transforms
VMCore
Makefile