- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 28 2021
Aug 27 2021
Aug 16 2021
you re right after second thoughts it does not bring anything on the table.
Jul 19 2021
Jul 17 2021
Jul 13 2021
Update unit test case.
Jul 3 2021
Apr 21 2021
well x29 and x30 registers are already used in fact ?
Apr 20 2021
In D100700#2699281, @yln wrote:Hi David, can you explain the motivation and mechanics of this change? I see that we #define aliases for registers, but they are never used?!
Apr 17 2021
Oct 20 2020
Ok that is fair.
In D89652#2341022, @vitalybuka wrote:How likely we are going to remove it soon this as unused OpenBSD?
Are we going to have continuous builder?
Oct 19 2020
In D89640#2338522, @hans wrote:Follow-up to fix the Windows build, https://github.com/llvm/llvm-project/commit/a7acee89d68473183cc5021d952a56cdf0ae27d3
Oct 18 2020
Focusing on ubsan change only
bring back builtins part
Oct 17 2020
In D89631#2337028, @krytarowski wrote:This contains unrelated code to ubsan/dragonflybsd. While there can you remove unsupported code for other OSs you introduced? That was never operational?
Jul 24 2020
Jul 23 2020
In D84046#2168732, @ro wrote:Unfortunately I hadn't noticed that you'd silently changed the madvise prototype from the version I'd suggested (and tested on both Solaris 11.4 and OpenIndiana) to one using caddr_t instead of void * for the first arg, this way breaking the Solaris build. Now fixed in D84388.
Please don't do something like this: it just creates unnecessary work.
This is exactly the reason why I asked for a way to distinguish between Illumos and Solaris at compile time (e.g. by predefining __illumos__).
Fixing one by breaking the other just isn't an option.
Jul 22 2020
Changes per feedback :
madvise prototype for access.
Jul 18 2020
Jul 17 2020
Jan 21 2020
Jan 20 2020
Jan 19 2020
ping :-)
ping :-)
Jan 7 2020
In D71923#1807577, @hans wrote:But was there a bug before, or is this just an optimization? Maybe it could just be an array instead?
Jan 6 2020
Jan 3 2020
Jan 1 2020
Dec 27 2019
Dec 6 2019
Oct 30 2019
Oct 24 2019
Oct 21 2019
Oct 10 2019
In D68723#1703379, @MaskRay wrote:In D68723#1703322, @devnexen wrote:@dim I LGTMed this but would it a real issue for you to take on a less disruptive approach proposed by MaskRay ?
I think we should do what @labath suggested (changing Expected to Optional) if that is not very difficult.
@dim I LGTMed this but would it a real issue for you to take on a less disruptive approach proposed by MaskRay ?
In D68723#1703098, @MaskRay wrote:In D68723#1703051, @devnexen wrote:LGTM otherwise.
I don't think this change should be reverted. It can just be repaired by adding some (void)!xxx;
Oct 9 2019
LGTM otherwise.
In rL365761#695545, @dim wrote:In rL365761#695543, @dim wrote:@devnexen this appears to cause https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241137, where simply launching a process in lldb triggers a failure:
Expected<T> must be checked before access or destruction. Expected<T> value was in success state. (Note: Expected<T> values in success mode must still be checked prior to being destroyed).Btw, note that this only happens when LLVM_ENABLE_ABI_BREAKING_CHECKS is on, but it is not entirely clear to me where that gets toggled. We have it in our pre-generated headers though, so it must come originally from some CMake logic...
Oct 8 2019
In D68045#1699532, @jbeich wrote:Can someone land this change? Only tested on FreeBSD because contributing guide didn't cover how to elsewhere i.e., on platforms one doesn't have access to.
Sep 28 2019
Sep 10 2019
Sep 9 2019
Aug 28 2019
You are right !