[llvm-commits] [llvm] r46903 - /llvm/trunk/lib/CodeGen/SimpleRegisterCoalescing.cpp

2008-02-09 Thread Evan Cheng
Author: evancheng Date: Sat Feb 9 02:36:28 2008 New Revision: 46903 URL: http://llvm.org/viewvc/llvm-project?rev=46903view=rev Log: Remove unused hidden option. Modified: llvm/trunk/lib/CodeGen/SimpleRegisterCoalescing.cpp Modified: llvm/trunk/lib/CodeGen/SimpleRegisterCoalescing.cpp URL:

[llvm-commits] [llvm] r46908 - /llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp

2008-02-09 Thread Wojciech Matyjewicz
Author: wmat Date: Sat Feb 9 12:30:13 2008 New Revision: 46908 URL: http://llvm.org/viewvc/llvm-project?rev=46908view=rev Log: We should check that existing cast operation has the appropriate opcode before we reuse it. Modified: llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp

Re: [llvm-commits] [llvm-gcc-4.2] r46860 - /llvm-gcc-4.2/trunk/gcc/gcc.c

2008-02-09 Thread Devang Patel
On Feb 9, 2008, at 3:30 AM, Wojciech Matyjewicz wrote: Hi Devang, Most likely. Please try again using following patch http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080204/058023.html After updating the tree, both -emit-llvm and --emit-llvm options don't work

Re: [llvm-commits] Fix for PR1798 (ScalarEvolution)

2008-02-09 Thread Wojciech Matyjewicz
Small correction: (only these bitwidths are allowed: 1, 2, ..., 64). Should be: 32, 64. -Wojtek ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Re: [llvm-commits] [llvm-gcc-4.2] r46726 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

2008-02-09 Thread Devang Patel
On Feb 8, 2008, at 10:03 AM, Duncan Sands wrote: I can't help feeling that a bitfield load or store should touch the minimum amount of bytes possible: only those that contain some part of the bitfield. In some situations touching other bytes could be fatal, for example if the type is

Re: [llvm-commits] [llvm-gcc-4.2] r46726 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

2008-02-09 Thread Duncan Sands
Hi Devang, I can't help feeling that a bitfield load or store should touch the minimum amount of bytes possible: only those that contain some part of the bitfield.  In some situations touching other bytes could be fatal, for example if the type is overlaid on some memory mapped io

[llvm-commits] [llvm] r46912 - /llvm/trunk/docs/LangRef.html

2008-02-09 Thread Gabor Greif
Author: ggreif Date: Sat Feb 9 16:24:34 2008 New Revision: 46912 URL: http://llvm.org/viewvc/llvm-project?rev=46912view=rev Log: explain that NumElements in alloca and malloc defaults to one Modified: llvm/trunk/docs/LangRef.html Modified: llvm/trunk/docs/LangRef.html URL:

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

2008-02-09 Thread Chris Lattner
Author: lattner Date: Sat Feb 9 16:58:07 2008 New Revision: 46914 URL: http://llvm.org/viewvc/llvm-project?rev=46914view=rev Log: add some more notes, still not ready for review :) Modified: llvm/trunk/docs/ReleaseNotes.html Modified: llvm/trunk/docs/ReleaseNotes.html URL:

[llvm-commits] [llvm] r46913 - in /llvm/trunk: LICENSE.TXT docs/BOOST_LICENSE_1_0.txt

2008-02-09 Thread Chris Lattner
Author: lattner Date: Sat Feb 9 16:50:06 2008 New Revision: 46913 URL: http://llvm.org/viewvc/llvm-project?rev=46913view=rev Log: scoped_ptr.h was removed. Removed: llvm/trunk/docs/BOOST_LICENSE_1_0.txt Modified: llvm/trunk/LICENSE.TXT Modified: llvm/trunk/LICENSE.TXT URL:

[llvm-commits] [llvm] r46915 - /llvm/trunk/lib/Target/X86/X86InstrSSE.td

2008-02-09 Thread Nate Begeman
Author: sampo Date: Sat Feb 9 17:46:37 2008 New Revision: 46915 URL: http://llvm.org/viewvc/llvm-project?rev=46915view=rev Log: memopv16i8 had wrong alignment requirement, would have broken pabsb pabs{b,w,d} are not two address fix extract-to-mem sse4 ops add sse4 vector sign extend nodes

[llvm-commits] [llvm] r46916 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

2008-02-09 Thread Nick Lewycky
Author: nicholas Date: Sat Feb 9 18:03:54 2008 New Revision: 46916 URL: http://llvm.org/viewvc/llvm-project?rev=46916view=rev Log: Match GCC's behaviour for these sections. Modified: llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp Modified:

[llvm-commits] [llvm] r46918 - /llvm/trunk/lib/CodeGen/README.txt

2008-02-09 Thread Chris Lattner
Author: lattner Date: Sat Feb 9 19:01:35 2008 New Revision: 46918 URL: http://llvm.org/viewvc/llvm-project?rev=46918view=rev Log: add anote Modified: llvm/trunk/lib/CodeGen/README.txt Modified: llvm/trunk/lib/CodeGen/README.txt URL:

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

2008-02-09 Thread Chris Lattner
Author: lattner Date: Sun Feb 10 01:04:35 2008 New Revision: 46920 URL: http://llvm.org/viewvc/llvm-project?rev=46920view=rev Log: random notes Modified: llvm/trunk/docs/ReleaseNotes.html Modified: llvm/trunk/docs/ReleaseNotes.html URL: