llvm-6502/lib
Evan Cheng 87ed716d21 Set maxStoresPerMemSet to 16. Ditto for maxStoresPerMemCpy and
maxStoresPerMemMove. Although the last one is not used.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26172 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-14 08:25:08 +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 Set maxStoresPerMemSet to 16. Ditto for maxStoresPerMemCpy and 2006-02-14 08:25:08 +00:00
Transforms Use statistics to keep track of what flavors of loops we are unswitching 2006-02-14 01:01:41 +00:00
VMCore
Makefile