[llvm-commits] [llvm] r42573 - /llvm/trunk/lib/Target/README.txt

2007-10-03 Thread Chris Lattner
Author: lattner Date: Wed Oct 3 01:10:59 2007 New Revision: 42573 URL: http://llvm.org/viewvc/llvm-project?rev=42573view=rev Log: add a note Modified: llvm/trunk/lib/Target/README.txt Modified: llvm/trunk/lib/Target/README.txt URL:

[llvm-commits] [llvm] r42574 - /llvm/trunk/autoconf/configure.ac

2007-10-03 Thread Gordon Henriksen
Author: gordon Date: Wed Oct 3 07:06:41 2007 New Revision: 42574 URL: http://llvm.org/viewvc/llvm-project?rev=42574view=rev Log: Fixing a typo in configure.ac. Patch by Adam Goode. Modified: llvm/trunk/autoconf/configure.ac Modified: llvm/trunk/autoconf/configure.ac URL:

[llvm-commits] [llvm] r42575 - in /llvm/trunk: configure include/llvm/Config/config.h.in

2007-10-03 Thread Gordon Henriksen
Author: gordon Date: Wed Oct 3 07:07:14 2007 New Revision: 42575 URL: http://llvm.org/viewvc/llvm-project?rev=42575view=rev Log: Regenerate. Modified: llvm/trunk/configure llvm/trunk/include/llvm/Config/config.h.in Modified: llvm/trunk/configure URL:

[llvm-commits] [llvm] r42576 - in /llvm/trunk: include/llvm/ADT/APFloat.h lib/Support/APFloat.cpp

2007-10-03 Thread Neil Booth
Author: neil Date: Wed Oct 3 10:16:41 2007 New Revision: 42576 URL: http://llvm.org/viewvc/llvm-project?rev=42576view=rev Log: Tweak RoundAwayFromZero the bit number below which is truncated, and make it const. Preparation for APFloat - hexadecimal string conversion. Modified:

Re: [llvm-commits] [llvm-gcc-4.0] r42566 - /llvm-gcc-4.0/trunk/gcc/objc/objc-act.c

2007-10-03 Thread Tanya Lattner
Reverting this patch causes test/FrontendObjC/2007-09-25-EH.m to fail. It will most likely only fail on Tiger systems (10.5). Please xfail this test and then re-enable it once this has been fixed. -Tanya On Oct 2, 2007, at 9:54 PM, Bill Wendling wrote: On Oct 2, 2007, at 9:33 PM, Owen

[llvm-commits] [llvm] r42578 - /llvm/trunk/lib/Transforms/IPO/Internalize.cpp

2007-10-03 Thread Tanya Lattner
Author: tbrethou Date: Wed Oct 3 12:05:40 2007 New Revision: 42578 URL: http://llvm.org/viewvc/llvm-project?rev=42578view=rev Log: Fix PR1719, by not marking llvm.global.annotations internal. Modified: llvm/trunk/lib/Transforms/IPO/Internalize.cpp Modified:

[llvm-commits] [llvm] r42579 - /llvm/trunk/lib/Target/X86/README.txt

2007-10-03 Thread Chris Lattner
Author: lattner Date: Wed Oct 3 12:10:03 2007 New Revision: 42579 URL: http://llvm.org/viewvc/llvm-project?rev=42579view=rev Log: add a note Modified: llvm/trunk/lib/Target/X86/README.txt Modified: llvm/trunk/lib/Target/X86/README.txt URL:

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

2007-10-03 Thread Chris Lattner
Author: lattner Date: Wed Oct 3 12:33:51 2007 New Revision: 42580 URL: http://llvm.org/viewvc/llvm-project?rev=42580view=rev Log: remove misleading documentation: LLVM has no atomic support yet. Modified: llvm/trunk/docs/LangRef.html Modified: llvm/trunk/docs/LangRef.html URL:

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

2007-10-03 Thread Chris Lattner
Author: lattner Date: Wed Oct 3 12:34:29 2007 New Revision: 42581 URL: http://llvm.org/viewvc/llvm-project?rev=42581view=rev Log: remove extraneous tag Modified: llvm/trunk/docs/LangRef.html Modified: llvm/trunk/docs/LangRef.html URL:

[llvm-commits] [llvm] r42582 - /llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp

2007-10-03 Thread Dale Johannesen
Author: johannes Date: Wed Oct 3 12:45:27 2007 New Revision: 42582 URL: http://llvm.org/viewvc/llvm-project?rev=42582view=rev Log: Tone down an overzealous optimization. Modified: llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp Modified:

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

2007-10-03 Thread Bill Wendling
Author: void Date: Wed Oct 3 12:46:54 2007 New Revision: 42583 URL: http://llvm.org/viewvc/llvm-project?rev=42583view=rev Log: Temporarily XFAIL this test. Modified: llvm/trunk/test/FrontendObjC/2007-09-25-EH.m Modified: llvm/trunk/test/FrontendObjC/2007-09-25-EH.m URL:

Re: [llvm-commits] [llvm-gcc-4.0] r42566 - /llvm-gcc-4.0/trunk/gcc/objc/objc-act.c

2007-10-03 Thread Bill Wendling
On 10/3/07, Tanya Lattner [EMAIL PROTECTED] wrote: Reverting this patch causes test/FrontendObjC/2007-09-25-EH.m to fail. It will most likely only fail on Tiger systems (10.5). Please xfail this test and then re-enable it once this has been fixed. Doh! I XFAILed it. This isn't a regression

Re: [llvm-commits] [llvm] r42582 - /llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp

2007-10-03 Thread Chris Lattner
URL: http://llvm.org/viewvc/llvm-project?rev=42582view=rev Log: Tone down an overzealous optimization. Nice catch! -Chris Modified: llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp Modified: llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp URL:

[llvm-commits] [llvm] r42584 - in /llvm/trunk: include/llvm/PassManagers.h lib/VMCore/PassManager.cpp

2007-10-03 Thread Dan Gohman
Author: djg Date: Wed Oct 3 14:04:09 2007 New Revision: 42584 URL: http://llvm.org/viewvc/llvm-project?rev=42584view=rev Log: Fix a using namespace llvm; in a header file. Modified: llvm/trunk/include/llvm/PassManagers.h llvm/trunk/lib/VMCore/PassManager.cpp Modified:

[llvm-commits] [llvm] r42585 - in /llvm/trunk/lib: Analysis/ CodeGen/ CodeGen/SelectionDAG/ Target/ARM/ Target/IA64/ Target/PowerPC/ Target/X86/ Transforms/IPO/ Transforms/Scalar/ VMCore/

2007-10-03 Thread Dan Gohman
Author: djg Date: Wed Oct 3 14:26:29 2007 New Revision: 42585 URL: http://llvm.org/viewvc/llvm-project?rev=42585view=rev Log: Use empty() member functions when that's what's being tested for instead of comparing begin() and end(). Modified: llvm/trunk/lib/Analysis/AliasSetTracker.cpp

[llvm-commits] [llvm] r42586 - /llvm/trunk/lib/Support/FoldingSet.cpp

2007-10-03 Thread Chris Lattner
Author: lattner Date: Wed Oct 3 15:45:43 2007 New Revision: 42586 URL: http://llvm.org/viewvc/llvm-project?rev=42586view=rev Log: Simplify implementation of the FoldingSet circular list, a necessary step to giving it iterators. Modified: llvm/trunk/lib/Support/FoldingSet.cpp Modified:

[llvm-commits] [llvm] r42590 - /llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp

2007-10-03 Thread Devang Patel
Author: dpatel Date: Wed Oct 3 16:16:08 2007 New Revision: 42590 URL: http://llvm.org/viewvc/llvm-project?rev=42590view=rev Log: Refactor code in a separate method. Modified: llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp Modified: llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp URL:

[llvm-commits] [llvm] r42591 - /llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp

2007-10-03 Thread Devang Patel
Author: dpatel Date: Wed Oct 3 16:17:43 2007 New Revision: 42591 URL: http://llvm.org/viewvc/llvm-project?rev=42591view=rev Log: Fix 80 col violation. Modified: llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp Modified: llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp URL:

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

2007-10-03 Thread Chris Lattner
Author: lattner Date: Wed Oct 3 16:01:14 2007 New Revision: 42588 URL: http://llvm.org/viewvc/llvm-project?rev=42588view=rev Log: Clarify that shifts that are too large are undefined. Modified: llvm/trunk/docs/LangRef.html Modified: llvm/trunk/docs/LangRef.html URL:

[llvm-commits] [llvm] r42589 - in /llvm/trunk: include/llvm/ADT/FoldingSet.h lib/Support/FoldingSet.cpp

2007-10-03 Thread Chris Lattner
Author: lattner Date: Wed Oct 3 16:12:09 2007 New Revision: 42589 URL: http://llvm.org/viewvc/llvm-project?rev=42589view=rev Log: Add initial iterator support for folding set. Modified: llvm/trunk/include/llvm/ADT/FoldingSet.h llvm/trunk/lib/Support/FoldingSet.cpp Modified:

[llvm-commits] [llvm] r42592 - /llvm/trunk/include/llvm/ADT/GraphTraits.h

2007-10-03 Thread Owen Anderson
Author: resistor Date: Wed Oct 3 16:24:38 2007 New Revision: 42592 URL: http://llvm.org/viewvc/llvm-project?rev=42592view=rev Log: Add a GraphTraits partial specialization to make the inverse of an inverse be the same as the underlying graph. Modified:

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

2007-10-03 Thread Owen Anderson
Author: resistor Date: Wed Oct 3 16:25:45 2007 New Revision: 42593 URL: http://llvm.org/viewvc/llvm-project?rev=42593view=rev Log: Completely merge the implementation details of DomTree and PostDomTree. Also, add a FIXME for a bug in PostDomTree calculation I noticed while writing this,

[llvm-commits] [llvm-gcc-4.2] r42597 - /llvm-gcc-4.2/trunk/gcc/objc/objc-act.c

2007-10-03 Thread Bill Wendling
Author: void Date: Wed Oct 3 17:20:58 2007 New Revision: 42597 URL: http://llvm.org/viewvc/llvm-project?rev=42597view=rev Log: LLVM needs a pointer type instead of i32 for a null pointer. Also, Objective-C++ is picky when it comes to converting a void* to another pointer type. Modified:

[llvm-commits] [llvm-gcc-4.0] r42595 - /llvm-gcc-4.0/trunk/gcc/objc/objc-act.c

2007-10-03 Thread Bill Wendling
Author: void Date: Wed Oct 3 17:02:00 2007 New Revision: 42595 URL: http://llvm.org/viewvc/llvm-project?rev=42595view=rev Log: LLVM needs a pointer type instead of i32 for a null pointer. Also, Objective-C++ is picky when it comes to converting a void* to another pointer type. Modified:

[llvm-commits] [llvm] r42598 - in /llvm/trunk: include/llvm/ADT/APFloat.h lib/Support/APFloat.cpp

2007-10-03 Thread Neil Booth
Author: neil Date: Wed Oct 3 17:26:02 2007 New Revision: 42598 URL: http://llvm.org/viewvc/llvm-project?rev=42598view=rev Log: Add APFloat - hexadecimal string conversion, as per %a and %A in C99. Useful for diagnostics and debugging. Modified: llvm/trunk/include/llvm/ADT/APFloat.h

[llvm-commits] [llvm] r42599 - /llvm/trunk/bindings/ocaml/Makefile.ocaml

2007-10-03 Thread Gordon Henriksen
Author: gordon Date: Wed Oct 3 19:07:50 2007 New Revision: 42599 URL: http://llvm.org/viewvc/llvm-project?rev=42599view=rev Log: Do use the actual ocaml stdlib (not the install dir) to find the caml/*.h headers. Modified: llvm/trunk/bindings/ocaml/Makefile.ocaml Modified:

[llvm-commits] CVS: llvm-www/Users.html

2007-10-03 Thread Chris Lattner
Changes in directory llvm-www: Users.html updated: 1.21 - 1.22 --- Log message: add an entry. --- Diffs of the changes: (+7 -1) Users.html |8 +++- 1 files changed, 7 insertions(+), 1 deletion(-) Index: llvm-www/Users.html diff -u llvm-www/Users.html:1.21

[llvm-commits] [llvm] r42604 - /llvm/trunk/include/llvm/ADT/SparseBitVector.h

2007-10-03 Thread Daniel Berlin
Author: dannyb Date: Thu Oct 4 00:25:51 2007 New Revision: 42604 URL: http://llvm.org/viewvc/llvm-project?rev=42604view=rev Log: Make SparseBitVector::set actually work properly when sets are not in ascending or descending order. Modified: llvm/trunk/include/llvm/ADT/SparseBitVector.h

[llvm-commits] [llvm] r42605 - /llvm/trunk/include/llvm/ADT/SparseBitVector.h

2007-10-03 Thread Daniel Berlin
Author: dannyb Date: Thu Oct 4 00:29:36 2007 New Revision: 42605 URL: http://llvm.org/viewvc/llvm-project?rev=42605view=rev Log: It helps a lot when you check for the end of your list before randomly dereferencing things. Modified: llvm/trunk/include/llvm/ADT/SparseBitVector.h Modified: