Move masm into 3rdparty
authorLars Knoll <lars.knoll@digia.com>
Mon, 21 Jan 2013 20:56:04 +0000 (21:56 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 21 Jan 2013 21:55:25 +0000 (22:55 +0100)
Change-Id: Ie3645603149a4e054ebe658ef216fb6cd207b740
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
117 files changed:
3rdparty/masm/WeakRandom.h [moved from masm/WeakRandom.h with 100% similarity]
3rdparty/masm/assembler/ARMAssembler.cpp [moved from masm/assembler/ARMAssembler.cpp with 100% similarity]
3rdparty/masm/assembler/ARMAssembler.h [moved from masm/assembler/ARMAssembler.h with 100% similarity]
3rdparty/masm/assembler/ARMv7Assembler.cpp [moved from masm/assembler/ARMv7Assembler.cpp with 100% similarity]
3rdparty/masm/assembler/ARMv7Assembler.h [moved from masm/assembler/ARMv7Assembler.h with 100% similarity]
3rdparty/masm/assembler/AbstractMacroAssembler.h [moved from masm/assembler/AbstractMacroAssembler.h with 100% similarity]
3rdparty/masm/assembler/AssemblerBuffer.h [moved from masm/assembler/AssemblerBuffer.h with 100% similarity]
3rdparty/masm/assembler/AssemblerBufferWithConstantPool.h [moved from masm/assembler/AssemblerBufferWithConstantPool.h with 100% similarity]
3rdparty/masm/assembler/CodeLocation.h [moved from masm/assembler/CodeLocation.h with 100% similarity]
3rdparty/masm/assembler/LinkBuffer.cpp [moved from masm/assembler/LinkBuffer.cpp with 100% similarity]
3rdparty/masm/assembler/LinkBuffer.h [moved from masm/assembler/LinkBuffer.h with 100% similarity]
3rdparty/masm/assembler/MIPSAssembler.h [moved from masm/assembler/MIPSAssembler.h with 100% similarity]
3rdparty/masm/assembler/MacroAssembler.h [moved from masm/assembler/MacroAssembler.h with 100% similarity]
3rdparty/masm/assembler/MacroAssemblerARM.cpp [moved from masm/assembler/MacroAssemblerARM.cpp with 100% similarity]
3rdparty/masm/assembler/MacroAssemblerARM.h [moved from masm/assembler/MacroAssemblerARM.h with 100% similarity]
3rdparty/masm/assembler/MacroAssemblerARMv7.h [moved from masm/assembler/MacroAssemblerARMv7.h with 100% similarity]
3rdparty/masm/assembler/MacroAssemblerCodeRef.h [moved from masm/assembler/MacroAssemblerCodeRef.h with 100% similarity]
3rdparty/masm/assembler/MacroAssemblerMIPS.h [moved from masm/assembler/MacroAssemblerMIPS.h with 100% similarity]
3rdparty/masm/assembler/MacroAssemblerSH4.cpp [moved from masm/assembler/MacroAssemblerSH4.cpp with 100% similarity]
3rdparty/masm/assembler/MacroAssemblerSH4.h [moved from masm/assembler/MacroAssemblerSH4.h with 100% similarity]
3rdparty/masm/assembler/MacroAssemblerX86.h [moved from masm/assembler/MacroAssemblerX86.h with 100% similarity]
3rdparty/masm/assembler/MacroAssemblerX86Common.h [moved from masm/assembler/MacroAssemblerX86Common.h with 100% similarity]
3rdparty/masm/assembler/MacroAssemblerX86_64.h [moved from masm/assembler/MacroAssemblerX86_64.h with 100% similarity]
3rdparty/masm/assembler/RepatchBuffer.h [moved from masm/assembler/RepatchBuffer.h with 100% similarity]
3rdparty/masm/assembler/SH4Assembler.h [moved from masm/assembler/SH4Assembler.h with 100% similarity]
3rdparty/masm/assembler/X86Assembler.h [moved from masm/assembler/X86Assembler.h with 100% similarity]
3rdparty/masm/config.h [moved from masm/config.h with 100% similarity]
3rdparty/masm/create_regex_tables [moved from masm/create_regex_tables with 100% similarity]
3rdparty/masm/disassembler/Disassembler.cpp [moved from masm/disassembler/Disassembler.cpp with 100% similarity]
3rdparty/masm/disassembler/Disassembler.h [moved from masm/disassembler/Disassembler.h with 100% similarity]
3rdparty/masm/disassembler/UDis86Disassembler.cpp [moved from masm/disassembler/UDis86Disassembler.cpp with 100% similarity]
3rdparty/masm/disassembler/udis86/differences.txt [moved from masm/disassembler/udis86/differences.txt with 100% similarity]
3rdparty/masm/disassembler/udis86/itab.py [moved from masm/disassembler/udis86/itab.py with 100% similarity]
3rdparty/masm/disassembler/udis86/optable.xml [moved from masm/disassembler/udis86/optable.xml with 100% similarity]
3rdparty/masm/disassembler/udis86/ud_opcode.py [moved from masm/disassembler/udis86/ud_opcode.py with 100% similarity]
3rdparty/masm/disassembler/udis86/ud_optable.py [moved from masm/disassembler/udis86/ud_optable.py with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86.c [moved from masm/disassembler/udis86/udis86.c with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86.h [moved from masm/disassembler/udis86/udis86.h with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_decode.c [moved from masm/disassembler/udis86/udis86_decode.c with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_decode.h [moved from masm/disassembler/udis86/udis86_decode.h with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_extern.h [moved from masm/disassembler/udis86/udis86_extern.h with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_input.c [moved from masm/disassembler/udis86/udis86_input.c with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_input.h [moved from masm/disassembler/udis86/udis86_input.h with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_itab_holder.c [moved from masm/disassembler/udis86/udis86_itab_holder.c with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_syn-att.c [moved from masm/disassembler/udis86/udis86_syn-att.c with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_syn-intel.c [moved from masm/disassembler/udis86/udis86_syn-intel.c with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_syn.c [moved from masm/disassembler/udis86/udis86_syn.c with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_syn.h [moved from masm/disassembler/udis86/udis86_syn.h with 100% similarity]
3rdparty/masm/disassembler/udis86/udis86_types.h [moved from masm/disassembler/udis86/udis86_types.h with 100% similarity]
3rdparty/masm/jit/JITCompilationEffort.h [moved from masm/jit/JITCompilationEffort.h with 100% similarity]
3rdparty/masm/masm.pri [moved from masm/masm.pri with 100% similarity]
3rdparty/masm/runtime/MatchResult.h [moved from masm/runtime/MatchResult.h with 100% similarity]
3rdparty/masm/stubs/ExecutableAllocator.h [moved from masm/stubs/ExecutableAllocator.h with 100% similarity]
3rdparty/masm/stubs/JSGlobalData.h [moved from masm/stubs/JSGlobalData.h with 100% similarity]
3rdparty/masm/stubs/LLIntData.h [moved from masm/stubs/LLIntData.h with 100% similarity]
3rdparty/masm/stubs/Options.h [moved from masm/stubs/Options.h with 100% similarity]
3rdparty/masm/stubs/WTFStubs.cpp [moved from masm/stubs/WTFStubs.cpp with 100% similarity]
3rdparty/masm/stubs/WTFStubs.h [moved from masm/stubs/WTFStubs.h with 100% similarity]
3rdparty/masm/stubs/wtf/FastAllocBase.h [moved from masm/stubs/wtf/FastAllocBase.h with 100% similarity]
3rdparty/masm/stubs/wtf/FastMalloc.h [moved from masm/stubs/wtf/FastMalloc.h with 100% similarity]
3rdparty/masm/stubs/wtf/Noncopyable.h [moved from masm/stubs/wtf/Noncopyable.h with 100% similarity]
3rdparty/masm/stubs/wtf/OwnPtr.h [moved from masm/stubs/wtf/OwnPtr.h with 100% similarity]
3rdparty/masm/stubs/wtf/PassOwnPtr.h [moved from masm/stubs/wtf/PassOwnPtr.h with 100% similarity]
3rdparty/masm/stubs/wtf/PassRefPtr.h [moved from masm/stubs/wtf/PassRefPtr.h with 100% similarity]
3rdparty/masm/stubs/wtf/RefCounted.h [moved from masm/stubs/wtf/RefCounted.h with 100% similarity]
3rdparty/masm/stubs/wtf/RefPtr.h [moved from masm/stubs/wtf/RefPtr.h with 100% similarity]
3rdparty/masm/stubs/wtf/TypeTraits.h [moved from masm/stubs/wtf/TypeTraits.h with 100% similarity]
3rdparty/masm/stubs/wtf/UnusedParam.h [moved from masm/stubs/wtf/UnusedParam.h with 100% similarity]
3rdparty/masm/stubs/wtf/Vector.h [moved from masm/stubs/wtf/Vector.h with 100% similarity]
3rdparty/masm/stubs/wtf/text/CString.h [moved from masm/stubs/wtf/text/CString.h with 100% similarity]
3rdparty/masm/stubs/wtf/text/WTFString.h [moved from masm/stubs/wtf/text/WTFString.h with 100% similarity]
3rdparty/masm/stubs/wtf/unicode/Unicode.h [moved from masm/stubs/wtf/unicode/Unicode.h with 100% similarity]
3rdparty/masm/wtf/ASCIICType.h [moved from masm/wtf/ASCIICType.h with 100% similarity]
3rdparty/masm/wtf/Assertions.h [moved from masm/wtf/Assertions.h with 100% similarity]
3rdparty/masm/wtf/Atomics.h [moved from masm/wtf/Atomics.h with 100% similarity]
3rdparty/masm/wtf/BumpPointerAllocator.h [moved from masm/wtf/BumpPointerAllocator.h with 100% similarity]
3rdparty/masm/wtf/CheckedArithmetic.h [moved from masm/wtf/CheckedArithmetic.h with 100% similarity]
3rdparty/masm/wtf/Compiler.h [moved from masm/wtf/Compiler.h with 100% similarity]
3rdparty/masm/wtf/CryptographicallyRandomNumber.h [moved from masm/wtf/CryptographicallyRandomNumber.h with 100% similarity]
3rdparty/masm/wtf/DataLog.h [moved from masm/wtf/DataLog.h with 100% similarity]
3rdparty/masm/wtf/DynamicAnnotations.h [moved from masm/wtf/DynamicAnnotations.h with 100% similarity]
3rdparty/masm/wtf/FilePrintStream.cpp [moved from masm/wtf/FilePrintStream.cpp with 100% similarity]
3rdparty/masm/wtf/FilePrintStream.h [moved from masm/wtf/FilePrintStream.h with 100% similarity]
3rdparty/masm/wtf/Locker.h [moved from masm/wtf/Locker.h with 100% similarity]
3rdparty/masm/wtf/NotFound.h [moved from masm/wtf/NotFound.h with 100% similarity]
3rdparty/masm/wtf/NullPtr.h [moved from masm/wtf/NullPtr.h with 100% similarity]
3rdparty/masm/wtf/OSAllocator.h [moved from masm/wtf/OSAllocator.h with 100% similarity]
3rdparty/masm/wtf/OSAllocatorPosix.cpp [moved from masm/wtf/OSAllocatorPosix.cpp with 100% similarity]
3rdparty/masm/wtf/OSAllocatorWin.cpp [moved from masm/wtf/OSAllocatorWin.cpp with 100% similarity]
3rdparty/masm/wtf/PageAllocation.h [moved from masm/wtf/PageAllocation.h with 100% similarity]
3rdparty/masm/wtf/PageAllocationAligned.cpp [moved from masm/wtf/PageAllocationAligned.cpp with 100% similarity]
3rdparty/masm/wtf/PageAllocationAligned.h [moved from masm/wtf/PageAllocationAligned.h with 100% similarity]
3rdparty/masm/wtf/PageBlock.cpp [moved from masm/wtf/PageBlock.cpp with 100% similarity]
3rdparty/masm/wtf/PageBlock.h [moved from masm/wtf/PageBlock.h with 100% similarity]
3rdparty/masm/wtf/PageReservation.h [moved from masm/wtf/PageReservation.h with 100% similarity]
3rdparty/masm/wtf/Platform.h [moved from masm/wtf/Platform.h with 100% similarity]
3rdparty/masm/wtf/PossiblyNull.h [moved from masm/wtf/PossiblyNull.h with 100% similarity]
3rdparty/masm/wtf/PrintStream.cpp [moved from masm/wtf/PrintStream.cpp with 100% similarity]
3rdparty/masm/wtf/PrintStream.h [moved from masm/wtf/PrintStream.h with 100% similarity]
3rdparty/masm/wtf/RawPointer.h [moved from masm/wtf/RawPointer.h with 100% similarity]
3rdparty/masm/wtf/StdLibExtras.h [moved from masm/wtf/StdLibExtras.h with 100% similarity]
3rdparty/masm/wtf/VMTags.h [moved from masm/wtf/VMTags.h with 100% similarity]
3rdparty/masm/yarr/Yarr.h [moved from masm/yarr/Yarr.h with 100% similarity]
3rdparty/masm/yarr/YarrCanonicalizeUCS2.cpp [moved from masm/yarr/YarrCanonicalizeUCS2.cpp with 100% similarity]
3rdparty/masm/yarr/YarrCanonicalizeUCS2.h [moved from masm/yarr/YarrCanonicalizeUCS2.h with 100% similarity]
3rdparty/masm/yarr/YarrCanonicalizeUCS2.js [moved from masm/yarr/YarrCanonicalizeUCS2.js with 100% similarity]
3rdparty/masm/yarr/YarrInterpreter.cpp [moved from masm/yarr/YarrInterpreter.cpp with 100% similarity]
3rdparty/masm/yarr/YarrInterpreter.h [moved from masm/yarr/YarrInterpreter.h with 100% similarity]
3rdparty/masm/yarr/YarrJIT.cpp [moved from masm/yarr/YarrJIT.cpp with 100% similarity]
3rdparty/masm/yarr/YarrJIT.h [moved from masm/yarr/YarrJIT.h with 100% similarity]
3rdparty/masm/yarr/YarrParser.h [moved from masm/yarr/YarrParser.h with 100% similarity]
3rdparty/masm/yarr/YarrPattern.cpp [moved from masm/yarr/YarrPattern.cpp with 100% similarity]
3rdparty/masm/yarr/YarrPattern.h [moved from masm/yarr/YarrPattern.h with 100% similarity]
3rdparty/masm/yarr/YarrSyntaxChecker.cpp [moved from masm/yarr/YarrSyntaxChecker.cpp with 100% similarity]
3rdparty/masm/yarr/YarrSyntaxChecker.h [moved from masm/yarr/YarrSyntaxChecker.h with 100% similarity]
3rdparty/masm/yarr/yarr.pri [moved from masm/yarr/yarr.pri with 100% similarity]
v4.pro

similarity index 100%
rename from masm/WeakRandom.h
rename to 3rdparty/masm/WeakRandom.h
similarity index 100%
rename from masm/config.h
rename to 3rdparty/masm/config.h
similarity index 100%
rename from masm/masm.pri
rename to 3rdparty/masm/masm.pri
similarity index 100%
rename from masm/wtf/Locker.h
rename to 3rdparty/masm/wtf/Locker.h
similarity index 100%
rename from masm/wtf/VMTags.h
rename to 3rdparty/masm/wtf/VMTags.h
similarity index 100%
rename from masm/yarr/Yarr.h
rename to 3rdparty/masm/yarr/Yarr.h
diff --git a/v4.pro b/v4.pro
index d85e283..d181c02 100644 (file)
--- a/v4.pro
+++ b/v4.pro
@@ -126,5 +126,5 @@ QMAKE_EXTRA_TARGETS += checkmothtarget
 
 
 include(moth/moth.pri)
-include(masm/masm.pri)
+include(3rdparty/masm/masm.pri)
 include(3rdparty/double-conversion/double-conversion.pri)