Displaying 20 results from an estimated 479 matches for "rtl".
Did you mean:
rtc
2010 Jun 22
2
[LLVMdev] RTL <-> SSA
Hi,
Does LLVM have passes that do translations between GCC RTL and LLVM
SSA, RTL -> SSA and SSA -> RTL?
Thanks.
--
Jianzhou
2010 May 28
1
Data frame manipulation
Hello All,
Please consider the following:
TotEmp<-c(19,6,1,1,8,44,2,33,48,1)
ClusterType<-c("AGF","CNS","OSV","RTL","RTL","TRN","REL","ACC_CLUST","RTL","WHL")
Taz<-c(0,0,0,100,100,100,101,101,102,103)
AllCtTypes_<-c("AGF","CNS","OSV","RTL","TRN","REL","ACC_CLUST","WH...
2010 Jun 22
0
[LLVMdev] RTL <-> SSA
On Jun 22, 2010, at 10:29 AM, Jianzhou Zhao wrote:
> Hi,
>
> Does LLVM have passes that do translations between GCC RTL and LLVM
> SSA, RTL -> SSA and SSA -> RTL?
Nope. There has been some talk about doing a Clang -> RTL or LLVM IR -> RTL backend, to allow using the GCC backend with the Clang frontend, but I'm not aware of any progress on this. You could ask on the gcc mailing list about it.
-...
2010 Jun 22
1
[LLVMdev] RTL <-> SSA
On Tue, Jun 22, 2010 at 1:53 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Jun 22, 2010, at 10:29 AM, Jianzhou Zhao wrote:
>
>> Hi,
>>
>> Does LLVM have passes that do translations between GCC RTL and LLVM
>> SSA, RTL -> SSA and SSA -> RTL?
>
> Nope. There has been some talk about doing a Clang -> RTL or LLVM IR -> RTL backend, to allow using the GCC backend with the Clang frontend, but I'm not aware of any progress on this. You could ask on the gcc mailing list...
2015 Dec 08
3
compiler-rt fails to find <stdarg.h> on FreeBSD
I'm unsure why this is failing this week, but when I build for FreeBSD
HEAD, I now get a failure to find <stdarg.h>. Very strange. Maybe its
missing a -I /usr/include somewhere?
[1950/2811] Building CXX object
projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interceptors.cc.o
FAILED: /usr/bin/CC -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -fPIC -fvisibility-inlines-hidden -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wmissing-field-initializers -pedantic -Wno-long-long
-Wcovered-switch-default -Wnon-virtua...
2012 Jun 20
2
Using object as literal value in list vector
Hello all ,
This is a pretty simple question I think but cannot find an answer on the
list or in my brain. I would like to iterate through a loop and use a
vector of strings to name a number of list elements. For instance
#Create vector of strings
Et<- c("ACC","RTL","WHL")
MeanValues_ <- list("ACC" = 1000, "RTL" = 2000, "WHL" = 3000)
#Iterate through each element of vector
NewMeans_ <- list()
for(et in Et){
NewMeans_ <- c(NewMeans_,list(et = unlist(MeanValues_[et]) * .80 ))
}
Returns
> NewMeans...
2017 Jun 08
2
Non-standard C++ usage
~/workspace/LLVM/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc:
In function ‘const char* __tsan::ReportTypeString(__tsan::ReportType,
__sanitizer::uptr)’:
~/workspace/LLVM/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc:95:41:
warning: ISO C++ does not allow ?: with omitted middle operand
[-Wpedantic]
return GetReportHeaderFromTag(tag...
2006 May 31
1
RedCloth vs BlueCloth -- RTL and Unicode?
Which has better support for Unicode, I18N and RTL languages, RedCloth or BlueCloth?
Warren
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060531/a2f1f7da/attachment.html
2003 Jun 15
2
VT6102 and RTL 8100
Hi,
does anyone have any idea whether VIA VT6102 "Rhine II" and Realtek RTL
8100 Ethernet chips are supported by FreeBSD?
The hardware list for supported chips does list 'VT86C100A "Rhine II"' but
according to VIA website VT86C100A is actually just "Rhine" and it is
obviously not the same chip. (The 'VT3043 "Rhine I"' chip m...
2007 Dec 28
5
Problem with RTL-8110SC/8169SC Gigabit Ethernet
...ation 82801GB/GR (ICH7 Family) LPC
Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA
IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller
(rev 01)
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
More detailed:
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
Subsystem: Giga-byte Technology Unknown device e000
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 10
I/...
2002 Mar 11
1
RTLinux and EXT3 using 2.2.19 (need help badly)
Could anyone help me out, i've got a situation here. :-)
I already contacted RTLinux users with no success, I hope ext3 users can
help!
I have a 2.2.19 kernel patched with RTLinux 3.1, clean and working.
I found and applied the ext3 for 2.2.19 kernel patch.
Patch went fine (like in README).
I was able to tune2fs -j /dev/hda1 (activate the journal).
And it actually works.
1) I...
2007 May 12
5
[LLVMdev] C back-end differences
On Fri, 11 May 2007, me22 wrote:
> I'm not exactly sure how llvm-g++ works. I think it goes through the
> standard gcc sequence (gimple, rtl, and such) but then outputs LLVM
> (http://llvm.org/docs/LangRef.html), which is the intermediate
> representation used by the rest of the chain. To make an LLVM backend
> you would not need to deal with RTL and such at all.
llvm-g++ converts from trees to high-gimple to LLVM. RTL is no...
2009 Jan 22
2
[LLVMdev] Using LLVM as cross-compiler to C
...ay have a C header files. Different
operating systems and C library implementations will implement the same
functions differently, so when cross-compiling, you need to make sure
your compiling against header files that work on your target platform.
>
>> (2) What happens to all the C++ RTL ? Is it statically linked as LLVM code,
>> then translated back into C ?
>> (3) Where does the LLVM RTL come from - newlib ? glibc ? other ?
>>
>
> LLVM doesn't use RTL. It has its own IR.
>
I believe he means the C++ Run-Time Library and not GCC's RTL
Int...
2010 Jan 25
3
Issue using tapply
...lues and change the
column names of the resulting vector.
I input
Emp Et
1 10565 ACC
2 7515 ADM
3 625 AGF
4 6243 CNS
5 12721 EDU
6 3924 FIN
7 18140 HLH
8 3686 INF
9 15841 MFG
10 243 MIN
11 1864 MNG
12 4664 OSV
13 5496 PRF
14 4988 PUB
15 2166 REC
16 2153 REL
17 16082 RTL
18 3582 TRN
19 757 UTL
20 5818 WHL
and i want to aggregate certain types based on the following matches
Et Em
1 AGF AFREMP
2 MIN MINEMP
3 UTL TCPEMP
4 CNS CONEMP
5 MFG MFGEMP
6 WHL WSTEMP
7 RTL RETEMP
8 TRN TCPEMP
9 INF SVCEMP
10 FIN FINEMP
11 REL FINEMP
12 PRF SVCEMP
13 MNG...
2007 Jun 25
1
Xen 3.1 and network card RTL-8169SC isn''t working
Hello all,
I have a network card "Realtek Semiconductor Co., Ltd. RTL-8169SC Gigabit
Ethernet" in my machine. It''s working fine with xen 3.0.3 but with xen
3.1compilled from source isn''t working. I''m using Debian lenny. Any
suggestion?
Regards
--
Marco Sinhoreli
_______________________________________________
Xen-users mailing l...
2007 May 12
2
[LLVMdev] C back-end differences
...a problem for that usage.
>
> As a different option, how about writing a JVM backend for LLVM?
This is definitely an option too. Another one would be to write a JVM
backend for gcc. But, I think somebody tried many years ago and stopped
halfway (it's egcs-jvm I think). Does LLVM use RTL as intermediate
language like gcc does?
Thanks.
Napi
2009 Jan 21
2
[LLVMdev] Using LLVM as cross-compiler to C
...not have
a functioning C++ environment, and need to use C++. It was suggested that I
could use LLVM to compile to C (using llc -march=c), then run the resulting
C-code through the working C-cross-compilation tools. So, some newbie
questions:
(1) Is this crazy ?
(2) What happens to all the C++ RTL ? Is it statically linked as LLVM code,
then translated back into C ?
(3) Where does the LLVM RTL come from - newlib ? glibc ? other ?
(4) Is it manageable to create a small number of intrinsics to allow access
to the C runtime functions on the target, or is this difficult ? In the
mailing list...
2007 May 09
2
[LLVMdev] C back-end differences
...rote:
> On 5/8/07, Mohd-Hanafiah Abdullah <napi at axiomsol.com> wrote:
> > How does the C back-end of LLVM differ from the one in gcc2c developed
> > by SUN several years ago?
> >
> Hi Napi,
>
> For one, it converts LLVM's bytecode to C instead of GCC's RTL. It's
> also under a different license.
Hi Bill:
Would it be easier to convert from LLVM's bytecode to C as opposed to
from RTL? What about the readability of the produced C code. I would
think since RTL maintains a structure that is directly inherited from
the high-level language st...
2003 Dec 23
2
[LLVMdev] GCC3.5 tree-ssa
we work on distribute software development, most programs are wroten in
java.
but the running speed of that is slowly, it requires thread library to
support, you know.
Chris Lattner wrote:
>On Wed, 24 Dec 2003, yue wrote:
>
>
>
>>why doesn't llvm transfer bytecode to RTL form? I mean the
>>cross-platform compile in GCC. Could LLVM do that?
>>
>>
>
>Sure, it would be a realtively straight-forward (but large and hard to get
>right, if you're not a GCC expert), project to build an LLVM front-end for
>GCC. This would allow you to...
2013 Oct 30
3
Use of FCKEDITOR as normal text area
...:before => "Element.show(''loader'')",
:success => "Element.hide(''loader'')" do |sms| %>
<div id="news_content_text_field_bg">
<%= fckeditor_textarea :send_sms, :message,:lang => I18n.locale,:langdir =>
(rtl? ? ''rtl'' : ''ltr'') %></div>
<%= submit_tag "#{t(''send_sms'')}",:class=>''submit_button'' %>
<% end %>
But here as the form name is send_sms I used the same name for fckeditor I
am unable to send...