Displaying 20 results from an estimated 6000 matches similar to: "[LLVMdev] How to Store variable allocation in Registers"
2015 May 11
2
[LLVMdev] How to Store variable allocation in Registers
Hi Bruce!!
Im using "C" language.
As you said...,i tried using Global pointer..,but i still am not able to
get the Registers exactly as i wanted.
I found "-mem2reg" as a better alternative. But Problem is even though the
resulting Intermediate file( .ll ) is
good...,the final assembly file( .s) file is making a lot of DCE.
Im Posting an example :
*Original Intermediate
2017 Jun 09
2
Question about Prolog/Epilog Code Insertion
Hi All,
When seeing the title "Prolog/Epilog Code Insertion", I'd expect
something about XXXFrameLowering.cpp
(particular about emitPrologue/emitEpilogue). But the document [1] is about
unwind. Is it placed at the right
place/section?
Thanks.
[1] http://llvm.org/docs/CodeGenerator.html#prolog-epilog-code-insertion
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Homepage:
2011 Nov 20
2
[LLVMdev] How can I output assembly comments from emitPrologue()?
Dear all,
I am looking to output assembly comments in my emitPrologue() function,
just for my own readability. Searching for a way to do this found me this
thread - http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-October/043722.html,
which says that the best way to output comments from somewhere like
emitPrologue() is to:
1. Create an MDString for the comment.
2. Attach it to an LLVM
2009 Aug 17
3
Not able to display domain users using wbinfo
Hi,
I am using Ubuntu 8.04 Server 64-bit Edition and i have installed
samba as a PDC. Samba version is 3.0.28a and all the required OS
updates are installed.
smb.conf
[global]
workgroup = abc
server string = Samba for abc
log level = 1
interfaces = eth0
bind interfaces only = True
log file = /var/log/samba/log.%m
max log size = 1000
domain logons = yes
os
2009 Aug 18
2
Enforcing local profile doesn't let Home Directory mapping
Dear all,
I am using Ubuntu 8.04 Server 64-bit edition and I am trying to
enforce Local profile for all users and below is my smb.conf file.
According to the samba documentation, leaving the logon home and logon
path values to empty will enforce local profiles, it worked. But, my
main requirement is when users login their home directories are mapped
and they appear in My Computer window so they
2011 Sep 10
2
Error : subscript out of bounds
m<-matrix(byrow=FALSE)
t<-as.list(na.exclude(x))
j<-0
o<-0
for(i in 1:998)
{
d<- 5*(i-1)+3
if(t[[d]][[1]]>80)
{
j<-j+1
e[j]<-d
l<-length(t[[d]])
u<-t[[d]]
price_rand<-t[[d-1]]
n<-0
for(k in 1:l)
{
if((u[k]>49)&&(u[k]<51))
{
n<-n+1
m[n,j]<-price_rand[k]
}
}
}
}
I am getting error in assigning the values to a matrix.
*Error in m[n, j]
2013 Mar 12
8
Heroku db id Starting with 1000
Hello All,
How do I change the heroku database( already existed ) table id to start
from say 1000?
I tried with a fresh database on local & it works with this:-
*execute "ALTER users orders AUTO_INCREMENT = 1000"*
Thanks,
Avinash
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from
2009 Dec 09
2
PCI: Not using MMCONFIG, leave system completely hung while booting Xen 3.4.1
Hi Everyone,
I am trying to setup xen3.4.1 FC12(xendom0) on top of FC12 freshly
installed. I am using DQ965GF intel mother board having intel VT-x enabled.
I have installed everything properly, but xen boot gets stuck at this point,
xenbus_probe_init ok
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
I did few googlings
2009 Dec 09
2
PCI: Not using MMCONFIG, leave system completely hung while booting Xen 3.4.1
Hi Everyone,
I am trying to setup xen3.4.1 FC12(xendom0) on top of FC12 freshly
installed. I am using DQ965GF intel mother board having intel VT-x enabled.
I have installed everything properly, but xen boot gets stuck at this point,
xenbus_probe_init ok
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
I did few googlings
2009 Nov 20
3
Re: xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working. One more question.
Next question:-
eth0 8000.001c2596e32b no peth0
pan0 8000.000000000000 no
virbr0 8000.000000000000 yes
Presence virbr0 in report seems strange. Direct port Xen 3.4.2 to F11 doesn''t install daemon
libvirtd ( bridge virbr0 ) , unless you wrote xen-3.4.2-(x).fc12.src.rpm yourself.
So , from where bridge virbr0 comes
2013 Mar 12
2
big edge list to adjacency matrix
I have huge list of edges with weights.
a1 b1 w1
a2 b2 w2
a3 b3 w3
a1 b1 w4
a3 b1 w5
I have to convert it into 2 dim matrix
b1 b2 b3
a1 max(w1,w4) 0 0
a2 0 w2 0
a3 w5 0 w3
if edges repeated take the maximum weights. How do this efficiently without
using for loop? Any idea.
thanks
Avi
[[alternative
2015 Mar 24
2
[LLVMdev] IR blocks for calling function pointers
Hello,
I am trying to create IR block for making a call to function pointer.
For creating the IR for a function call to "foo", with "foo" being defined
as "void foo(int)", I can use the "getOrInsertFunction" call from Module
class as follows:
std::vector<Type*> FooArgs;
FooArgs.push_back(IRB.getInt64Ty());
Value *FooFunction =
2008 May 29
4
Problem opening Adobe Indesign in Ubuntu Linux 7.0
I have installed Ubuntu 7.0 64-bit OS on a 64-bit hardware - Hyper Threading enabled P4 processor.
Photoshop 7 and Pagemaker seems to be working fine. I installed Adobe Indesign without any problems. But, I am not able to run Indesign
Once i execute the Indesign application, a window appears which loads all the plug-ins and files but disappears.
The log is huge, i have pasted the begining of
2009 Nov 20
5
XM create issue: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
Hi All,
I am new to xen community. I am trying to setup Xen3.4.2 +FC11 Dom0 environs
for lennovo T400. I have installed all prerequisite component for running
xen and booted it.
while I am trying to create DomU I am getting error. I tried doing googling
but none of suggested solution is working for me. For more details please
see below, I have highlighted few details in bold color just for
2009 Nov 20
5
XM create issue: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
Hi All,
I am new to xen community. I am trying to setup Xen3.4.2 +FC11 Dom0 environs
for lennovo T400. I have installed all prerequisite component for running
xen and booted it.
while I am trying to create DomU I am getting error. I tried doing googling
but none of suggested solution is working for me. For more details please
see below, I have highlighted few details in bold color just for
2015 May 14
5
[LLVMdev] Generating C code using LLVM
Hi,
I am trying to use LLVM to generate C (partly, Intel AVX) code to test some
abstractions. Apparently, most of the documentation is related to
generating LLVM-IR. Are there any tools to do this? (I have generated AST
from these abstractions. I want to generate C code from it).
Thank you! :)
PS: If this is a wrong mailinglist, help me with the right one.
--
Regards,
*Aditya Atluri,*
*USA.*
2009 Nov 19
3
xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
Hi All,
I am new to xen community. I am trying to setup Xen3.4.2 +FC11 Dom0 environs
for lennovo T400. I have installed all prerequisite component for running
xen and booted it.
while I am trying to create DomU I am getting following error. I tried doing
googling but none of suggested solution is working for me. Please guide me
through my first experience with xen.for more details please see
2006 Jun 03
1
Unable to connect to ms sql server.
I get the following error message when trying to connect to ms sql
server:
Open
OLE error code:80040E4D in Microsoft OLE DB Provider for SQL Server
Login failed for user ''XXXXXXXX''.
HRESULT error code:0x80020009
Exception occurred.
I google''d for those error codes but nothing useful so far. To set up
ruby for ms sql server, I followed the
2006 Jun 03
1
legacy support: removing underscore from table name.
I am using ms sql server and want to configure RoR such that it does not
convert the given table name (example: rubyonrails) to ruby_on_rails.
I set @@pluralize_table_names = false, so that it does not pluralize
the table names but cannot find the config setting which will force it
not to put underscore between words in a table name.
thanks in advance,
--
avinash
--
Posted via
2009 Aug 20
1
Script to Auto-add Domain Users to Workstation Power Users Group doesn't work
Ubuntu 8.04 Server 64-bit Edition
Samba 3.0.28a configured as PDC
WinXP - SP2 clients
I am following the instructions in
http://www.samba.org/samba/docs/man/...#magicnetlogon to add domain
users to the winxp clients Power Users group.
Code: autopoweruser.sh
#!/bin/bash
/usr/bin/net rpc group addmem "Power Users" "DOMAIN_NAME\$1" \
-UAdministrator%secret