Displaying 5 results from an estimated 5 matches for "217962".
Did you mean:
217,62
2014 Sep 24
3
[LLVMdev] Loops Prevent Function Pointer Inlining?
I've CC'ed Chad Rosier as I think this behaviour is a side-effect of
his revert of IndVarSimplify.cpp (git
c6b1a7e577a0b9e9cff9f9b7ac35a2cde7c448d8, SVN 217962). The change
basically makes the IndVar pass change:
; <label>:4 ; preds = %6, %0
%i.0 = phi i32 [ 0, %0 ], [ %11, %6 ]
%5 = icmp eq i32 %i.0, 0
br i1 %5, label %6, label %17
To:
; <label>:4 ; preds = %...
2014 Sep 24
3
[LLVMdev] Loops Prevent Function Pointer Inlining?
Hi - I've been trying to track down why a function pointer isn't being
inlined in some cases, and have nailed it down to the following repro:
struct s
{
int (*cmp) (const void *, const void *);
int its[2];
};
static int __uint_compare(const void *e1, const void *e2)
{
const int *i1 = e1;
const int *i2 = e2;
return *i2 - *i1;
}
int main()
{
struct s hp;
hp.cmp
2018 Sep 20
3
future time stamps warning
...urostat/vignettes/fig/
-rwxr-xr-x lei/lei 63101 2018-09-20 01:42
eurostat/vignettes/fig/map1ex-1.pdf
-rwxr-xr-x lei/lei 2244 2018-09-20 13:23
eurostat/vignettes/fig/map1ex-1.png
-rwxr-xr-x lei/lei 10157 2018-06-17 20:44
eurostat/vignettes/fig/maps1-1-1.pdf
-rwxr-xr-x lei/lei 217962 2018-07-22 14:49
eurostat/vignettes/fig/maps1-1-1.png
-rwxr-xr-x lei/lei 46180 2018-09-20 01:48
eurostat/vignettes/fig/maps2-1.pdf
-rwxr-xr-x lei/lei 5716 2018-09-20 13:23
eurostat/vignettes/fig/maps2-1.png
-rwxr-xr-x lei/lei 189518 2018-07-22 14:49
eurostat/vignettes/fig/maps3-1....
2018 Sep 20
0
future time stamps warning
...r-x lei/lei 63101 2018-09-20 01:42
> eurostat/vignettes/fig/map1ex-1.pdf
> -rwxr-xr-x lei/lei 2244 2018-09-20 13:23
> eurostat/vignettes/fig/map1ex-1.png
> -rwxr-xr-x lei/lei 10157 2018-06-17 20:44
> eurostat/vignettes/fig/maps1-1-1.pdf
> -rwxr-xr-x lei/lei 217962 2018-07-22 14:49
> eurostat/vignettes/fig/maps1-1-1.png
> -rwxr-xr-x lei/lei 46180 2018-09-20 01:48
> eurostat/vignettes/fig/maps2-1.pdf
> -rwxr-xr-x lei/lei 5716 2018-09-20 13:23
> eurostat/vignettes/fig/maps2-1.png
> -rwxr-xr-x lei/lei 189518 2018-07-22 14:49
&...
2018 Sep 20
3
future time stamps warning
Dear developers,
Upon CRAN submission I have bumped into "future file timestamps" warning
that I can't solve. I have updated the package as usual, and all checks go
through in my system. CRAN reports the following warning however.
* checking for future file timestanps ... WARNING
Files with future time stamps:
DESCRIPTION
NAMESPACE
README.md
The build log is at