similar to: [LLVMdev] big bitcode files producing bad ARM asm

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] big bitcode files producing bad ARM asm"

2011 Apr 26
0
[LLVMdev] big bitcode files producing bad ARM asm
On Apr 25, 2011, at 6:01 PM, Alexander MacDonald wrote: > I have a rather large bitcode file which when run through "llc -march arm -O0" produces an asm file of about 500Mb. Trying to assemble this file with the ios assembler on osx gives me lots of "branch out of range" errors thanks to jump instructions overflowing the +/-32Mb relative jump limit. > > I've
2011 Apr 26
1
[LLVMdev] big bitcode files producing bad ARM asm
On 25 Apr 2011, at 18:20, Jakob Stoklund Olesen wrote: > On Apr 25, 2011, at 6:01 PM, Alexander MacDonald wrote: > >> I have a rather large bitcode file which when run through "llc -march arm -O0" produces an asm file of about 500Mb. Trying to assemble this file with the ios assembler on osx gives me lots of "branch out of range" errors thanks to jump instructions
2011 Apr 26
0
[LLVMdev] big bitcode files producing bad ARM asm
On Apr 25, 2011, at 6:01 PM, Alexander MacDonald wrote: > I have a rather large bitcode file which when run through "llc -march arm -O0" produces an asm file of about 500Mb. Trying to assemble this file with the ios assembler on osx gives me lots of "branch out of range" errors thanks to jump instructions overflowing the +/-32Mb relative jump limit. > > I've
2003 Oct 07
2
R-1.8.0 memory.limit()
Using R-1.8.0 (d/l and compiled on 2003-10-01) on WinXP, I seem to be unable to determine the maximum memory allocated to R. The help still says to use memory.limit(size=NA), but this returns the value NA. In addition, I have set --max-mem-size=2G but I run out of memory somewhere around 500Mb (which is why I am trying to find out how much memory is allocated). I don't have any other programs
2011 Jul 21
2
[LLVMdev] git
Alexander MacDonald <alexmac at adobe.com> writes: > The topic of generation numbers has come up again recently on the git > lists and it looks like they might make it in > (http://stackoverflow.com/questions/6702821/ > git-commit-generation-numbers). Of course this isn't exactly the same > as svn because the numbers are only unique within a given branch, but > it
2011 Jul 21
0
[LLVMdev] git
On Jul 21, 2011, at 5:18 AM, Tobias Grosser wrote: On 07/21/2011 01:44 PM, Joerg Sonnenberger wrote: On Thu, Jul 21, 2011 at 12:26:29PM +0100, Jay Foad wrote: On 21 July 2011 11:50, Joerg Sonnenberger<joerg at britannica.bec.de<mailto:joerg at britannica.bec.de>> wrote: There is still the major regression with unreadable version numbers. ... The problem is answering the question of
2011 Jan 30
2
[LLVMdev] question on assembler for systemz backend
What assembler are people using with the SystemZ backend? I am trying to assemble the output of the SystemZ backend with the GNU binutils assembler (build with --target=s390x-linux). I get errors when assembling instructions with literals that are negatives. For example, the test case test/CodeGen/SystemZ/01-RetImm.ll gives errors: $ s390x-as 01-RetImm.s 01-RetImm.s: Assembler messages:
2009 Aug 13
3
[LLVMdev] Branch Relaxation Support?
I think I have read that there are plans to generate object code (e.g. ELF) directly in addition to assembly language source. If so, are there plans to support branch relaxation for targets which support long/short branch displacements? This is typically done in assemblers. thanks, bagel
2011 Jul 21
4
[LLVMdev] git
On 07/21/2011 01:44 PM, Joerg Sonnenberger wrote: > On Thu, Jul 21, 2011 at 12:26:29PM +0100, Jay Foad wrote: >> On 21 July 2011 11:50, Joerg Sonnenberger<joerg at britannica.bec.de> wrote: >>> There is still the major regression with unreadable version numbers. >>> Given the amount of Bugzilla traffic with "Fixed in...", that's a >>>
2003 Oct 23
6
repeating colors in graph 2
I've tried looking at ?colors and ?palette and if I'm understanding it correctly, I'm supposed to type in (for example) palette(rainbow(13)) before I type in my plot (of 13 lines) if I want 13 different colors. But this does not work. Other things that i have tried besides rainbow give me errors. Am I just doing something completely wrong? Anna
2019 Aug 11
2
doveadm / vsize
Hi, i want to keep track of user mailbox size, I'm using doveadm mailbox status -u <user> vsize INBOX for a given mailbox this is under reporting ( by a lot) is this recursive? what shoud i be using to get an accurate disk usage metric? thanks Paul. -- ------------------------- Paul Macdonald IFDNRG Ltd Web and video hosting ------------------------- t: 0131 5548070 m:
2012 Feb 15
2
[LLVMdev] LLVM GHC Backend: Tables Next To Code
On Feb 15, 2012, at 12:16 PM, Chris Lattner <clattner at apple.com> wrote: > > On Feb 14, 2012, at 10:30 AM, David Terei wrote: > >> Hmm writing a blog post about TNTC is beyond the time I have right now. > > Sure, understandable. I'm surprised someone else hasn't already :) > >> Here is some high level documentation of the layout of Heap objects
2011 Jan 30
0
[LLVMdev] question on assembler for systemz backend
Hello > I am trying to assemble the output of the SystemZ backend with the GNU > binutils assembler (build with --target=s390x-linux).  I get errors when > assembling instructions with literals that are negatives.  For example, > the test case test/CodeGen/SystemZ/01-RetImm.ll gives errors: There are different instruction sets for z/System. Basically, you have to provide proper -march
2011 Jun 13
0
[LLVMdev] producing a single LLVM bitcode file using the LLVM gold plugin
On 13 June 2011 15:37, Cristian Zamfir <cristian.zamfir at epfl.ch> wrote: > Hello, > > Is it still possible to produce the LLVM bitcode after linking using the > LLVM gold plugin? > I get the warning "ld: warning: Ignoring flag also-emit-llvm" and the LLVM > bitcode is not dumped. > > I installed the LLVM gold plugin using the latest binutils from CVS and
2005 Mar 18
2
package.skeleton
> R.version.string [1] "R version 2.1.0, 2005-03-17" I don't see anything in either https://svn.r-project.org/R/trunk/NEWS or in the Changes file for R-2.1.0 about changes in package.skeleton() (nor in the help page), but when I run this function, all the .Rd files produced are of the data format even if all I have in my .GlobalEnv are functions. A trivial example is to run the
2011 Jun 13
2
[LLVMdev] producing a single LLVM bitcode file using the LLVM gold plugin
Hello, Is it still possible to produce the LLVM bitcode after linking using the LLVM gold plugin? I get the warning "ld: warning: Ignoring flag also-emit-llvm" and the LLVM bitcode is not dumped. I installed the LLVM gold plugin using the latest binutils from CVS and LLVM 2.6, since I read on the discussion list that this was possible with LLVM 2.6. This is the command I use:
2010 Oct 06
4
Starting Icecast as a service on CentOS
Hi All, I've recently upgraded my hosting to a VPS running CentOS. I'm trying to configure the VPS to launch Icecast as a service so that Icecast starts if the virtual server reboots, or Icecast stops running. I've found several scripts out there to place in my init.d folder, but nothing seems to work for me as of yet. Here is my Icecast2 setup: Location=/usr/local/bin
2007 Jun 18
2
Locking problems on Dovecot 1.x in Maildir
Hi list, Overall, everything works fine, and all the emails are delivered without anything messing up. But then, from time to time, the transaction logs for some users become corrupted, meaning emails cannot be read at all from dovecot. With a bit of a search on google, it seems to be a problem with locking on the transaction log. The individual files are fine - it's maildir, so the chances
2002 Jul 19
3
Mirrors?
Okay, since the site is slashdotted can someone post a list of mirrors to this list? For starters I've put the tarballs at ftp://ftp.rlug.org/vorbis, if anyone's having a hard time getting through. Jay -- ------------------------------------------------------------------------ Jay MacDonald jmacdonald@twelvehorses.com Twelve Horses North America
2015 Jun 29
2
[LLVMdev] Hwo to guess PC-relative offset
> De : Joerg Sonnenberger [mailto:joerg at britannica.bec.de] > > The basic idea is to still create a relocation on the MC level, but fix it up later. > You didn't say if your ISA is fixed or variable length, the former, can simplify > this quite bit. The constant island pass generally tries to address two issues: > (1) Merging of identical constants. > (2) Splitting the