Updated wtf and masm from upstream (r137997)
authorSimon Hausmann <simon.hausmann@digia.com>
Tue, 18 Dec 2012 09:21:16 +0000 (10:21 +0100)
committerLars Knoll <lars.knoll@digia.com>
Tue, 18 Dec 2012 14:20:39 +0000 (15:20 +0100)
commiteb5471f4fbdc2bbd1b811f935fa34664671d8c67
treee56d1838e8c7dd27f2b435e650f5126496d5a89c
parent50eef1d4a1b2fde99c5b8fc104ccb50ae0f03584
Updated wtf and masm from upstream (r137997)

This also brings in the page allocation code from WTF

Change-Id: If6f9fdb4fb2d10530f06e3e9524c95ff5876d084
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
49 files changed:
masm/assembler/ARMAssembler.h
masm/assembler/ARMv7Assembler.h
masm/assembler/AbstractMacroAssembler.h
masm/assembler/LinkBuffer.cpp
masm/assembler/LinkBuffer.h
masm/assembler/MIPSAssembler.h
masm/assembler/MacroAssembler.h
masm/assembler/MacroAssemblerARM.h
masm/assembler/MacroAssemblerARMv7.h
masm/assembler/MacroAssemblerMIPS.h
masm/assembler/MacroAssemblerSH4.h
masm/assembler/MacroAssemblerX86.h
masm/assembler/MacroAssemblerX86Common.h
masm/assembler/MacroAssemblerX86_64.h
masm/assembler/RepatchBuffer.h
masm/assembler/SH4Assembler.h
masm/assembler/X86Assembler.h
masm/disassembler/Disassembler.cpp [new file with mode: 0644]
masm/disassembler/Disassembler.h
masm/disassembler/UDis86Disassembler.cpp
masm/disassembler/udis86/differences.txt
masm/disassembler/udis86/itab.py
masm/masm.pri
masm/stubs/WTFStubs.cpp
masm/wtf/Assertions.h
masm/wtf/Atomics.h
masm/wtf/CheckedArithmetic.h
masm/wtf/DataLog.h
masm/wtf/FilePrintStream.cpp [new file with mode: 0644]
masm/wtf/FilePrintStream.h [new file with mode: 0644]
masm/wtf/OSAllocator.h [new file with mode: 0644]
masm/wtf/OSAllocatorPosix.cpp [new file with mode: 0644]
masm/wtf/OSAllocatorWin.cpp [new file with mode: 0644]
masm/wtf/OwnPtrCommon.h
masm/wtf/PageAllocation.h [new file with mode: 0644]
masm/wtf/PageAllocationAligned.cpp [new file with mode: 0644]
masm/wtf/PageAllocationAligned.h [new file with mode: 0644]
masm/wtf/PageBlock.cpp [new file with mode: 0644]
masm/wtf/PageBlock.h [new file with mode: 0644]
masm/wtf/PageReservation.h [new file with mode: 0644]
masm/wtf/PassOwnPtr.h [new file with mode: 0644]
masm/wtf/Platform.h
masm/wtf/PrintStream.cpp [new file with mode: 0644]
masm/wtf/PrintStream.h [new file with mode: 0644]
masm/wtf/RawPointer.h [new file with mode: 0644]
masm/wtf/StdLibExtras.h
masm/wtf/ThreadingPrimitives.h
masm/wtf/VMTags.h [new file with mode: 0644]
masm/wtf/Vector.h