Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] OpenProjects correction"
2012 Jul 13
2
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
On Fri, Jul 13, 2012 at 1:40 PM, Benjamin Kramer <benny.kra at gmail.com>wrote:
>
> On 13.07.2012, at 21:39, Gabor Greif <gabor.greif at alcatel-lucent.com>
> wrote:
>
> > Benjamin Kramer wrote:
> >> On 13.07.2012, at 09:46, Gabor Greif <gabor.greif at alcatel-lucent.com>
> wrote:
> >>
> >>> Hi all,
> >>>
>
2012 Jul 13
2
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
Benjamin Kramer wrote:
> On 13.07.2012, at 09:46, Gabor Greif <gabor.greif at alcatel-lucent.com> wrote:
>
>> Hi all,
>>
>> I am in charge of the controlled introduction of clang into
>> our builds at my workplace. Since all our tools must run from
>> a ClearCase view for automatic dependency tracking, we have been
>> biten by a Linux bug, and
2012 Jul 14
0
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
Chandler Carruth wrote:
> On Fri, Jul 13, 2012 at 1:40 PM, Benjamin Kramer <benny.kra at gmail.com
> <mailto:benny.kra at gmail.com>> wrote:
>
>
> On 13.07.2012, at 21:39, Gabor Greif <gabor.greif at alcatel-lucent.com
> <mailto:gabor.greif at alcatel-lucent.com>> wrote:
>
> > Benjamin Kramer wrote:
> >> On 13.07.2012,
2012 Jul 13
0
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
On 13.07.2012, at 09:46, Gabor Greif <gabor.greif at alcatel-lucent.com> wrote:
> Hi all,
>
> I am in charge of the controlled introduction of clang into
> our builds at my workplace. Since all our tools must run from
> a ClearCase view for automatic dependency tracking, we have been
> biten by a Linux bug, and readlink("/proc/self/exe", ...) gives
>
2012 Jul 13
0
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
On 13.07.2012, at 21:39, Gabor Greif <gabor.greif at alcatel-lucent.com> wrote:
> Benjamin Kramer wrote:
>> On 13.07.2012, at 09:46, Gabor Greif <gabor.greif at alcatel-lucent.com> wrote:
>>
>>> Hi all,
>>>
>>> I am in charge of the controlled introduction of clang into
>>> our builds at my workplace. Since all our tools must run
2007 Apr 14
1
[LLVMdev] "Name that compiler"
Looks like people send many names in the contest,
so shall I do too.
I propose "Lepton", loosely meaning light (featherweight) in Greek.
It is used in particle physics to refer to very light particles
(electrons, muons).
For me it also has the connotations of fastness and
restlessness (in the LLVM sense of post-compile
optimization).
See more at:
2010 Jul 22
2
[LLVMdev] Casting.h illness
On Jul 22, 2010, at 10:57 AM, Gabor Greif wrote:
> Am 22.07.2010 um 00:21 schrieb Chris Lattner:
>
>> On Jul 21, 2010, at 12:49 PM, Eugene Toder wrote:
>>> Is this a recommended approach/good style/good idea to use
>>> dyn_cast_or_null<X>(I) instead of dyn_cast_or_null<X>(*I)? (And other
>>> is and cast functions).
>>
>> We
2008 Apr 29
5
[LLVMdev] [PATCH] use-diet for review
Hi all,
I have reported more than enough about the space savings achieved
and the associated costs, here comes the current patch for review.
Since this one is substantially smaller than the previous one, I did
not cut it in pieces. The front part is about headers and the rest
the .cpp and other files.
Cheers,
Gabor
-------------- next part --------------
An embedded and charset-unspecified
2013 Dec 05
3
[LLVMdev] Integrated 'as' for PowerPC by default?
Hi PPC folks,
as of v3.3 the integrated assembler seems to work fine.
But it is not on by default. What is the obstacle for this last step?
Just curious,
Gabor
2007 Sep 20
3
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
Hi Arnold,
deleting that is a bit rude, and svn will recover it
when doing "svn up" next time.
A better solution is to
cd llvm-gcc
svn switch libstdc++ missing
This permanently tells svn to see an empty dir instead of
the c++ lib.
Sabre wanted to put this into the README, dunno if this happened.
Cheers,
Gabor
Arnold Schwaighofer wrote:
> Ups just saw i forgot to delete
2008 Apr 29
3
[LLVMdev] [PATCH] use-diet for review
Chris Lattner wrote:
> Hi Gabor, I don't see OperandTraits.h.
Sorry, I relied "svn diff" to include freshly added files.
Apparently it did not :-/
Here are they.
I pondered of putting all in Use.cpp into Value.cpp,
but I am not so sure.
Cheers,
Gabor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OperandTraits.h
Type:
2014 Apr 22
2
[LLVMdev] [RFC] 3-bit Waymarking
On 4/22/14, Chris Lattner <clattner at apple.com> wrote:
>
> On Apr 22, 2014, at 7:28 AM, Gabor Greif <ggreif at gmail.com> wrote:
>
>> Hi devs,
>>
>> after my intentionally "playful" EuroLLVM presentation (*) I think it
>> would be time to get serious about merging to ToT. But we should
>> probably find out whether an optimized
2013 Dec 05
0
[LLVMdev] Integrated 'as' for PowerPC by default?
Gabor Greif <ggreif at gmail.com> wrote:
> as of v3.3 the integrated assembler seems to work fine.
> But it is not on by default. What is the obstacle for this last step?
Well, it's support is not complete ... The integrated assembler
supports all general-purpose instructions the compiler itself
generates, but has only partial support for all the rest, in
particular nearly no
2010 Oct 13
2
[LLVMdev] [Q] x86 peephole deficiency
Am 07.10.2010 um 19:50 schrieb Chris Lattner:
>
> On Oct 6, 2010, at 6:16 PM, Gabor Greif wrote:
>
>> Hi all,
>>
>> I am slowly working on a SwitchInst optimizer (http://llvm.org/
>> PR8125)
>> and now I am running into a deficiency of the x86
>> peephole optimizer (or jump-threader?). Here is what I get:
>>
>>
>> andl $3,
2012 Jul 13
2
[LLVMdev] Dealing with a corrupted /proc/self/exe link
Hi all,
I am in charge of the controlled introduction of clang into
our builds at my workplace. Since all our tools must run from
a ClearCase view for automatic dependency tracking, we have been
biten by a Linux bug, and readlink("/proc/self/exe", ...) gives
nonsensical results. So we need to introduce a configure option
for disallowing this method of executable discovery (the other
one
2014 Apr 22
3
[LLVMdev] [RFC] 3-bit Waymarking
Hi devs,
after my intentionally "playful" EuroLLVM presentation (*) I think it
would be time to get serious about merging to ToT. But we should
probably find out whether an optimized algorithm is desired at all.
So I'd solicit comments from the code owners (Use.{h,cpp}) and anybody
who is interested. For closer scrutiny, the code is here:
2008 Apr 03
5
[LLVMdev] PATCH: Use size reduction -- wave1
Chris wrote:
> On Mar 26, 2008, at 3:16 PM, Gabor Greif wrote:
> > here comes the patch for the first wave of Use class size reduction.
> >
> > I have split it into 3 files, corresponding to
> > - header changes
> > - implementation changes
> > - applications
>
> nice!
>
> > This at the moment does not contain the description how the
>
2010 Oct 07
2
[LLVMdev] [Q] x86 peephole deficiency
Hi all,
I am slowly working on a SwitchInst optimizer (http://llvm.org/PR8125)
and now I am running into a deficiency of the x86
peephole optimizer (or jump-threader?). Here is what I get:
andl $3, %edi
je .LBB0_4
# BB#2: # %nz
# in Loop: Header=BB0_1
Depth=1
cmpl $2, %edi
2013 Dec 04
2
[LLVMdev] Empty files ending up installed
Hello all!
I have found following empty files that get installed (v3.4rc2) :
docs/llvm/html/Dummy.html
include/clang/Driver/CC1Options.h
What is the story behind them? Or were they just forgotten?
Can we (someone) remove these?
Cheers,
Gabor
2010 Jul 21
2
[LLVMdev] Casting.h illness
On Jul 21, 2010, at 12:49 PM, Eugene Toder wrote:
> Is this a recommended approach/good style/good idea to use
> dyn_cast_or_null<X>(I) instead of dyn_cast_or_null<X>(*I)? (And other
> is and cast functions).
We generally don't want auto-dereference. There is some special magic for unwrapping Uses etc though. Is this what you're in contact with Gabor?
-Chris
>