Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/llvm/llvm-lnt
https://github.com/llvm/llvm-lnt
If we call os.path.abspath(only_test) too soon, we cannot properly concatenate it with the build...
96528571705a6cb548ae5337ba88186986b98e3f authored almost 9 years ago by James Molloy <[email protected]>
- Fix race condition between run source data returning and runTypeahead being initialized.
-...
This was accidentally missed out in r263882.
llvm-svn: 263937
5393ae6068e55d7f049a4feb776392272c9220a9 authored almost 9 years ago by James Molloy <[email protected]>This is done via multiprocessing because it's on the critical path and can take a minute or two ...
2d746f1aaabb8e0682f2c57f50c019b47527869b authored almost 9 years ago by James Molloy <[email protected]>'subtest' is not a directory in the Inputs tree, so it is correct that LNT attempt to build it a...
750800dea254cc296f89bb81f0fc91a909eb4894 authored almost 9 years ago by James Molloy <[email protected]>It's a simple bug but crept in because I was accidentally running the regression tests with 'whi...
23ab0f382a49c4c7d59975c5b1fac702212bf039 authored almost 9 years ago by James Molloy <[email protected]>This allows the importer to discover it and import linux perf data.
llvm-svn: 263927
00cf4c87315229adde4742eb34047b0049333bac authored almost 9 years ago by James Molloy <[email protected]>This is the final step in hooking up profiling.
llvm-svn: 263926
5fbb906527f9ee4242930c9be5713b246b94766b authored almost 9 years ago by James Molloy <[email protected]>The run reports are rendered in two ways: for email and for web. Email doesn't do CSS very well,...
24429b6fe16f9e300ca51d95b9a0d0f2c08ee8cb authored almost 9 years ago by James Molloy <[email protected]>And use these to render links to profiles in the run table.
llvm-svn: 263924
5dfc029e5df18a75678509e239daf823eaa5030d authored almost 9 years ago by James Molloy <[email protected]>Chris made VERBOSE=1 mandatory for 'make'. This makes sense, but it really does create a lot of ...
c4a043760a52f04bc685530344d5fc990abdffba authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 263883
91f15975f721a51236d8cbfcf43f3469aaacc142 authored almost 9 years ago by James Molloy <[email protected]>I still need to work out a decent testing story for this (and javascript testing in LNT in gener...
ed27fdf086c70a0afba015e5f5c85277e0ee33f6 authored almost 9 years ago by James Molloy <[email protected]>
This rule runs after submission and inspects the profile directory, discovering
the total size o...
This page shows graphs of the total profile size (in MB) and a histogram of the age distribution...
8222817059088fa709eabc7b0ec2d83c06570400 authored almost 9 years ago by James Molloy <[email protected]>This teaches LNT about 'lnt profile', which can be used to interact with profile data.
llvm-svn...
787855010c4677e5e75b473a9eea21100850a6f0 authored almost 9 years ago by James Molloy <[email protected]>This adds the necessary plumbing to ensure a profile attached to a JSON report will find its way...
6a9b83809dd537f7f0b71b2e99478d0b07558593 authored almost 9 years ago by James Molloy <[email protected]>This maps a Sample to a profile on disk. Also add the config file plumbing.
llvm-svn: 263877
65094d70ff135dc13db3f9da470f00c938b71f8a authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 263600
556ea8012c8e795d31405d5671e316eb57ac468f authored almost 9 years ago by Chris Matthews <[email protected]>
ProfileV2 is a profile data representation designed to keep the
profile data on-disk as small as...
cPerf is a C++ python extension that reads perf.data sample streams and aggregates the data (inc...
a57bf295f7988de9d9f5fbf30b429cf03d54271d authored almost 9 years ago by James Molloy <[email protected]>This adds the API that will be used to query profiles in LNT's web stack along with a dumb imple...
11d96abfea710603e37bd1c661ff6c111ebd328c authored almost 9 years ago by James Molloy <[email protected]>I'm pushing this fix because it's obviously broken, but I need to investigate why the tests didn...
6495dd99a65d449e13ba2bb073dbfcf18f1d6003 authored almost 9 years ago by James Molloy <[email protected]>The idea behind this option is to ease bisecting using tools like 'llvmlab bisect'. With --only-...
00653cdfdf6ad2a3cfb1cb8b4121e74af2146021 authored almost 9 years ago by James Molloy <[email protected]>Handling of --only-test was patchy, and expected it to be a directory. This caused problems when...
91d3363608cd052e25d464ca922816d5acf387f5 authored almost 9 years ago by James Molloy <[email protected]>
We've seen tracebacks like the one below on our LNT server, indicating
that previously, the code...
llvm-svn: 263298
9fcd3b1e8edd826645cc5d98b33701373f1f867a authored almost 9 years ago by Chris Matthews <[email protected]>llvm-svn: 263187
bc75fff839ff009dbf80635b5faadae5e9557ba3 authored almost 9 years ago by Chris Matthews <[email protected]>
These were set to blank if not set. For caches to override them they
need to be fully not set.
...
6209e73d7626fc2614f0c9b66f41a7d8a1a56b2c authored almost 9 years ago by Chris Matthews <[email protected]>
I think cmake caches are a good way to represent common configurations.
This change allow the us...
It was not clear to me how these options worked together until I read
the code. This updates th...
Though the default cmake make build output looks nice, it is really
useless for debugging and re...
llvm-svn: 262226
d12d58686040ed9af8880ab3511987f2b8fc0b5e authored almost 9 years ago by James Molloy <[email protected]>We expect test failures. LIT shouldn't be expected to exit with 0 all the time. We must ensure w...
b5e0f3e8d2f4e55293641442c00a65f0e7462292 authored almost 9 years ago by James Molloy <[email protected]>This was suggested by Chris Matthews in a post-commit review of r261851.
llvm-svn: 262217
f41f5445833a9b9773fb15ae04593ea29b60df57 authored almost 9 years ago by James Molloy <[email protected]>We shouldn't need to build timeit-host manually - the dependencies should be in place, and if th...
2a9d77bd2632db7dcf7ed67e87efbe8ac7843925 authored almost 9 years ago by James Molloy <[email protected]>As part of this a default has been changed - 'hash' is no longer excluded by default.
The reaso...
4d63515a92021b55680a122e68dd55332cdf40cb authored almost 9 years ago by James Molloy <[email protected]>While we're here, ensure that we build 'timeit-host' first before anything else. CMake doesn't k...
dc73687f80e1554a443b5fdc56dc8b39082e0506 authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 261850
654167c72e106fad01a193d4eecf135c507f653f authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 261849
c82e60012fd9dbfc051675061890672fa187a67b authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 261848
8e7d25e2c849f5a2e78327359e56ec8482c0dc56 authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 261847
74420770e6a8f5759ae4133d810efe31685e4c82 authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 261846
a5bc9ff701477138b4ba34d20aa9dc039f48c5b4 authored almost 9 years ago by James Molloy <[email protected]>When not inferring opts.cxx, make sure it is resolved to a full path.
llvm-svn: 261845
506fc427d2ef493405b076c3ae8fc8a4f167979f authored almost 9 years ago by James Molloy <[email protected]>
When objects are added to the logger, the mem_logger apparantly could
retain those. If then the ...
llvm-svn: 260945
fb0c043356755b8f2db9abeea44158cd4d91273b authored almost 9 years ago by Kristof Beyls <[email protected]>Differential Revision: http://reviews.llvm.org/D16356
llvm-svn: 259048
03bad826a3bc7ea93fc5c07cf2e847d84c46027d authored almost 9 years ago by Kristof Beyls <[email protected]>
This doesn't add any user-visible functionality yet; but is a basis for
taking into account the ...
Summary:
We currently advertize the ISO-8859-1 charset is used when we
actually use UTF-8. Let's...
llvm-svn: 258454
5f1e858526cc7deb62daacbfc37951b96afc96b6 authored almost 9 years ago by Chris Matthews <[email protected]>llvm-svn: 258453
ef71b4ca3c54f02717598031bfbf1cbd4a4aae75 authored almost 9 years ago by Chris Matthews <[email protected]>llvm-svn: 258452
ba575af408ca6ab052dae77b92779966e0d8f341 authored almost 9 years ago by Chris Matthews <[email protected]>llvm-svn: 258451
682d4f9e10381b47667c6736d1acd5a42991b18b authored almost 9 years ago by Chris Matthews <[email protected]>llvm-svn: 258450
042473a494ec62632db12f4fb0e4214e00bc1f1c authored almost 9 years ago by Chris Matthews <[email protected]>llvm-svn: 258375
de32f58bc509c4cbd8ae87acb3fd28696e64ce29 authored almost 9 years ago by Chris Matthews <[email protected]>llvm-svn: 258373
198e5f7b925e8db751fc29be61222a52a597904a authored almost 9 years ago by Chris Matthews <[email protected]>llvm-svn: 258372
0cc5627b0d390db4b652ae4aa61f8402b1c479e9 authored almost 9 years ago by Chris Matthews <[email protected]>llvm-svn: 258371
cacd8a14000459741c0d1ea3b2f0b16dac85a806 authored almost 9 years ago by Chris Matthews <[email protected]>
This adds a table on the daily report page which reports for each
machine how many tests were se...
Tiny typo. I *hope* this might resurrect green dragon...
llvm-svn: 258301
5fd55e0f03d6ec13c5cce8d277465ad0ba3b22f0 authored almost 9 years ago by James Molloy <[email protected]>This reapplies r258117, as it wasn't this that was causing the green dragon failure.
llvm-svn: ...
e3b41dbb1a69661cfdd86f0b8955fcbc84a0d4be authored almost 9 years ago by James Molloy <[email protected]>There's a test failure, but I'm not quite sure why it's failing. This is a scattergun approach t...
4e45d8baf34bd941bdecbb0e29bc0b9114b72c6a authored almost 9 years ago by James Molloy <[email protected]>This reverts r258117. Green dragon isn't happy, and it's either this or r258116...
llvm-svn: 25...
97ea93be63bcc840bf73a403784f02fa5a826136 authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 258117
1b6fde8f33e222f7f3678f062f877efd7c936b48 authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 258116
408dc10ff1ae68697f57cb5a998bb3b5c66e08bd authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 258055
e2c9ca8c2bbb5253c5be8b60bc2151456c10ddc2 authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 258054
bd001f494c136e7b10233756fc3cc04d208d67fd authored almost 9 years ago by James Molloy <[email protected]>llvm-svn: 258053
28a3cab1940e266dbe54d244c3058df17e5cb89e authored almost 9 years ago by James Molloy <[email protected]>Add a test for not running cmake if --no-configure is specified.
llvm-svn: 258052
857be8def562bade613ca45c4fca315b74450d46 authored almost 9 years ago by James Molloy <[email protected]>This adds the input files for a fake CMake test-suite and a sanity test.
llvm-svn: 258051
8fe4a2b7fc0feec53b892f0df76a7c73f0bd4cd8 authored almost 9 years ago by James Molloy <[email protected]>
updatedb was not observing referential integrity for field changes and
regression indicators, fi...
llvm-svn: 257821
e3e0292b4e7b3ca6c02f1d344e55ad2e5b1c3aa6 authored almost 9 years ago by Chris Matthews <[email protected]>llvm-svn: 257820
1606f5f83086867767e3a28481e68d3e7329bd22 authored almost 9 years ago by Chris Matthews <[email protected]>This should have been tested to start with!
llvm-svn: 256321
7bac9a68d6c0db808fd44ab6e260a3f101df9f08 authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 256320
965f8986378457d6775c078d68390170d8675afa authored about 9 years ago by Chris Matthews <[email protected]>
Sometimes a change has not been detected, it is nice to be able to
create a regression anyways. ...
llvm-svn: 256296
33915e53b709dd09db671f0a915e78c6876a5c96 authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 256295
fc04679a53d0f8f2d8df441353d033be5330d3f8 authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 256294
7853af67ab62191b09fd20916476b328a2457de6 authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 256293
e0b84d0dadbe3c22aa4e793316ac18ad23530983 authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 256235
db34a40d1a9361cec0ecdc0eff53ed4e1c8a9e7a authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 256234
badf62022f6becce6d912df986a884ccea1d3901 authored about 9 years ago by Chris Matthews <[email protected]>
This adds the functionality of graphing regression into the standard
LNT graph. To make this ni...
llvm-svn: 256232
f4867dde94dd7a6caae9066c07649b1743863b2b authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 256231
b15cbae28b6d71e27f0cad95699539866d320910 authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 256218
6c5fdacdc154c49fde1ff56666a15cd3366dbe62 authored about 9 years ago by Chris Matthews <[email protected]>
The urls in the new System bar do not work on LNT instances that are not
attached to / on the se...
llvm-svn: 256210
7bf95a6071a640a1d827a61bd9c15c70866c94db authored about 9 years ago by Chris Matthews <[email protected]>
When lnt calls test-suite's configure script, it doesn't pass in a
target option and will get co...
llvm-svn: 255989
190b8f46a044768690a44e26a53b4ad662a7da44 authored about 9 years ago by Chris Matthews <[email protected]>
A lot of people have asked me why nothing is in the compile test suite,
or how to have two physi...
Add a system menu into the nav bar. Change the goto menu to be the name
of the suite it operates...
llvm-svn: 255983
811119c0878b22c233f5b601e4441eed81add08d authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 255982
31cec61cae1c95cc297022f91682e00c18aa99c0 authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 255980
eca206be3afd00462cdb42f1cb1d00a897de9ca2 authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 255979
98340f3c7d7dabb944298fb7e05b952ee9f6ae78 authored about 9 years ago by Chris Matthews <[email protected]>llvm-svn: 255976
af689e758269eb2a60c7010e7f27e881f80aa9de authored about 9 years ago by Chris Matthews <[email protected]>Add axis information, scale y-axis to percent, more descriptive buttons etc.
llvm-svn: 255975
986e2b060ad39d0f3287f109c2adf3f222e70c91 authored about 9 years ago by Chris Matthews <[email protected]>A JS liner made me see the error of my ways. Fixed a few bugs all caused by bad JS style, then f...
04c4052a9944d42b26594a0dbeb9dc5916babf79 authored about 9 years ago by Chris Matthews <[email protected]>Use JS to calculate some useful stuff about this regression.
llvm-svn: 255971
aecfd12523da30abba3d5056e483ea5ad08a25d5 authored about 9 years ago by Chris Matthews <[email protected]>