Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LLVM #2976

Merged
merged 81 commits into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
77addbd
strictly conform in resize_and_overwrite
CaseyCarter Jan 7, 2022
be2bb77
Update skips and bump LLVM reference
CaseyCarter Jan 19, 2022
0e81ee9
Update reference again
CaseyCarter Feb 17, 2022
8ac18cf
WIP
CaseyCarter Feb 17, 2022
45d9f0e
WIP
CaseyCarter Feb 18, 2022
e72370b
Update LLVM
fsb4000 Jul 31, 2022
166e7f0
LLVM-53957 is fixed.
fsb4000 Jul 31, 2022
925bbdb
Unexpectedly Passed Tests
fsb4000 Jul 31, 2022
8690746
More Unexpectedly Passed Tests
fsb4000 Jul 31, 2022
8a8cd1d
fix `P0088R3_variant` and report the issue to Devcomm
fsb4000 Jul 31, 2022
1a644e6
git rebase worked badly on Casey's branch
fsb4000 Jul 31, 2022
ac6e31b
More Unexpectedly Passed Tests
fsb4000 Jul 31, 2022
69d98c5
`pointer_to` should be constexpr in C++20
fsb4000 Jul 31, 2022
7a6f4b7
Update skips
fsb4000 Jul 31, 2022
629b88f
update skipped_tests and expected_results
fsb4000 Aug 1, 2022
126cd06
frederick-vs-ja've investigated a few count of failed cases.
fsb4000 Aug 1, 2022
32221be
one more "Unexpectedly Passed Test"
fsb4000 Aug 1, 2022
8b58660
fix `P0220R1_optional` test
fsb4000 Aug 1, 2022
5a65beb
update llvm again
fsb4000 Aug 2, 2022
f9d4833
The time tests were moved from std/utilities/time to std/time.
fsb4000 Aug 2, 2022
2c16ba5
libc++ implemented P2499R0
fsb4000 Aug 2, 2022
38fdf22
skip `std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discr…
fsb4000 Aug 2, 2022
f363430
analyze some more tests
fsb4000 Aug 2, 2022
a0d693f
`strings/string.view/string.view.cons/from_range.pass.cpp` still fails
fsb4000 Aug 2, 2022
b799eb5
add comment for `language.support/support.limits/limits/numeric.limit…
fsb4000 Aug 2, 2022
1c045fc
remove trailing spaces
fsb4000 Aug 2, 2022
17e03ea
update LLVM
fsb4000 Aug 3, 2022
ffa0528
some tests were fixed in upstream
fsb4000 Aug 3, 2022
fca4dcb
address Casey's review
fsb4000 Aug 3, 2022
ee143ad
some tests were fixed in upstream
fsb4000 Aug 3, 2022
32d13e7
new failed tests
fsb4000 Aug 3, 2022
5d5f349
skip tests which are failing on one ARCH
fsb4000 Aug 3, 2022
fc7f948
remove nonexisting paths in skipped_tests.txt
fsb4000 Aug 3, 2022
e9cb7e8
some tests were moved
fsb4000 Aug 3, 2022
5f0443a
fix 2 more tests
fsb4000 Aug 3, 2022
2b88ff9
skip some tests
fsb4000 Aug 3, 2022
c340878
skip one more test
fsb4000 Aug 3, 2022
5905b30
analyze few tests
fsb4000 Aug 3, 2022
54625ad
CR suggestions from Casey and cpplearner
fsb4000 Aug 5, 2022
26c651e
update llvm
fsb4000 Aug 5, 2022
30339d6
new failed tests
fsb4000 Aug 5, 2022
520e9b7
Merge branch 'main' into llvm_casey
fsb4000 Aug 5, 2022
fa27ac5
more failed tests
fsb4000 Aug 5, 2022
3306127
update LLVM
fsb4000 Aug 13, 2022
345a77b
update P0088R3_variant
fsb4000 Aug 13, 2022
d890bd4
update pass/failed tests
fsb4000 Aug 14, 2022
5f91554
update failed/passed tests
fsb4000 Aug 14, 2022
da37f8d
update llvm
fsb4000 Aug 14, 2022
ea50331
update failed/passed tests
fsb4000 Aug 14, 2022
93efb6c
disable part of the variant test EDG and TEST_PERMISSIVE
fsb4000 Aug 14, 2022
f7ba2c7
try fix the variant test
fsb4000 Aug 14, 2022
0726c5a
another try
fsb4000 Aug 14, 2022
4db301d
update LLVM
fsb4000 Aug 14, 2022
b44ad56
1 LLVM test was fixed
fsb4000 Aug 14, 2022
eb5a7f5
update P0220R1_any
fsb4000 Aug 15, 2022
c02f0d9
skip one test
fsb4000 Aug 15, 2022
638892b
update P0220R1_optional test
fsb4000 Aug 15, 2022
908f91b
update llvm
fsb4000 Aug 15, 2022
488bc3c
mark one test as failed
fsb4000 Aug 15, 2022
3bdbc91
update llvm
fsb4000 Aug 20, 2022
22964c9
update LLVM
fsb4000 Sep 1, 2022
a326fdc
Merge branch 'main' into llvm_casey and fix conflicts
fsb4000 Sep 1, 2022
0d83ce7
Merge branch 'main' into llvm_casey
fsb4000 Sep 4, 2022
3fe988a
update llvm
fsb4000 Sep 4, 2022
3b2095f
update failed/passed tests
fsb4000 Sep 4, 2022
f5a293e
update " Unexpectedly Passed Tests"
fsb4000 Sep 4, 2022
fd15ec6
remove extra line
fsb4000 Sep 4, 2022
9941a8b
describe the reason for the failures of some tests
fsb4000 Sep 4, 2022
a51cb78
report DevCom-10138792
fsb4000 Sep 4, 2022
ab3b49c
remove unneeded `#ifndef __EDG__`
fsb4000 Sep 4, 2022
84218b6
Sync P0088R3_variant\env.lst with usual_17_matrix
CaseyCarter Oct 5, 2022
8fb0296
Disable variant test for x86 with /analyze
CaseyCarter Oct 6, 2022
9e326e2
Disable "robust_against_adl" portion of variant test because GH-140
CaseyCarter Oct 6, 2022
413fc18
syncup libcxx expected_results and skipped_tests
CaseyCarter Oct 6, 2022
4b58362
Merge remote-tracking branch 'origin/main' into llvm_casey
CaseyCarter Oct 6, 2022
ba33956
Update skips now that we implement basic_format_string
CaseyCarter Oct 7, 2022
e53842e
Bit of cleanup
CaseyCarter Oct 7, 2022
88d7c06
Don't skip non-existent tests
CaseyCarter Oct 7, 2022
92ebb87
New internal-only skips
CaseyCarter Oct 8, 2022
c7dacaf
Mechanically update skips for:
CaseyCarter Oct 8, 2022
1f79678
Some of the hand-skipped tests were already unsupported
CaseyCarter Oct 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading