Displaying 20 results from an estimated 3000 matches similar to: "Repo directory layout"
2018 Feb 27
0
Repo directory layout
The first layout is older, and the second is newer. Going forward, things
are likely to move around. The second layout is more flexible because it
doesn't put any repo inside another repo, so I would recommend adopting it.
At the very least, using it will put you in a good position to adapt to any
future layout changes.
On Mon, Feb 19, 2018 at 1:36 AM Liad Mordekoviz via llvm-dev <
2018 Aug 08
2
Passing arguments to var args function
Hey Tim, thanks for the quick answer,
this looks exactly like what I was trying to achieve, I was hoping there
was something more clean,
I was wondering how the community would accept a change in the TD,
if the code at CallinvConvLower.cpp:138 would've passed the IsFixed flag to
the AssignFn then all those workarounds wouldn't be needed,
this example is only one of a few I can think of for
2017 Dec 14
2
Help adding entries to .symtab
Hey Paul,
first of all thank you for taking the time to answer me,
if I understand you correctly, I need to modify the instruction it self so
one of it's operands is a symbol, and then at MC layer handle that symbol
and add an entry to the symtab for that label?
What kind of symbol should I use doing such thing? external symbol or
MCSymbol?
I was trying to find where in the code during the MC
2017 Dec 14
0
Help adding entries to .symtab
Hi Liad,
I'm not an expert in MC, but what you describe doesn't sound any different from how you would handle a branch instruction. Create an MCSymbol that represents the address of the target instruction; use that symbol as an operand in the referencing instruction; emit the symbol as a label just prior to emitting the target instruction. The second and third steps can occur in either
2018 Aug 08
2
Passing arguments to var args function
Hey,
I am working on a new back-end,
in my back end, I require to pass every argument through a register when
calling a function, unless the argument is part of the ellipsis (...) and
then pass it through the stack, I've tried creating a CCCustom function to
analyze the operands when a function has var args, however, the information
whether the out val is fixed or not is not passed into the
2017 Dec 14
2
Help adding entries to .symtab
Hi everyone,
I am fairly new to LLVM, I'm working on a new backend.
I am trying to add information to a specific instruction using the .symtab
in the ELF format.
I've been searching through the LLVM source code trying to find a way to do
such a thing.
Can anyone help me with some directions or point me to some documents in
the matter.
Thanks, Liad.
-------------- next part --------------
2018 Jan 21
1
Splitting BB pre SelectionDAG
Hi everyone,
I'm faily new to LLVM, I'm working on a new backend.
In my backend, one of the requirements is to split a BB on every call, I
considered putting some kind of pseudo instruction using the
TargetLowering::LowerCall function.
Before going said path, I was wondering if there is some way to split the
BB before the SelectionDAG is generated, this way the call instruction
would be
2012 Aug 29
0
[LLVMdev] A script for updating all the nested git clients
How about fitting Android's repo? :D
I have not used repo for llvm, but been using my synthesized
repository (for my buildbot).
https://github.com/chapuni/llvm-project
https://github.com/chapuni/llvm-project-submodule
...Takumi
2012 Jun 03
2
[LLVMdev] [cfe-commits] r157890 - /cfe/trunk/unittests/Tooling/ToolingTest.cpp
012/6/3 Hal Finkel <hfinkel at anl.gov>:
>> Author: chapuni
>> Date: Sat Jun 2 10:34:26 2012
>> New Revision: 157890
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=157890&view=rev
>> Log:
>> Revert r157819, "#ifdef out a broken test on win32"
>>
>> FYI, LLVM_ON_WIN32 is useless.
>
> Can you be more specific? I
2011 Mar 16
3
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
Good morning.
LLVM and clang can be built successfully on Fedora 12 PS3.
On RC1, only one test failed.
test/CodeGen/X86/fold-pcmpeqd-0.ll
On release_29 branch, all llvm tests can pass.
(I don't mention clang tests :p )
...Takumi
Fedora release 12 (Constantine)
Linux speedking.localdomain 2.6.32.23-170.fc12.ppc64 #1 SMP Mon Sep 27
17:09:35 UTC 2010 ppc64 ppc64 ppc64 GNU/Linux
llvm
2011 Apr 21
5
[LLVMdev] Dragonegg Git mirror?
Chen,
Teemu is asking "the official git mirror" and he oughta know where the
svn repo is. ;)
Teemu, I have created an unofficial one; https://github.com/chapuni/dragonegg
Excuse me, I might not update it so frequently.
Anton, please provide us the official dragonegg.git!
...Takumi
2012 Jun 03
0
[LLVMdev] [cfe-commits] r157890 - /cfe/trunk/unittests/Tooling/ToolingTest.cpp
On Mon, 4 Jun 2012 08:15:09 +0900
NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> 012/6/3 Hal Finkel <hfinkel at anl.gov>:
> >> Author: chapuni
> >> Date: Sat Jun 2 10:34:26 2012
> >> New Revision: 157890
> >>
> >> URL: http://llvm.org/viewvc/llvm-project?rev=157890&view=rev
> >> Log:
> >> Revert r157819,
2011 Aug 17
0
[LLVMdev] --enable-shared doesn't build shared library any more
Yuri, on which host?
2011/8/17 Yuri <yuri at rawbw.com>:
> In r134967 it still worked, and in r137742 it now doesn't.
> I used such flags: --enable-assertions --enable-shared --enable-libffi
> --enable-debug-runtime --enable-debug-symbols --disable-optimized
>
> Before build would create directory tools/llvm-shlib under the build
> tree. Now it is missing.
In my
2011 Aug 16
2
[LLVMdev] --enable-shared doesn't build shared library any more
In r134967 it still worked, and in r137742 it now doesn't.
I used such flags: --enable-assertions --enable-shared --enable-libffi
--enable-debug-runtime --enable-debug-symbols --disable-optimized
Before build would create directory tools/llvm-shlib under the build
tree. Now it is missing.
Yuri
2015 Jan 12
2
[LLVMdev] buildbot failure in LLVM on ppc64le-sanitizer
Hi,
My New Year's resolution is to complain (constructively) whenever I
get a spurious build failure email from a buildbot. For new or
infrequent contributors especially, they can be extremely confusing
and unnecessarily alarming.
This one below is the first build ever attempted by the builder, so
how on earth can it have come up with a meaningful blame list? And in
any case, surely we
2011 Mar 16
0
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
Good morning Jose,
Thank you to send patches.
- Please send patches to llvm-commits.
- Please make patches with "--attach". You may add "format.attach"
to git config.
I have not seen yours yet, but I pushed yours to github;
https://github.com/chapuni/LLVM/compare/ed4edf9e...jfonseca%2F20110316
(Excuse me I could not input accent)
...Takumi
On Wed, Mar 16, 2011 at 8:15
2011 Mar 16
0
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
On Mar 15, 2011, at 7:25 PM, NAKAMURA Takumi wrote:
> Good morning.
>
Hi Nakamura,
> LLVM and clang can be built successfully on Fedora 12 PS3.
>
Hooray! :-)
> On RC1, only one test failed.
> test/CodeGen/X86/fold-pcmpeqd-0.ll
>
Eric commented that this should be fixed on the release branch right now.
> On release_29 branch, all llvm tests can pass.
Woo! :-)
>
2014 Feb 22
2
[LLVMdev] llvm.org/perf error 500
Hi Chris,
llvm.org/perf gives again error 500s. I remember you had a look the last
time. Would you mind looking again?
Also, is there something which we could do to make LNT more robust. Do
you have an idea what the last issue was about?
Thanks,
Tobias
-------- Original Message --------
Subject: buildbot failure in LLVM on polly-perf-O3-polly-scev-codegen-isl
Date: Fri, 21 Feb 2014 17:08:44
2012 Apr 04
0
[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
Kimura san,
You may ask committer of r153706. I wonder if it could be x86-independent.
> /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/Release/bin/llc:
> error auto-selecting target for module 'No available targets are
> compatible with this triple, see -version for the available targets.'.
> Please use the -march option to explicitly pick a target.
...Takumi as
2012 Apr 16
1
[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
Ping,
NAKAMURA san, thank you.
Bill san, can you comment this commit?
r154798 still fails on ppc32-lnux b/c *only* for this test.
Loving more minor arch, the world will be better...
2012/04/04 23:26 NAKAMURA Takumi <geek4civic at gmail.com>:
> Kimura san,
>
> You may ask committer of r153706. I wonder if it could be x86-independent.
>
>>