search for: alexmac

Displaying 6 results from an estimated 6 matches for "alexmac".

Did you mean: alexa
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 becaus...
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 Jul 21
0
[LLVMdev] git
On Jul 21, 2011, at 9:59 AM, Matthieu Moy wrote: > 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 sa...
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 >>>
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
4
[LLVMdev] big bitcode files producing bad ARM asm
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 tried running llc with the hidden "-arm-long-calls" option, which