search for: instnum

Displaying 5 results from an estimated 5 matches for "instnum".

2009 Oct 20
3
Spacewalk Client Tools from Stahnma
Dear Patrice, I have noticed that you are referencing to the Stahnma repository for Spacewalk Client Tools. These are quite old and I would suggest to use the tools from: http://spacewalk.redhat.com/yum instead. Mr. Suchy already pushed some of the packages to Fedora/EPEL so they might be available there, soon. Besides that the Spacewalk Team is thinking about a split between client/server on
2012 Sep 26
0
[LLVMdev] [PATCH / PROPOSAL] bitcode encoding that is ~15% smaller for large bitcode files...
...lot 'Slot'. > + /// Increment Slot past the number of slots used in the record. > + /// Return true on failure. > bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot, > - Type *Ty, Value *&ResVal) { > + unsigned InstNum, Type *Ty, Value *&ResVal) { > if (Slot == Record.size()) return true; > unsigned ValNo = (unsigned)Record[Slot++]; > + // Adjust the ValNo, if it was encoded relative to the InstNum. > + if (UseRelativeIDs) > + ValNo = InstNum - ValNo; > + ResVal = get...
2012 Sep 26
9
[LLVMdev] [PATCH / PROPOSAL] bitcode encoding that is ~15% smaller for large bitcode files...
Hi all, I've been looking into how to make llvm bitcode files smaller. There is one simple change that appears to shrink linked bitcode files by about 15%. See this spreadsheet for some rough data: https://docs.google.com/spreadsheet/ccc?key=0AjRrJHQc4_bddEtJdjdIek5fMDdIdFFIZldZXzdWa0E The change is in how operand ids are encoded in bitcode files. Rather than use an "absolute
2008 Aug 28
1
[LLVMdev] instruction CE_GEP
Hi all, I have a question with the "getelemptr" instruction. E.g.: I have some GEP instructions in my program. Some look like: <INST_GEP op0=26 op1=64 op2=429/> . <INST_GEP op0=341 op1=64 op2=101 op3=499 op4=0/> The first instruction above in assembly file: %tmp60 = getelementptr [512 x i32]* @weights, i32 0, i32 %k.3.ph Ok, we see it all: Index of @weights in value
2008 Sep 27
2
Why i can't configure network and hostname with this kickstart file?
...s_ldap -nfs-utils-lib -nfs-utils -portmap -ypbind -yp-tools -quota -lsof -irqbalance -system-config-securitylevel-tui -crash -conman -cryptsetup-luks -dbus-python -yum-updatesd -dosfstools -gnu-efi -iptstate -microcode_ctl -mtr -pam_smb -parted -pax -pm-utils -psacct -pygobject2 -rdate -rdist -rhel-instnum -rsh -sos -talk -tcsh -telnet -exim # ------------------------ # Tools. # ------------------------ ntp man man-pages lynx wget mailx openssh-server openssh-clients bzip2 dhclient lftp vim-minimal # ------------------------ # GCC tools. # ------------------------ #gcc #cpp #glibc-devel #libgomp #gl...