v8-autoroll
18e7f82b01
Update V8 DEPS.
...
Rolling v8/tools/clang to 4b5142322face2df2374a246dba98ae82be317b0
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/872893010
Cr-Commit-Position: refs/heads/master@{#26543}
2015-02-10 12:53:01 +00:00
bmeurer
e06dc0569a
[linux] Improve link time with Chromium-bundled binutils.
...
Also enabled concurrent linking with gold on Linux.
Mostly copy and paste from Chromium with customization for
V8 where necessary.
BUG=v8:3880
LOG=n
Review URL: https://codereview.chromium.org/896703003
Cr-Commit-Position: refs/heads/master@{#26536}
2015-02-10 07:27:13 +00:00
v8-autoroll
b9e15ea3aa
Update V8 DEPS.
...
Rolling v8/tools/clang to 5489bbf01a5292a6c44d4cad7875ba2cb4ac975b
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/903233003
Cr-Commit-Position: refs/heads/master@{#26499}
2015-02-07 04:25:04 +00:00
v8-autoroll
39439935a8
Update V8 DEPS.
...
Rolling v8/tools/clang to 6f9d79914087cffd820021c3bb1155ad44f4b435
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/904793003
Cr-Commit-Position: refs/heads/master@{#26474}
2015-02-06 06:00:41 +00:00
v8-autoroll
dbc026eecf
Update V8 DEPS.
...
Rolling v8/buildtools to da0df3fdac6036e862addb1155a2d6c11b6c18d5
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/900793003
Cr-Commit-Position: refs/heads/master@{#26446}
2015-02-05 04:24:00 +00:00
v8-autoroll
52d4d7de2e
Update V8 DEPS.
...
Rolling v8/build/gyp to 4d7c139b1820c5fcb993868c61f170a02cda8a40
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/894493002
Cr-Commit-Position: refs/heads/master@{#26369}
2015-01-31 14:33:49 +00:00
v8-autoroll
9c1705d53c
Update V8 DEPS.
...
Rolling v8/build/gyp to 104e21ecf6f28c47d2e729d572aa790b85225ee0
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/891623002
Cr-Commit-Position: refs/heads/master@{#26339}
2015-01-30 04:32:02 +00:00
v8-autoroll
aa609b546d
Update V8 DEPS.
...
Rolling v8/tools/clang to 0825693c3460f23b1d78ad272999f850447ad333
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/873313008
Cr-Commit-Position: refs/heads/master@{#26300}
2015-01-28 04:32:00 +00:00
v8-autoroll
431a083473
Update V8 DEPS.
...
Rolling v8/tools/clang to 853a3150b369e5dcd62d7429998bfafe8158e16e
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/868373002
Cr-Commit-Position: refs/heads/master@{#26260}
2015-01-25 04:23:09 +00:00
v8-autoroll
43fa6bd418
Update V8 DEPS.
...
Rolling v8/build/gyp to b28bd7ddd1438c98f93a8e5383b7daceb572a3fb
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/874753004
Cr-Commit-Position: refs/heads/master@{#26259}
2015-01-24 04:31:32 +00:00
machenbach
5577dbdcf1
Remove version generation approach.
...
Revert "Partially reland Auto-generate v8 version based on tags."
This reverts commit 0707afc863
.
Revert "Ensure tags are fetched when generating the V8 version."
This reverts commit ea6831e9de
.
Revert "Restrict tag-update for version generation to cached git repos."
This reverts commit c6641e138b
.
BUG=chromium:446166
LOG=n
Review URL: https://codereview.chromium.org/866263005
Cr-Commit-Position: refs/heads/master@{#26244}
2015-01-23 10:45:39 +00:00
v8-autoroll
3ef689bb80
Update V8 DEPS.
...
Rolling v8/tools/clang to de83a52aa5c5578519e244099ee755726e430253
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/866353002
Cr-Commit-Position: refs/heads/master@{#26233}
2015-01-23 05:47:23 +00:00
v8-autoroll
a96eb486e4
Update V8 DEPS.
...
Rolling v8/build/gyp to adb7d24b9fc166f01ab2da50478556b518a9218f
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/868573002
Cr-Commit-Position: refs/heads/master@{#26209}
2015-01-22 06:16:17 +00:00
machenbach
0707afc863
Partially reland Auto-generate v8 version based on tags.
...
This relands parts of
https://codereview.chromium.org/843913009
It prepares for using this script outside of v8, e.g. in a
chromium hook.
The script is intended to run as a hook and will create
version_gen.cc if the content has changed.
Changes to gyp and gn files can land as a follow up, once
calling the hook on the chromium side has landed.
BUG=chromium:446166
LOG=n
Review URL: https://codereview.chromium.org/830093003
Cr-Commit-Position: refs/heads/master@{#26144}
2015-01-19 16:23:39 +00:00
machenbach
12adf1474d
Revert of Reland Auto-generate v8 version based on tags. (patchset #1 id:1 of https://codereview.chromium.org/843913009/ )
...
Reason for revert:
The gclient hook of v8 is not executed on this builder:
http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/49765
Original issue's description:
> Reland Auto-generate v8 version based on tags.
>
> This relands the CL
> https://codereview.chromium.org/797503007/ .
>
> It runs the version generation two times. First during
> runhooks as a fallback for recipes that loose git context
> (e.g. android_aosp). Second during compilation like in the
> original CL. In case of failures, the result from the
> runhooks call will be reused.
>
> BUG=chromium:446166
> LOG=n
>
> Committed: https://crrev.com/d3d6e38b2cba73b52bd5ed00f4441a7db3284a19
> Cr-Commit-Position: refs/heads/master@{#26120}
TBR=jochen@chromium.org ,jkummerow@chromium.org,tandrii@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:446166
Review URL: https://codereview.chromium.org/855263002
Cr-Commit-Position: refs/heads/master@{#26121}
2015-01-18 15:43:21 +00:00
machenbach
d3d6e38b2c
Reland Auto-generate v8 version based on tags.
...
This relands the CL
https://codereview.chromium.org/797503007/ .
It runs the version generation two times. First during
runhooks as a fallback for recipes that loose git context
(e.g. android_aosp). Second during compilation like in the
original CL. In case of failures, the result from the
runhooks call will be reused.
BUG=chromium:446166
LOG=n
Review URL: https://codereview.chromium.org/843913009
Cr-Commit-Position: refs/heads/master@{#26120}
2015-01-18 11:25:58 +00:00
v8-autoroll
dc38883527
Update V8 DEPS.
...
Rolling v8/tools/clang to 97bfed3644c03f48864c479b8714f08ed80c5d13
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/851413002
Cr-Commit-Position: refs/heads/master@{#26117}
2015-01-17 04:29:21 +00:00
v8-autoroll
56abdc50ba
Update V8 DEPS.
...
Rolling v8/build/gyp to 194ec65a55edf24c1976d4265f57e8c90ef5bb2f
Rolling v8/tools/clang to 790f3b26cdce99c8e5751893a18134afd0202ed0
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/814833012
Cr-Commit-Position: refs/heads/master@{#26087}
2015-01-16 04:41:29 +00:00
v8-autoroll
06559af7b4
Update V8 DEPS.
...
Rolling v8/build/gyp to 789a019a832029f9a6f8d906a4bcee4736eabc90
Rolling v8/testing/gtest to be1868139ffe0ccd0e8e3b37292b84c821d9c8ad
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/850223003
Cr-Commit-Position: refs/heads/master@{#26065}
2015-01-15 06:29:50 +00:00
v8-autoroll
0782cdaed2
Update V8 DEPS.
...
Rolling v8/tools/clang to a4a0b2db20ba74e9d928be13ff701b244cfdd0c2
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/847043002
Cr-Commit-Position: refs/heads/master@{#26031}
2015-01-13 04:23:11 +00:00
v8-autoroll
f9a22a5e58
Update V8 DEPS.
...
Rolling v8/third_party/icu to 4e3266f32c62d30a3f9e2232a753c60129d1e670
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/843313002
Cr-Commit-Position: refs/heads/master@{#26017}
2015-01-11 04:27:14 +00:00
v8-autoroll
3d527ff4ca
Update V8 DEPS.
...
Rolling v8/buildtools to 451dcd05a5b34936f5be67b2472cd63aaa508401
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/834243003
Cr-Commit-Position: refs/heads/master@{#26004}
2015-01-09 04:31:05 +00:00
v8-autoroll
a2a5dada86
Update V8 DEPS.
...
Rolling v8/build/gyp to 82b08049cc0b1f9e0bdcc0702ac6b523360f635f
Rolling v8/tools/clang to 24bed8c99d57ebfad05890c21f03f31af39dc6d4
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/844663003
Cr-Commit-Position: refs/heads/master@{#25983}
2015-01-08 04:31:15 +00:00
v8-autoroll
8f9e9ecce6
Update V8 DEPS.
...
Rolling v8/tools/clang to c945be21f6485fa177b43814f910b76cce921653
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/829733002
Cr-Commit-Position: refs/heads/master@{#25944}
2014-12-29 04:29:45 +00:00
v8-autoroll
8aa39e561d
Update V8 DEPS.
...
Rolling v8/tools/clang to 51f59463cfea7fc19d085253cf9bd40c1b4c0038
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/830473002
Cr-Commit-Position: refs/heads/master@{#25943}
2014-12-27 04:30:37 +00:00
v8-autoroll
c960a30d68
Update V8 DEPS.
...
Rolling v8/tools/clang to 6f504ec1a843c7c6af799768a774dec205ce4f3b
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/822073003
Cr-Commit-Position: refs/heads/master@{#25942}
2014-12-26 04:31:01 +00:00
v8-autoroll
600354826b
Update V8 DEPS.
...
Rolling v8/buildtools to 23a4e2f545c7b6340d7e5a2b74801941b0a86535
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/812553008
Cr-Commit-Position: refs/heads/master@{#25909}
2014-12-20 04:30:53 +00:00
v8-autoroll
b494f5cdb8
Update V8 DEPS.
...
Rolling v8/third_party/icu to 51c1a4ce5f362676aa1f1cfdb5b7e52edabfa5aa
TBR=machenbach@chromium.org
BUG=
Review URL: https://codereview.chromium.org/816763003
Cr-Commit-Position: refs/heads/master@{#25894}
2014-12-18 21:57:46 +00:00
v8-autoroll
f9be562d61
Update V8 DEPS.
...
Rolling v8/tools/clang to 90fb65e7a9a5c9d6d9613dfb0e78921c52ca9cfc
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/795843004
Cr-Commit-Position: refs/heads/master@{#25856}
2014-12-17 04:29:39 +00:00
v8-autoroll
8e7b7daefc
Update V8 DEPS.
...
Rolling v8/tools/clang to 6538d768c1dd43ad3942574cfc5ba90a8e1e0517
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/803183005
Cr-Commit-Position: refs/heads/master@{#25830}
2014-12-16 04:28:50 +00:00
v8-autoroll
c39eae9aac
Update V8 DEPS.
...
Rolling v8/buildtools to 4995faa4a7ad968f1fa1917c26edd5cea295582f
Rolling v8/tools/clang to 3569efa494f668b68bd13835ab4f197f6a51b84a
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/801783003
Cr-Commit-Position: refs/heads/master@{#25799}
2014-12-12 13:18:20 +00:00
machenbach
0d8fb5dc0b
Remove legacy python deps.
...
BUG=
Review URL: https://codereview.chromium.org/794113004
Cr-Commit-Position: refs/heads/master@{#25791}
2014-12-12 10:11:33 +00:00
v8-autoroll
d0cad384b2
Update V8 DEPS.
...
Rolling v8/buildtools/clang_format/script to 81edd558fea5dd7855d67a1dc61db34ae8c1fd63
Rolling v8/buildtools to 05dd6a24723170d7c6ff35b537ee02947f619891
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/797613002
Cr-Commit-Position: refs/heads/master@{#25779}
2014-12-11 14:48:07 +00:00
machenbach
1b316ed0ad
Switch icu repo to icu.git in v8 DEPS.
...
This ports https://codereview.chromium.org/769413004 to v8
DEPS.
BUG=chromium:438401
LOG=n
TBR=jshin@chromium.org
Review URL: https://codereview.chromium.org/796813002
Cr-Commit-Position: refs/heads/master@{#25766}
2014-12-11 10:13:35 +00:00
jochen
779076e006
Update all DEPS to match chromium's DEPS at edb488e
...
Also remove the now disfunctinal 'builddeps' and 'dependencies' targets
BUG=none
R=machenbach@chromium.org ,jkummerow@chromium.org
LOG=y
Review URL: https://codereview.chromium.org/788613002
Cr-Commit-Position: refs/heads/master@{#25710}
2014-12-08 12:27:26 +00:00
v8-autoroll
c174d14578
Update V8 DEPS.
...
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/777373002
Cr-Commit-Position: refs/heads/master@{#25672}
2014-12-05 04:27:56 +00:00
jochen
28fa2aa443
Add support for downloading clang
...
Still requires changes to gyp files to select the built-in clang as
compiler and make clang the default on the platforms we want it.
BUG=
R=dcarney@chromium.org ,machenbach@chromium.org
LOG=n
Review URL: https://codereview.chromium.org/745963005
Cr-Commit-Position: refs/heads/master@{#25538}
2014-11-27 10:29:51 +00:00
machenbach@chromium.org
19b98d7b14
Switch DEPS to git.
...
BUG=415464
LOG=n
R=agable@chromium.org
Review URL: https://codereview.chromium.org/702113002
Cr-Commit-Position: refs/heads/master@{#25274}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25274 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-11-11 22:07:51 +00:00
machenbach@chromium.org
d124493d6d
Add android tools to v8's deps.
...
BUG=408510
LOG=n
R=hinoka@google.com
Review URL: https://codereview.chromium.org/512183004
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23486 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-28 11:09:46 +00:00
bmeurer@chromium.org
ab9bbed9d3
Synchronize GTest/GMock dependencies with Chromium.
...
Dependencies were updated in Chromium, see
https://codereview.chromium.org/425333002/ for details.
R=svenpanne@chromium.org
Review URL: https://codereview.chromium.org/451993002
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22984 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-08 05:45:04 +00:00
yangguo@chromium.org
71857295b4
Reland "Implement trigonometric functions using a fdlibm port."
...
R=svenpanne@chromium.org
Review URL: https://codereview.chromium.org/448643002
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22923 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-06 11:39:39 +00:00
yangguo@chromium.org
ff7975aa8d
Revert "Implement trigonometric functions using a fdlibm port."
...
This reverts r22918 and r22920.
TBR=hpayer@chromium.org
Review URL: https://codereview.chromium.org/448633002
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22921 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-06 11:04:47 +00:00
yangguo@chromium.org
3c4d23b917
Implement trigonometric functions using a fdlibm port.
...
R=jochen@chromium.org , rtoy@chromium.org , svenpanne@chromium.org
BUG=v8:3006
LOG=N
Review URL: https://codereview.chromium.org/411263004
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22918 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-06 10:33:17 +00:00
jochen@chromium.org
8a20c73e3d
Add dependencies on gtest and gmock
...
Because Benedikt said so.
BUG=none
LOG=y
R=bmeurer@chromium.org , machenbach@chromium.org
Review URL: https://codereview.chromium.org/434423002
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22806 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-04 09:11:02 +00:00
jochen@chromium.org
a9462576d6
Update ICU to 5.2 (matching chromium)
...
BUG=v8:3452
R=svenpanne@chromium.org
LOG=y
Review URL: https://codereview.chromium.org/411493002
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22523 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-07-22 12:27:59 +00:00
jochen@chromium.org
6096f1bb0f
Roll buildtools to fb782d4369d5ae04f17a2fceef7de5a63e50f07b
...
Also add hooks to download clang-format binaries.
BUG=none
R=machenbach@chromium.org
LOG=n
Review URL: https://codereview.chromium.org/334403005
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22036 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-06-26 10:49:27 +00:00
jochen@chromium.org
4aa31e0744
Roll buildtools to 5d89977ce55240995d1596fe420b818468f5ec37
...
TBR=machenbach@chromium.org
LOG=n
BUG=none
Review URL: https://codereview.chromium.org/307403004
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21656 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-06-03 18:10:10 +00:00
jochen@chromium.org
a980e51471
Add DEPS files and run checkdeps in presubmit check
...
BUG=none
R=jkummerow@chromium.org
LOG=n
Review URL: https://codereview.chromium.org/312763002
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21642 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-06-03 13:39:42 +00:00
jochen@chromium.org
e1c0e54209
Add dependency on buildtools repo
...
Currently, this adds checkdeps, in the future, this will be the place
where clang-format and gn lives.
BUG=none
R=machenbach@chromium.org
LOG=n
Review URL: https://codereview.chromium.org/308353002
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21636 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-06-03 12:01:50 +00:00
machenbach@chromium.org
7dccec5df7
Fix chromium trunk url in DEPS.
...
Makes "svn/trunk" part of the variable so that it can be replaced with "chrome/trunk" when using mirrors.
BUG=372738
LOG=n
R=jkummerow@chromium.org
Review URL: https://codereview.chromium.org/289473006
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21300 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-05-14 09:29:50 +00:00