Changeset 187819 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Aug 3, 2015, 11:51:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r187794 r187819 1 2015-08-03 Csaba Osztrogonác <[email protected]> 2 3 Introduce COMPILER(GCC_OR_CLANG) guard and make COMPILER(GCC) true only for GCC 4 https://bugs.webkit.org/show_bug.cgi?id=146833 5 6 Reviewed by Alexey Proskuryakov. 7 8 * assembler/ARM64Assembler.h: 9 * assembler/ARMAssembler.h: 10 (JSC::ARMAssembler::cacheFlush): 11 * assembler/MacroAssemblerARM.cpp: 12 (JSC::isVFPPresent): 13 * assembler/MacroAssemblerX86Common.h: 14 (JSC::MacroAssemblerX86Common::isSSE2Present): 15 * heap/MachineStackMarker.h: 16 * interpreter/StackVisitor.cpp: Removed redundant COMPILER(CLANG) guards. 17 (JSC::logF): 18 * jit/HostCallReturnValue.h: 19 * jit/JIT.h: 20 * jit/JITOperations.cpp: 21 * jit/JITStubsARM.h: 22 * jit/JITStubsARMv7.h: 23 * jit/JITStubsX86.h: 24 * jit/JITStubsX86Common.h: 25 * jit/JITStubsX86_64.h: 26 * jit/ThunkGenerators.cpp: 27 * runtime/JSExportMacros.h: 28 * runtime/MathCommon.h: Removed redundant COMPILER(CLANG) guard. 29 (JSC::clz32): 30 1 31 2015-08-03 Filip Pizlo <[email protected]> 2 32
Note:
See TracChangeset
for help on using the changeset viewer.