[all-commits] [llvm/llvm-project] e52050: Move Spiller.h from lib/ directory path to include...

Kariddi via All-commits all-commits at lists.llvm.org
Mon Mar 9 10:52:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e5205074df0e9304e564316be7494c3572aaedb6
      https://github.com/llvm/llvm-project/commit/e5205074df0e9304e564316be7494c3572aaedb6
  Author: Marcello Maggioni <hayarms at gmail.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    A llvm/include/llvm/CodeGen/Spiller.h
    M llvm/lib/CodeGen/InlineSpiller.cpp
    M llvm/lib/CodeGen/RegAllocBase.cpp
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    R llvm/lib/CodeGen/Spiller.h

  Log Message:
  -----------
  Move Spiller.h from lib/ directory path to include/CodeGen. NFC

This allows Spiller.h to be used and included outside of
the lib/CodeGen directory. For example to be used in the
lib/Target directory or other places.


  Commit: a8f76e99ba5966adc82afd98cea5d6239c1501ac
      https://github.com/llvm/llvm-project/commit/a8f76e99ba5966adc82afd98cea5d6239c1501ac
  Author: Marcello Maggioni <hayarms at gmail.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/Spiller.h

  Log Message:
  -----------
  Fix indentation using clang-format for Spiller.h. NFC
Spiller.h had indentation that doesn't match LLVM guidelines. Fixing it

Reviewers: qcolombet, arsenm

Subscribers: MatzeB, wdng, hiraditya, llvm-commits, qcolombet

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D75830


Compare: https://github.com/llvm/llvm-project/compare/c3ca6876ed0c...a8f76e99ba59


More information about the All-commits mailing list