search for: wants8bytealign

Displaying 8 results from an estimated 8 matches for "wants8bytealign".

2005 May 27
2
[LLVMdev] A. Pool Allocation under PowerPC (Mac)
Hello, Is PA working on the macintosh already? I am asking because I found this in the source code: /// Wants8ByteAlignment - FIXME: this is a complete hack for X86 right now. Thanks
2007 Jan 24
2
[LLVMdev] llvm-poolalloc compilation failed
I tried to compile the currently checked in version of llvm-poolalloc with the curently checked in version of llvm and got the following errors: llvm[4]: Compiling Heuristic.cpp for Debug build (PIC) Heuristic.cpp: In function 'bool Wants8ByteAlignment(const llvm::Type*, unsigned int, const llvm::TargetData&)': Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member named 'getTypeAlignment' There seem to be 3 methods in TargetData that are close to getTypeAlignment(): getTypeAlignmentABI (), getTypeAl...
2007 Jan 24
0
[LLVMdev] llvm-poolalloc compilation failed
...23 Jan 2007, Ryan M. Lefever wrote: > I tried to compile the currently checked in version of llvm-poolalloc > with the curently checked in version of llvm and got the following errors: > > llvm[4]: Compiling Heuristic.cpp for Debug build (PIC) > Heuristic.cpp: In function 'bool Wants8ByteAlignment(const llvm::Type*, > unsigned int, const llvm::TargetData&)': > Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member > named 'getTypeAlignment' The getTypeAlignment method was renamed to getTypeAlignmentABI, it should be safe to make that subs...
2007 Jan 24
3
[LLVMdev] llvm-poolalloc compilation failed
...rote: >> I tried to compile the currently checked in version of llvm-poolalloc >> with the curently checked in version of llvm and got the following >> errors: >> >> llvm[4]: Compiling Heuristic.cpp for Debug build (PIC) >> Heuristic.cpp: In function 'bool Wants8ByteAlignment(const >> llvm::Type*, >> unsigned int, const llvm::TargetData&)': >> Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member >> named 'getTypeAlignment' > > The getTypeAlignment method was renamed to getTypeAlignmentABI, it...
2005 May 27
0
[LLVMdev] A. Pool Allocation under PowerPC (Mac)
...t on several architectures and operating systems, including SparcV9/Solaris. If you find that PA doesn't compile or work on MacOS X, please file a bug report (http://llvm.cs.uiuc.edu/bugs/) so that we can fix it. > > I am asking because I found this in the source code: > > /// Wants8ByteAlignment - FIXME: this is a complete hack for X86 right now. I'm not sure what this means, but I don't believe that it means that it only works on x86. It might just fiddle with alignments to get better performance out of the x86. > > Thanks > > _______________________________...
2005 May 27
2
[LLVMdev] A. Pool Allocation under PowerPC (Mac)
...; systems, including SparcV9/Solaris. > > If you find that PA doesn't compile or work on MacOS X, please file a > bug report (http://llvm.cs.uiuc.edu/bugs/) so that we can fix it. > > > > > I am asking because I found this in the source code: > > > > /// Wants8ByteAlignment - FIXME: this is a complete hack for X86 right now. > > I'm not sure what this means, but I don't believe that it means that it > only works on x86. It might just fiddle with alignments to get better > performance out of the x86. > > > > > Thanks > &g...
2007 Jan 24
0
[LLVMdev] llvm-poolalloc compilation failed
...ied to compile the currently checked in version of llvm-poolalloc >>> with the curently checked in version of llvm and got the following >>> errors: >>> >>> llvm[4]: Compiling Heuristic.cpp for Debug build (PIC) >>> Heuristic.cpp: In function 'bool Wants8ByteAlignment(const llvm::Type*, >>> unsigned int, const llvm::TargetData&)': >>> Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member >>> named 'getTypeAlignment' >> >> >> The getTypeAlignment method was renamed to getType...
2007 Feb 06
1
[LLVMdev] llvm-poolalloc compilation failed
...he currently checked in version of llvm-poolalloc >>>>with the curently checked in version of llvm and got the following >>>>errors: >>>> >>>>llvm[4]: Compiling Heuristic.cpp for Debug build (PIC) >>>>Heuristic.cpp: In function 'bool Wants8ByteAlignment(const llvm::Type*, >>>>unsigned int, const llvm::TargetData&)': >>>>Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member >>>>named 'getTypeAlignment' >>> >>> >>>The getTypeAlignment method wa...