[llvm-commits] [PATCH] Add TargetMemoryModel

David Greene dag at cray.com
Tue Jan 22 13:19:38 PST 2013


Add a new class to represent a processor memory model.  Memory models
can include cache hierarchies, stream buffer information and
configuration data for target-independent software prefetchers.
---
 llvm/include/llvm/Target/TargetMemoryModel.h |  257 ++++++++++++++++++++++++++
 llvm/lib/Target/TargetMemoryModel.cpp        |   45 +++++
 2 files changed, 302 insertions(+), 0 deletions(-)
 create mode 100644 llvm/include/llvm/Target/TargetMemoryModel.h
 create mode 100644 llvm/lib/Target/TargetMemoryModel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-TargetMemoryModel.patch
Type: text/x-patch
Size: 10663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130122/21249bb5/attachment.bin>


More information about the llvm-commits mailing list