Displaying 20 results from an estimated 161 matches for "sedate".
Did you mean:
sedat
2015 Feb 20
2
[LLVMdev] [PATCH 0/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote:
>> Patch 1 adds a check for the compilers visibility macro to configure.ac.
>> Patch 2 avoids redefined symbol errors in clang of the tls entry points.
>> Based on a suggestion from Rafael Ávila de Espíndola
2019 Jan 24
2
LLVM/Clang 8.0.0-rc1 source tarballs?
Thanks for the information Tobias.
- Sedat -
On Thu, Jan 24, 2019 at 3:31 PM Tobias Hieta <tobias at plexapp.com> wrote:
>
> Sedat,
>
> In Hans announcement yesterday he pointed out that he would upload source tarballs as soon as possible:
>
> "I'll get the source tarballs and docs published as soon as possible, and binaries as they become available"
>
2016 Jan 07
3
[3.7.1 Release] -final has been tagged.
Hmm, the clang+llvm-3.7.1-x86_64-sles11.3-linux-gnu.tar.xz tarball I
uploaded doesn't seem to have made it on to this releases dir. I'm still a
bit new to the process, is there a step that I skipped?
On Wed, Jan 6, 2016 at 4:13 AM, Sedat Dilek via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Mon, Jan 4, 2016 at 9:59 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
2016 Jan 04
3
[3.7.1 Release] -final has been tagged.
Hi Tom,
I followed a bit the mailing-list but still see no LLVM v3.7.1 tarballs.
Can you pleas take care of this?
In case of that i386 breakage do a new v3.7.2 release, please.
Not sure if this has impact on x86_64 (AMD64)?
Thanks.
Regards,
- Sedat -
[1] https://llvm.org/bugs/show_bug.cgi?id=25920
2016 Feb 24
3
[3.8 Release] RC3 has been tagged
[ Original posting see [1] ]
>From [1]:
...
Added:
llvm/tags/RELEASE_380/rc3/ (props changed)
- copied from r261685, llvm/branches/release_38/
...
The LLVM Git repositories have no "rc3" tag in "release_38" branch (as
an example llvm.git#release_38 see [2]).
Who is responsible for that or maybe better... can you activate the
responsible(s)?
Helpful is to add
2016 Jun 27
2
[LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
On Mon, Jun 27, 2016 at 12:14 PM, Renato Golin <renato.golin at linaro.org> wrote:
> On 27 June 2016 at 07:00, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>> Building with CMake sets the version-string correct whereas using
>> autotools as build-system does not.
>
> Hi Sedat,
>
> This was reported earlier and it's unfortunate, but we don't support
2020 Apr 08
1
[PATCH] x86: mmiotrace: Use cpumask_available for cpumask_var_t variables
On Wed, Apr 8, 2020 at 11:12 PM Sedat Dilek <sedat.dilek at gmail.com> wrote:
>
> On Wed, Apr 8, 2020 at 10:53 PM Nathan Chancellor
> <natechancellor at gmail.com> wrote:
> >
> > When building with Clang + -Wtautological-compare and
> > CONFIG_CPUMASK_OFFSTACK unset:
> >
>
> Hi Nathan,
>
> thanks for the quick patch.
>
> I can confirm
2016 Mar 18
2
Building with LLVM_PARALLEL_XXX_JOBS
On Thu, Mar 17, 2016 at 11:45 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
> On Thu, Mar 17, 2016 at 10:05 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>> On Mon, Mar 14, 2016 at 5:30 PM, Chris Bieneman <cbieneman at apple.com> wrote:
>> [ brutal-snip ]
>> ...
>>> [ TODO#S: Before doing a 2nd build (and in a 3rd run using more
>>>
2015 Feb 27
2
[LLVMdev] [PATCH] CMake: Use LLVM_VERSION_SUFFIX instead of hardcoded "svn" string
Signed-off-by: Sedat Dilek <sedat.dilek at gmail.com>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ed7aeb026f5d..60fe427e456e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,7 +66,7 @@ set(LLVM_VERSION_PATCH 0)
set(LLVM_VERSION_SUFFIX svn)
if (NOT PACKAGE_VERSION)
- set(PACKAGE_VERSION
2016 Feb 24
4
[3.8 Release] RC3 has been tagged
Git tags and SVN tags are completely different beasts (git tag is
simply a "second name" attached to revision, while on svn the tag
could be arbitrary different). There is no way to automate the process
- in general svn tag might not correspond (by contents) to any other
revision in the repository.
The only way to somehow emulate svn tags on git is to create a
separate branch on each
2020 Apr 08
5
[PATCH] x86: mmiotrace: Use cpumask_available for cpumask_var_t variables
When building with Clang + -Wtautological-compare and
CONFIG_CPUMASK_OFFSTACK unset:
arch/x86/mm/mmio-mod.c:375:6: warning: comparison of array 'downed_cpus'
equal to a null pointer is always false [-Wtautological-pointer-compare]
if (downed_cpus == NULL &&
^~~~~~~~~~~ ~~~~
arch/x86/mm/mmio-mod.c:405:6: warning: comparison of array 'downed_cpus'
2016 Jun 27
5
[LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
Please have a look at the dedicated mailing list:
http://lists.llvm.org/pipermail/llvm-branch-commits/
Please wait for the official release to happen, you will then find tarballs on
llvm.org. They will also contain correct version strings, though I haven't yet
tried building from the SVN branches directly. Maybe you need to use the SVN
tags, $ clang --version currently gives me "clang
2016 Feb 08
2
[LLVM v3.8-rc2] New (tar)balls, please?
On Sat, Feb 6, 2016 at 12:34 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
> On Sat, Feb 6, 2016 at 1:55 AM, Hans Wennborg <hans at chromium.org> wrote:
>> On Fri, Feb 5, 2016 at 8:43 AM, Hans Wennborg <hans at chromium.org> wrote:
>>> On Fri, Feb 5, 2016 at 12:48 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>>>> sorry, but I cannot
2016 Jun 27
0
[LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
On Mon, Jun 27, 2016 at 10:16 AM, Sedat Dilek via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> On Mon, Jun 27, 2016 at 12:14 PM, Renato Golin <renato.golin at linaro.org> wrote:
>> On 27 June 2016 at 07:00, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>>> Building with CMake sets the version-string correct whereas using
>>> autotools as build-system
2015 Feb 17
3
[LLVMdev] [PATCH 2/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 12:47 PM, Marc Dietrich <marvin24 at gmx.de> wrote:
> Am Dienstag, 17. Februar 2015, 12:42:00 schrieb Sedat Dilek:
>> On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich <marvin24 at gmx.de> wrote:
>> > Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek:
>> >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at
2016 Feb 06
2
[LLVM v3.8-rc2] New (tar)balls, please?
On Fri, Feb 5, 2016 at 8:43 AM, Hans Wennborg <hans at chromium.org> wrote:
> On Fri, Feb 5, 2016 at 12:48 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>> sorry, but I cannot see any tarballs shipped in [2]?
>> Forgot to upload?
>>
>> Would like to give this pre-release a try on my Ubuntu/precise AMD64 system.
>
> They're not ready yet. It
2015 Feb 16
2
[LLVMdev] [Mesa-dev] mesa-10.4.4: BROKEN TLS support in GLXwithllvm-toolchain v3.6.0rc2
Am Montag, 16. Februar 2015, 12:42:19 schrieb Sedat Dilek:
> On Mon, Feb 16, 2015 at 10:39 AM, Marc Dietrich <marvin24 at gmx.de> wrote:
> > Am Samstag, 14. Februar 2015, 18:20:12 schrieb Dimitry Andric:
> >> On 11 Feb 2015, at 11:16, Sedat Dilek <sedat.dilek at gmail.com> wrote:
> >> > On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov
> >> >
2019 Jan 24
2
LLVM/Clang 8.0.0-rc1 source tarballs?
Hi,
first of all, congrats for the 8.0.0-rc1 pre-release.
I have seen that this version was tagged yesterday.
Can you provide pre-release source tarballs?
Or did you dropped this idea?
Thanks.
Regards,
- Sedat -
2015 Feb 27
0
[LLVMdev] [PATCH] CMake: Use LLVM_VERSION_SUFFIX instead of hardcoded "svn" string
LGTM.
-Chris
> On Feb 27, 2015, at 3:27 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>
> Signed-off-by: Sedat Dilek <sedat.dilek at gmail.com>
> ---
> CMakeLists.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index ed7aeb026f5d..60fe427e456e 100644
> --- a/CMakeLists.txt
> +++
2016 Jun 27
2
[LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
> Can you answer my question on how to set the version-string correct
> when generating tarballs out of the release_38 Git branch?
> ( I generated source-tarballs out of my local Git repositories, see below. )
[ llvm.src/CMakeLists.txt ]
...
if(NOT DEFINED LLVM_VERSION_MAJOR)
set(LLVM_VERSION_MAJOR 3)
endif()
if(NOT DEFINED LLVM_VERSION_MINOR)
set(LLVM_VERSION_MINOR 8)
endif()
if(NOT