Displaying 20 results from an estimated 70000 matches similar to: "[LLVMdev] Get object output in a buffer"
2010 Aug 14
2
[LLVMdev] clang: compile c code from char array?
Hi, how do I compile c code from a char array in clang?
Im using code from the interpreter example. 
Thanks.
char *cCode; // the char array
// fill array with code goes here...
// Initialize a compiler invocation object from the clang (-cc1) arguments.
  const driver::ArgStringList &CCArgs = Cmd->getArguments();
  llvm::OwningPtr<CompilerInvocation> CI(new CompilerInvocation);
 
2010 Aug 15
0
[LLVMdev] clang: compile c code from char array?
This thread may help:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-June/009507.html
On Sun, Aug 15, 2010 at 2:50 AM, gafferuk <gafferuk at gmail.com> wrote:
>
> Hi, how do I compile c code from a char array in clang?
>
> Im using code from the interpreter example.
> Thanks.
>
> char *cCode; // the char array
> // fill array with code goes here...
>
>
>
2010 Aug 15
0
[LLVMdev] clang: compile c code from char array?
I don't know how ccons works, but it may do what you need.
http://code.google.com/p/ccons/
Le 15 août 2010 à 14:48, gafferuk a écrit :
> 
> no, does not help, ive already looked at it. 
> 
> 
> 
> none none-17 wrote:
>> 
>> This thread may help:
>> http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-June/009507.html
>> 
>> On Sun, Aug 15, 2010 at
2010 Aug 15
2
[LLVMdev] clang: compile c code from char array?
no, does not help, ive already looked at it. 
none none-17 wrote:
> 
> This thread may help:
> http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-June/009507.html
> 
> On Sun, Aug 15, 2010 at 2:50 AM, gafferuk <gafferuk at gmail.com> wrote:
> 
>>
>> Hi, how do I compile c code from a char array in clang?
>>
>> Im using code from the interpreter
2013 Oct 03
0
[LLVMdev] libclang JIT frontend
Hi,
I'm not sure if this is a libclang,  llvm::cl or clang-interpreter issue so I'll try posting here for a response.
I am using libclang as a frontend to the LLVM JIT (3.3 release).  I started from the clang-interpreter example and have everything working (given a C/C++ source file I can have it JIT'd to memory and executed) for a single run.  When I try to compile a second source
2010 Aug 18
1
[LLVMdev] clang: call extern function using JIT
Heres my full code listing, im totally stuck.
// Whistle.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "clang/CodeGen/CodeGenAction.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/Tool.h"
#include
2020 Jun 09
4
[RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
Thank you all for your feedback, this has been very helpful!
There have been a few important points raised by different people. Below 
I try to address them one by one. I hope that you don't mind me sending 
it in one email. Please let me know if I missed something!
*QUESTIONS RAISED IN PREVIOUS EMAILS*
On 02/06/2020 20:51, Eli Friedman wrote:
 > Separate from clang, LLVM itself actually
2007 Apr 18
2
FLAC: sending output to file
2007/4/18, Josh Coalson <xflac@yahoo.com>:
>
> --- Harry Sack <tranzedude@gmail.com> wrote:
> > Hi,
> >
> > I'm using windows so I know the wildcard support for flac is broken.
> > That's
> > why I use this command to encode a whole directory of WAV-files to
> > FLAC-files in a command prompt:
> >
> > for %1 in (*.wav) do
2020 Jun 03
2
[cfe-dev] [RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
On Tue, Jun 2, 2020 at 6:38 PM Richard Smith via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Tue, 2 Jun 2020 at 05:08, Andrzej Warzynski via cfe-dev <
> cfe-dev at lists.llvm.org> wrote:
>
>> *TL;DR*
>>
>> We propose some non-trivial refactoring in Clang and LLVM to enable
>> further work on Flang driver.
>>
>> *SUMMARY*
>> We
2013 Oct 23
0
Re: [PATCH 1/2] Preallocate output file
On 10/22/2013 05:56 PM, Gabriel de Perthuis wrote:
> ---
>  pxzcat.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/pxzcat.c b/pxzcat.c
> index 4ab8689..9bcdc36 100644
> --- a/pxzcat.c
> +++ b/pxzcat.c
> @@ -29,10 +29,11 @@
>   * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
>   * OF THE USE OF THIS SOFTWARE,
2013 Oct 22
2
[PATCH 1/2] Preallocate output file
---
 pxzcat.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pxzcat.c b/pxzcat.c
index 4ab8689..9bcdc36 100644
--- a/pxzcat.c
+++ b/pxzcat.c
@@ -29,10 +29,11 @@
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
 +#define _GNU_SOURCE
 #include <config.h>
2007 Apr 18
5
FLAC: sending output to file
Hi,
I'm using windows so I know the wildcard support for flac is broken. That's
why I use this command to encode a whole directory of WAV-files to
FLAC-files in a command prompt:
for %1 in (*.wav) do flac -V --best "%1"
This command is fully working
Now I want to write the flac output to a file, so I can open this file
later.
I tried to add > outputfile.txt to the command
2006 Sep 07
1
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
Josh,
I applied this patch and all the "make check" tests passed (but I do not have valgrind and I did not use --enable-exhaustive-tests during configure, so it isn't all the tests). Do you see anything suspicious about it?
--- flac-1.1.2.oldBuild/src/flac/decode.c       2005-01-24 20:13:46.000000000 -0800
+++ flac-1.1.2/src/flac/decode.c        2006-09-06 23:36:26.000000000 -0700
2002 Aug 06
0
Getting a GUI to work with Vorbis code
I am trying to create a Graphical User Interface for a Vorbis Player under
MS Visual C++ 6.0
I was initially trting to use the code from decoder_example.c but I keep
getting linker errors.
I have set up my project as told to by James Boer on this mailing list.
This is as follows:
This document was prepared from an email received from James Boer on the Ogg
Vorbis mailing list.  It gives a
2016 Sep 09
2
defaults for FP contraction [e.g. fused multiply-add]: suggestion and patch to be slightly more aggressive and to make Clang`s optimization settings closer to having the same meaning as when they are given to GCC [at least for "-O3"]
Dear all,
In the process of investigating a performance difference between Clang & GCC when both compile 
the same non-toolchain program while using the "same"* compiler flags, I have found something 
that may be worth changing in Clang, developed a patch, and confirmed that the patch has its 
intended effect.
*: "same" in quotes b/c the essence of the problem is that the
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
Avoids trying to create and replace version.h more than once which
led to file-locking errors with multicore builds.
---
 Makefile.am                           |  1 +
 win32/VS2015/celt.vcxproj             | 48 +++++++++++++++++---------
 win32/VS2015/generate_version.vcxproj | 65 +++++++++++++++++++++++++++++++++++
 win32/VS2015/opus.sln                 | 32 ++++++++++++++++-
2008 Aug 02
2
How to format the output file just the way I want ?
Hello,
How to format the output file just the way I want ?
Thanks,
Pierre8r
Output file format I am looking for :
------------------------------------
2008.07.01,02:00,1.5761,1.5766,1.5760,1.5763,65
2008.07.01,02:15,1.5762,1.5765,1.5757,1.5761,95
2008.07.01,02:30,1.5762,1.5765,1.5758,1.5759,58
2008.07.01,02:45,1.5758,1.5758,1.5745,1.5746,91
Output file format I get :
2013 Oct 22
1
[PATCH 2/2] Discard unwritten ranges
---
 pxzcat.c | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
diff --git a/pxzcat.c b/pxzcat.c
index 9bcdc36..55ccfc0 100644
--- a/pxzcat.c
+++ b/pxzcat.c
@@ -44,10 +44,11 @@
 #include <sys/types.h>
 #include <error.h>
 #include <errno.h>
 #include <getopt.h>
 #include <pthread.h>
+#include <linux/falloc.h>
  #include <lzma.h>
  #define DEBUG
2020 Jun 02
12
[RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
*TL;DR*
We propose some non-trivial refactoring in Clang and LLVM to enable 
further work on Flang driver.
*SUMMARY*
We would like to start extracting the driver/frontend code from Clang 
(alongside the code that the driver/frontend depends on, e.g. 
Diagnostics) and move the components that could be re-used by 
non-C-based languages to LLVM. From our initial investigation we see 
that these
2009 Nov 10
3
NetCDF output in R
Dear CSAG R users,
I will be glad if someone can point out what I am doing wrong or not doing at all in this.
I am trying to write out netcdf file in R. I have 26 time step but only the first time step is written.
For example:
>library(ncdf)
>path <- '/home/work/'
>forecast <- open.ncdf(paste(path,'cam.1980.2005.nc',sep=""))
> fore <-