Displaying 5 results from an estimated 5 matches for "pr879".
Did you mean:
pr872
2006 Aug 25
1
[LLVMdev] llvm-test and _setjmp
Hi,
I'm trying to get the llvm-test suite going on Fedora Core 5 and I have
a number of failures with the current HEAD. The major one (see PR879)
has a workaround. Now, I'm getting a conflict in the CBakcned while
compiling siod (and others):
gcc Output/siod.cbe.c -lm -ldl -fno-strict-aliasing -O2 -o
Output/siod.cbe
Output/siod.cbe.c:471: error: conflicting types for '_setjmp'
/usr/include/setjmp.h:63: error: previous decla...
2007 Jan 11
1
[LLVMdev] Ada support for llvm-gcc4
..., unsigned int> > >&): Assertion `R
> egMap->getRegClass(VReg) == RC && "Register class of operand and regclass of use don't agree!"' failed.
> ./../../gcc.llvm.master/libgfortran/runtime/environ.c:619: internal compiler error: Aborted
This looks like PR879. Will you try to build with -D__NO_MATH_INLINES and check, whether the assertion still exists?
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2011 Nov 16
1
[LLVMdev] LLVM 3.0 Release about X86
Known problems with the X86 back-end
- The X86 backend does not yet support all inline assembly that uses the
X86 floating point stack <http://llvm.org/PR879>. It supports the 'f'
and 't' constraints, but not 'u'.
- The X86-64 backend does not yet support the LLVM IR instruction va_arg.
Currently, front-ends support variadic argument constructs on X86-64 by
lowering them manually.
- Windows x64 (aka Win64) code...
2007 May 23
0
LLVM 2.0 Release
...d optimizations at this point. Jim wrote
http://llvm.org/docs/ExceptionHandling.html to describe the approach.
16. Many bugfixes and other improvements have been made to inline asm
support. The two large missing features are support for 80-bit
floating point stack registers on X86 (PR879), and support for inline
asm in the C backend (PR802). If you run into other issues, please
report them.
17. Evan implemented a new register scavenger, which is useful for finding
free registers after register allocation. This is useful when
rewriting frame references on RISC...
2007 May 14
3
[LLVMdev] llvm 2.0 release announcement [draft]
...ixes and optimizations at this point. Jim wrote
http://llvm.org/docs/ExceptionHandling.html to describe the approach.
x. Many bugfixes and other improvements have been made to inline
asm support. The two large missing features are support for 80-bit
floating point stack registers on X86 (PR879), and support for inline
asm in the C backend (PR802). If you run into other issues, please
report them.
x. Evan implemented a new register scavenger, which is useful for
finding free registers after register allocation. This is useful
when rewriting frame references on RISC targets, f...