Author: asl
Date: Thu Dec 27 10:55:23 2007
New Revision: 45365
URL: http://llvm.org/viewvc/llvm-project?rev=45365&view=rev
Log:
Enable us to build pure varargs intrinsics
Modified:
llvm-gcc-4.2/trunk/gcc/fortran/trans-decl.c
Modified: llvm-gcc-4.2/trunk/gcc/fortran/trans-decl.c
URL:
http://
Author: asl
Date: Thu Dec 27 10:52:46 2007
New Revision: 45364
URL: http://llvm.org/viewvc/llvm-project?rev=45364&view=rev
Log:
Mark all external functions decls to be varagrs instead of no args :)
Modified:
llvm-gcc-4.2/trunk/gcc/fortran/trans-types.c
Modified: llvm-gcc-4.2/trunk/gcc/fortra
Author: asl
Date: Thu Dec 27 10:46:15 2007
New Revision: 45363
URL: http://llvm.org/viewvc/llvm-project?rev=45363&view=rev
Log:
This was commited to mainline. Update guards
Modified:
llvm-gcc-4.2/trunk/gcc/fortran/trans-expr.c
Modified: llvm-gcc-4.2/trunk/gcc/fortran/trans-expr.c
URL:
http:
Author: asl
Date: Thu Dec 27 10:56:39 2007
New Revision: 45366
URL: http://llvm.org/viewvc/llvm-project?rev=45366&view=rev
Log:
Fix emission of bogus decls. This was commited to gcc mainline.
Modified:
llvm-gcc-4.2/trunk/gcc/fortran/trans-decl.c
Modified: llvm-gcc-4.2/trunk/gcc/fortran/trans
Author: gordon
Date: Thu Dec 27 12:25:59 2007
New Revision: 45367
URL: http://llvm.org/viewvc/llvm-project?rev=45367&view=rev
Log:
Switch the bindings to use LLVMFoldingBuilder.
Modified:
llvm/trunk/include/llvm-c/Core.h
llvm/trunk/lib/VMCore/Core.cpp
Modified: llvm/trunk/include/llvm-c/
On Dec 27, 2007, at 8:56 AM, Anton Korobeynikov wrote:
> Author: asl
> Date: Thu Dec 27 10:56:39 2007
> New Revision: 45366
>
> URL: http://llvm.org/viewvc/llvm-project?rev=45366&view=rev
> Log:
> Fix emission of bogus decls. This was commited to gcc mainline.
Hi Anton,
Is this patch available
Hi, Chris.
> Is this patch available under GPL2?
This patch was written by me, thus - yes :)
PS: I'm aware about GPLv2 vs GPLv3 issue.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
Author: gordon
Date: Thu Dec 27 14:13:47 2007
New Revision: 45369
URL: http://llvm.org/viewvc/llvm-project?rev=45369&view=rev
Log:
Adding bindings for target triple and data layout.
Modified:
llvm/trunk/bindings/ocaml/llvm/llvm.ml
llvm/trunk/bindings/ocaml/llvm/llvm.mli
llvm/trunk/bin
Author: asl
Date: Thu Dec 27 17:21:57 2007
New Revision: 45375
URL: http://llvm.org/viewvc/llvm-project?rev=45375&view=rev
Log:
Ignore functions with internal linkages during linking. This snipped mimics the
behaviour of LinkGlobals() function.
Modified:
llvm/trunk/lib/Linker/LinkModules.cpp
Author: lattner
Date: Thu Dec 27 22:42:05 2007
New Revision: 45377
URL: http://llvm.org/viewvc/llvm-project?rev=45377&view=rev
Log:
add a note
Modified:
llvm/trunk/lib/Target/README.txt
Modified: llvm/trunk/lib/Target/README.txt
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target
Author: lattner
Date: Fri Dec 28 00:24:31 2007
New Revision: 45383
URL: http://llvm.org/viewvc/llvm-project?rev=45383&view=rev
Log:
disable this instcombine xform, it miscompiles:
define i32 @main() {
entry:
%z = alloca i32 ; [#uses=2]
store i32 0, i32* %z
%tmp =
11 matches
Mail list logo