- 28 Aug, 2015 1 commit
-
-
pcc authored
v8 is optimized for speed. Because GCC LTO merges flags at link time, we disable LTO to prevent any -O2 flags from taking precedence over v8's -Os flag. However, LLVM LTO does not work this way so we keep LTO enabled under LLVM. This fixes the ARM build in the cfi_vptr==1 configuration, which requires LLVM LTO. R=adamk@chromium.org BUG=chromium:469376 LOG=N Review URL: https://codereview.chromium.org/1295673002 Cr-Commit-Position: refs/heads/master@{#30455}
-
- 20 Aug, 2015 1 commit
-
-
domenic authored
Embedders would use these for features which must be able to be turned off at runtime, despite being compiled into V8. They can be turned on and off by the embedder using the --experimental_extras flag, e.g. via v8::SetFlagsFromString. R=yangguo@chromium.org, mlippautz@chromium.org, hpayer@chromium.org BUG=chromium:507137 LOG=Y Review URL: https://codereview.chromium.org/1284413002 Cr-Commit-Position: refs/heads/master@{#30260}
-
- 18 Aug, 2015 1 commit
-
-
bradnelson authored
Place a copy of the v8-native-prototype in third_party/wasm. GYP_DEFINES='v8_wasm=1' gclient runhooks BUG=None TEST=None R=titzer@chromium.org LOG=N Review URL: https://codereview.chromium.org/1294543006 Cr-Commit-Position: refs/heads/master@{#30225}
-
- 17 Aug, 2015 1 commit
-
-
vogelheim authored
BUG= Review URL: https://codereview.chromium.org/1209223005 Cr-Commit-Position: refs/heads/master@{#30198}
-
- 07 Aug, 2015 1 commit
-
-
machenbach authored
BUG=chromium:515782 LOG=n Review URL: https://codereview.chromium.org/1267773004 Cr-Commit-Position: refs/heads/master@{#30058}
-
- 03 Aug, 2015 1 commit
-
-
dstence authored
R=danno@chromium.org, mbrandy@us.ibm.com, michael_dawson@ca.ibm.com BUG= Review URL: https://codereview.chromium.org/1252913007 Cr-Commit-Position: refs/heads/master@{#29984}
-
- 27 Jul, 2015 1 commit
-
-
jochen authored
BUG=v8:4326 R=machenbach@chromium.org LOG=y Review URL: https://codereview.chromium.org/1259693003 Cr-Commit-Position: refs/heads/master@{#29868}
-
- 24 Jul, 2015 1 commit
-
-
pcc authored
BUG=chromium:513074 R=bmeurer@chromium.org LOG=n Review URL: https://codereview.chromium.org/1249273003 Cr-Commit-Position: refs/heads/master@{#29827}
-
- 14 Jul, 2015 1 commit
-
-
balazs.kilvady authored
BUG= Review URL: https://codereview.chromium.org/1237753004 Cr-Commit-Position: refs/heads/master@{#29652}
-
- 13 Jul, 2015 1 commit
-
-
machenbach authored
BUG=chromium:508921 LOG=n Review URL: https://codereview.chromium.org/1234443003 Cr-Commit-Position: refs/heads/master@{#29605}
-
- 09 Jul, 2015 1 commit
-
-
Michael Achenbach authored
Cr-Commit-Position: refs/heads/master@{#29555}
-
- 02 Jul, 2015 1 commit
-
-
jochen authored
BUG=none R=vogelheim@chromium.org LOG=n Review URL: https://codereview.chromium.org/1218153006 Cr-Commit-Position: refs/heads/master@{#29445}
-
- 29 Jun, 2015 3 commits
-
-
machenbach authored
Revert of Use third_party clang on Mac. (patchset #4 id:60001 of https://codereview.chromium.org/1200833013/) Reason for revert: [Sheriff] Breaks mac on the main waterfall (though not on the tryserver): http://build.chromium.org/p/client.v8/builders/V8%20Mac64/builds/3925 Original issue's description: > Use third_party clang on Mac. > > BUG= > > Committed: https://crrev.com/57b20413294940476ab2b2e71ed0802aaf8c223f > Cr-Commit-Position: refs/heads/master@{#29343} TBR=danno@chromium.org,jkummerow@chromium.org,paul.lind@imgtec.com,akos.palfi@imgtec.com,balazs.kilvady@imgtec.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1217823003 Cr-Commit-Position: refs/heads/master@{#29345}
-
balazs.kilvady authored
BUG= Review URL: https://codereview.chromium.org/1200833013 Cr-Commit-Position: refs/heads/master@{#29343}
-
machenbach authored
Make clang dir absolute to avoid differences between ninja and make gyp generator. BUG=chromium:502176 LOG=n Review URL: https://codereview.chromium.org/1217783002 Cr-Commit-Position: refs/heads/master@{#29341}
-
- 26 Jun, 2015 6 commits
-
-
vogelheim authored
BUG= Review URL: https://codereview.chromium.org/1205843005 Cr-Commit-Position: refs/heads/master@{#29325}
-
machenbach authored
This reverts commit e93e4dad. BUG=chromium:502176 LOG=n NOTRY=true TBR=ulan@chromium.org, jochen@chromium.org Review URL: https://codereview.chromium.org/1213803002 Cr-Commit-Position: refs/heads/master@{#29323}
-
machenbach authored
Revert of Reland [android] Migrate more configs to gyp. (patchset #2 id:20001 of https://codereview.chromium.org/1210393003/) Reason for revert: [Sheriff] Fails runhooks. Original issue's description: > Reland [android] Migrate more configs to gyp. > > This reverts commit 3e8892b5. > > BUG=chromium:502176 > LOG=n > NOTRY=true > TBR=ulan@chromium.org, jochen@chromium.org > > Committed: https://crrev.com/c0d70e43c4cbe2a09c8f1bd55fe2be03cd9ba041 > Cr-Commit-Position: refs/heads/master@{#29317} TBR=ulan@chromium.org,jochen@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:502176 Review URL: https://codereview.chromium.org/1215593004 Cr-Commit-Position: refs/heads/master@{#29319}
-
machenbach authored
This reverts commit 3e8892b5. BUG=chromium:502176 LOG=n NOTRY=true TBR=ulan@chromium.org, jochen@chromium.org Review URL: https://codereview.chromium.org/1210393003 Cr-Commit-Position: refs/heads/master@{#29317}
-
bmeurer authored
Revert of [android] Migrate more configs to gyp. (patchset #4 id:60001 of https://codereview.chromium.org/1207693004/) Reason for revert: Breaks arm64 bots. Original issue's description: > [android] Migrate more configs to gyp. > > BUG=chromium:502176 > LOG=n > > Committed: https://crrev.com/174869573e42c999da1489c264b9c4602b98ba31 > Cr-Commit-Position: refs/heads/master@{#29314} TBR=jochen@chromium.org,ulan@chromium.org,dusan.milosavljevic@imgtec.com,machenbach@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:502176 Review URL: https://codereview.chromium.org/1211383002 Cr-Commit-Position: refs/heads/master@{#29316}
-
machenbach authored
BUG=chromium:502176 LOG=n Review URL: https://codereview.chromium.org/1207693004 Cr-Commit-Position: refs/heads/master@{#29314}
-
- 24 Jun, 2015 1 commit
-
-
machenbach authored
BUG=chromium:502176 LOG=n Review URL: https://codereview.chromium.org/1203653002 Cr-Commit-Position: refs/heads/master@{#29245}
-
- 22 Jun, 2015 2 commits
-
-
machenbach authored
The merge makes it possible to reuse variables from the android configuration in standalone.gypi. BUG=chromium:502176 LOG=n Review URL: https://codereview.chromium.org/1196253002 Cr-Commit-Position: refs/heads/master@{#29189}
-
machenbach authored
BUG=chromium:502176 LOG=n NOTRY=true Review URL: https://codereview.chromium.org/1197703004 Cr-Commit-Position: refs/heads/master@{#29183}
-
- 16 Jun, 2015 1 commit
-
-
vogelheim authored
crrev.com/1177163002 should have fixed the issues that broke this last time. Notes: - The current functionality is meant to stay. If you prefer the old way, just set v8_use_external_startup_data=0. - You might notice this if you call d8 via PATH. Either explicitly tell d8 where your external snapshot/built-ins are, or change the build options as above. - This follows Chromium practice, that mostly uses this feature these days. - Other platforms to follow later. BUG= Review URL: https://codereview.chromium.org/1189563004 Cr-Commit-Position: refs/heads/master@{#29050}
-
- 15 Jun, 2015 1 commit
-
-
balazs.kilvady authored
Port cdc43bc5 Original review: https://codereview.chromium.org/1133163005/ Original commit message: Enable clang's shorten-64-to-32 warning flag on ARM64, and fix the warnings that arise. BUG= Review URL: https://codereview.chromium.org/1182193004 Cr-Commit-Position: refs/heads/master@{#29024}
-
- 12 Jun, 2015 2 commits
-
-
yangguo authored
Revert of MIPS64: Enable shorten-64-to-32 warning. (patchset #12 id:240001 of https://codereview.chromium.org/1133163005/) Reason for revert: Compile failure: https://chromegw.corp.google.com/i/client.v8/builders/V8%20Mac64%20-%20debug/builds/3070/steps/compile/logs/stdio Original issue's description: > MIPS64: Enable shorten-64-to-32 warning. > > Port cdc43bc5 > > Original commit message: > Enable clang's shorten-64-to-32 warning flag on ARM64, and fix the warnings > that arise. > > BUG= > > Committed: https://crrev.com/9af578a7c83b58a0ce25345998d9287cbf2030cb > Cr-Commit-Position: refs/heads/master@{#28990} TBR=danno@chromium.org,martyn.capewell@arm.com,paul.lind@imgtec.com,akos.palfi@imgtec.com,dusan.milosavljevic@imgtec.com,jkummerow@chromium.org,machenbach@chromium.org,svenpanne@chromium.org,balazs.kilvady@imgtec.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1182493007 Cr-Commit-Position: refs/heads/master@{#28991}
-
balazs.kilvady authored
Port cdc43bc5 Original commit message: Enable clang's shorten-64-to-32 warning flag on ARM64, and fix the warnings that arise. BUG= Review URL: https://codereview.chromium.org/1133163005 Cr-Commit-Position: refs/heads/master@{#28990}
-
- 11 Jun, 2015 1 commit
-
-
vogelheim authored
Revert of Re-land: Enable external startup by default on Linux. (patchset #3 id:40001 of https://codereview.chromium.org/1041683002/) Reason for revert: Revert, due to problems with stale build artefacts uncovered by this. Details: https://code.google.com/p/v8/issues/detail?id=4171 Original issue's description: > Re-land: Enable external startup by default on Linux. > > crrev.com/1016603004 should have fixed the issues that broke this last time. > > Notes: > - The current functionality is meant to stay. If you prefer the old way, > just set v8_use_external_startup_data=0. > - You might notice this if you call d8 via PATH. Either explicitly tell d8 > where your external snapshot/built-ins are, or change the build options > as above. > - This follows Chromium practice, that mostly uses this feature these days. > - Other platforms to follow later. > > BUG= > > Committed: https://crrev.com/bb9c774c164c3552b67b4f1b60809852a44f2ecd > Cr-Commit-Position: refs/heads/master@{#28858} TBR=jochen@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1177883003 Cr-Commit-Position: refs/heads/master@{#28929}
-
- 09 Jun, 2015 3 commits
-
-
Erik Arvidsson authored
Bots have been really lazy today and they have not picked up the latest versions for some obscure reason BUG=N LOG=M TBR=machenbach@chromium.org, littledan@chromium.org Review URL: https://codereview.chromium.org/1171223002 Cr-Commit-Position: refs/heads/master@{#28883}
-
Erik Arvidsson authored
BUG=N LOG=N TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/1174523004 Cr-Commit-Position: refs/heads/master@{#28875}
-
vogelheim authored
crrev.com/1016603004 should have fixed the issues that broke this last time. Notes: - The current functionality is meant to stay. If you prefer the old way, just set v8_use_external_startup_data=0. - You might notice this if you call d8 via PATH. Either explicitly tell d8 where your external snapshot/built-ins are, or change the build options as above. - This follows Chromium practice, that mostly uses this feature these days. - Other platforms to follow later. BUG= Review URL: https://codereview.chromium.org/1041683002 Cr-Commit-Position: refs/heads/master@{#28858}
-
- 08 Jun, 2015 2 commits
-
-
balazs.kilvady authored
BUG= Review URL: https://codereview.chromium.org/1160973006 Cr-Commit-Position: refs/heads/master@{#28842}
-
machenbach authored
BUG=chromium:430032 LOG=n Review URL: https://codereview.chromium.org/1156183004 Cr-Commit-Position: refs/heads/master@{#28821}
-
- 28 May, 2015 1 commit
-
-
machenbach authored
BUG=chromium:489254 LOG=n Review URL: https://codereview.chromium.org/1143173005 Cr-Commit-Position: refs/heads/master@{#28676}
-
- 27 May, 2015 1 commit
-
-
machenbach authored
BUG=chromium:489254 LOG=n Review URL: https://codereview.chromium.org/1158903002 Cr-Commit-Position: refs/heads/master@{#28663}
-
- 26 May, 2015 1 commit
-
-
machenbach authored
This configures *san in v8 just like in chromium's common.gypi. I also addresses compilation problems with ICU and usage of instrumented libc++. TBR=svenpanne@chromium.org Review URL: https://codereview.chromium.org/1146863006 Cr-Commit-Position: refs/heads/master@{#28631}
-
- 22 May, 2015 2 commits
-
-
machenbach authored
BUG=chromium:425187 LOG=n Review URL: https://codereview.chromium.org/1154833002 Cr-Commit-Position: refs/heads/master@{#28599}
-
jing.bao authored
BUG= Review URL: https://codereview.chromium.org/1145513006 Cr-Commit-Position: refs/heads/master@{#28571}
-
- 21 May, 2015 1 commit
-
-
machenbach authored
BUG=chromium:425187 LOG=n TBR=svenpanne@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1148333004 Cr-Commit-Position: refs/heads/master@{#28561}
-