Displaying 20 results from an estimated 100 matches similar to: "[LLVMdev] /lib/System/Atomic.cpp"
2009 Jun 20
1
[LLVMdev] /include/llvm/Bitcode/BitstreamReader.h
Hello,
I'm compiling LLVM with MSVC at the moment, I've got the following
warning:
BitstreamReader.h(327) : warning C4334: '<<' : result of 32-bit
shift implicitly converted to 64 bits (was 64-bit shift intended?)
in line
uint64_t Piece = Read(NumBits);
if ((Piece & (1U << (NumBits-1))) == 0)
Is this warning relevant?
Is also Read64()
2010 Jan 29
1
[LLVMdev] Distribution in assembler format
Hello,
Samuel Crow wrote:
> It is possible to write an endian-agnostic bitcode file but I don't think all modern LLVM compilers support it.
>
Which ones llvm assembler instructions is not endian-agnostic?
--
Ivan
2009 Nov 05
1
problem with force group parameter
Hello!
I tryed to configure Debian Linux file server as Windows 2003 domain
member using samba with security = ADS mode and stucked with such problem:
File server (fs) succesfully joined my domain with correct user and
group mapping (i'm using idmap rid). Users from domain have their unix
accounts with <DOMAIN_NAME>\ prefix, i.e for domain user "andrey" i have
local unix
2010 Feb 07
3
[LLVMdev] Help with Mac OS X 10.6.2 build
Greetings,
I am having trouble getting the Kaleidoscope example to build from
tutorial #3 on Mac OS X 10.6.2. I didn't have too much trouble
getting llvm-2.6 and llvm-gcc-frontend to build. Thanks for the help.
Here are the steps I followed:
Environment variables for build
export LLVMOBJDIR=/opt/llvm
export TARGETOPTIONS='--with-arch=nocona --with-tune=generic'
export
2012 Feb 09
0
[LLVMdev] [patch] Enhance of asm macros
Hello Vladimir,
While this is great for platforms that use the current gas style assembler macros your patch also changes the existing support for darwin that does not use these style of assembler macros. Could you please update your patch that leaves the assembler macros unchanged for darwin. Then we can review the updated patch.
Thanks,
Kev
On Feb 5, 2012, at 1:43 PM, Vladimir Sorokin
2016 Sep 23
1
libvirt
hi,
help me!) i broke my VM, changing configuration file fstab. Now it
not boot. How do I get working VM?) and can't connected console
--
С уважением,
Герасимов Иван Дмитриевич
WSM GROUP
8-909-793-01-51
ICQ 682218625
2012 Jul 14
2
bug: raid10 filesystem has suddenly ceased to mount
Hi!
The problem is that the BTRFS raid10 filesystem without any
understandable cause refuses to mount.
Here is dmesg output:
[77847.845540] device label linux-btrfs-raid10 devid 3 transid 45639 /dev/sdc1
[77848.633912] btrfs: allowing degraded mounts
[77848.633917] btrfs: enabling auto defrag
[77848.633919] btrfs: use lzo compression
[77848.633922] btrfs: turning on flush-on-commit
[77848.658879]
2010 Feb 07
0
[LLVMdev] Help with Mac OS X 10.6.2 build
Hi,
Try these scripts to build llvm and llvm-gcc. It's the ones I use and I
managed to get them to work when I saw another build script using those
CFLAGS.
They compile llvm and stuff using only x86_64, but you can then generate
code for i386 (just use a different backend). The configuration options
are at the top of the scripts and they install llvm and llvm-gcc to ~/llvm.
Regards,
2012 Mar 19
1
[LLVMdev] [patch] Enhance of asm macros
Hi llvm users & developers!
Attached patches:
1) rewrite previous patch, now for darwin platform applied old mechanism
2) patch added processing .rept directive
3) patch added processing .irp directive
4) patch added processing .irpc directive
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Feb 05
2
[LLVMdev] [patch] Enhance of asm macros
Hello llvm users!
I make patch of asm parser for make it to be closer to gas:
1) treat space as comma of parameters
2) support "req" & "vararg" atttributes
3) macro calls with with explicit named arguments
Path attached. Can anybody review it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Feb 15
2
[LLVMdev] [patch] Enhance of asm macros
Hello Kevin,
I thinking about this, but there are some problems:
1) Differrent interpretation of $[:number:] in macro body:
source:
.macro test par1
movl $0, %eax
.endm
test %ebx
translated to:
original llvm => movl %ebx, %eax
with patch => movl $0, %ebx
2) Different parsing of space in macro parameters:
source:
test2 a + b,c
parsed as:
original llvm => macro test2 with two
2014 Mar 26
7
[LLVMdev] Lots of regtest failures on PPC64/Linux
Hi,
Recent trunk has a lot of failures on PPC64/Linux. One seems to be crash
with a backtrace like:
[ 3149s] --
[ 3149s] 0 libLLVMSupport.so 0x00003fff7ed0b864
llvm::sys::PrintStackTrace(_IO_FILE*) + 4294746876
[ 3149s] 1 libLLVMSupport.so 0x00003fff7ed0bb1c
[ 3149s] 2 libLLVMSupport.so 0x00003fff7ed0c520
[ 3149s] 3 linux-vdso64.so.1 0x00003fff7f7b0478 __kernel_sigtramp_rt64 + 0
[ 3149s] 4
2014 Mar 26
2
[LLVMdev] Lots of regtest failures on PPC64/Linux
Hi Hal,
On Wed, Mar 26, 2014 at 3:17 PM, Hal Finkel <hfinkel at anl.gov> wrote:
> İsmail,
>
> These are self-hosted builds? It seems like a lot of crashes in
> llvm::sys::AtomicIncrement.
Yes. stage1 clang is used in stage2.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Mar 26
3
[LLVMdev] Lots of regtest failures on PPC64/Linux
----- Original Message -----
> From: "Renato Golin" <renato.golin at linaro.org>
> To: "İsmail Dönmez" <ismail at donmez.ws>
> Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Wednesday, March 26, 2014 8:14:18 AM
> Subject: Re: [LLVMdev] Lots of regtest failures on PPC64/Linux
>
> Hi Ismail,
>
> Is
2014 Mar 26
3
[LLVMdev] Lots of regtest failures on PPC64/Linux
Hi,
On Wed, Mar 26, 2014 at 3:26 PM, Hal Finkel <hfinkel at anl.gov> wrote:
> ----- Original Message -----
> > From: "İsmail Dönmez" <ismail at donmez.ws>
> > To: "Hal Finkel" <hfinkel at anl.gov>
> > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> > Sent: Wednesday, March 26, 2014 8:20:31 AM
>
2012 Oct 23
0
[LLVMdev] Error building llvm on AIX 7.1
I was able to process further by making some code changes and replacing
export-dynamic with -bexpfull in Makefile.config. Now, i am getting
following error while linking ..
llvm[3]: Linking Release+Asserts Loadable Module LLVMHello.so
ld: 0706-027 The -R $ORIGIN flag is ignored.
ld: 0711-317 ERROR: Undefined symbol: llvm::Pass::getPassName() const
ld: 0711-317 ERROR: Undefined symbol:
2012 Oct 23
2
[LLVMdev] Error building llvm on AIX 7.1
Hi All,
I am trying to build llvm on AIX. I installed all the required packages
including gcc, g++, etc
./configure also went fine. but i tried to run gmake, i got the following
error:
llvm[1]: Compiling MemoryBuffer.cpp for Release+Asserts build
llvm[1]: Compiling MemoryObject.cpp for Release+Asserts build
llvm[1]: Compiling Mutex.cpp for Release+Asserts build
llvm[1]: Compiling Path.cpp for
2015 Oct 23
2
icecast
hi all
how do i turn on Listener?
from
justin
> On Oct 23, 2015, at 2:29 PM, Dmitrijs Sorokins <dv.sorokins at googlemail.com> wrote:
>
> Hello Justin. Can you be more specific? What is the problem?
>
> 23.10.2015 22:27, Justin Bergers ?????:
>> hi all
>>
>> why i?m not Listening my icecast? i need help please with setting up icecast server.
>>
2015 Oct 23
2
icecast
Lol... It has started! But it appears that the username had to be 'source' as Phillppe said!
Sent from my iPhone
> On Oct 23, 2015, at 14:19, Alan Bowness <awi3 at live.com> wrote:
>
> maybe wrong english words are being used?
>
> I have a feeling that the default settings are at fault here, in the .xml file, there is a line that has to be uncommented so that the
2015 Oct 23
0
icecast
hi all
how do i editing line that has to be uncommented so that the server starts??
<icecast>
<!-- location and admin are two arbitrary strings that are e.g. visible
on the server info page of the icecast web interface
(server_version.xsl). -->
<location>Earth</location>
<admin>icemaster at localhost</admin>
<limits>