search for: l255

Displaying 9 results from an estimated 9 matches for "l255".

Did you mean: 255
2020 Mar 04
2
How to add new AVR targets?
I'm beginning to use the AVR backend. I ran into the problem, that newer (tiny1, mega0) µC as a tiny1614 are not supported. How do I add these to the AVR backend? Thanks!
2020 Mar 04
2
How to add new AVR targets?
...after that, it should be possible to recompile the backend and > target the new chip type with 'llc -march=avr -mcpu=tiny1614'. for example. > > * [1] - > https://github.com/llvm/llvm-project/blob/96fdc65dc4b19944079fa7f61ea52e4e0f999985/llvm/lib/Target/AVR/AVRDevices.td#L255 > > > Regards, > Dylan > > > On Wed, Mar 4, 2020 at 10:19 PM Wilhelm Meier via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > I'm beginning to use the AVR backend. I ran into the problem, that newer >...
2020 Mar 04
2
How to add new AVR targets?
...ackend and > > target the new chip type with 'llc -march=avr -mcpu=tiny1614'. for > example. > > > >   * [1] - > >    >  https://github.com/llvm/llvm-project/blob/96fdc65dc4b19944079fa7f61ea52e4e0f999985/llvm/lib/Target/AVR/AVRDevices.td#L255 > > > > > > Regards, > > Dylan > > > > > > On Wed, Mar 4, 2020 at 10:19 PM Wilhelm Meier via llvm-dev > > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > <mailto:llvm-dev at lists.ll...
2016 Jun 25
2
strange behavior in 'inherits' check for loaded S4 object
Hi, (sorry for the wall of text; the issue here appears to be rather complicated) I'm seeing a somewhat strange case where checking whether an S4 object inherits from a parent class defined from another package with 'inherits' fails if that object is materialized through a call to 'load'. That's a mouthful, so I've put together a relatively small reproducible example
2016 Jul 29
2
strange behavior in 'inherits' check for loaded S4 object
...pace:s4inherits'. > > Secondly, when R attempts to resolve the superclasses for an S3 class, > the function 'methods:::.extendsForS3' is called. Tracing that code > eventually gets us here: > > https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L255 > > Note that we reach this code path as the S3 class cache has not been > populated yet; ie, this code returns NULL: > > https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L238-L240 > > So, the class hierarchy is looked up using this code: > >...
2016 Jul 29
0
strange behavior in 'inherits' check for loaded S4 object
...inherits' and 'namespace:s4inherits'. Secondly, when R attempts to resolve the superclasses for an S3 class, the function 'methods:::.extendsForS3' is called. Tracing that code eventually gets us here: https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L255 Note that we reach this code path as the S3 class cache has not been populated yet; ie, this code returns NULL: https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L238-L240 So, the class hierarchy is looked up using this code: if(isTRUE(nzchar(package))) { wh...
2016 Jul 31
2
strange behavior in 'inherits' check for loaded S4 object
...econdly, when R attempts to resolve the superclasses for >>> an S3 class, the function 'methods:::.extendsForS3' is >>> called. Tracing that code eventually gets us here: >>> >>> https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L255 >>> >>> Note that we reach this code path as the S3 class cache >>> has not been populated yet; ie, this code returns NULL: >>> >>> https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L238-L240 >>> >>> So, the...
2016 Jul 30
0
strange behavior in 'inherits' check for loaded S4 object
...econdly, when R attempts to resolve the superclasses for >> an S3 class, the function 'methods:::.extendsForS3' is >> called. Tracing that code eventually gets us here: >> >> https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L255 >> >> Note that we reach this code path as the S3 class cache >> has not been populated yet; ie, this code returns NULL: >> >> https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L238-L240 >> >> So, the...
2016 Aug 02
0
strange behavior in 'inherits' check for loaded S4 object
...attempts to resolve the superclasses for >>>> an S3 class, the function 'methods:::.extendsForS3' is >>>> called. Tracing that code eventually gets us here: >>>> >>>> https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L255 >>>> >>>> Note that we reach this code path as the S3 class cache >>>> has not been populated yet; ie, this code returns NULL: >>>> >>>> https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L238-L240 >>>>...