This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7a23a5 [AMDGPU] Refactor waitcnt encoding new 86a0c0d [raw_ostream] Raise some helper functions out of raw_ostream. new 3d30248 Fix build error on LP64 platforms.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Support/NativeFormatting.h | 31 ++++++ lib/Support/CMakeLists.txt | 1 + lib/Support/NativeFormatting.cpp | 181 ++++++++++++++++++++++++++++++++ lib/Support/raw_ostream.cpp | 156 ++++----------------------- 4 files changed, 232 insertions(+), 137 deletions(-) create mode 100644 include/llvm/Support/NativeFormatting.h create mode 100644 lib/Support/NativeFormatting.cpp