Displaying 20 results from an estimated 30 matches for "jlaskey".
Did you mean:
laskey
2007 Apr 05
0
[LLVMdev] Reminder: NewNIghtlyTest.pl
Adam,
> Do you have some examples of the string to parse?
Surely (I don't know, what's the output with different locales):
Moved for versioning.
------------------------------------------------------------------------
r33 | jlaskey | 2006-08-01 00:59:18 +0400 (Втр, 01 Авг 2006) | 1 line
Moved for versioning.
------------------------------------------------------------------------
r32 | jlaskey | 2006-08-01 00:58:59 +0400 (Втр, 01 Авг 2006) | 1 line
Moved for versioning.
------------------------------------------------------...
2007 Apr 05
6
[LLVMdev] Reminder: NewNIghtlyTest.pl
If you run a nightly test ..
This is a reminder that the script will change so that tonight's nightly
test will use the hybrid svn/cvs version. This requires the Date::Parse
perl module. If you haven't installed it yet, please do so before the
next run of your nightly test.
If you don't have time to do this, please make a copy of the existing
script and use that copy to run your
2006 Dec 05
2
[LLVMdev] [llvm-commits] combined arm patch
...e if I made the cut off time for
the mirror.
-- Jim
On Dec 5, 2006, at 8:35 AM, Jim Laskey wrote:
> This patch should be in today's mirror ~6am PST.
>
> Cheers,
>
> -- Jim
>
> On Dec 4, 2006, at 4:32 PM, Rafael Espíndola wrote:
>
>> On 12/2/06, Jim Laskey <jlaskey at apple.com> wrote:
>>> Rafael,
>>>
>>> Please bracket portions of your changes that involve modification of
>>> C/C++ source code. For cases of modifying configuration scripts and
>>> make files, use your best judgement. Obviously having the brack...
2006 Dec 04
4
[LLVMdev] combined arm patch
On 12/2/06, Jim Laskey <jlaskey at apple.com> wrote:
> Rafael,
>
> Please bracket portions of your changes that involve modification of
> C/C++ source code. For cases of modifying configuration scripts and
> make files, use your best judgement. Obviously having the brackets
> emitted in generated code is pr...
2006 Dec 05
2
[LLVMdev] combined arm patch
This patch should be in today's mirror ~6am PST.
Cheers,
-- Jim
On Dec 4, 2006, at 4:32 PM, Rafael Espíndola wrote:
> On 12/2/06, Jim Laskey <jlaskey at apple.com> wrote:
>> Rafael,
>>
>> Please bracket portions of your changes that involve modification of
>> C/C++ source code. For cases of modifying configuration scripts and
>> make files, use your best judgement. Obviously having the brackets
>> emitted...
2006 Dec 05
0
[LLVMdev] [llvm-commits] combined arm patch
On 12/5/06, Jim Laskey <jlaskey at apple.com> wrote:
> I had to revert these changes. When I did a clean build I was
> inundated with errors. I'm not sure if I made the cut off time for
> the mirror.
Could you please send me the log? The bootstrap is broken on linux
amd64 for some time now, so it is hard for me...
2006 Dec 05
0
[LLVMdev] combined arm patch
Greatly appreciated, I attempt to make tomorrows mirror.
Cheers,
-- Jim
On Dec 4, 2006, at 4:32 PM, Rafael Espíndola wrote:
> On 12/2/06, Jim Laskey <jlaskey at apple.com> wrote:
>> Rafael,
>>
>> Please bracket portions of your changes that involve modification of
>> C/C++ source code. For cases of modifying configuration scripts and
>> make files, use your best judgement. Obviously having the brackets
>> emitted...
2006 Dec 03
0
[LLVMdev] problem building gcc4 front end on fedora core 5
There was a patch that went thru for this recently from Rafael
Espindola. The fix is on the mirror.
Index: gcc/dwarf2out.c
===================================================================
--- gcc/dwarf2out.c (revision 120589)
+++ gcc/dwarf2out.c (working copy)
@@ -14361,9 +14361,8 @@
s->refcount++;
/* Avoid unnecessarily putting strings that are used less than
twice in the hash
2006 Dec 06
0
[LLVMdev] [llvm-commits] combined arm patch
On 12/5/06, Jim Laskey <jlaskey at apple.com> wrote:
> I had to revert these changes. When I did a clean build I was
> inundated with errors. I'm not sure if I made the cut off time for
> the mirror.
Apparently the problem is caused by the patch making gcc/unwind.h
empty but not removing it !!!!
Could you plea...
2006 Dec 02
0
[LLVMdev] combined arm patch
Rafael,
Please bracket portions of your changes that involve modification of
C/C++ source code. For cases of modifying configuration scripts and
make files, use your best judgement. Obviously having the brackets
emitted in generated code is problematic (line numbers et cetera), so
don't bother in those cases.
Beside marking the changes we've made, the purpose of APPLE LOCAL
2009 Jun 28
0
[LLVMdev] The document fault in llvm doc. And a comiling error
...F-8">
int <head> section of html
such as
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
other staff
</head>
this is the correct style.
.\llvm\docs\SourceLevelDebugging.html
Chris Lattner sabre at nondot.org
Jim Laskey jlaskey at mac.com
Philosophy behind LLVM debugging information
while don't change the link
http://www.eagercon.com/dwarf/dwarf3std.htm
to
http://www.dwarfstd.org/
and i found the link in http://www.eagercon.com/dwarf/dwarf3std.htmis not
accessible.
.\llvm\docs\ExtendingLLVM.html
Written by Misha B...
2006 Dec 01
2
[LLVMdev] combined arm patch
Attached is the current ARM patch. It allows the LLVM branch to
compile on linux/arm and the resulting libgcc is compatible with a
glibc compiled a vanilla gcc,i.e, a statically compiled hello world
works :-)
The patch was constructed by merging patches from gcc 4.1 with minimal
editing for making merging easier. It was requested that I bracket the
changes, I will try to remove all unnecessary
2006 Dec 03
3
[LLVMdev] problem building gcc4 front end on fedora core 5
I'm getting a build error when trying to build gcc4 from sources. This is
for the recent 1.9 release.
How I built llvm-1.9:
-----------------------------
tar zxf llvm-1.9.tar.gz
cd llvm-1.9/
./configure --prefix=/custom/llvm-1.9
make ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION='-O2' tools-only
make install
How I built gcc4:
-----------------------------
export
2006 Jan 24
2
[LLVMdev] Dwarf Support - Early Bird Edition
Chris asked me to write up "LLVM Developer's Guide to Dwarf Support"
for LLVM maintainers. We are still in early stages, but we thought
we'd get it out there for the "need to bleeders." At some point this
information will be formalized and added to the LLVM documentation.
The enclosed document gives specific instructions for adding source
line number support
2006 Jun 16
0
[LLVMdev] llvm-gcc4 now available on a subversion mirror
We are pleased to announce that it is now possible to download the
sources of the llvm-gcc4 front end from a read-only mirror using
subversion. To check out the code the first time use;
svn co svn://anonsvn.opensource.apple.com/svn/llvm dst-directory
After that, the code can be be updated in the destination directory
using;
svn update
The mirror is brought up to date every evening.
2006 Jul 31
1
[LLVMdev] Changes to the llvm-gcc4 repository.
NOTE: Starting tomorrow (Aug 1, 2006) the llvm-gcc4 repository will
be moved to svn://anonsvn.opensource.apple.com/svn/llvm/trunk. This
is to support tagging and future releases.
Cheers,
-- Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060731/4172fba9/attachment.html>
-------------- next
2006 Aug 02
0
[LLVMdev] svn llvm-gcc4 is alive
The svn llvm-gcc4 repository has now been successfully moved to svn://
anonsvn.opensource.apple.com/svn/llvm/trunk. (This is to support
tagging and future releases.)
You can do a fresh checkout;
svn co svn://anonsvn.opensource.apple.com/svn/llvm/trunk $mydir
or, I am told if you go to your llvm svn directory you can;
svn switch --relocate svn://anonsvn.opensource.apple.com/svn/llvm \
2006 Aug 03
0
[LLVMdev] Adding register allocator to LLVM
Welcome to the world of pluggable machine passes. This work was done
to lighten the load of some llvm tools, ie., only link in the
register allocators and instruction schedulers that are actually
needed in a particular circumstance. I guess I will have to write
this up, but generally it works like this.
In your register allocator .cpp file add the following include;
#include
2006 Aug 01
0
[LLVMdev] Changes to the llvm-gcc4 repository.
Still hasn't gone through yet. I'm predicting 11am EST.
Cheers,
-- Jim
On Jul 31, 2006, at 7:18 PM, Jim Laskey wrote:
> NOTE: Starting tomorrow (Aug 1, 2006) the llvm-gcc4 repository
> will be moved to svn://anonsvn.opensource.apple.com/svn/llvm/
> trunk. This is to support tagging and future releases.
>
> I am told if you go to your llvm svn directory you can;
2006 Sep 19
2
[LLVMdev] Nightly Testers
Would those of you running the nightly tester make sure they are
using the NEW default script "/nightlytest/
NightlyTestAccept.php" (was /nightlytest/NightlyTestAccept.cgi",)
This would require that you have an updated llvm/utils/
NewNightlyTest.pl and that you are not overriding with a different
script using -submit-script=.
Thank you.
Cheers,
-- Jim
--------------