[llvm-commits] [llvm] r42686 - /llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

2007-10-06 Thread Chris Lattner
Author: lattner Date: Sat Oct 6 01:08:17 2007 New Revision: 42686 URL: http://llvm.org/viewvc/llvm-project?rev=42686view=rev Log: revert evan's patch until the header is committed Modified: llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp Modified:

[llvm-commits] [llvm] r42687 - /llvm/trunk/lib/Support/APFloat.cpp

2007-10-06 Thread Chris Lattner
Author: lattner Date: Sat Oct 6 01:13:42 2007 New Revision: 42687 URL: http://llvm.org/viewvc/llvm-project?rev=42687view=rev Log: silence warnings in no-assert build. Modified: llvm/trunk/lib/Support/APFloat.cpp Modified: llvm/trunk/lib/Support/APFloat.cpp URL:

[llvm-commits] [llvm] r42690 - /llvm/trunk/lib/Support/APFloat.cpp

2007-10-06 Thread Neil Booth
Author: neil Date: Sat Oct 6 02:29:25 2007 New Revision: 42690 URL: http://llvm.org/viewvc/llvm-project?rev=42690view=rev Log: Cleaner, more general exponent output. Modified: llvm/trunk/lib/Support/APFloat.cpp Modified: llvm/trunk/lib/Support/APFloat.cpp URL:

[llvm-commits] [llvm] r42691 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h

2007-10-06 Thread Evan Cheng
Author: evancheng Date: Sat Oct 6 03:09:29 2007 New Revision: 42691 URL: http://llvm.org/viewvc/llvm-project?rev=42691view=rev Log: Oops. Forgot this. Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h URL:

[llvm-commits] [llvm] r42692 - /llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

2007-10-06 Thread Evan Cheng
Author: evancheng Date: Sat Oct 6 03:19:55 2007 New Revision: 42692 URL: http://llvm.org/viewvc/llvm-project?rev=42692view=rev Log: Reapply 42677. Modified: llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp Modified: llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp URL:

[llvm-commits] [test-suite] r42693 - in /test-suite/trunk/MultiSource/Benchmarks/mediabench/gsm/toast: config.h toast.c

2007-10-06 Thread Anton Korobeynikov
Author: asl Date: Sat Oct 6 05:37:39 2007 New Revision: 42693 URL: http://llvm.org/viewvc/llvm-project?rev=42693view=rev Log: Unbreak mediabench on mingw32 Modified: test-suite/trunk/MultiSource/Benchmarks/mediabench/gsm/toast/config.h

[llvm-commits] [test-suite] r42694 - in /test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-gsm: config.h toast.c

2007-10-06 Thread Anton Korobeynikov
Author: asl Date: Sat Oct 6 05:55:20 2007 New Revision: 42694 URL: http://llvm.org/viewvc/llvm-project?rev=42694view=rev Log: Unbreak toast again for mingw32. Funny, but we have two toast's in in llvm-test. Maybe we should drop one? Modified:

[llvm-commits] [llvm] r42695 - /llvm/trunk/include/llvm/Pass.h

2007-10-06 Thread Anton Korobeynikov
Author: asl Date: Sat Oct 6 08:07:11 2007 New Revision: 42695 URL: http://llvm.org/viewvc/llvm-project?rev=42695view=rev Log: Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation of this file. Inspired by Laurence Tratt's patch Modified:

[llvm-commits] [llvm] r42696 - in /llvm/trunk: bindings/ocaml/llvm/llvm.ml bindings/ocaml/llvm/llvm.mli bindings/ocaml/llvm/llvm_ocaml.c include/llvm-c/Core.h include/llvm/Constants.h lib/VMCore/Const

2007-10-06 Thread Gordon Henriksen
Author: gordon Date: Sat Oct 6 09:29:36 2007 New Revision: 42696 URL: http://llvm.org/viewvc/llvm-project?rev=42696view=rev Log: Adding C and Ocaml bindings for ConstantExpr. Modified: llvm/trunk/bindings/ocaml/llvm/llvm.ml llvm/trunk/bindings/ocaml/llvm/llvm.mli

[llvm-commits] [llvm] r42697 - in /llvm/trunk: bindings/ocaml/llvm/llvm.ml bindings/ocaml/llvm/llvm.mli bindings/ocaml/llvm/llvm_ocaml.c include/llvm-c/Core.h lib/VMCore/Core.cpp test/Bindings/Ocaml/v

2007-10-06 Thread Gordon Henriksen
Author: gordon Date: Sat Oct 6 10:11:06 2007 New Revision: 42697 URL: http://llvm.org/viewvc/llvm-project?rev=42697view=rev Log: Adopting a uniform naming convention for constant constructors in bindings. Modified: llvm/trunk/bindings/ocaml/llvm/llvm.ml

[llvm-commits] [llvm] r42698 - in /llvm/trunk: bindings/ocaml/llvm/llvm_ocaml.c include/llvm-c/Core.h lib/VMCore/Core.cpp

2007-10-06 Thread Gordon Henriksen
Author: gordon Date: Sat Oct 6 11:05:20 2007 New Revision: 42698 URL: http://llvm.org/viewvc/llvm-project?rev=42698view=rev Log: Adopting a uniform naming convention for type constructors in bindings. Modified: llvm/trunk/bindings/ocaml/llvm/llvm_ocaml.c llvm/trunk/include/llvm-c/Core.h

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

2007-10-06 Thread Anton Korobeynikov
Author: asl Date: Sat Oct 6 11:17:49 2007 New Revision: 42699 URL: http://llvm.org/viewvc/llvm-project?rev=42699view=rev Log: Move merge code into new helper function. Modified: llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp Modified: llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp URL:

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

2007-10-06 Thread Anton Korobeynikov
Author: asl Date: Sat Oct 6 11:39:43 2007 New Revision: 42700 URL: http://llvm.org/viewvc/llvm-project?rev=42700view=rev Log: Oops, I really wanted to commit this part also :) Modified: llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp Modified: llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp

[llvm-commits] [llvm] r42701 - in /llvm/trunk: bindings/ocaml/llvm/llvm.ml bindings/ocaml/llvm/llvm.mli bindings/ocaml/llvm/llvm_ocaml.c test/Bindings/Ocaml/vmcore.ml

2007-10-06 Thread Gordon Henriksen
Author: gordon Date: Sat Oct 6 11:56:09 2007 New Revision: 42701 URL: http://llvm.org/viewvc/llvm-project?rev=42701view=rev Log: Adopting a uniform naming convention for type constructors in bindings (part le deux). Modified: llvm/trunk/bindings/ocaml/llvm/llvm.ml

[llvm-commits] [llvm] r42702 - in /llvm/trunk/bindings/ocaml/llvm: llvm.ml llvm.mli llvm_ocaml.c

2007-10-06 Thread Gordon Henriksen
Author: gordon Date: Sat Oct 6 12:10:44 2007 New Revision: 42702 URL: http://llvm.org/viewvc/llvm-project?rev=42702view=rev Log: Deleting some unnecessary glue. Modified: llvm/trunk/bindings/ocaml/llvm/llvm.ml llvm/trunk/bindings/ocaml/llvm/llvm.mli

[llvm-commits] [llvm] r42707 - in /llvm/trunk: Xcode/LLVM.xcodeproj/project.pbxproj bindings/ocaml/Makefile bindings/ocaml/Makefile.ocaml bindings/ocaml/analysis/ bindings/ocaml/analysis/Makefile bind

2007-10-06 Thread Gordon Henriksen
Author: gordon Date: Sat Oct 6 16:00:36 2007 New Revision: 42707 URL: http://llvm.org/viewvc/llvm-project?rev=42707view=rev Log: Bindings for the verifier. Added: llvm/trunk/bindings/ocaml/analysis/ (with props) llvm/trunk/bindings/ocaml/analysis/Makefile

Re: [llvm-commits] [llvm] r42661 - in /llvm/trunk/lib/Target/X86: X86InstrInfo.cpp X86InstrInfo.td X86InstrX86-64.td

2007-10-06 Thread Evan Cheng
Not crazy at all. If I had any sense at all I would have done that back then. :) I'll make that clean up one of these days. Evan On Oct 5, 2007, at 4:45 PM, Chris Lattner [EMAIL PROTECTED] wrote: URL: http://llvm.org/viewvc/llvm-project?rev=42661view=rev Log: Commute x86 cmove instructions

Re: [llvm-commits] [llvm] r42677 - in /llvm/trunk/lib: CodeGen/SelectionDAG/DAGCombiner.cpp Target/X86/X86InstrSSE.td

2007-10-06 Thread Evan Cheng
On Oct 5, 2007, at 10:11 PM, Chris Lattner [EMAIL PROTECTED] wrote: Evan, it looks like you missed a commit. Would a similar approach be suitable to implement this X86/README-SSE.txt entry?: Looks that way. Some of the x86 specific shuffle optmizations (and missing ones like this)

[llvm-commits] [llvm] r42713 - in /llvm/trunk: bindings/ocaml/llvm/llvm.ml bindings/ocaml/llvm/llvm.mli bindings/ocaml/llvm/llvm_ocaml.c include/llvm-c/Core.h lib/VMCore/Core.cpp test/Bindings/Ocaml/v

2007-10-06 Thread Gordon Henriksen
Author: gordon Date: Sat Oct 6 19:13:35 2007 New Revision: 42713 URL: http://llvm.org/viewvc/llvm-project?rev=42713view=rev Log: C and Objective Caml bindings for PATypeHolder. Modified: llvm/trunk/bindings/ocaml/llvm/llvm.ml llvm/trunk/bindings/ocaml/llvm/llvm.mli

Re: [llvm-commits] [test-suite] r42694 - in /test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-gsm: config.h toast.c

2007-10-06 Thread Chris Lattner
On Oct 6, 2007, at 3:55 AM, Anton Korobeynikov wrote: Author: asl Date: Sat Oct 6 05:55:20 2007 New Revision: 42694 URL: http://llvm.org/viewvc/llvm-project?rev=42694view=rev Log: Unbreak toast again for mingw32. Funny, but we have two toast's in in llvm-test. Maybe we should drop

Re: [llvm-commits] [llvm] r42699 - /llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp

2007-10-06 Thread Chris Lattner
URL: http://llvm.org/viewvc/llvm-project?rev=42699view=rev Log: Move merge code into new helper function. Nice: +// mergeSPUpdatesUp - Merge two stack-manipulating instructions upper iterator. +static +void mergeSPUpdatesUp(MachineBasicBlock MBB, MachineBasicBlock::iterator MBBI, +

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

2007-10-06 Thread Daniel Berlin
Author: dannyb Date: Sat Oct 6 23:47:57 2007 New Revision: 42717 URL: http://llvm.org/viewvc/llvm-project?rev=42717view=rev Log: Some more problems noticed by Curtis Modified: llvm/trunk/include/llvm/ADT/SparseBitVector.h Modified: llvm/trunk/include/llvm/ADT/SparseBitVector.h URL: