Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] RTSC - Real-Time Systems Compiler"
2013 Sep 24
0
[LLVMdev] RTSC - Real-Time Systems Compiler
Hello again,
since I am back from my holidays and there is still no reply to my post,
I was wondering if there is no further interest in new projects using
the LLVM framework or if it was just overlooked.
I know that the copyright question is probably a tough one (therefore we
couldn't decide it for ourselves), but we somehow expected to get some
feedback or being listed on
2013 Sep 24
2
[LLVMdev] RTSC - Real-Time Systems Compiler
On 9/24/13 5:40 AM, Tobias Klaus wrote:
> Hello again,
>
> since I am back from my holidays and there is still no reply to my
> post, I was wondering if there is no further interest in new projects
> using the LLVM framework or if it was just overlooked.
It was just overlooked. If you don't get a response right away, feel
free to ping as you've done here.
>
> I
2013 Sep 26
0
[LLVMdev] RTSC - Real-Time Systems Compiler
Dear Tobias,
Is the attached patch for the LLVM User's page acceptable to you?
-- John T.
-------------- next part --------------
Index: Users.html
===================================================================
--- Users.html (revision 191450)
+++ Users.html (working copy)
@@ -447,6 +447,14 @@
<td>Language-independent library for alias analysis</td>
</tr>
+
2013 Sep 30
4
[LLVMdev] RTSC - Real-Time Systems Compiler
Hello John,
Thank you very much for your fast response and the patch.
Is it possible to add Fabian Scheler and Florian Franzmann to the people
section as proposed in the attached patch?
I hope to manage to write a description for the 'ProjectsWithLLVM' page
this week and send it to the list.
Thanks again,
Tobias
Am 26.09.2013 21:26, schrieb John Criswell:
> Dear Tobias,
>
>
2013 Oct 10
0
[LLVMdev] RTSC - Real-Time Systems Compiler
Hey,
As announced earlier, here comes our project description.
It would be great if you could add it to llvm.org!
Tobias
--
The Real-Time Systems Compiler (RTSC)
The Real-Time Systems Compiler (RTSC) is an operating-system–aware
compiler that allows for a generic manipulation of the real-time system
architecture of a given real-time application.
Currently its most interesting application is
2013 Oct 15
2
[LLVMdev] RTSC - Real-Time Systems Compiler
Thank you both very much!
Now there is only the copyright issue remains unresolved.
Does anybody know the person, who designed it initially?
Thanks in advance!
Tobias
Am 14.10.2013 22:51, schrieb John Criswell:
> On 9/30/13 7:19 AM, Tobias Klaus wrote:
>> Hello John,
>>
>> Thank you very much for your fast response and the patch.
>>
>> Is it possible to add
2013 Oct 14
0
[LLVMdev] RTSC - Real-Time Systems Compiler
On 9/30/13 7:19 AM, Tobias Klaus wrote:
> Hello John,
>
> Thank you very much for your fast response and the patch.
>
> Is it possible to add Fabian Scheler and Florian Franzmann to the
> people section as proposed in the attached patch?
Done, and the patch is committed.
Thanks, Bill, for adding the ProjectsWithLLVM entry.
-- John T.
>
> I hope to manage to write a
2016 Mar 30
2
[PATCH/DRAFT] Embed metadata into object file
Hi,
so this is my first contribution to LLVM/clang, so I hope I come close
to the required coding standards and guidelines.
First, I will describe the scenario I want to solve: For a few days, the
clang plugin interface allows to execute the a plugin just before the
actual main action (e.g., compiling an translation unit). In my case,
the plugin we're developing will analyze the AST and
2013 Oct 15
0
[LLVMdev] RTSC - Real-Time Systems Compiler
On 10/15/13 8:13 AM, Tobias Klaus wrote:
> Thank you both very much!
>
> Now there is only the copyright issue remains unresolved.
>
> Does anybody know the person, who designed it initially?
I don't have an answer to your logo question. I suggest posting a new
email to the list. Someone who knows may answer.
Also try the IRC channel.
-- John T.
> Thanks in advance!
2016 Apr 01
2
[cfe-dev] [PATCH/DRAFT] Embed metadata into object file
> On Apr 1, 2016, at 5:20 AM, Christian Dietrich via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Adrian Prantl <aprantl at apple.com> writes:
>
>> Depending on your needs, just using a global with the “section”
>> attribute might also work for you:
>> http://llvm.org/docs/LangRef.html#global-variables
>
> I was aware of that possibility. But,
2013 Aug 26
1
Received header only showing localhost
Hi all,
I?m a new dovecot user and a first-time poster so please forgive me if this
is a stupid question, or even (as I suspect it might be) not really a
Dovecot question.
My system is the fairly typical mix of postfix, amavis-new, and Dovecot. For
some reason I?ve noticed that when I look at the mail headers for delivered
messages the Received header is missing the detail of any external
2013 Dec 06
2
new related project nutdown: https://github.com/arwarw/nutdown
Hello,
I'd like to announce "nutdown", a nut client written using perl
UPS::Nut.
It's purpose is to enable shutdowns in stages, e.g. "less important
servers shut down at 80% charge, the important ones at 10% and the nut
server at 5%". To that end, nutdown supports "events" like power_fail,
the charge falling below configurable percentages (i.e. every
2009 Jul 08
4
[LLVMdev] Cray is Hiring!
Hey compiler peeps,
Cray is ramping up a number of exciting projects and we're looking
for new hires. Obviously parallelism has been our core focus, but
the challenges of manycore and accelerator technology are presenting
new twists requiring us to bring new solutions to bear.
After the successful launch of the Jaguar machine (the fastest for
open science,
2016 Mar 30
1
[cfe-dev] [PATCH/DRAFT] Embed metadata into object file
> On Mar 30, 2016, at 6:47 AM, Christian Dietrich via cfe-dev <cfe-dev at lists.llvm.org> wrote:
>
> Hi,
>
> so this is my first contribution to LLVM/clang, so I hope I come close
> to the required coding standards and guidelines.
>
> First, I will describe the scenario I want to solve: For a few days, the
> clang plugin interface allows to execute the a plugin
2005 Sep 15
4
Error in vector("double", length) : vector size specified is too large....VLDs
I have what R seems to consider a very large dataset, a 12MB text file of
lat,long,and height values, 130,000 rows to be exact.
Here's what I get:
Thomas Colson
North Carolina State University
Department of Forestry and Environmental Resources
(919) 673 8023
tom_colson at ncsu.edu
Calendar:
www4.ncsu.edu/~tpcolson
2008 Oct 03
2
OCFS2 with Loop device
hi there
i try to setup OCFS2 with loop device /dev/loop0
i've 4 servers running SLES10 SP2.
internal ip's: 192.168.55.1, .2, .3 and .6
my cluster.conf:
--------------------------------------------
node:
ip_port = 7777
ip_address = 192.168.55.1
number = 0
name = www
cluster = cawww
node:
ip_port = 7777
ip_address = 192.168.55.2
2009 Sep 03
2
dividing a dataframe column by different constants
Dear R users, today I've got the following problem.
Here you are a dataframe as example.
There are some SAMPLES for which a CONCentration was recorded through TIME.
The time during which the concentration was recorded is not always the same,
10 points for Sample A, 7 points for Sample B and 11 for sample C
Also the initial concentration was not the same for the three samples.
I would like
2020 Oct 23
1
timezone tests and R-devel
Yes, you are absolutely right and I'm pretty sure this will be fixed in
one way or another.
IMO, the failing test should simply use all.equal.POSIXt's new argument
check.tzone=FALSE.
Two simple alternatives modifying all.equal.POSIXt behaviour:
- make check.tzone=FALSE the default: this is inconsistent with other
arguments of all.equal methods, always defaulting to stricter checks
-
2009 Nov 12
1
Rearranging long tables, Sweave, xtable, LaTeX
Dear R-users,
consider the two following outputs, ## 1 and ## 2
\begin{Scode}{Setup, echo = FALSE, print = FALSE, eval = TRUE}
with(expand.grid(Fact1 = 1:3, Fact2 = 1:40), table(Fact1,
Fact2)) ## 1
xtable(with(expand.grid(Fact1 = 1:3, Fact2 = 1:40), table(Fact1,
Fact2))) ## 2
\end{Scode}
The first line
with(expand.grid(Fact1 = 1:3, Fact2 = 1:40), table(Fact1, Fact2))
2023 Mar 21
4
Error: /proc/self/status is larger than expected
Hello,
Writing to get some insight as to how I might rid myself of a the pesky
error message on the subject. Every binary throws out that error, every
LMTP delivery... basically every time any dovecot binary is executed. I
am unsure if this is configuration related or not, but intuition says it
is an issue with a kernel feature or compiler issue.
I saw the error message in the source code