[llvm-commits] CVS: llvm-www/releases/download.html

2007-09-27 Thread Tanya Lattner
Changes in directory llvm-www/releases: download.html updated: 1.43 - 1.44 --- Log message: add link to mac universal binary tarball. --- Diffs of the changes: (+10 -0) download.html | 10 ++ 1 files changed, 10 insertions(+) Index: llvm-www/releases/download.html diff -u

[llvm-commits] CVS: llvm-www/releases/download.html

2007-09-27 Thread Tanya Lattner
Changes in directory llvm-www/releases: download.html updated: 1.44 - 1.45 --- Log message: formating --- Diffs of the changes: (+2 -2) download.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/releases/download.html diff -u

[llvm-commits] CVS: llvm-www/releases/download.html

2007-09-27 Thread Tanya Lattner
Changes in directory llvm-www/releases: download.html updated: 1.45 - 1.46 --- Log message: Explain a bit more. --- Diffs of the changes: (+1 -0) download.html |1 + 1 files changed, 1 insertion(+) Index: llvm-www/releases/download.html diff -u llvm-www/releases/download.html:1.45

[llvm-commits] CVS: llvm-www/header.incl www-index.html

2007-09-27 Thread Tanya Lattner
Changes in directory llvm-www: header.incl updated: 1.61 - 1.62 www-index.html updated: 1.146 - 1.147 --- Log message: 2.1 release --- Diffs of the changes: (+6 -13) header.incl|5 +++-- www-index.html | 14 +++--- 2 files changed, 6 insertions(+), 13 deletions(-)

[llvm-commits] CVS: llvm-www/header.incl

2007-09-27 Thread Tanya Lattner
Changes in directory llvm-www: header.incl updated: 1.62 - 1.63 --- Log message: Fix link --- Diffs of the changes: (+1 -1) header.incl |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/header.incl diff -u llvm-www/header.incl:1.62 llvm-www/header.incl:1.63 ---

[llvm-commits] CVS: llvm-www/releases/2.1/index.html

2007-09-27 Thread Tanya Lattner
Changes in directory llvm-www/releases/2.1: index.html added (r1.1) --- Log message: Redirect to main level index.html --- Diffs of the changes: (+7 -0) index.html |7 +++ 1 files changed, 7 insertions(+) Index: llvm-www/releases/2.1/index.html diff -c /dev/null

[llvm-commits] CVS: llvm-www/releases/2.0/index.html

2007-09-27 Thread Tanya Lattner
Changes in directory llvm-www/releases/2.0: index.html added (r1.1) --- Log message: Redirect to main level index.html --- Diffs of the changes: (+7 -0) index.html |7 +++ 1 files changed, 7 insertions(+) Index: llvm-www/releases/2.0/index.html diff -c /dev/null

[llvm-commits] CVS: llvm-www/releases/2.1/llvm-llvm-gcc4.0-2.1-darwin-univ.tar.gz

2007-09-27 Thread Tanya Lattner
Changes in directory llvm-www/releases/2.1: llvm-llvm-gcc4.0-2.1-darwin-univ.tar.gz added (r1.1) --- Log message: Darwin universal binary. --- Diffs of the changes: (+0 -0) llvm-llvm-gcc4.0-2.1-darwin-univ.tar.gz |0 1 files changed Index:

[llvm-commits] [llvm] r42387 - /llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

2007-09-27 Thread Evan Cheng
Author: evancheng Date: Thu Sep 27 02:09:03 2007 New Revision: 42387 URL: http://llvm.org/viewvc/llvm-project?rev=42387view=rev Log: Be smarter about which node to force schedule. Reduce # of duplications + copies; Added statistics. Modified:

[llvm-commits] [llvm] r42388 - /llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

2007-09-27 Thread Evan Cheng
Author: evancheng Date: Thu Sep 27 02:29:27 2007 New Revision: 42388 URL: http://llvm.org/viewvc/llvm-project?rev=42388view=rev Log: Boogs. Modified: llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp Modified: llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp URL:

[llvm-commits] [llvm] r42389 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

2007-09-27 Thread Evan Cheng
Author: evancheng Date: Thu Sep 27 02:35:39 2007 New Revision: 42389 URL: http://llvm.org/viewvc/llvm-project?rev=42389view=rev Log: Silence a compiler warning. Modified: llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp Modified: llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp URL:

[llvm-commits] [test-suite] r42390 - /test-suite/trunk/Makefile.programs

2007-09-27 Thread Evan Cheng
Author: evancheng Date: Thu Sep 27 02:36:36 2007 New Revision: 42390 URL: http://llvm.org/viewvc/llvm-project?rev=42390view=rev Log: Test new condition code scheme as X86 llcbeta. Modified: test-suite/trunk/Makefile.programs Modified: test-suite/trunk/Makefile.programs URL:

[llvm-commits] [llvm] r42391 - /llvm/trunk/docs/ReleaseNotes.html

2007-09-27 Thread Duncan Sands
Author: baldrick Date: Thu Sep 27 03:24:02 2007 New Revision: 42391 URL: http://llvm.org/viewvc/llvm-project?rev=42391view=rev Log: Grammer fix reported by Alex Kellett. Modified: llvm/trunk/docs/ReleaseNotes.html Modified: llvm/trunk/docs/ReleaseNotes.html URL:

[llvm-commits] [llvm] r42392 - /llvm/trunk/docs/ReleaseNotes.html

2007-09-27 Thread Duncan Sands
Author: baldrick Date: Thu Sep 27 03:24:36 2007 New Revision: 42392 URL: http://llvm.org/viewvc/llvm-project?rev=42392view=rev Log: SSSE3 - SSE3. Reported by Alex Kellett. Modified: llvm/trunk/docs/ReleaseNotes.html Modified: llvm/trunk/docs/ReleaseNotes.html URL:

Re: [llvm-commits] [llvm] r42392 - /llvm/trunk/docs/ReleaseNotes.html

2007-09-27 Thread Bill Wendling
-liBill Wendling added SSSE3 support to the X86 backend./li +liBill Wendling added SSE3 support to the X86 backend./li It really was SSSE3. :-) -bw ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

[llvm-commits] [llvm] r42393 - /llvm/trunk/docs/ReleaseNotes.html

2007-09-27 Thread Bill Wendling
Author: void Date: Thu Sep 27 03:47:31 2007 New Revision: 42393 URL: http://llvm.org/viewvc/llvm-project?rev=42393view=rev Log: No, really, it *is* SSSE3. ;-) Modified: llvm/trunk/docs/ReleaseNotes.html Modified: llvm/trunk/docs/ReleaseNotes.html URL:

Re: [llvm-commits] [llvm] r42392 - /llvm/trunk/docs/ReleaseNotes.html

2007-09-27 Thread Duncan Sands
-liBill Wendling added SSSE3 support to the X86 backend./li +liBill Wendling added SSE3 support to the X86 backend./li It really was SSSE3. :-) Sorry about that! SSSE3 = Supplemental Streaming SIMD Extension 3. Ciao, Duncan. ___ llvm-commits

[llvm-commits] [llvm] r42394 - in /llvm/trunk: lib/Analysis/ScalarEvolution.cpp test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll

2007-09-27 Thread Nick Lewycky
Author: nicholas Date: Thu Sep 27 09:12:54 2007 New Revision: 42394 URL: http://llvm.org/viewvc/llvm-project?rev=42394view=rev Log: Build the correct range for loops with unusual bounds. Fix from Jay Foad. Added: llvm/trunk/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll Modified:

Re: [llvm-commits] Clang warnings

2007-09-27 Thread Chris Lattner
On Sep 27, 2007, at 6:01 AM, Anton Korobeynikov wrote: Hello, Everyone. I'm getting the following warnings during clang compilation: Most probably, they are due to dumb compiler, but anyway. Fixed. Actually, they were all real bugs, thanks! FYI, it's better to report these to

[llvm-commits] CVS: llvm-www/demo/index.cgi

2007-09-27 Thread Tanya Lattner
Changes in directory llvm-www/demo: index.cgi updated: 1.73 - 1.74 --- Log message: Convert to use 2.1 release --- Diffs of the changes: (+3 -3) index.cgi |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-www/demo/index.cgi diff -u llvm-www/demo/index.cgi:1.73

[llvm-commits] [llvm] r42398 - /llvm/trunk/test/CFrontend/2007-09-27-ComplexIntCompare.c

2007-09-27 Thread Chris Lattner
Author: lattner Date: Thu Sep 27 10:47:16 2007 New Revision: 42398 URL: http://llvm.org/viewvc/llvm-project?rev=42398view=rev Log: new testcase for PR1708 Added: llvm/trunk/test/CFrontend/2007-09-27-ComplexIntCompare.c Added: llvm/trunk/test/CFrontend/2007-09-27-ComplexIntCompare.c URL:

[llvm-commits] [llvm-gcc-4.0] r42399 - /llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp

2007-09-27 Thread Chris Lattner
Author: lattner Date: Thu Sep 27 10:47:41 2007 New Revision: 42399 URL: http://llvm.org/viewvc/llvm-project?rev=42399view=rev Log: Fix PR1708 and test/CFrontend/2007-09-27-ComplexIntCompare.c Modified: llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp Modified:

[llvm-commits] [llvm-gcc-4.2] r42400 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

2007-09-27 Thread Chris Lattner
Author: lattner Date: Thu Sep 27 10:48:25 2007 New Revision: 42400 URL: http://llvm.org/viewvc/llvm-project?rev=42400view=rev Log: Fix PR1708 and test/CFrontend/2007-09-27-ComplexIntCompare.c Modified: llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp Modified:

[llvm-commits] [llvm] r42401 - /llvm/tags/RELEASE_21/

2007-09-27 Thread Tanya Lattner
Author: tbrethou Date: Thu Sep 27 10:55:28 2007 New Revision: 42401 URL: http://llvm.org/viewvc/llvm-project?rev=42401view=rev Log: Tagging the 2.1 release Added: llvm/tags/RELEASE_21/ - copied from r42400, llvm/branches/release_21/ ___

[llvm-commits] [test-suite] r42402 - /test-suite/tags/RELEASE_21/

2007-09-27 Thread Tanya Lattner
Author: tbrethou Date: Thu Sep 27 10:56:22 2007 New Revision: 42402 URL: http://llvm.org/viewvc/llvm-project?rev=42402view=rev Log: Tagging the 2.1 release Added: test-suite/tags/RELEASE_21/ - copied from r42401, test-suite/branches/release_21/

[llvm-commits] [llvm-gcc-4.0] r42403 - /llvm-gcc-4.0/tags/RELEASE_21/

2007-09-27 Thread Tanya Lattner
Author: tbrethou Date: Thu Sep 27 10:56:48 2007 New Revision: 42403 URL: http://llvm.org/viewvc/llvm-project?rev=42403view=rev Log: Tagging the 2.1 release Added: llvm-gcc-4.0/tags/RELEASE_21/ - copied from r42402, llvm-gcc-4.0/branches/release_21/

[llvm-commits] [llvm-gcc-4.2] r42404 - /llvm-gcc-4.2/tags/RELEASE_21/

2007-09-27 Thread Tanya Lattner
Author: tbrethou Date: Thu Sep 27 10:57:03 2007 New Revision: 42404 URL: http://llvm.org/viewvc/llvm-project?rev=42404view=rev Log: Tagging the 2.1 release Added: llvm-gcc-4.2/tags/RELEASE_21/ - copied from r42403, llvm-gcc-4.2/branches/release_21/

[llvm-commits] [llvm] r42397 - /llvm/trunk/lib/Analysis/IPA/Andersens.cpp

2007-09-27 Thread Daniel Berlin
Author: dannyb Date: Thu Sep 27 10:42:23 2007 New Revision: 42397 URL: http://llvm.org/viewvc/llvm-project?rev=42397view=rev Log: Ignore redundant constraints Modified: llvm/trunk/lib/Analysis/IPA/Andersens.cpp Modified: llvm/trunk/lib/Analysis/IPA/Andersens.cpp URL:

Re: [llvm-commits] [llvm] r42397 - /llvm/trunk/lib/Analysis/IPA/Andersens.cpp

2007-09-27 Thread Chris Lattner
On Sep 27, 2007, at 8:42 AM, Daniel Berlin wrote: // Node class - This class is used to represent a node in the constraint @@ -1735,6 +1750,7 @@ /// replaced by their the pointer equivalence class representative. void Andersens::RewriteConstraints() { std::vectorConstraint

Re: [llvm-commits] [llvm] r42397 - /llvm/trunk/lib/Analysis/IPA/Andersens.cpp

2007-09-27 Thread Daniel Berlin
On 9/27/07, Chris Lattner [EMAIL PROTECTED] wrote: On Sep 27, 2007, at 8:42 AM, Daniel Berlin wrote: // Node class - This class is used to represent a node in the constraint @@ -1735,6 +1750,7 @@ /// replaced by their the pointer equivalence class representative. void

Re: [llvm-commits] [llvm] r42397 - /llvm/trunk/lib/Analysis/IPA/Andersens.cpp

2007-09-27 Thread Chris Lattner
On Sep 27, 2007, at 9:20 AM, Daniel Berlin wrote: std::set is inefficient for several reasons, particularly because every insertion does a malloc. If this is performance critical code you might want to try out SmallSet (assuming the set is small) or some sort of hash table like DenseMap.

[llvm-commits] [llvm] r42405 - /llvm/trunk/CREDITS.TXT

2007-09-27 Thread Devang Patel
Author: dpatel Date: Thu Sep 27 12:32:04 2007 New Revision: 42405 URL: http://llvm.org/viewvc/llvm-project?rev=42405view=rev Log: Mention Loop Index Split Modified: llvm/trunk/CREDITS.TXT Modified: llvm/trunk/CREDITS.TXT URL:

[llvm-commits] [llvm-gcc-4.0] r42406 - /llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp

2007-09-27 Thread Devang Patel
Author: dpatel Date: Thu Sep 27 13:02:47 2007 New Revision: 42406 URL: http://llvm.org/viewvc/llvm-project?rev=42406view=rev Log: While searching for appropriate place for temporaries, do not over-incerement iterator. Modified: llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp Modified:

[llvm-commits] [llvm] r42406 - /llvm/trunk/test/FrontendObjC/2007-09-25-EH.m

2007-09-27 Thread Devang Patel
Author: dpatel Date: Thu Sep 27 13:02:47 2007 New Revision: 42406 URL: http://llvm.org/viewvc/llvm-project?rev=42406view=rev Log: While searching for appropriate place for temporaries, do not over-incerement iterator. Added: llvm/trunk/test/FrontendObjC/2007-09-25-EH.m Added:

[llvm-commits] [llvm] r42407 - /llvm/trunk/docs/GettingStarted.html

2007-09-27 Thread Tanya Lattner
Author: tbrethou Date: Thu Sep 27 13:14:33 2007 New Revision: 42407 URL: http://llvm.org/viewvc/llvm-project?rev=42407view=rev Log: Couple of fixes to mention bunzip2 and make instructions more clear. Modified: llvm/trunk/docs/GettingStarted.html Modified:

[llvm-commits] [llvm-gcc-4.2] r42409 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

2007-09-27 Thread Devang Patel
Author: dpatel Date: Thu Sep 27 13:21:48 2007 New Revision: 42409 URL: http://llvm.org/viewvc/llvm-project?rev=42409view=rev Log: While searching for appropriate place for temporaries, do not over-increment interator. Modified: llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp Modified:

[llvm-commits] [llvm] r42410 - /llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

2007-09-27 Thread Evan Cheng
Author: evancheng Date: Thu Sep 27 13:46:06 2007 New Revision: 42410 URL: http://llvm.org/viewvc/llvm-project?rev=42410view=rev Log: Avoid inserting a live register more than once. Modified: llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp Modified:

[llvm-commits] [llvm] r42413 - /llvm/trunk/lib/Target/X86/X86InstrX86-64.td

2007-09-27 Thread Evan Cheng
Author: evancheng Date: Thu Sep 27 14:01:55 2007 New Revision: 42413 URL: http://llvm.org/viewvc/llvm-project?rev=42413view=rev Log: Doh. Calls clobber EFLAGS. Modified: llvm/trunk/lib/Target/X86/X86InstrX86-64.td Modified: llvm/trunk/lib/Target/X86/X86InstrX86-64.td URL:

Re: [llvm-commits] GC patches again

2007-09-27 Thread Chris Lattner
//===-- gc-0-docs.patch (+1170 -241) --===// runtime/GC/SemiSpace/README.txt (+5) docs/llvm.css (+1 -1) docs/Lexicon.html (+76 -3) docs/GarbageCollection.html (+1088 -237) GarbageCollection.html is expanded to encompass the new capabilities. This is a major

[llvm-commits] [llvm] r42415 - in /llvm/trunk: include/llvm/CodeGen/Collectors.h include/llvm/Support/Registry.h lib/CodeGen/Collectors.cpp

2007-09-27 Thread Gordon Henriksen
Author: gordon Date: Thu Sep 27 14:34:27 2007 New Revision: 42415 URL: http://llvm.org/viewvc/llvm-project?rev=42415view=rev Log: My previous Registry.h header, as well as Collectors.h, which is the registry for dynamically-loaded garbage collection compiler plugins. Added:

Re: [llvm-commits] GC patches again

2007-09-27 Thread Gordon Henriksen
On 2007-09-27, at 14:58, Chris Lattner wrote: //===-- gc-2-metadata.patch (+383) ===// include/llvm/CodeGen/CollectorMetadata.h (+198) lib/CodeGen/CollectorMetadata.cpp (+185) CollectorMetadata is the data structure populated by back-ends during

Re: [llvm-commits] GC patches again

2007-09-27 Thread Chris Lattner
In the .cpp file, I'm not sure why you need the Deleter class. It seems like the CollectorModuleMetadata pass should manage its own lifetime (freeing itself on releaseMemory). This will require all the machinefunctionpasses to preserve CollectorModuleMetadata though. Does this make

[llvm-commits] [llvm] r42417 - /llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp

2007-09-27 Thread Evan Cheng
Author: evancheng Date: Thu Sep 27 16:50:05 2007 New Revision: 42417 URL: http://llvm.org/viewvc/llvm-project?rev=42417view=rev Log: Use GR64 in 64-bit mode. Modified: llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp Modified: llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp URL:

[llvm-commits] [llvm] r42418 - in /llvm/trunk: include/llvm/CodeGen/CollectorMetadata.h lib/CodeGen/CollectorMetadata.cpp

2007-09-27 Thread Gordon Henriksen
Author: gordon Date: Thu Sep 27 17:18:46 2007 New Revision: 42418 URL: http://llvm.org/viewvc/llvm-project?rev=42418view=rev Log: CollectorMetadata abstractly describes stack maps for a function. It includes: - location and of each safe point in machine code (identified by a label) -

[llvm-commits] [llvm] r42420 - in /llvm/trunk: include/llvm/Analysis/DominatorInternals.h include/llvm/Analysis/Dominators.h lib/VMCore/DominatorCalculation.h lib/VMCore/DominatorInternals.cpp lib/VMC

2007-09-27 Thread Owen Anderson
Author: resistor Date: Thu Sep 27 18:23:00 2007 New Revision: 42420 URL: http://llvm.org/viewvc/llvm-project?rev=42420view=rev Log: Convert DFSPass into a templated friend function, in preparation for making it common to DomTree and PostDomTree. Added:

[llvm-commits] [llvm] r42419 - in /llvm/trunk: include/llvm/Target/TargetAsmInfo.h lib/CodeGen/DwarfWriter.cpp lib/Target/PowerPC/PPCTargetAsmInfo.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86Re

2007-09-27 Thread Dan Gohman
Author: djg Date: Thu Sep 27 18:12:31 2007 New Revision: 42419 URL: http://llvm.org/viewvc/llvm-project?rev=42419view=rev Log: TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets other than PPC64. Instead of fixing it, just remove it and fix all the places that use it to

[llvm-commits] [llvm] r42429 - /llvm/trunk/lib/Target/X86/X86InstrInfo.td

2007-09-27 Thread Evan Cheng
Author: evancheng Date: Thu Sep 27 20:35:02 2007 New Revision: 42429 URL: http://llvm.org/viewvc/llvm-project?rev=42429view=rev Log: Stop inventing new words. :-) Modified: llvm/trunk/lib/Target/X86/X86InstrInfo.td Modified: llvm/trunk/lib/Target/X86/X86InstrInfo.td URL:

Re: [llvm-commits] [llvm] r42426 - /llvm/trunk/lib/Target/X86/X86InstrInfo.td

2007-09-27 Thread Nick Lewycky
Evan Cheng wrote: +// Pessimisively assume ADJCALLSTACKDOWN / ADJCALLSTACKUP will become sub / add +// which can clobber EFLAGS. Permissively? Pessimistically? Nick ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

[llvm-commits] [llvm] r42428 - /llvm/trunk/lib/Analysis/PostDominatorCalculation.h

2007-09-27 Thread Owen Anderson
Author: resistor Date: Thu Sep 27 20:25:07 2007 New Revision: 42428 URL: http://llvm.org/viewvc/llvm-project?rev=42428view=rev Log: Remove unneeded #include. Modified: llvm/trunk/lib/Analysis/PostDominatorCalculation.h Modified: llvm/trunk/lib/Analysis/PostDominatorCalculation.h URL:

[llvm-commits] [llvm] r42427 - in /llvm/trunk: include/llvm/Analysis/DominatorInternals.h include/llvm/Analysis/Dominators.h include/llvm/Analysis/PostDominators.h lib/Analysis/PostDominatorCalculatio

2007-09-27 Thread Owen Anderson
Author: resistor Date: Thu Sep 27 20:23:47 2007 New Revision: 42427 URL: http://llvm.org/viewvc/llvm-project?rev=42427view=rev Log: Have PostDomTree use the newly templated DFSPass. Modified: llvm/trunk/include/llvm/Analysis/DominatorInternals.h

[llvm-commits] [llvm] r42426 - /llvm/trunk/lib/Target/X86/X86InstrInfo.td

2007-09-27 Thread Evan Cheng
Author: evancheng Date: Thu Sep 27 20:19:48 2007 New Revision: 42426 URL: http://llvm.org/viewvc/llvm-project?rev=42426view=rev Log: Pessimisively assume ADJCALLSTACKDOWN / ADJCALLSTACKUP (which becomes sub / add) clobbers EFLAGS. Modified: llvm/trunk/lib/Target/X86/X86InstrInfo.td

[llvm-commits] [llvm-gcc-4.2] r42425 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

2007-09-27 Thread Dale Johannesen
Author: johannes Date: Thu Sep 27 20:10:03 2007 New Revision: 42425 URL: http://llvm.org/viewvc/llvm-project?rev=42425view=rev Log: Add long double intrinsics for sqrt and powi. Modified: llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp Modified: llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp URL:

[llvm-commits] [llvm-gcc-4.0] r42424 - /llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp

2007-09-27 Thread Dale Johannesen
Author: johannes Date: Thu Sep 27 20:09:13 2007 New Revision: 42424 URL: http://llvm.org/viewvc/llvm-project?rev=42424view=rev Log: Handle long double forms of sqrt and powi. Modified: llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp Modified: llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp URL:

[llvm-commits] [llvm] r42423 - in /llvm/trunk: include/llvm/CodeGen/RuntimeLibcalls.h include/llvm/Intrinsics.td lib/Analysis/ConstantFolding.cpp lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/S

2007-09-27 Thread Dale Johannesen
Author: johannes Date: Thu Sep 27 20:08:20 2007 New Revision: 42423 URL: http://llvm.org/viewvc/llvm-project?rev=42423view=rev Log: Add sqrt and powi intrinsics for long double. Added: llvm/trunk/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll Modified:

[llvm-commits] [llvm-gcc-4.2] r42431 - /llvm-gcc-4.2/trunk/gcc/llvm-internal.h

2007-09-27 Thread Dale Johannesen
Author: johannes Date: Thu Sep 27 21:07:52 2007 New Revision: 42431 URL: http://llvm.org/viewvc/llvm-project?rev=42431view=rev Log: Forgot this part of previous patch. Modified: llvm-gcc-4.2/trunk/gcc/llvm-internal.h Modified: llvm-gcc-4.2/trunk/gcc/llvm-internal.h URL:

[llvm-commits] [llvm] r42422 - /llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp

2007-09-27 Thread Dale Johannesen
Author: johannes Date: Thu Sep 27 19:21:38 2007 New Revision: 42422 URL: http://llvm.org/viewvc/llvm-project?rev=42422view=rev Log: Don't do SRA for unions with long double fields. Fixes a SWB crash. Modified: llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp Modified:

[llvm-commits] [llvm-gcc-4.0] r42430 - /llvm-gcc-4.0/trunk/gcc/llvm-internal.h

2007-09-27 Thread Dale Johannesen
Author: johannes Date: Thu Sep 27 21:06:54 2007 New Revision: 42430 URL: http://llvm.org/viewvc/llvm-project?rev=42430view=rev Log: Forgot this part of previous patch. Modified: llvm-gcc-4.0/trunk/gcc/llvm-internal.h Modified: llvm-gcc-4.0/trunk/gcc/llvm-internal.h URL: