Displaying 20 results from an estimated 36 matches for "20110107".
Did you mean:
20110104
2011 Jan 06
0
[LLVMdev] Questions about debug info in LLVM 2.8
On Jan 4, 2011, at 7:32 PM, Jacob Zimmermann wrote:
> Hi,
>
> I'm currently porting some code from LLVM 2.6 to 2.8 and need to be able
> to extract the debug info produced by LLVM-GCC and stored in the
> compiled .bc file. However I admit I'm slightly confused about how
> exactly to do that, the documentation doesn't seem to be very clear
> about this, it mainly
2011 Jan 07
1
[LLVMdev] Questions about debug info in LLVM 2.8
...terface in Analysis/DebugInfo.h
Thanks Devang, however this doesn't seem to let me access local
variables, do you know how I can get at them?
Thanks
Jacob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110107/f1bf5329/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110107/f1bf532...
2011 Jan 05
2
[LLVMdev] Questions about debug info in LLVM 2.8
Hi,
I'm currently porting some code from LLVM 2.6 to 2.8 and need to be able
to extract the debug info produced by LLVM-GCC and stored in the
compiled .bc file. However I admit I'm slightly confused about how
exactly to do that, the documentation doesn't seem to be very clear
about this, it mainly describes how to *generate* debug info.
Specifically I'm wondering about the
2012 May 25
2
Query about creating time sequences
...e file and then use a loop to append one sequence
after another. But am not having much success there either.
Any kind of help would be greatly appreciated.
Thanks and regards,
Shivam
structure(list("20110103", "20110104", "20110105", "20110106",
"20110107", "20110110", "20110111", "20110112", "20110113",
"20110114", "20110117", "20110118", "20110119", "20110120",
"20110121", "20110124", "20110125", "20110127"...
2011 Jan 07
1
[LLVMdev] DWARF version
Hi, I have a newbie question regarding debugging support in llvm.
Is llvm generating DWARF2 or DWARF3? The comments in the trunk source code refer to the DWARF 3 spec, but DWARF_VERSION is set to 2 in Support/Dwarf.h.
What am I missing? Thanks.
-- Yuan
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended
2011 Jan 07
1
[LLVMdev] about NDEBUG
...I enable NDEBUG
or enable DEBUG() and dbgs()? Should I define NDEBUG in the .cpp files
related, when I need the debug information?
--
Best regards,
Li Qingan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110107/09915b37/attachment.html>
2011 Jan 07
0
[LLVMdev] Increasing TargetRegisterInfo::FirstVirtualRegister?
...____________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110107/d9f7bc34/attachment.html>
2011 Jan 07
1
AGI->Macro w/Agruments
...=> s,6,Hangup()
exten => s,10,Dial(IAX2/SERVER2/${DIALNO})
exten => s,12,Hangup()
but when the macro is called, Dialno = nothing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110107/6be9b2ae/attachment.htm>
2011 Jan 07
3
Definations of READ/WRITE parameters of manager.conf contexts?
...Everyone,
I want to know each and every parameter's detail that can be included in
the
read=
write=
in manager.conf
Where can I find this?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110107/eacb9f1a/attachment.htm>
2011 Jan 07
1
[LLVMdev] Problem returning structures by value from C
I have a simple structure in my program:
struct pair { double value; int32_t type; };
Also I have 2 functions, which are called from LLVM code:
extern "C" void dump(pair s) {
unsigned char *p = reinterpret_cast<unsigned char *>(&s);
printf("#dump, %02x%02x%02x%02x %02x%02x%02x%02x %02x%02x%02x%02x\n",
p[0], p[1], p[2], p[3], p[4], p[5], p[6], p[7],
2011 Jan 04
5
Webkit - can't find variable: mxn
In my app (v2.0.15) and on the mapstraction demo the first time I load the page in Safari I get the error "Can''t find variable: mxn" and the map doesn''t load.
http://mapstraction.appspot.com/
mapstraction.googlecode.com/svn/trunk/source/mxn.core.js:6ReferenceError: Can''t find variable: mxn
I''ve seen a few old posts in the list archives about similar
2011 Jan 07
0
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
dalej skrev:
> On Jan 5, 2011, at 1:47 PM, Erik de Castro Lopo wrote:
>
>> Kalle Raiskila wrote:
>>
>>> And I probably should file a bug. Is ppc32 still maintained?
>> I have no concrete knowledge of this, but llvm compiles
>> and passes all tests on ppc32, so it seems to be maintained.
>> About once a week I grab the latest SVN head and check this.
2010 Dec 31
6
happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5
Happy new year :D
i have just installed centos 5.5 on my vmware to test my server,i found that
i need nasm x64 to compile my assembly code,the yum database only has 0.98
version which does not support 64bit.
the nasm version 2(rpm from offcial site) requires glibc 2.7, i know its a
core component, but is there a way to upgrade it without break system?
thanks for your time :D
NamoBhagavan
Max
2011 Jan 07
3
[LLVMdev] Increasing TargetRegisterInfo::FirstVirtualRegister?
On 01/07/2011 02:07 AM, Chris Lattner wrote:
>
> Unless your goal is to merge this work onto LLVM mainline, the best thing to do is a local hack in your tree.
>
> -Chris
Yes, I will create a patch for my tree to increase
FirstVirtualRegister. Would this be a good change to include in 2.9?
2011 Jan 07
5
Migrating zpool to new drives with 4K Sectors
Hi ZFS Discuss,
I have a 8x 1TB RAIDZ running on Samsung 1TB 5400rpm drives with 512b sectors.
I will be replacing all of these with 8x Western Digital 2TB drives
with support for 4K sectors. The replacement plan will be to swap out
each of the 8 drives until all are replaced and the new size (~16TB)
is available with a `zfs scrub`.
My question is, how do I do this and also factor in the new
2011 Jan 05
3
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
On Jan 5, 2011, at 1:47 PM, Erik de Castro Lopo wrote:
> Kalle Raiskila wrote:
>
>> And I probably should file a bug. Is ppc32 still maintained?
>
> I have no concrete knowledge of this, but llvm compiles
> and passes all tests on ppc32, so it seems to be maintained.
> About once a week I grab the latest SVN head and check this.
It is run by one of the automatic
2011 Jan 06
25
Call for testing: OpenSSH-5.7
Hi,
OpenSSH 5.7 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains a
couple of large and intrusive features and changes and quite a number of
bug fixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
2011 Jan 07
2
Could not setup Speed and Duplex on CentOS 5.5
...kets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:40981075 (39.0 MiB) TX bytes:0 (0.0 b)
Regards,
Sikkandar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110107/1cb65079/attachment-0003.html>
2011 Jan 07
3
Call queues on load-balanced asterisks
...r and vice versa?
Will the customer need to change their design to make the feature servers master-slave with failover instead of load-balanced?
Mvh
Pan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110107/2c574980/attachment.htm>
2011 Jan 07
1
[LLVMdev] [PATCH] compiler-rt patch for clean build on Solaris 10 / x86
...g clang 2.8.
Please consider it for inclusion.
Cheers,
Joakim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: solaris_stdint.patch
Type: application/octet-stream
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110107/f2276c85/attachment.obj>
-------------- next part --------------
------------
-bash-3.00$ svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt
...
-bash-3.00$ mkdir build
-bash-3.00$ cd build
-bash-3.00$ cmake -DCMAKE_C_FLAGS=-m64 -DCMAKE_CXX_FLAGS=-m64 ../compiler-rt/
-- The...