Displaying 20 results from an estimated 1100 matches similar to: "[LLVMdev] [repository] Make LLVM repository Git-clonable"
2010 Mar 28
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim
<michael.silvanus at gmail.com> wrote:
>> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm
> Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/
> RA layer request failed: Server sent unexpected return value (403
> Forbidden) in response to REPORT request for
>
2010 Mar 28
2
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sun, Mar 28, 2010 at 7:05 AM, Reid Kleckner <rnk at mit.edu> wrote:
> On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim
> <michael.silvanus at gmail.com> wrote:
>>> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm
>> Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/
>> RA layer request
2010 Mar 27
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sat Mar 27 21:38:52 +0100 2010, Michel Alexandre Salim wrote:
> There are LLVM Git mirrors (there's one on GitHub, and I used to have
> a personal clone too) but they all track only the trunk directory
The Git mirror I maintain at http://github.com/earl/llvm-mirror has
releases branches (and tags), currently going back to the 2.0 release.
Once 2.7 is released, I'll add the
2010 Mar 31
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On 03/28/2010 09:54 PM, Chris Lattner wrote:
> On Mar 28, 2010, at 10:35 AM, Jon wrote:
>
>>> A good solution, surely, would be to anoint a single official
>>> Git/Mercurial mirror, and announce it in the same page as the SVN
>>> checkout instructions?
>> MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling
2010 Mar 28
2
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Mar 28, 2010, at 10:35 AM, Jon wrote:
>> A good solution, surely, would be to anoint a single official
>> Git/Mercurial mirror, and announce it in the same page as the SVN
>> checkout instructions?
>
> MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling of branches and tags as discussed by Vladimir and Eric in this
2010 Mar 28
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
> A good solution, surely, would be to anoint a single official
> Git/Mercurial mirror, and announce it in the same page as the SVN
> checkout instructions?
MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling of branches and tags as discussed by Vladimir and Eric in this post:
2005 Dec 13
7
MARK: targinfosize 8 != 4
Hello all,
I got this problem while trying to shape traffic with iptables MARK and
HTB.
MARK: targinfosize 8 != 4
--set-mark gives "invalid argument" error message.
Kernel version is 2.4.29 (some patches from patch o matic applied)
Iptables version 1.3.4
Intel x86 architecture.
I saw this problem discussed in a few places, but the discussions didn''t
come to a conclusion
2020 Jun 09
2
compiler-rt uses non-existent macro: __SOFT_FP__
A handful of files in compiler-rt/builtins use the macro "__SOFT_FP__". All the uses are along the same lines. Here's a representative example from compiler-rt/lib/builtins/fixdfdi.c:
#ifndef __SOFT_FP__
// Support for systems that have hardware floating-point; can set the invalid
// flag as a side-effect of computation.
...
#else
// Support for systems that don't have
2009 Apr 01
8
[LLVMdev] GSoC 2009: Auto-vectorization
Hi all,
I'd like to have a first stab at a loop-based auto-vectorization pass as
part of 2009's Google Summer of Code program. As far as I can tell from
searching the mailing list archives, no work on such an auto-vectorizer
seems to be currently in progress.
Whereas auto-vectorization is a well-researched topic, complexity seems
to quickly explode once more advanced loop constructs are
2009 May 15
0
[LLVMdev] Loop-carried Dependence
Hi Wenhao Jia,
On Wed May 13 16:30:36 +0200 2009, Wenhao Jia wrote:
> Does anyone know if there is any existing code I can use to do a
> loop-carried dependence analysis for LLVM IR programs? I searched the
> mailing-list archive and it seems like someone planned to implement a
> loop dependence analysis pass in March. I'm just wondering if this
> project is ongoing/finished or
2009 May 13
2
[LLVMdev] Loop-carried Dependence
Hi,
Does anyone know if there is any existing code I can use to do a
loop-carried dependence analysis for LLVM IR programs? I searched the
mailing-list archive and it seems like someone planned to implement a
loop dependence analysis pass in March. I'm just wondering if this
project is ongoing/finished or if there is other projects that may
have the code I'm interested in.
Thanks!
2009 Apr 01
1
[LLVMdev] GSoC 2009: Auto-vectorization
Hi Stefanus,
On Wed Apr 01 16:08:45 +0200 2009, Stefanus Du Toit wrote:
> On 31-Mar-09, at 8:27 PM, Andreas Bolka wrote:
> > i.e. the core of the desired result would look like:
> >
> > %va = load <256 x i32>* %a
> > %vb = load <256 x i32>* %b
> > %vc = add <256 x i32> %a, %b
> > store <256 x i32> %vc, <256 x i32>*
2007 May 11
2
Re: DGD patch not detecting dead gateway
I have a doubt. If you use such a script monitoring the link status with
ping and then reconfiguring, why do you need the DGD patch? You need to
do some reconfiguration (change multipath to a single default route)
anyway if you use the script, right?
Also, the DGD patch uses src to lookup the routing table entry, but if
you have a dynamic IP for the WAN interface (PPPoE, DHCP etc), this
approach
2007 Dec 06
4
prio qdisc not wokring
Hi,
I am working on linux 2.6.16.I tried to prioritize traffic using prio
module but its not working well.It always maps to same class irrespective of
ToS.Is it possible to fix it using filters?Anybody fixed this problem?
--
Regards
Archana Rajagopal
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2011 Mar 14
2
how to create a form using ruby on rails
*since i''m totally new to this technology , im facing lots
of difficulties here.*
*
*
*i want to create a form with few fields which shud be connected to mysql
database using ruby on rails. can anyone help me with this difficulty?*
*
*
*thanks..*
*
*
*regards *
*
*
*mandrekar salim*
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2011 Mar 15
6
creating login form using netbeans
can any one tell the the procedure to create the login form for the project
using netbeans or any IDE?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2007 Jun 11
24
multiple routing tables for internal router programs
Maybe a strange request, I''ll try to explain this as clearer as I can
(forgive my bad english, please :-) ).
I''m setting a linux box as a router. My router uses multiple routing
tables, so I can address the traffic from specific ip addresses of my
lan to distinct ISPs providers (specifying a different default gateway
fo r each table), marking packets with iptables
2004 Sep 27
11
sipura over heat
I'm experiencing a very unusual problem with a few of my sipuras. They keep
over heating after minimal usage. I unplug them and let them sit for 15
minutes and it starts working fine. The other way around is that I put a
fan on it or something to keep it cooling.
Has anyone else experienced this or are they just defective units?
Regards,
Mohammed Salim
EZZI Telecom, Inc.
2011 Mar 25
3
[LLVMdev] [cfe-dev] Announcing: LLVM 2.9 RC2 Testing Phase
On Mar 25, 2011, at 8:44 AM, Michel Alexandre Salim wrote:
> And in Fedora's Rawhide development tree (not in our upcoming F-15
> release, since third-party packages won't be ready in time for our May
> release):
>
> http://koji.fedoraproject.org/koji/buildinfo?buildID=235848
>
> The RPMs should install fine on F-15, and you can always rebuild with
> rpmbuild.
2006 Jan 03
3
ip_queue module issue
Hi All,
I am adding ip_queue module for snort inline IDS.
I am using snort2.4.0
And iptables-1.3.4.
Userspace Queuing(queue target) is enabled. It is built-in and not built as
a module.
The output of /proc/net/ip_queue is shown below:
cat /proc/net/ip_queue>
Peer PID : 0
Copy mode : 0
Copy range : 0
Queue length : 0
Queue max. length : 1024
IPTABLES 1.3.4 is