[llvm] r303245 - [Sparc] Remove execute permissions from non-executable text files

Daniel Cederman via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 04:05:21 PDT 2017


Author: dcederman
Date: Wed May 17 06:05:20 2017
New Revision: 303245

URL: http://llvm.org/viewvc/llvm-project?rev=303245&view=rev
Log:
[Sparc] Remove execute permissions from non-executable text files

Reviewers: jyknight, lero_chris, venkatra

Reviewed By: jyknight

Subscribers: llvm-commits

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

Modified:
    llvm/trunk/lib/Target/Sparc/LeonFeatures.td   (contents, props changed)
    llvm/trunk/lib/Target/Sparc/LeonPasses.h   (contents, props changed)
    llvm/trunk/lib/Target/Sparc/SparcSchedule.td   (contents, props changed)
    llvm/trunk/test/CodeGen/SPARC/LeonCASAInstructionUT.ll   (contents, props changed)
    llvm/trunk/test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll   (contents, props changed)
    llvm/trunk/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll   (contents, props changed)
    llvm/trunk/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll   (contents, props changed)
    llvm/trunk/test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll   (contents, props changed)
    llvm/trunk/test/CodeGen/SPARC/sjlj.ll   (contents, props changed)
    llvm/trunk/test/MC/Sparc/leon-instructions.s   (contents, props changed)

Modified: llvm/trunk/lib/Target/Sparc/LeonFeatures.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Sparc/LeonFeatures.td?rev=303245&r1=303244&r2=303245&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/lib/Target/Sparc/LeonFeatures.td
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: llvm/trunk/lib/Target/Sparc/LeonPasses.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Sparc/LeonPasses.h?rev=303245&r1=303244&r2=303245&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/lib/Target/Sparc/LeonPasses.h
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: llvm/trunk/lib/Target/Sparc/SparcSchedule.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Sparc/SparcSchedule.td?rev=303245&r1=303244&r2=303245&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/lib/Target/Sparc/SparcSchedule.td
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: llvm/trunk/test/CodeGen/SPARC/LeonCASAInstructionUT.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SPARC/LeonCASAInstructionUT.ll?rev=303245&r1=303244&r2=303245&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/CodeGen/SPARC/LeonCASAInstructionUT.ll
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: llvm/trunk/test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll?rev=303245&r1=303244&r2=303245&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: llvm/trunk/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll?rev=303245&r1=303244&r2=303245&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: llvm/trunk/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll?rev=303245&r1=303244&r2=303245&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: llvm/trunk/test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll?rev=303245&r1=303244&r2=303245&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: llvm/trunk/test/CodeGen/SPARC/sjlj.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SPARC/sjlj.ll?rev=303245&r1=303244&r2=303245&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/CodeGen/SPARC/sjlj.ll
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: llvm/trunk/test/MC/Sparc/leon-instructions.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Sparc/leon-instructions.s?rev=303245&r1=303244&r2=303245&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/MC/Sparc/leon-instructions.s
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*




More information about the llvm-commits mailing list