User Details
- User Since
- Dec 6 2012, 2:31 AM (537 w, 2 d)
Wed, Mar 22
Is this still true with the new runtime?
Tue, Mar 21
Remove weak, they are from headers now
Mon, Mar 20
what do you think? (as a follow-up)
Fri, Mar 17
Mon, Mar 13
Sun, Mar 12
Fri, Mar 10
Mon, Mar 6
Feb 23 2023
The code looks sane to me. But I never looked at this part of the code before.
Wonder if this also fixes debug info?
Feb 20 2023
Feb 15 2023
kubamracek added a reviewer: dvyukov.
Feb 9 2023
Feb 8 2023
Nice!
Feb 3 2023
Feb 2 2023
Jan 31 2023
TSan pass has these checks, probably can just copy-paste these:
We also discussed that msan/asan shadow accesses need to be ignored.
MSan accesses can lead to false positives, ASan just to unnecessary checking.
It can also make sense to exclude accesses to global const objects.
Jan 24 2023
Nice!
Jan 21 2023
also don't run on OpenBSD
run metadata tests only if COMPILER_RT_BUILD_SANITIZERS=ON
Jan 20 2023
Jan 19 2023
Jan 11 2023
Jan 9 2023
Jan 8 2023
Rubber stamp if mapping tests pass.
Dec 12 2022
PTAL
addressed the comments
Dec 11 2022
llvm::isAllocaPromotable
Dec 6 2022
I don't have cmake readability, but looks reasonable.
Better to merge after the fix for metadata tests.
Dec 5 2022
FTR 2 breakage fixes merged:
https://github.com/llvm/llvm-project/commit/2a05bd212e3e8aaed818ee23464f4d1fe0b0596d
https://github.com/llvm/llvm-project/commit/08742e72a34e835e6fc3c696eabe6045c78d6289
This is already fixed: https://github.com/llvm/llvm-project/commit/2a05bd212e3e8aaed818ee23464f4d1fe0b0596d
Fix for:
PTAL
Moved tests to compiler-rt and rebased to HEAD.
Dec 1 2022
Re this failure:
@melver Re this failure:
Nov 30 2022
restrict tests to linux
moved *.cpp tests to clang/test/
updated tests that hardcode pipeline passes
fixed metadata update
moved *.cpp tests to clang/test/
updated tests that hardcode pipeline passes
fixed metadata update
FTR ./llvm/test/CodeGen/AMDGPU/llc-pipeline.ll also failed as it hardcodes all passes:
https://lab.llvm.org/buildbot/#/builders/123/builds/14397
Also is this return value correct?
fixed return value
Kazu, thanks for taking care of the revert.
fixed the debug build