This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7be1759 [PM] Port NameAnonFunction pass to new pass manager new 396941b Revert "[Sparc] Leon errata fix passes." ...and the two follo [...]
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 | 118 ++-- lib/Target/Sparc/LeonPasses.cpp | 680 +++------------------ lib/Target/Sparc/LeonPasses.h | 127 +--- lib/Target/Sparc/Sparc.td | 145 +++-- lib/Target/Sparc/SparcISelLowering.cpp | 19 +- lib/Target/Sparc/SparcSubtarget.cpp | 11 +- lib/Target/Sparc/SparcSubtarget.h | 22 +- lib/Target/Sparc/SparcTargetMachine.cpp | 53 +- test/CodeGen/SPARC/LeonFillDataCachePassUT.ll | 27 - test/CodeGen/SPARC/LeonFixFSMULDPassUT.ll | 36 +- test/CodeGen/SPARC/LeonInsertNOPLoad.ll | 13 - test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll | 22 + .../CodeGen/SPARC/LeonInsertNOPsDoublePrecision.ll | 17 - test/CodeGen/SPARC/LeonPreventRoundChangePassUT.ll | 65 -- test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll | 24 +- test/CodeGen/SPARC/LeonReplaceSDIVPassUT.ll | 9 - 16 files changed, 290 insertions(+), 1098 deletions(-) delete mode 100755 test/CodeGen/SPARC/LeonFillDataCachePassUT.ll delete mode 100644 test/CodeGen/SPARC/LeonInsertNOPLoad.ll delete mode 100644 test/CodeGen/SPARC/LeonInsertNOPsDoublePrecision.ll delete mode 100644 test/CodeGen/SPARC/LeonPreventRoundChangePassUT.ll delete mode 100644 test/CodeGen/SPARC/LeonReplaceSDIVPassUT.ll