search for: swift

Displaying 20 results from an estimated 706 matches for "swift".

Did you mean: shift
2016 Apr 14
2
Swift Test Suite
Folks, I'm glad we're getting all the Swift support upstream, but I worry how can we make sure it works for real applications after the initial support is in. I'm sure you guys have your own internal builders, but I think it would be interesting in having some more substantial tests in the test-suite. Are there plans to do that at all?...
2013 Jan 30
6
New version of UFO - is there a new HOWTO?
I just installed glusterfs-swift 3.3.1 on a couple of Fedora 18 servers. This is based on swift 1.7.4 and has keystone in the config. I had experimented with the one based on swift 1.4.8 and tempauth and had some problems with it. The HOWTO I can find is still for the old one. Is there an updated one? I would also need t...
2015 Oct 05
2
Swift to IR, generates wrong IR
Hi, I have a simple swift code from which I generate IR code with ‘swiftc test.swift -emit-ir -o test.ll' When I try to run the .ll file or apply optimization with opt, I get errors like this one: lli: test.ll:548:110: error: expected instruction opcode %9 = cmpxchg i64* bitcast (%swift.type*** @field_type_vector_Ti...
2014 Jun 10
3
[LLVMdev] [ADVERTISEMENT] open positions in Apple's Swift compiler team
** NOTE: This is a compiler job announcement. ** The Apple Source Languages team is looking for exceptional engineers to work on the Swift programming language: https://developer.apple.com/swift These open positions are for engineers who want to work as an integral part of the core Swift language team to help shape the future of the language. All positions are based onsite at Apple's main campus in Cupertino, California. To...
2007 Sep 18
1
Asterisk 1.4 and Cepstral
Greetings, I've recently upgraded from Asterisk 1.2 to 1.4. I've been searching for a solution, but am also trying the easy way at the same time. I've now got David of Cepstral now speaking using app_swift from http://www.mezzo.net/asterisk/app_swift.html . The problem is, he sounds way worse than he did when it was asterisk version 1.2. I'm seriously considering either rolling back, or having to run a 1.2 instance connected to 1.4 via iax. What info would you all be looking for to help me t...
2013 Apr 06
0
Bug#693137: marked as done (ITP: swift-plugin-s3 -- swift3 (S3 compatibility) middleware plugin for swift)
Your message dated Sat, 06 Apr 2013 13:00:07 +0000 with message-id <E1UOSj1-0002As-63 at franck.debian.org> and subject line Bug#693137: fixed in swift-plugin-s3 1.7-1 has caused the Debian Bug report #693137, regarding ITP: swift-plugin-s3 -- swift3 (S3 compatibility) middleware plugin for swift to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen th...
2015 Oct 05
2
Swift to IR, generates wrong IR
...2, i32, i32, i8*, i8*, i8*, i8*, i8*, i8*, i8* } { i32 129, i32 40, i32 40, i32 0, i8* null, i8* getelementptr inbounds ([25 x i8]* @7, i64 0, i64 0), i8* null, i8* null, i8* null, i8* null, i8* null }, section "__DATA, __objc_const", align 8 The IR format is not stable and it seems like Swift is using an LLVM < 3.7, while your opt executable is from LLVM 3.7. The `getelementptr` instruction (besides others) now expects the pointer type to be given explicitly. I don't know Swift, but if you can get it to emit bitcode instead of IR, that should work AFAIK. Looking at the command li...
2016 Sep 28
2
Xcode issues
Hi, I’m using llvm+clang (+ a wrapper for swift that allow me to use my clang to compile swift files) inside Xcode and I have encountered two issues with the new clang 3.9 and Xcode 8: 1) when compiling with the deployment target set to 10.0, I got this error: clang-3.9: error: invalid version number in '-miphoneos-version-min=10.0’. If I s...
2016 Mar 02
4
RFC: Implementing the Swift calling convention in LLVM and Clang
...through the normal LLVM/Clang code review processes. But > before we continue with that, I just want to clarify one important point: assuming > that the actual implementation ends up satisfying your technical requirements, > do you have any objections to the general idea of supporting the Swift CC > in mainline LLVM? I personally don't. I think we should treat Swift as any other language that we support, and if we can't use existing mechanisms in the back-end to lower Swift, then we need to expand the back-end to support that. That being said, if the Swift support starts to b...
2016 Aug 17
2
Job Announcement: Swift Frontend Compiler Engineer at Apple
The Apple Swift frontend compiler team is seeking an exceptional compiler engineer who is passionate about great language design. In this position, you will participate in shaping the future of the Swift language and be a key participant of the swift.org project. You will be involved in all aspects of taking a l...
2016 Jan 05
6
Diff to add ARMv6L to Target parser
> You assume triples make sense. That's the first mistake everyone does > when thinking about triples. :) I know they don't make sense in many corner cases, but I think discarding logic where it *does* exist is a mistake. > AFAIK, "ARMv7B" is only used by HighBank, which is no more. But that, > too, was "ARMv7A big endian". I believe it's what any
2005 Jun 09
1
PHPAGI Swift Escape Digits
I am trying to use swift in PHP/AGI. function swift($text, $escape_digits='', $frequency=8000, $voice=NULL, $fnameIn='') During swift speaking some text I want the caller to be able to press 1, 2 or 3 to do thing 1, thing 2 or thing 3. How are these digit defines and then caught? Thanks, Michael
2016 Jan 08
2
Diff to add ARMv6L to Target parser
...! I’ve spent some time with the head of the llvm.org repo, and I now understand a lot better what Renato and Tim were talking about re. the architecture aliases. The patch to add v6l, therefore, seems simple enough. I haven’t been able to test it in my usual flow, because that involves the whole swift stack. I’m considering creating a program that links to llvm to test the behavior. Index: lib/Support/TargetParser.cpp =================================================================== --- lib/Support/TargetParser.cpp (revision 257090) +++ lib/Support/TargetParser.cpp (working copy) @@ -401,6...
2005 Jul 20
1
ceptral (swift)
Hi i installed ceptral and i want to test it with asterisk can u plz tell me if i was wrong here>> ?? exten => 2,1,Answer exten => 2,2,system(/opt/swift/bin/swift "hello world") exten=> 2,3,Hangup() Mahmoud Badran ATSI Tel: +20 2 607 8917 Fax: +20 2 607 9178 gsm:...
2016 Sep 28
2
Xcode issues
On Wed, Sep 28, 2016 at 11:13:35AM -0700, Mehdi Amini wrote: > > > On Sep 28, 2016, at 11:00 AM, Rinaldini Julien via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > Hi, > > > > I’m using llvm+clang (+ a wrapper for swift that allow me to use my clang to compile swift files) inside Xcode and I have encountered two issues with the new clang 3.9 and Xcode 8: > > > > 1) when compiling with the deployment target set to 10.0, I got this error: clang-3.9: error: invalid version number in '-miphoneos-versi...
2014 Jun 11
7
[LLVMdev] [ADVERTISEMENT] open positions in Apple's Swift compiler team
On Jun 10, 2014, at 5:36 PM, C. Bergström <cbergstrom at pathscale.com> wrote: > On 06/11/14 06:58 AM, Ted Kremenek wrote: >> ** NOTE: This is a compiler job announcement. ** >> >> The Apple Source Languages team is looking for exceptional engineers to work on the Swift programming language: > Maybe this has been asked already and I missed it - Will Swift be open source? At this time, we honestly don't know the answer yet to that question.
2012 Feb 08
11
define hostclass with special characters
Hi, I need to define the hostclass with special character for ex: "swift::proxy-ring" I have tried following ways but not worked: 1) hostclass :swift::proxy-ring do 2) hostclass ''swift::proxy-ring'' do 3) hostclass "swift::proxy-ring" do When I am using the 2 and 3 options it is giving following erroe: undefined method `[]''...
2014 Jun 11
2
[LLVMdev] [cfe-dev] [ADVERTISEMENT] open positions in Apple's Swift compiler team
...cbergstrom at pathscale.com>> wrote: > > > On 06/11/14 06:58 AM, Ted Kremenek wrote: > >> ** NOTE: This is a compiler job announcement. ** > >> > >> The Apple Source Languages team is looking for exceptional > engineers to work on the Swift programming language: > > Maybe this has been asked already and I missed it - Will Swift > be open source? > > At this time, we honestly don't know the answer yet to that question. > > > Ted, we've routinely pushed back strongly against job postings for...
2007 Oct 22
1
app_swift issues
Hi all, i'm trying to integrate cepstral and asterisk, and i have a problem i'd appreciate any help with (i know it's a bit tangential, but i figure this is the place with the most knowledge of app_swift and asterisk). I've installed swift from cepstral.com with alison's voice, and it works fine, from the command line i can do swift "hello there" -o test.wav and then i play the wav and it includes the text. All good. I've also installed app_swift according to the instructions...
2017 Sep 18
1
llvm-link: Missing Dwarf DIE references
...g an issue combining bitcode files for the purpose of generating the combined bitcodes as a single bitcode file. I would like to have any pointers to help me debug this or maybe it has been seen before and a fix is either being worked on or is done. I am using the Xcode 9.0 compiler. I believe the Swift code is 3.x. I have reproduced this using the tot llvm-link. The input modules are from Swift (LucidDreams) and have been compiled -O. The problem doesn't seem to exist when they are compiled -Onone. The llvm-link occurs without error and the subsequent compilation also seems to go fine, but...