Displaying 20 results from an estimated 300 matches similar to: "[LLVMdev] Source to source translation."
2010 Oct 21
0
[LLVMdev] Re : Source to source translation.
Hello Carlos,
I don't think so.
LLVM is not a source-to-source translator, but an optimizing compiler based on a
portable, typed, assembly-like intermediate representation. One of the primary
goals of LLVM is to generate optimized object code on a variety of platforms.
Even if you do not use any optimizations, your C++ code would still need to be
lowered to LLVM, which makes it very hard
2013 Jan 20
2
[LLVMdev] Inconsistent label syntax in LLVM assembly
Hi all,
i'm writing a TXL (http://www.txl.ca) grammar and a revamp of
bison/flex grammar for LLVM.
I've noticed an inconsistency regarding label naming conventions.
For instance, the following is a segment of legit LLVM assembly
(human-readable) IR:
br i1 %38, label %17, label %39
; <label>:39 ; preds = %._crit_edge
ret void
2009 Jul 23
5
Music on hold based on user
Hi
Guys I wonder if its possible to set a different MoH based on
groups, I mean if one of the Admin group put on hold the call play music
1, if another from Technical Support put on hold the call play music 3,
something like this
Admin - Music1
Contrallors - Music 2
Technical Support - Music 3
Thanks
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Jan 20
0
[LLVMdev] Sizeof a type?
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Rick Mann
> Subject: [LLVMdev] Sizeof a type?
> Is there a way to get the sizeof a type?
Look at the methods of the DataLayout class.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you
2013 Jan 20
5
[LLVMdev] Sizeof a type?
Is there a way to get the sizeof a type? Say I've created a struct type without any explicit attribtues, and I want to call malloc() to allocate space for it. Can I get the size as an llvm::Constant* (or other llvm::Value*) given an llvm::StructType* or other llvm::Type*?
TIA,
--
Rick
2016 Dec 29
3
Change default Server ports
I'm using Tinc 1.1pre14 and I'm trying to connect a node that is behind a
firewall that blocks all non-standard ports.
I set up a rule in the server to redirect port 25 (that is not used in the
server right now) to port 655, both in tcp and udp protocols, and set up
the port 25 in the server host configuration file.
The client can reach the server, but after the initial sync and key
2017 Sep 05
1
[Announcement] Tinc versions 1.0.32 and 1.1pre15 released
Thanks for the update!
I've been testing Tinc 1.1pre14 for a while in linux and windows, and it's
working very well. But I'm having some trouble with Windows machines
(mostly Win8 and Win10) when resuming from suspended state or hibernation
the tinc daemon just stop responding. I have to shut down the process and
start it back up to be able to connect to the VPN.
The first line on
2017 Sep 05
1
[Announcement] Tinc versions 1.0.32 and 1.1pre15 released
Thanks for the update!
I've been testing Tinc 1.1pre14 for a while in linux and windows, and it's
working very well. But I'm having some trouble with Windows machines
(mostly Win8 and Win10) when resuming from suspended state or hibernation
the tinc daemon just stop responding. I have to shut down the process and
start it back up to be able to connect to the VPN.
The first line on
2017 Sep 05
1
[Announcement] Tinc versions 1.0.32 and 1.1pre15 released
Hi Guillermo,
Yes, I've also noticed there are still issues with resuming from
standby on Windows, despite the latest fixes that I wrote (which are
included in 1.1pre15). I think my fixes covered some of the causes of
tinc misbehaving on standby, but not all of them.
Are you able to reproduce the issue reliably? If so, can you please
file an issue at https://github.com/gsliepen/tinc/issues
2017 Sep 05
1
[Announcement] Tinc versions 1.0.32 and 1.1pre15 released
Hi Guillermo,
Yes, I've also noticed there are still issues with resuming from
standby on Windows, despite the latest fixes that I wrote (which are
included in 1.1pre15). I think my fixes covered some of the causes of
tinc misbehaving on standby, but not all of them.
Are you able to reproduce the issue reliably? If so, can you please
file an issue at https://github.com/gsliepen/tinc/issues
2017 Jan 15
3
Firewall rules for TINC server
thanks, but i was able to make it work based on some suggestion on tomato
shibby forums.
Regards
Ramesh
On Sun, Jan 15, 2017 at 9:02 AM, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Fri, Jan 13, 2017 at 06:53:07PM +0000, Guillermo Bisheimer wrote:
>
> > I've setup a Tinc VPN for a bunch of nodes divided in two groups:
> >
> > Group 1:
> > IP Range
2017 Feb 13
2
tinc - controlling communication between nodes
Hi
I have a simple hub and spoke topology where all my nodes connect to a
central node. Below is tinc.conf for main node
*tinc.conf*
Name = main
Interface = tun0
Forwarding = kernel
and the remote nodes have same with ConnectTo = main.
I have tried to apply a basic iptable policy on the main node but the
traffic still seems to passthough and the nodes can communicate with each
other. How do I
2017 Feb 13
2
tinc - controlling communication between nodes
Thank you Guillermo. I will give it a go and revert back with my results.
Regards
Yazeed Fataar
<yazeedfataar at hotmail.com>
On Mon, Feb 13, 2017 at 2:26 PM, Guillermo Bisheimer <
gbisheimer at bys-control.com.ar> wrote:
> Hi Yazeed,
>
> You have to add this to tinc.conf
>
> TunnelServer = yes
>
> Otherwise tinc will manage package routing internally. Then you
2017 Sep 04
2
[Announcement] Tinc versions 1.0.32 and 1.1pre15 released
On Mon, Sep 04, 2017 at 04:16:46PM +0000, Nirmal Thacker wrote:
> Can 1.1pre15 nodes coexist with 1.1pre14 nodes?
Yes, but I have not tested this extensively.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833
2017 Sep 04
2
[Announcement] Tinc versions 1.0.32 and 1.1pre15 released
On Mon, Sep 04, 2017 at 04:16:46PM +0000, Nirmal Thacker wrote:
> Can 1.1pre15 nodes coexist with 1.1pre14 nodes?
Yes, but I have not tested this extensively.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833
2016 Nov 13
1
about generating .deb package for Ubuntu and the Tinc command
Hi to all.
I'm experimenting with tinc 1.1 using ubuntu and I need to generate a .deb
package to be able to install latest 1.1pre14 version in ubuntu. I found
the .deb package for debian in the experimental repositories, but couldn't
find the same for ubuntu and wish to build the package myself.
I'm able to compile and install Tinc from sources on ubuntu, but never
created deb
2016 Sep 21
2
List of reacheable partners
Hi everybody.
Is there a way to have a list of reacheable partners and its connection
status? I need to list all partners in any tinc instance, its status
(connected / disconnected) and connection method (direct, relayed thru
other partner, etc.)
Thanks!
--
*Ing. Guillermo Bisheimer*
*B&S Sistemas de Control y Equipamientos*
Av. de los Constituyentes 1172
(E3116CIX) Crespo, Entre RĂos
2006 Jul 20
1
[RTLWS8-CFP] Eighth Real-Time Linux Workshop 2nd CFP
We apologize for multiple receipts.
--------------------------------------------------------------------------------
Eighth Real-Time Linux Workshop
October 12-15, 2006
Lanzhou University - SISE
Tianshui South Road 222
Lanzhou, Gansu 730000
2015 Jun 07
43
[Bug 90887] New: PhiMovesPass in register allocator broken
https://bugs.freedesktop.org/show_bug.cgi?id=90887
Bug ID: 90887
Summary: PhiMovesPass in register allocator broken
Product: Mesa
Version: git
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2016 Dec 27
2
tinc using docker containers
I've recently built a docker container to easily install and configure tinc
1.1pre14 in any machine using docker containers. I've created a Github repo
in https://github.com/bys-control/docker-tinc
I'm working in a WEB based admin interface for managing tinc daemons. Right
now it's just a JSON API for tinc, but I'm working in developing the front
end.
Any