Displaying 4 results from an estimated 4 matches for "pr498".
Did you mean:
pr491
2006 Jan 25
2
[LLVMdev] New GCC4-based C/C++/ObjC front-end for LLVM
...has many advantages: it is
far faster, is based on GCC 4.0.1 instead of a GCC 3.4 prerelease
snapshot, and it fixes several dozen of the "impossible to fix in the old
front-end" bugs revolving around bitfield layout and static initialization
global unions (see http://llvm.cs.uiuc.edu/PR498 for examples).
This front-end is different than the old llvm-gcc in several ways: in
particular, it defaults to acting like a *normal* compiler. Specifically:
1. "llvm-gcc x.c -S -o x.s" will give you an *unoptimized* *native*
assembly file, not an unoptimized LLVM .ll file.
2. &q...
2006 Apr 14
2
[LLVMdev] [DRAFT] LLVM 1.7 release announcement notes [DRAFT]
...imitations in the code generator though).
* Full support for C99 Variable Length Arrays.
* llvm-gcc 4.0 fixes a broad range of long term bugs that have afflicted
llvm-gcc3 in areas such as ABI compliance, union layout, and bitfield
handling. There are 28 bugs dependent on http://llvm.org/PR498.
Other Improvements:
* The primary LLVM domain name is now http://llvm.org/.
* Web form registration is no longer required to download LLVM releases.
* Eric Kidd contributed the llvm-config utility, to make it easier to
build and link programs against the LLVM libraries:
http://llvm...
2006 Apr 20
0
[LLVMdev] [DRAFT] LLVM 1.7 release announcement notes [DRAFT]
...e code generator though).
> * Full support for C99 Variable Length Arrays.
> * llvm-gcc 4.0 fixes a broad range of long term bugs that have afflicted
> llvm-gcc3 in areas such as ABI compliance, union layout, and bitfield
> handling. There are 28 bugs dependent on http://llvm.org/PR498.
>
>
> Other Improvements:
>
> * The primary LLVM domain name is now http://llvm.org/.
> * Web form registration is no longer required to download LLVM releases.
> * Eric Kidd contributed the llvm-config utility, to make it easier to
> build and link programs against th...
2006 Apr 20
0
LLVM 1.7 Release!
...ode generator though).
64. Full support for C99 Variable Length Arrays.
65. llvm-gcc 4.0 fixes a broad range of long term bugs that have afflicted
llvm-gcc3 in areas such as ABI compliance, union layout, and bitfield
handling. There are currently 30 bugs dependent on
http://llvm.org/PR498 .
Other Improvements:
66. The primary LLVM domain name is now http://llvm.org/ .
67. Web form registration is no longer required to download LLVM releases.
68. Eric Kidd contributed the llvm-config utility, to make it easier to
build and link programs against the LLVM libraries:
http...