Displaying 12 results from an estimated 12 matches similar to: "[LLVMdev] Please help to fix -Wdocumentation warninigs"
2015 Apr 14
0
Warninig: ffmpeg FLAC en/decoder
https://ffmpeg.org/pipermail/ffmpeg-user/2015-April/025906.html
https://trac.ffmpeg.org/ticket/4421
Some ffmpeg-encoded FLAC files can be successfully decoded by ffmpeg,
but not FLAC. So it's either a bug somewhere (presumably in ffmpeg, but
maybe in FLAC), or ffmpeg treats something differently than FLAC.
libFLAC has routines like FLAC__lpc_compute_residual_from_qlp_coefficients
and
2008 Apr 16
0
[LLVMdev] overlay attribute
On Apr 10, 2008, at 10:44 AM, <Alireza.Moshtaghi at microchip.com> <Alireza.Moshtaghi at microchip.com 
 > wrote:
> I would like to make the following target specific modifications to
> clang and would like to get some advice from experts.
Ok.  cfe-dev might be more appropriate for clang questions, but...
>
> 1) My target supports very poor stack access so we implement
2008 Apr 16
1
[LLVMdev] overlay attribute
Chris,
The reasons for not wanting the code generator to modify alloca to
global references are: 
(1) Variable name is not as easily available in the code generator.
(2) I did not want to go behind the back of compiler and change the
storage class of a variable in the middle of the way. I felt more
comfortable to have the frontend generate the correct information to
begin with. 
But it concerns
2008 Apr 10
2
[LLVMdev] overlay attribute
I would like to make the following target specific modifications to
clang and would like to get some advice from experts.
1) My target supports very poor stack access so we implement "static
stack". In this model, all local variables will have static storage
class. I think I can take care of this in the
clang::CGDecl.cpp::CodeGenFunction::EmitBlockVarDecl()
2) To improve memory usage,
2013 Feb 15
0
[LLVMdev] assert when mixing static and non-static members with an external AST source
FYI, this turned out to be an error of omission in LLDB in SymbolFileDWARF, because the case of a non-defining external (i.e. a static member variable) wasn't being handled with a variable lookup to dig up the location.  I'll put a patch together for lldb-commits,
-        Ashok
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Thirumurthi, Ashok
2013 Feb 08
2
[LLVMdev] assert when mixing static and non-static members with an external AST source
So, when performing expression evaluation, lldb trips over an assert in clang/lib/AST/RecordLayoutBuilder because ExternalFieldOffsets doesn't contain a FieldDecl that updateExternalFieldOffset expected.  I found that the assert occurs when both static and non-static member variables are present.  For instance, with the following, the lldb command 'expr my_test.length()' does not
2016 Nov 28
2
Translation of custom attribute (defined for variables) from clang to llvm
Hi John,
I have looked into the EmitAutoVarAlloca()  in CGDecl.cpp. However, I 
could not figure out how to employ my custom attribute for code 
generation. For example, my custom attribute is visible in CGDecl.cpp 
but how can I generate based on my custom attribute
if (D.hasAttr<myCustomAttri>())
{
//What to do here?
}
What I wan in IR is something like below.
Without Custom Attribute:
2015 Jul 22
2
[LLVMdev] (no subject)
Hello,
        I have tried a lot fix this error but am not able to can you please
find me a solution am trying to compile the SAFECode in Cygwin Environment
to work for windows.
used make -j4 command to make the files in cygwin   i have got this error
make[5]: Leaving directory
'/home/uidr7475/Work/LLVM_OBJ/projects/safecode/tools/clang/include'
/usr/bin/cp: cannot stat
2012 Oct 16
1
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
Hi Eli,
Attached is the next patch in the line. This patch
(class_pragma_omp_handler_support.patch) contains the implementation
of the class "class PragmaOmpHandler".  I also attached the test case
(openmp_syntax_test.c).  This test case is actually to test the
syntactically legal simple OpenMP constructs. However, we can *really*
test it only after submitting the next two patches - one
2011 Feb 14
3
R command line and pipe using in Linux?
Hi,
I have a very large data file(GB) from which I only want to extract one
column to draw histogram. This would be done several times, so I would like
to ask if there is anyway to plot this using R from the linux command line,
something look like this
cut -f1 xxx.txt |RplotHist ....
Thanks and hope to hear from you.
Best regards,
Hang
	[[alternative HTML version deleted]]
2010 Feb 18
0
install.packages, normalizePath, file permissions
Dear developers,
I have a small but more or less well defined inquiry. Another, more  
general one for which I was not able to find information is towards  
the end of this messages. The question seems to be too technical for  
R-help, that is why I post it here.
When installing packages (Windows XP), occasionally the installation  
does not complete because, it seems, Windows locks some files.
2010 May 10
3
update.packages fails with directory not found
Windows XP.  I have just updated to R 2.11.0 and then run
update.packages. In the series of updates, a few will succeed, then I
get a failure like
package 'mvtnorm' successfully unpacked and MD5 sums checked
package 'party' successfully unpacked and MD5 sums checked
package 'PBSmodelling' successfully unpacked and MD5 sums checked
Error in normalizePath(path) :