[llvm-commits] [123690] (1) Add a FIXME about COMPOUND_LITERAL_EXPR

2007-02-10 Thread clattner
Revision: 123690 Author: clattner Date: 2007-02-10 14:35:44 -0800 (Sat, 10 Feb 2007) Log Message: --- (1) Add a FIXME about COMPOUND_LITERAL_EXPR (2) Remove duplicated #include patch by Duncan Sands. Modified Paths: -- apple-local/branches/llvm/gcc/llvm-backend.cpp

[llvm-commits] [123689] Fix the build on mingw.

2007-02-10 Thread clattner
Revision: 123689 Author: clattner Date: 2007-02-10 14:33:18 -0800 (Sat, 10 Feb 2007) Log Message: --- Fix the build on mingw. Patch by Anton! Modified Paths: -- apple-local/branches/llvm/libiberty/strsignal.c Modified: apple-local/branches/llvm/libiberty

[llvm-commits] [123688] Adjust to TargetData api changes.

2007-02-10 Thread clattner
Revision: 123688 Author: clattner Date: 2007-02-10 14:30:37 -0800 (Sat, 10 Feb 2007) Log Message: --- Adjust to TargetData api changes. Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp Modified: apple-local/branches/llvm/gcc/llvm-convert.cpp

[llvm-commits] [123568] Complete support for the GCC address-of-label extension (most was

2007-02-07 Thread clattner
Revision: 123568 Author: clattner Date: 2007-02-07 20:34:00 -0800 (Wed, 07 Feb 2007) Log Message: --- Complete support for the GCC address-of-label extension (most was already implemented) and do some other minor cleanup. This implements PR947 and test/CFrontend/2007-02-07

[llvm-commits] [123562] Initial support for nested functions ( but not non-local gotos or trampolines).

2007-02-07 Thread clattner
Revision: 123562 Author: clattner Date: 2007-02-07 15:28:05 -0800 (Wed, 07 Feb 2007) Log Message: --- Initial support for nested functions (but not non-local gotos or trampolines). Patch by Duncan Sands! This implements llvm/test/CFrontend/2007-02-05-nested.c Modified Paths

[llvm-commits] [123561] shift-related cleanups, patch by Reid!

2007-02-07 Thread clattner
Revision: 123561 Author: clattner Date: 2007-02-07 15:12:06 -0800 (Wed, 07 Feb 2007) Log Message: --- shift-related cleanups, patch by Reid! Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp Modified: apple-local/branches/llvm/gcc/llvm-convert.cpp

[llvm-commits] [123559] Don't create useless bitcast instructions.

2007-02-07 Thread clattner
Revision: 123559 Author: clattner Date: 2007-02-07 13:53:56 -0800 (Wed, 07 Feb 2007) Log Message: --- Don't create useless bitcast instructions. Patch by Reid Spencer! Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp Modified: apple-local/bra

[llvm-commits] [123438] libtransforms is no more.

2007-02-05 Thread clattner
Revision: 123438 Author: clattner Date: 2007-02-05 10:18:09 -0800 (Mon, 05 Feb 2007) Log Message: --- libtransforms is no more. Modified Paths: -- apple-local/branches/llvm/gcc/Makefile.in Modified: apple-local/branches/llvm/gcc/Makefile.in

[llvm-commits] [123431] initial support for WITH_SIZE_EXPR, but is not enough

2007-02-04 Thread clattner
Revision: 123431 Author: clattner Date: 2007-02-04 19:57:03 -0800 (Sun, 04 Feb 2007) Log Message: --- initial support for WITH_SIZE_EXPR, but is not enough to fix PR1174 Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp Modified: apple-local

[llvm-commits] [123430] patch for test/CFrontend/2007-02-04-AddrLValue.c and PR1176, by Anton.

2007-02-04 Thread clattner
Revision: 123430 Author: clattner Date: 2007-02-04 19:50:26 -0800 (Sun, 04 Feb 2007) Log Message: --- patch for test/CFrontend/2007-02-04-AddrLValue.c and PR1176, by Anton. Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp apple-local/branches

[llvm-commits] [123429] Patch for PR1173 and test/CFrontend/2007-02-04-AddrLValue.c,

2007-02-04 Thread clattner
Revision: 123429 Author: clattner Date: 2007-02-04 18:18:43 -0800 (Sun, 04 Feb 2007) Log Message: --- Patch for PR1173 and test/CFrontend/2007-02-04-AddrLValue.c, patch by Anton! Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp apple-local

[llvm-commits] [123403] Fix test/CFrontend/2007-02-04-EmptyStruct.c, patch by Anton!

2007-02-04 Thread clattner
Revision: 123403 Author: clattner Date: 2007-02-04 15:54:39 -0800 (Sun, 04 Feb 2007) Log Message: --- Fix test/CFrontend/2007-02-04-EmptyStruct.c, patch by Anton! Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp Modified: apple-local/branches/llvm

[llvm-commits] [123385] -raise is gone

2007-02-03 Thread clattner
Revision: 123385 Author: clattner Date: 2007-02-03 15:23:22 -0800 (Sat, 03 Feb 2007) Log Message: --- -raise is gone Modified Paths: -- apple-local/branches/llvm/gcc/llvm-linker-hack.cpp Modified: apple-local/branches/llvm/gcc/llvm-linker-hack.cpp

[llvm-commits] [123384] The -raise pass is gone.

2007-02-03 Thread clattner
Revision: 123384 Author: clattner Date: 2007-02-03 15:18:08 -0800 (Sat, 03 Feb 2007) Log Message: --- The -raise pass is gone. Modified Paths: -- apple-local/branches/llvm/gcc/llvm-backend.cpp Modified: apple-local/branches/llvm/gcc/llvm-backend.cpp

[llvm-commits] [123343] Add #include that is no longer included by SchedulerRegistry.h

2007-02-02 Thread clattner
Revision: 123343 Author: clattner Date: 2007-02-02 17:44:37 -0800 (Fri, 02 Feb 2007) Log Message: --- Add #include that is no longer included by SchedulerRegistry.h Modified Paths: -- apple-local/branches/llvm/gcc/llvm-backend.cpp Modified: apple-local/branches

[llvm-commits] [123299] apply reid's shift patch.

2007-02-01 Thread clattner
Revision: 123299 Author: clattner Date: 2007-02-01 20:59:13 -0800 (Thu, 01 Feb 2007) Log Message: --- apply reid's shift patch. Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp Modified: apple-local/branches/llvm/gcc/llvm-conver

[llvm-commits] [123267] now with less html!

2007-02-01 Thread clattner
Revision: 123267 Author: clattner Date: 2007-02-01 14:30:07 -0800 (Thu, 01 Feb 2007) Log Message: --- now with less html! Modified Paths: -- apple-local/branches/llvm/gcc/llvm-main.cpp Modified: apple-local/branches/llvm/gcc/llvm-main.cpp

[llvm-commits] [123266] test commit

2007-02-01 Thread clattner
Title: [123266] test commit Revision 123266 Author clattner Date 2007-02-01 14:14:42 -0800 (Thu, 01 Feb 2007) Log Message test commit Modified Paths apple-local/branches/llvm/gcc/llvm-main.cpp Diff Modified: apple-local/branches/llvm/gcc/llvm-main.cpp (123265 => 123266) --- ap

[llvm-commits] [123265] fix copyright block.

2007-02-01 Thread clattner
Title: [123265] fix copyright block. Revision 123265 Author clattner Date 2007-02-01 14:10:57 -0800 (Thu, 01 Feb 2007) Log Message fix copyright block. Modified Paths apple-local/branches/llvm/gcc/llvm-main.cpp Diff Modified: apple-local/branches/llvm/gcc/llvm-main.cpp (123264

[llvm-commits] [svnlog-fsf-gcc] r123085 - apple-local/branches/llvm/gcc

2007-01-29 Thread clattner
User: clattner Date: 2007/01/29 02:12 PM Modified: /apple-local/branches/llvm/gcc/ llvm-convert.cpp Log: This is a test of the llvm-commits mailing system. File Changes: Directory: /apple-local/branches/llvm/gcc/ == File [modified]: llvm-convert.cpp

<    1   2