From e972299f340413a7dd288dc019b21404a92e9354 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 19 Apr 2008 22:26:29 +0000 Subject: [PATCH] rename *.llx -> *.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49969 91177308-0d34-0410-b5e6-96231b3b80d8 --- ...4-07-HexFloatConstants.llx => 2002-04-07-HexFloatConstants.ll} | 0 .../{2002-04-07-InfConstant.llx => 2002-04-07-InfConstant.ll} | 0 .../{2002-04-29-NameBinding.llx => 2002-04-29-NameBinding.ll} | 0 ...erformanceProblem.llx => 2002-07-08-HugePerformanceProblem.ll} | 0 ...02-07-14-InternalLossage.llx => 2002-07-14-InternalLossage.ll} | 0 .../{2002-07-14-OpaqueType.llx => 2002-07-14-OpaqueType.ll} | 0 ...rAssertionFailure.llx => 2002-07-25-ParserAssertionFailure.ll} | 0 .../{2002-07-25-QuoteInString.llx => 2002-07-25-QuoteInString.ll} | 0 ...7-25-ReturnPtrFunction.llx => 2002-07-25-ReturnPtrFunction.ll} | 0 .../{2002-07-31-SlashInString.llx => 2002-07-31-SlashInString.ll} | 0 ...-08-16-ConstExprInlined.llx => 2002-08-16-ConstExprInlined.ll} | 0 ...2002-08-19-BytecodeReader.llx => 2002-08-19-BytecodeReader.ll} | 0 ...tEncodingProblem.llx => 2002-10-13-ConstantEncodingProblem.ll} | 0 ...stantInitAssertion.llx => 2003-04-15-ConstantInitAssertion.ll} | 0 ...ecodeReaderProblem.llx => 2003-05-03-BytecodeReaderProblem.ll} | 0 .../{2003-05-12-MinIntProblem.llx => 2003-05-12-MinIntProblem.ll} | 0 ...-05-15-AssemblerProblem.llx => 2003-05-15-AssemblerProblem.ll} | 0 ...-MalformedShiftCrash.llx => 2003-05-21-MalformedShiftCrash.ll} | 0 ...alformedStructCrash.llx => 2003-05-21-MalformedStructCrash.ll} | 0 ...6-17-InvokeDisassemble.llx => 2003-06-17-InvokeDisassemble.ll} | 0 ...onstantExprGEP-Fold.llx => 2003-08-20-ConstantExprGEP-Fold.ll} | 0 ...stantExprCast-Fold.llx => 2003-08-21-ConstantExprCast-Fold.ll} | 0 ...1-05-ConstantExprShift.llx => 2003-11-05-ConstantExprShift.ll} | 0 ...2003-11-11-ImplicitRename.llx => 2003-11-11-ImplicitRename.ll} | 0 ...-11-12-ConstantExprCast.llx => 2003-11-12-ConstantExprCast.ll} | 0 ...-11-24-SymbolTableCrash.llx => 2003-11-24-SymbolTableCrash.ll} | 0 ...ypeMapInvalidMemory.llx => 2003-12-30-TypeMapInvalidMemory.ll} | 0 ...etelementptrfolding.llx => 2004-01-11-getelementptrfolding.ll} | 0 .../{2004-01-20-MaxLongLong.llx => 2004-01-20-MaxLongLong.ll} | 0 .../{2004-02-01-NegativeZero.llx => 2004-02-01-NegativeZero.ll} | 0 ...losedFunctionCrash.llx => 2004-03-30-UnclosedFunctionCrash.ll} | 0 .../{2004-06-07-VerifierBug.llx => 2004-06-07-VerifierBug.ll} | 0 ...erifierIsReallySlow.llx => 2004-09-29-VerifierIsReallySlow.ll} | 0 ...-10-22-BCWriterUndefBug.llx => 2004-10-22-BCWriterUndefBug.ll} | 0 test/Assembler/{ConstantExprFold.llx => ConstantExprFold.ll} | 0 .../{ConstantExprFoldCast.llx => ConstantExprFoldCast.ll} | 0 36 files changed, 0 insertions(+), 0 deletions(-) rename test/Assembler/{2002-04-07-HexFloatConstants.llx => 2002-04-07-HexFloatConstants.ll} (100%) rename test/Assembler/{2002-04-07-InfConstant.llx => 2002-04-07-InfConstant.ll} (100%) rename test/Assembler/{2002-04-29-NameBinding.llx => 2002-04-29-NameBinding.ll} (100%) rename test/Assembler/{2002-07-08-HugePerformanceProblem.llx => 2002-07-08-HugePerformanceProblem.ll} (100%) rename test/Assembler/{2002-07-14-InternalLossage.llx => 2002-07-14-InternalLossage.ll} (100%) rename test/Assembler/{2002-07-14-OpaqueType.llx => 2002-07-14-OpaqueType.ll} (100%) rename test/Assembler/{2002-07-25-ParserAssertionFailure.llx => 2002-07-25-ParserAssertionFailure.ll} (100%) rename test/Assembler/{2002-07-25-QuoteInString.llx => 2002-07-25-QuoteInString.ll} (100%) rename test/Assembler/{2002-07-25-ReturnPtrFunction.llx => 2002-07-25-ReturnPtrFunction.ll} (100%) rename test/Assembler/{2002-07-31-SlashInString.llx => 2002-07-31-SlashInString.ll} (100%) rename test/Assembler/{2002-08-16-ConstExprInlined.llx => 2002-08-16-ConstExprInlined.ll} (100%) rename test/Assembler/{2002-08-19-BytecodeReader.llx => 2002-08-19-BytecodeReader.ll} (100%) rename test/Assembler/{2002-10-13-ConstantEncodingProblem.llx => 2002-10-13-ConstantEncodingProblem.ll} (100%) rename test/Assembler/{2003-04-15-ConstantInitAssertion.llx => 2003-04-15-ConstantInitAssertion.ll} (100%) rename test/Assembler/{2003-05-03-BytecodeReaderProblem.llx => 2003-05-03-BytecodeReaderProblem.ll} (100%) rename test/Assembler/{2003-05-12-MinIntProblem.llx => 2003-05-12-MinIntProblem.ll} (100%) rename test/Assembler/{2003-05-15-AssemblerProblem.llx => 2003-05-15-AssemblerProblem.ll} (100%) rename test/Assembler/{2003-05-21-MalformedShiftCrash.llx => 2003-05-21-MalformedShiftCrash.ll} (100%) rename test/Assembler/{2003-05-21-MalformedStructCrash.llx => 2003-05-21-MalformedStructCrash.ll} (100%) rename test/Assembler/{2003-06-17-InvokeDisassemble.llx => 2003-06-17-InvokeDisassemble.ll} (100%) rename test/Assembler/{2003-08-20-ConstantExprGEP-Fold.llx => 2003-08-20-ConstantExprGEP-Fold.ll} (100%) rename test/Assembler/{2003-08-21-ConstantExprCast-Fold.llx => 2003-08-21-ConstantExprCast-Fold.ll} (100%) rename test/Assembler/{2003-11-05-ConstantExprShift.llx => 2003-11-05-ConstantExprShift.ll} (100%) rename test/Assembler/{2003-11-11-ImplicitRename.llx => 2003-11-11-ImplicitRename.ll} (100%) rename test/Assembler/{2003-11-12-ConstantExprCast.llx => 2003-11-12-ConstantExprCast.ll} (100%) rename test/Assembler/{2003-11-24-SymbolTableCrash.llx => 2003-11-24-SymbolTableCrash.ll} (100%) rename test/Assembler/{2003-12-30-TypeMapInvalidMemory.llx => 2003-12-30-TypeMapInvalidMemory.ll} (100%) rename test/Assembler/{2004-01-11-getelementptrfolding.llx => 2004-01-11-getelementptrfolding.ll} (100%) rename test/Assembler/{2004-01-20-MaxLongLong.llx => 2004-01-20-MaxLongLong.ll} (100%) rename test/Assembler/{2004-02-01-NegativeZero.llx => 2004-02-01-NegativeZero.ll} (100%) rename test/Assembler/{2004-03-30-UnclosedFunctionCrash.llx => 2004-03-30-UnclosedFunctionCrash.ll} (100%) rename test/Assembler/{2004-06-07-VerifierBug.llx => 2004-06-07-VerifierBug.ll} (100%) rename test/Assembler/{2004-09-29-VerifierIsReallySlow.llx => 2004-09-29-VerifierIsReallySlow.ll} (100%) rename test/Assembler/{2004-10-22-BCWriterUndefBug.llx => 2004-10-22-BCWriterUndefBug.ll} (100%) rename test/Assembler/{ConstantExprFold.llx => ConstantExprFold.ll} (100%) rename test/Assembler/{ConstantExprFoldCast.llx => ConstantExprFoldCast.ll} (100%) diff --git a/test/Assembler/2002-04-07-HexFloatConstants.llx b/test/Assembler/2002-04-07-HexFloatConstants.ll similarity index 100% rename from test/Assembler/2002-04-07-HexFloatConstants.llx rename to test/Assembler/2002-04-07-HexFloatConstants.ll diff --git a/test/Assembler/2002-04-07-InfConstant.llx b/test/Assembler/2002-04-07-InfConstant.ll similarity index 100% rename from test/Assembler/2002-04-07-InfConstant.llx rename to test/Assembler/2002-04-07-InfConstant.ll diff --git a/test/Assembler/2002-04-29-NameBinding.llx b/test/Assembler/2002-04-29-NameBinding.ll similarity index 100% rename from test/Assembler/2002-04-29-NameBinding.llx rename to test/Assembler/2002-04-29-NameBinding.ll diff --git a/test/Assembler/2002-07-08-HugePerformanceProblem.llx b/test/Assembler/2002-07-08-HugePerformanceProblem.ll similarity index 100% rename from test/Assembler/2002-07-08-HugePerformanceProblem.llx rename to test/Assembler/2002-07-08-HugePerformanceProblem.ll diff --git a/test/Assembler/2002-07-14-InternalLossage.llx b/test/Assembler/2002-07-14-InternalLossage.ll similarity index 100% rename from test/Assembler/2002-07-14-InternalLossage.llx rename to test/Assembler/2002-07-14-InternalLossage.ll diff --git a/test/Assembler/2002-07-14-OpaqueType.llx b/test/Assembler/2002-07-14-OpaqueType.ll similarity index 100% rename from test/Assembler/2002-07-14-OpaqueType.llx rename to test/Assembler/2002-07-14-OpaqueType.ll diff --git a/test/Assembler/2002-07-25-ParserAssertionFailure.llx b/test/Assembler/2002-07-25-ParserAssertionFailure.ll similarity index 100% rename from test/Assembler/2002-07-25-ParserAssertionFailure.llx rename to test/Assembler/2002-07-25-ParserAssertionFailure.ll diff --git a/test/Assembler/2002-07-25-QuoteInString.llx b/test/Assembler/2002-07-25-QuoteInString.ll similarity index 100% rename from test/Assembler/2002-07-25-QuoteInString.llx rename to test/Assembler/2002-07-25-QuoteInString.ll diff --git a/test/Assembler/2002-07-25-ReturnPtrFunction.llx b/test/Assembler/2002-07-25-ReturnPtrFunction.ll similarity index 100% rename from test/Assembler/2002-07-25-ReturnPtrFunction.llx rename to test/Assembler/2002-07-25-ReturnPtrFunction.ll diff --git a/test/Assembler/2002-07-31-SlashInString.llx b/test/Assembler/2002-07-31-SlashInString.ll similarity index 100% rename from test/Assembler/2002-07-31-SlashInString.llx rename to test/Assembler/2002-07-31-SlashInString.ll diff --git a/test/Assembler/2002-08-16-ConstExprInlined.llx b/test/Assembler/2002-08-16-ConstExprInlined.ll similarity index 100% rename from test/Assembler/2002-08-16-ConstExprInlined.llx rename to test/Assembler/2002-08-16-ConstExprInlined.ll diff --git a/test/Assembler/2002-08-19-BytecodeReader.llx b/test/Assembler/2002-08-19-BytecodeReader.ll similarity index 100% rename from test/Assembler/2002-08-19-BytecodeReader.llx rename to test/Assembler/2002-08-19-BytecodeReader.ll diff --git a/test/Assembler/2002-10-13-ConstantEncodingProblem.llx b/test/Assembler/2002-10-13-ConstantEncodingProblem.ll similarity index 100% rename from test/Assembler/2002-10-13-ConstantEncodingProblem.llx rename to test/Assembler/2002-10-13-ConstantEncodingProblem.ll diff --git a/test/Assembler/2003-04-15-ConstantInitAssertion.llx b/test/Assembler/2003-04-15-ConstantInitAssertion.ll similarity index 100% rename from test/Assembler/2003-04-15-ConstantInitAssertion.llx rename to test/Assembler/2003-04-15-ConstantInitAssertion.ll diff --git a/test/Assembler/2003-05-03-BytecodeReaderProblem.llx b/test/Assembler/2003-05-03-BytecodeReaderProblem.ll similarity index 100% rename from test/Assembler/2003-05-03-BytecodeReaderProblem.llx rename to test/Assembler/2003-05-03-BytecodeReaderProblem.ll diff --git a/test/Assembler/2003-05-12-MinIntProblem.llx b/test/Assembler/2003-05-12-MinIntProblem.ll similarity index 100% rename from test/Assembler/2003-05-12-MinIntProblem.llx rename to test/Assembler/2003-05-12-MinIntProblem.ll diff --git a/test/Assembler/2003-05-15-AssemblerProblem.llx b/test/Assembler/2003-05-15-AssemblerProblem.ll similarity index 100% rename from test/Assembler/2003-05-15-AssemblerProblem.llx rename to test/Assembler/2003-05-15-AssemblerProblem.ll diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.llx b/test/Assembler/2003-05-21-MalformedShiftCrash.ll similarity index 100% rename from test/Assembler/2003-05-21-MalformedShiftCrash.llx rename to test/Assembler/2003-05-21-MalformedShiftCrash.ll diff --git a/test/Assembler/2003-05-21-MalformedStructCrash.llx b/test/Assembler/2003-05-21-MalformedStructCrash.ll similarity index 100% rename from test/Assembler/2003-05-21-MalformedStructCrash.llx rename to test/Assembler/2003-05-21-MalformedStructCrash.ll diff --git a/test/Assembler/2003-06-17-InvokeDisassemble.llx b/test/Assembler/2003-06-17-InvokeDisassemble.ll similarity index 100% rename from test/Assembler/2003-06-17-InvokeDisassemble.llx rename to test/Assembler/2003-06-17-InvokeDisassemble.ll diff --git a/test/Assembler/2003-08-20-ConstantExprGEP-Fold.llx b/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll similarity index 100% rename from test/Assembler/2003-08-20-ConstantExprGEP-Fold.llx rename to test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll diff --git a/test/Assembler/2003-08-21-ConstantExprCast-Fold.llx b/test/Assembler/2003-08-21-ConstantExprCast-Fold.ll similarity index 100% rename from test/Assembler/2003-08-21-ConstantExprCast-Fold.llx rename to test/Assembler/2003-08-21-ConstantExprCast-Fold.ll diff --git a/test/Assembler/2003-11-05-ConstantExprShift.llx b/test/Assembler/2003-11-05-ConstantExprShift.ll similarity index 100% rename from test/Assembler/2003-11-05-ConstantExprShift.llx rename to test/Assembler/2003-11-05-ConstantExprShift.ll diff --git a/test/Assembler/2003-11-11-ImplicitRename.llx b/test/Assembler/2003-11-11-ImplicitRename.ll similarity index 100% rename from test/Assembler/2003-11-11-ImplicitRename.llx rename to test/Assembler/2003-11-11-ImplicitRename.ll diff --git a/test/Assembler/2003-11-12-ConstantExprCast.llx b/test/Assembler/2003-11-12-ConstantExprCast.ll similarity index 100% rename from test/Assembler/2003-11-12-ConstantExprCast.llx rename to test/Assembler/2003-11-12-ConstantExprCast.ll diff --git a/test/Assembler/2003-11-24-SymbolTableCrash.llx b/test/Assembler/2003-11-24-SymbolTableCrash.ll similarity index 100% rename from test/Assembler/2003-11-24-SymbolTableCrash.llx rename to test/Assembler/2003-11-24-SymbolTableCrash.ll diff --git a/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx b/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll similarity index 100% rename from test/Assembler/2003-12-30-TypeMapInvalidMemory.llx rename to test/Assembler/2003-12-30-TypeMapInvalidMemory.ll diff --git a/test/Assembler/2004-01-11-getelementptrfolding.llx b/test/Assembler/2004-01-11-getelementptrfolding.ll similarity index 100% rename from test/Assembler/2004-01-11-getelementptrfolding.llx rename to test/Assembler/2004-01-11-getelementptrfolding.ll diff --git a/test/Assembler/2004-01-20-MaxLongLong.llx b/test/Assembler/2004-01-20-MaxLongLong.ll similarity index 100% rename from test/Assembler/2004-01-20-MaxLongLong.llx rename to test/Assembler/2004-01-20-MaxLongLong.ll diff --git a/test/Assembler/2004-02-01-NegativeZero.llx b/test/Assembler/2004-02-01-NegativeZero.ll similarity index 100% rename from test/Assembler/2004-02-01-NegativeZero.llx rename to test/Assembler/2004-02-01-NegativeZero.ll diff --git a/test/Assembler/2004-03-30-UnclosedFunctionCrash.llx b/test/Assembler/2004-03-30-UnclosedFunctionCrash.ll similarity index 100% rename from test/Assembler/2004-03-30-UnclosedFunctionCrash.llx rename to test/Assembler/2004-03-30-UnclosedFunctionCrash.ll diff --git a/test/Assembler/2004-06-07-VerifierBug.llx b/test/Assembler/2004-06-07-VerifierBug.ll similarity index 100% rename from test/Assembler/2004-06-07-VerifierBug.llx rename to test/Assembler/2004-06-07-VerifierBug.ll diff --git a/test/Assembler/2004-09-29-VerifierIsReallySlow.llx b/test/Assembler/2004-09-29-VerifierIsReallySlow.ll similarity index 100% rename from test/Assembler/2004-09-29-VerifierIsReallySlow.llx rename to test/Assembler/2004-09-29-VerifierIsReallySlow.ll diff --git a/test/Assembler/2004-10-22-BCWriterUndefBug.llx b/test/Assembler/2004-10-22-BCWriterUndefBug.ll similarity index 100% rename from test/Assembler/2004-10-22-BCWriterUndefBug.llx rename to test/Assembler/2004-10-22-BCWriterUndefBug.ll diff --git a/test/Assembler/ConstantExprFold.llx b/test/Assembler/ConstantExprFold.ll similarity index 100% rename from test/Assembler/ConstantExprFold.llx rename to test/Assembler/ConstantExprFold.ll diff --git a/test/Assembler/ConstantExprFoldCast.llx b/test/Assembler/ConstantExprFoldCast.ll similarity index 100% rename from test/Assembler/ConstantExprFoldCast.llx rename to test/Assembler/ConstantExprFoldCast.ll -- 2.34.1