search for: piotrekpad

Displaying 4 results from an estimated 4 matches for "piotrekpad".

2017 Oct 18
2
Is every intrinsic norecurse?
> From: piotrekpad at gmail.com [mailto:piotrekpad at gmail.com] On Behalf Of Piotr Padlewski > Sent: den 16 oktober 2017 17:33 > > Hi David, > The patch didn't get a lot of attention, so probably others does not > consider it a huge deal. Anyway, if someone is willing to review this, I > can pu...
2015 Nov 12
2
[cfe-dev] Propagating llvm.assume across function calls to enhance de-virtualization
There are another things left: 1. Adding check for ubsan to detect UBs caused by inplace new 2. upgrading GVN to optimize based on !invariant.group across BBs 3. Adding something like "nocapture-global" that will say that this pointer is not being captured by global, but may be captured for example by returning it from function. This thing is important because this is exactly what
2017 Oct 20
2
Is every intrinsic norecurse?
...son - before Throws > every intrinsics was implicitly assumed to be no-throw, which is the > opposite situation from norecurse, IIUC. > > -- Sanjoy > > On Wed, Oct 18, 2017 at 8:53 AM, David Stenberg via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >>> From: piotrekpad at gmail.com [mailto:piotrekpad at gmail.com] On Behalf Of Piotr Padlewski >>> Sent: den 16 oktober 2017 17:33 >>> >>> Hi David, >>> The patch didn't get a lot of attention, so probably others does not >>> consider it a huge deal. Anyway, if someone...
2016 Apr 18
2
RFC: EfficiencySanitizer
Have you consider naming it `performance sanitizer` instead? I believe that it would be easier to misheard esan with asan, and psan would solve it. Besides, looks like fun! Good luck Piotr 17.04.2016 11:46 PM "Derek Bruening via llvm-dev" <llvm-dev at lists.llvm.org> napisaƂ(a): TL;DR: We plan to build a suite of compiler-based dynamic instrumentation tools for analyzing targeted