[llvm-commits] [PATCH] Add TargetMemoryModel

greened at obbligato.org greened at obbligato.org
Thu Jan 24 07:56:50 PST 2013


David Greene <dag at cray.com> writes:

> 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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Ping?

                       -David



More information about the llvm-commits mailing list