similar to: [LLVMdev] X86-64 / AMD64 support

Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] X86-64 / AMD64 support"

2006 Aug 07
0
[LLVMdev] X86-64 / AMD64 support
That is, indeed, good news. This will make several developer's quite happy. I hope it doesn't take too long to complete. Thanks, Evan. Reid. On Mon, 2006-08-07 at 11:52 -0700, Evan Cheng wrote: > Hi all, > > Now that 64-bit Intel Mac OS X has been publicly announced, we can > finally say something about this topic. > > Yep, the initial support for 64-bit Intel has
2019 Mar 01
5
RFC for f18+runtimes in LLVM
"Finkel, Hal J. via llvm-dev" <llvm-dev at lists.llvm.org> writes: > And then there is also the argument for reusing Clang tooling, > which David Greene keeps making, though that idea does not seem to > get a lot of interest. > > > I disagree. There's been a lot of interest in modeling Flang's tooling > after Clang's
2007 Mar 31
17
[LLVMdev] May 25th 2007 Developers Meeting (Update)
All, Here's an update on the Developer's Meeting. I've created a page for the meeting on the main web site at http://llvm.org/DevMtgMay2007.html. If you want to find out the latest, please visit that page. From here on out, I will be tracking the meeting's progress on that page. However, I'll still send out one of these update notes when there are significant developments.
2007 Dec 13
2
[LLVMdev] Bogus X86-64 Patterns
On Wednesday 12 December 2007 06:16:25 pm Evan Cheng wrote: > Hold on, changing to movq will break it on Mac OS X. I'll need to > find a proper solution. > > Thanks, The proper solution is to fix the assembler, but in the meantime, the mr and rm variants at least should be changed to movq. They are broken on MacOS X right now anyway. From what you've said, one can't do
2009 May 05
2
[LLVMdev] [PATH] Fixes for the amd64 JIT code
Hi Zoltan, The part that determines whether SIB byte is needed caused a lot of regressions last night (see Geryon-X86-64 etc.). I've reverted it for now. Please take a look. Thanks, Evan On May 4, 2009, at 3:49 PM, Evan Cheng wrote: > Committed as revision 70929. Thanks. > > Evan > > On May 3, 2009, at 8:29 PM, vargaz wrote: > >> >> Hi, >> >>
2007 Dec 14
0
[LLVMdev] Bogus X86-64 Patterns
On Dec 12, 2007, at 7:42 PM, David A. Greene wrote: > On Wednesday 12 December 2007 06:16:25 pm Evan Cheng wrote: > >> Hold on, changing to movq will break it on Mac OS X. I'll need to >> find a proper solution. >> >> Thanks, > > The proper solution is to fix the assembler, but in the meantime, > the mr and rm variants at least should be changed to movq.
2008 Jun 17
2
[LLVMdev] x86-64 linux llvm-gcc broken
My nightly tester reports that it failed to bootstrap today: Comparing stages 2 and 3 warning: ./cc1-checksum.o differs warning: ./cc1plus-checksum.o differs Bootstrap comparison failure! ./c-cppbuiltin.o differs ./real.o differs ./build/genautomata.o differs Ciao, Duncan.
2007 Dec 14
2
[LLVMdev] Bogus X86-64 Patterns
Actually, movq is recognized by the assembler on Leopard. I've fixed this: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of- Mon-20071210/056334.html Please verify. Thanks. Evan On Dec 14, 2007, at 10:12 AM, Evan Cheng wrote: > > On Dec 12, 2007, at 7:42 PM, David A. Greene wrote: > >> On Wednesday 12 December 2007 06:16:25 pm Evan Cheng wrote: >>
2009 May 04
3
[LLVMdev] [PATH] Fixes for the amd64 JIT code
Hi, If this looks ok, could somebody check it in ? thanks Zoltan Evan Cheng-2 wrote: > > Looks good. Thanks. > > Evan > > On May 1, 2009, at 8:40 AM, Zoltan Varga wrote: > >> Hi, >> >> The attached patch contains the following changes: >> >> * X86InstrInfo.cpp: Synchronize a few places with the code
2008 Jun 17
0
[LLVMdev] x86-64 linux llvm-gcc broken
I think this is fixed. Please try again. Evan On Jun 17, 2008, at 8:39 AM, Duncan Sands wrote: > My nightly tester reports that it failed to bootstrap today: > > Comparing stages 2 and 3 > warning: ./cc1-checksum.o differs > warning: ./cc1plus-checksum.o differs > Bootstrap comparison failure! > ./c-cppbuiltin.o differs > ./real.o differs > ./build/genautomata.o
2009 May 05
0
[LLVMdev] [PATH] Fixes for the amd64 JIT code
Hi, I can't reproduce these failures on my linux machine. The test machine seems to be running darwin. I suspect that the problem might be with RIP relative addressing, or with the encoding of R12/R13, but the code seems to handle the latter, since it checks for ESP/EBP which is the same as R12/R13. Zoltan On Tue, May 5, 2009 at 8:18 PM, Evan Cheng <evan.cheng at
2009 May 05
1
[LLVMdev] [PATH] Fixes for the amd64 JIT code
Hi, It looks like the problem was with the RIP relative addressing. The original patch mistakenly removed the || DispForReloc part because I tough that the RIP relative addressing was done by the SIB encodings, but it is actually done by the shorter ones. The attached patch seems to work for me on linux and when simulating darwin by forcing some variables in X86TargetMachine.cpp to their darwin
2012 Feb 23
2
[LLVMdev] x86-64 sign extension for parameters and return values
On Thu, Feb 23, 2012 at 3:54 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > LLVM has traditionally assumed that all integer argument and return > types narrower than int are promoted to int on all architectures. > Nobody has actually noticed any issues with this before now, as far as > I know. The only reason that I noticed was that Python ctypes started misbehaving when
2009 May 04
0
[LLVMdev] [PATH] Fixes for the amd64 JIT code
Committed as revision 70929. Thanks. Evan On May 3, 2009, at 8:29 PM, vargaz wrote: > > Hi, > > If this looks ok, could somebody check it in ? > > thanks > > Zoltan > > > Evan Cheng-2 wrote: >> >> Looks good. Thanks. >> >> Evan >> >> On May 1, 2009, at 8:40 AM, Zoltan Varga wrote: >>
2012 Mar 07
0
[LLVMdev] x86-64 sign extension for parameters and return values
Hi Meador, Have you filed a bugzilla report? What's the PR number? Evan On Feb 23, 2012, at 3:11 PM, Meador Inge wrote: > On Thu, Feb 23, 2012 at 3:54 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > >> LLVM has traditionally assumed that all integer argument and return >> types narrower than int are promoted to int on all architectures. >> Nobody has
2006 Feb 15
3
[LLVMdev] commerical usage
Hello! I have been looking at the LLVM project for quite a bit but I was wondering if there are any implication of using the project in a commercial enviroment in terms of licensing restrictions and other related issues, are there other people that use LLVM in a commecial enviroment? Regards Jonas Gustavsson
2007 Apr 03
0
[LLVMdev] May 25th 2007 Developers Meeting (Update)
I'll be there. I'd like to talk about a topic that's near and dear to my hear: "How to survive an attack by Oscar?". :-) Evan On Mar 31, 2007, at 3:11 PM, Reid Spencer wrote: > All, > > Here's an update on the Developer's Meeting. I've created a page > for the > meeting on the main web site at http://llvm.org/DevMtgMay2007.html. If > you
2009 Oct 09
3
Bare Metal vs virtualization
Hello to all: I know this list is generally Linux-only, but I figured I'd try to gain wisdom from those with hard-core Windows needs, too. I was recently pricing out a high-end desktop system for a user who will doing a lot of CAD, Matlab, SolidWorks, and other apps that will utilize a lot of number crunching and video. The quote for the desktop (64-bit Vista is likely), which included 12
2007 Dec 17
0
[LLVMdev] Bogus X86-64 Patterns
On Friday 14 December 2007 13:55, Evan Cheng wrote: > Actually, movq is recognized by the assembler on Leopard. I've fixed > this: > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of- > Mon-20071210/056334.html > > Please verify. Thanks. The patch is similar to what I did. I'll have to create an llvm testcase to verify it as this is a Fortran code. It would also
2009 Feb 25
3
[LLVMdev] [llvm-commits] [llvm] r65296 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/
Things are still broken. Unfortunately llvm test suite does not contain enough vector code to fully test this. Can you revert the patch first? Evan On Feb 24, 2009, at 7:14 PM, Scott Michel wrote: > Evan: > > I did not encounter this back trace before I committed the newest > BuildVectorSDNode patch, which removed all class instance members > and passes results back via