This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 94e4f70 [Coroutines] Move class into anonymous namespace. new 85f3311 [Sparc][Leon] Errata fixes for various errata in different ve [...]
The 1 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: lib/Target/Sparc/LeonFeatures.td | 15 +- lib/Target/Sparc/LeonPasses.cpp | 385 +++++++++++++------------- lib/Target/Sparc/LeonPasses.h | 61 ++-- lib/Target/Sparc/Sparc.td | 5 +- lib/Target/Sparc/SparcSubtarget.cpp | 1 - lib/Target/Sparc/SparcSubtarget.h | 6 +- lib/Target/Sparc/SparcTargetMachine.cpp | 7 +- test/CodeGen/SPARC/LeonFillDataCachePassUT.ll | 27 ++ test/CodeGen/SPARC/LeonFixCALLPassUT.ll | 20 -- test/CodeGen/SPARC/LeonFixFSMULDPassUT.ll | 36 +-- test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll | 22 -- test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll | 24 +- 12 files changed, 297 insertions(+), 312 deletions(-) create mode 100755 test/CodeGen/SPARC/LeonFillDataCachePassUT.ll delete mode 100644 test/CodeGen/SPARC/LeonFixCALLPassUT.ll