llvm-6502/lib
Dale Johannesen 8dd86c14d4 More effective breakdown of memcpy into repeated load/store. These are now
in the order lod;lod;lod;sto;sto;sto which means the load-store optimizer
has a better chance of producing ldm/stm.  Ideally you would get cooperation
from the RA as well but this is not there yet.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37179 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-17 21:31:21 +00:00
..
Analysis Add passes -view-cfg and -view-cfg-only that are like -print-cfg and 2007-05-14 14:25:08 +00:00
Archive
AsmParser
Bitcode implement the ModuleProvider::dematerializeFunction hook 2007-05-15 06:29:44 +00:00
CodeGen disable MaskedValueIsZero, ComputeMaskedBits, and SimplifyDemandedBits for 2007-05-17 18:19:23 +00:00
Debugger
ExecutionEngine Print integer values as both decimal and hexadecimal for convenience 2007-05-17 06:47:54 +00:00
Linker
Support Get rid of leading zeros in the output of toString. 2007-05-17 19:23:02 +00:00
System Fix a bug where the bcreader could crash on .bc files that were an exact 2007-05-11 00:00:27 +00:00
Target More effective breakdown of memcpy into repeated load/store. These are now 2007-05-17 21:31:21 +00:00
Transforms selects can also reach here 2007-05-15 06:42:04 +00:00
VMCore Update comments to say "vector" instead of "packed". 2007-05-11 21:43:24 +00:00
Makefile build lib/Archive instead of lib/Bytecode 2007-05-06 19:50:06 +00:00