search for: revison

Displaying 20 results from an estimated 22 matches for "revison".

Did you mean: revision
2006 Jan 08
8
RaislsEdge - where to get latest javascripts ?
To play with RJS I just made a "rake freeze edge". But this copies only the libs into vendor/rails and any attempt of "rake update_javascripts" fails. But all the he required javascripts are there, at: BASEPATH/vendor/rails/actionpack/lib/action_view/helpers/javascripts/ Except of prototype, they seem to have no version number, so I am asking whether I should take those
2009 Jan 27
2
Inherited Methods in r-devel (for package maintainers mainly)
A recently committed revison of R-devel (47740) has introduced a new mechanism for ordering superclasses consistently, with related changes for selecting inherited methods. As part of the process, a function testInheritedMethods has been introduced that examines method selection for the relevant subclasses and reports am...
2011 Oct 07
1
round() and negative digits
...(and wanted). Since it's not explicitly mentioned in the documentation that negative 'digits' is allowed, I just wanted to ask whether this behavior is intentional or a happy turn of events. I'm always paranoid that something not explicitly documented might disappear in future revisons. thanks Carl -- ----- Sent from my Cray XK6
2006 Feb 21
17
What business IP phone to use
...ing phones to find out for myself as it get's expensive real fast. Is there any unbiased comparison of various phones and features anywhere. If someone wrote a book I'd buy it but it would probably be obsolete before it was published with the rate of new IP phone introductions and firmware revisons. I hear some people praising the GXP2000 phones and I gotta wonder what they are smokin (regardless of firmware revison) so I just don't know who to believe anymore.
2012 Nov 13
2
[LLVMdev] loop carried dependence analysis?
...apply : patch -p1 < da.patch command. The problem might be due to the fact that da.patch file was created against revision 167549, but I am on revision 167719 (I believe the most recent one). I am not sure if this cause the problem ? But Preston may I ask you to generate the patch file against revison 167719 ? Thanks in advance. On Tue, Nov 13, 2012 at 9:41 AM, Arnaldo <arnaldo.cruz at upr.edu> wrote: > Preston, thanks for the explanation and patch. Now it's printing the > direction and distance values. > > > On Tue, Nov 13, 2012 at 12:22 PM, Preston Briggs <pr...
2012 Nov 09
0
[LLVMdev] Bug Report -- Possible optimizer bug with thread_local variables
...gt; * whatever version of LLVM is driving http://llvm.org/demo/index.cgi > * svn revision 167568 on trunk (this was the most-recent revision as of a > few hours ago) I tried your test.c, compiled with "clang -O3", but couldn't reproduce the error you're seeing. (I was using revison 167547). What flags did you use when you compiled locally? Thanks, Hans
2012 Nov 14
0
[LLVMdev] loop carried dependence analysis?
...apply : patch -p1 < da.patch command. The problem might be due to the fact that da.patch file was created against revision 167549, but I am on revision 167719 (I believe the most recent one). I am not sure if this cause the problem ? But Preston may I ask you to generate the patch file against revison 167719 ? Thanks in advance. The patch to print all dependences is in trunk, you don't need the patch for it anymore. Related thread: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121112/155651.html - Ben On Tue, Nov 13, 2012 at 9:41 AM, Arnaldo <arnaldo.cruz at upr.e...
2012 Nov 08
2
[LLVMdev] Bug Report -- Possible optimizer bug with thread_local variables
Hello, I apologize if this has already been fixed or reported. I believe there is a bug in the way the optimizer deals with thread_local variables. The attached program, test.c, has a thread-local variable "int Foo" and a global variable "int *Ptr". The program takes the following steps: 1) The main thread spawns a new thread and waits 2) The new thread writes Foo = 50 and
2008 May 12
2
The Wine Platinum Regression Hunt
I havent seen a post here about this so here is mine..... Wine is nearing its 1.0 release, and we need your help to make sure it's a good one! Wine has been under heavy development in recent months, and some applications that used to work well no longer do. But we don't know which ones! Please help us find them, so we can fix them. Here's how:
2002 Jan 16
1
Kernel boot problem using PXELinux boot
...checked the nfs root is exported OK! The last screen is as followed: serial sub-system self-test: passed. internal registers self-test: passed. ROM checksum self-test: passed (0x04f4518b). eepro100.c:v1.09j-t 9/29/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/dri ver/eepro100.html eepro100. $Revison: 1.20.2.10 $ 2000/05/31 Modified by Andrey V. Svochkin < aw at sw.com.sg> and others eepro100.c: VA Linux custom, Dragan Stancevic visitor at valinux.com 2000/11/15 Partiton Check: hda: hda1 Looking up port of RPC 100003/2 on 140.111.161.1 RPC: sendmsg returned error 101 Protmap: RPC call ret...
2016 May 28
4
sum elements in the vector
Hi Rail, Below 2 revisions might be of your interest which Detect SAD patterns and emit psadbw instructions on X86.: http://reviews.llvm.org/D14840 http://reviews.llvm.org/D14897 Intrinsics related to absdiff revisons : http://reviews.llvm.org/D10867 http://reviews.llvm.org/D11678 Hope this helps. Regards, Suyog On Sat, May 28, 2016 at 4:20 AM, Rail Shafigulin via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Shahid. > > Do you mind providing a concrete example of X86 code where an intr...
2012 Nov 13
0
[LLVMdev] loop carried dependence analysis?
Preston, thanks for the explanation and patch. Now it's printing the direction and distance values. On Tue, Nov 13, 2012 at 12:22 PM, Preston Briggs <preston.briggs at gmail.com>wrote: > Erkan, you're right. Sorry about that. > Attached is the most recent version. > > Preston > > > > Hi Preston, >> I am trying to use DA as well. I used your example
2006 May 09
5
How to use gettext in plugins?
I use rails-engine as a plugin of the application and I want to localize the validate message from the plugin: validates_length_of :login, :within => 3..40, :on => :create, :message => N_("%{fn} is too short (min is %d characters)") It can not display the according language,where should i set it? I have tried to add require ''gettext/rails''
2012 Nov 10
2
[LLVMdev] Bug Report -- Possible optimizer bug with thread_local variables
...f LLVM is driving http://llvm.org/demo/index.cgi > > * svn revision 167568 on trunk (this was the most-recent revision as of a > > few hours ago) > > I tried your test.c, compiled with "clang -O3", but couldn't reproduce > the error you're seeing. (I was using revison 167547). > > What flags did you use when you compiled locally? > > Thanks, > Hans > Sorry for the incomplete report. Originally, I actually compiled test.c using LTO, via "opt -std-compile-opts -std-link-opts". The bug manifests more simply if the variables "Ptr&...
2012 Nov 13
2
[LLVMdev] loop carried dependence analysis?
Erkan, you're right. Sorry about that. Attached is the most recent version. Preston Hi Preston, > I am trying to use DA as well. I used your example and commands that you > wrote in order to get DA information. > However, it does not report any dependence info. > I am wondering whether your local copy differs from the one on the > repository ? > Thanks. > Erkan.
2016 May 30
0
sum elements in the vector
...sarda <sardask01 at gmail.com> wrote: > Hi Rail, > > Below 2 revisions might be of your interest which Detect SAD patterns and > emit psadbw instructions on X86.: > > http://reviews.llvm.org/D14840 > http://reviews.llvm.org/D14897 > > Intrinsics related to absdiff revisons : > > http://reviews.llvm.org/D10867 > http://reviews.llvm.org/D11678 > > Hope this helps. > > Regards, > Suyog > > On Sat, May 28, 2016 at 4:20 AM, Rail Shafigulin via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi Shahid. >> >>...
2014 Feb 05
2
[LLVMdev] compiler-rt CMake build
The trouble is that the sanitizer tests are not really compiler-rt tests. The original compiler-rt tests are, but not the sanitizer tests. The sanitizer tests are "compiler-rt tests via clang". The sanitizer runtime is a C++ library requiring only a C++ compiler to build it (and to *unit* test it). The ASan lit tests, however, require clang, because they are testing those C++
2016 May 27
0
sum elements in the vector
Hi Shahid. Do you mind providing a concrete example of X86 code where an intrinsic was added (preferrable with filenames and line numbers)? I'm having difficulty tracking down the steps you provided. Any help is appreciated. On Mon, Apr 4, 2016 at 9:02 PM, Shahid, Asghar-ahmad < Asghar-ahmad.Shahid at amd.com> wrote: > Hi Rail, > > > > We had done this for generation
2006 Mar 14
21
Changing default date format in Rails
I''ve spent all day digging through the rails api and postgres-pr on this, I think it''s time to ask the list. Postgres stores a Date in YYYY-MM-DD format. My users want the dates in MM/DD/YYYY format. Sure, I could explicitly convert it on the app level every place where a date is displayed, but that seemed like a DRY violation. I thought I''d be clever and simply
2016 Apr 04
7
sum elements in the vector
My target has an instruction that adds up all elements in the vector and stores the result in a register. I'm trying to implement it in my compiler but I'm not sure even where to start. I did look at other targets, but they don't seem to have anything like it ( I could be wrong. My experience with LLVM is limited, so if I missed it, I'd appreciate if someone could point it out ).