search for: auroraux

Displaying 20 results from an estimated 47 matches for "auroraux".

Did you mean: aurora
2009 Oct 13
1
[LLVMdev] AuroraUX detection in configure.ac
...eded his configure.ac changes autogened. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091013/a6819944/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: auroraux.patch Type: text/x-patch Size: 9004 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091013/a6819944/attachment.bin>
2009 Sep 23
2
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
...apple.com>: > Sounds like your system compiler doesn't support gcc-style builtin atomics. > Please use a different compiler? > > Shantonu > > Sent from my MacBook > > On Sep 22, 2009, at 7:54 PM, Edward O'Callaghan wrote: > >> Breaks Builds on Solaris and AuroraUX with: >> >> bash-3.2$ make >> Scanning dependencies of target BlocksRuntime >> [  1%] Building C object >> BlocksRuntime/CMakeFiles/BlocksRuntime.dir/runtime.c.o >> >> /export/home/edward/lab/llvm/build/compiler-rt/BlocksRuntime/runtime.c:77:2: >> err...
2009 Nov 12
1
[LLVMdev] Google's Go
...> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > > > -- > -- > Edward O'Callaghan > http://www.auroraux.org/ > eocallaghan at auroraux dot org > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2009 Sep 23
2
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
...iltin >>> atomics. >>> Please use a different compiler? >>> >>> Shantonu >>> >>> Sent from my MacBook >>> >>> On Sep 22, 2009, at 7:54 PM, Edward O'Callaghan wrote: >>> >>>> Breaks Builds on Solaris and AuroraUX with: >>>> >>>> bash-3.2$ make >>>> Scanning dependencies of target BlocksRuntime >>>> [  1%] Building C object >>>> BlocksRuntime/CMakeFiles/BlocksRuntime.dir/runtime.c.o >>>> >>>> >>>> /export/home/edw...
2009 Sep 23
0
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
...piler doesn't support gcc-style builtin >> atomics. >> Please use a different compiler? >> >> Shantonu >> >> Sent from my MacBook >> >> On Sep 22, 2009, at 7:54 PM, Edward O'Callaghan wrote: >> >>> Breaks Builds on Solaris and AuroraUX with: >>> >>> bash-3.2$ make >>> Scanning dependencies of target BlocksRuntime >>> [ 1%] Building C object >>> BlocksRuntime/CMakeFiles/BlocksRuntime.dir/runtime.c.o >>> >>> /export/home/edward/lab/llvm/build/compiler-rt/BlocksRuntime/...
2009 Sep 15
0
[LLVMdev] Status of blocks runtime in compiler-rt?
...nings I need to fix up in the Blocks code which I have not had time to look into yet. N.B. The CMake build system is not complete yet due to my lack of time, however I am still active, help really welcome ! My main goal is to have Compiler-RT as a highly portable runtime that will build and run on AuroraUX, *BSD, Linux and OSX with lint clean code and zero build warnings. Also, I plan to add SPARC support in the near future if I get time. (As I work on AuroraUX almost full time also.) These are my personal goals working on Compiler-RT. Could you please outline *exactly* what you would like to see h...
2009 Sep 14
3
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
...uld definitely be > useful! > > -Chris > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- -- Edward O'Callaghan http://www.auroraux.org/ eocallaghan at auroraux dot org
2009 Sep 15
2
[LLVMdev] Status of blocks runtime in compiler-rt?
Hi folks, So, various folks are in the process of porting Grand Central Dispatch to FreeBSD (c.f. http://libdispatch.macosforge.org and http://lists.macosforge.org/pipermail/libdispatch-dev for mailing list discussion on the topic) and are making good progress, but one of the issues they're running into is support for Blocks in FreeBSD. On the one hand, they could try and back-port
2009 Sep 23
2
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
Breaks Builds on Solaris and AuroraUX with: bash-3.2$ make Scanning dependencies of target BlocksRuntime [ 1%] Building C object BlocksRuntime/CMakeFiles/BlocksRuntime.dir/runtime.c.o /export/home/edward/lab/llvm/build/compiler-rt/BlocksRuntime/runtime.c:77:2: error: #error unknown atomic compare-and-swap primitive /export/home/edwar...
2009 Nov 10
7
[LLVMdev] Hello!
I'm interested in contributing to LLVM, but I'm a rather bad C/C++ developer. I do most of my work in Ada and was wondering if there was a way to still contribute to something other than the Ada frontend.
2009 Nov 25
0
[LLVMdev] [llvm-commits] [llvm] r89765 - in /llvm/trunk: include/llvm/System/Path.h lib/System/Unix/Path.inc lib/System/Win32/Path.inc
...indeed make more sense in this context. Fixes applied here; LLVM: http://llvm.org/viewvc/llvm-project?view=rev&revision=89848 Clang: http://llvm.org/viewvc/llvm-project?view=rev&revision=89849 Thanks everyone for the feedback, Edward. 2009/11/24 Edward O'Callaghan <eocallaghan at auroraux.org>: > G'Day Daniel, > >> I would prefer this be Path::isRegularFile, that corresponds to a well >> known Unixism (S_ISREG) and avoids creating new terminology. >> Similarly, I don't think it should do anything else -- checking that >> the path is a directo...
2009 Sep 23
0
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
Sounds like your system compiler doesn't support gcc-style builtin atomics. Please use a different compiler? Shantonu Sent from my MacBook On Sep 22, 2009, at 7:54 PM, Edward O'Callaghan wrote: > Breaks Builds on Solaris and AuroraUX with: > > bash-3.2$ make > Scanning dependencies of target BlocksRuntime > [ 1%] Building C object BlocksRuntime/CMakeFiles/BlocksRuntime.dir/ > runtime.c.o > /export/home/edward/lab/llvm/build/compiler-rt/BlocksRuntime/ > runtime.c:77:2: > error: #error unknown atomic co...
2009 Sep 16
3
[LLVMdev] Status of blocks runtime in compiler-rt?
...Blocks code which I have > not had time to look into yet. > N.B. The CMake build system is not complete yet due to my lack of > time, however I am still active, help really welcome ! > > My main goal is to have Compiler-RT as a highly portable runtime that > will build and run on AuroraUX, *BSD, Linux and OSX with lint clean > code and zero build warnings. Also, I plan to add SPARC support in the > near future if I get time. (As I work on AuroraUX almost full time > also.) > > These are my personal goals working on Compiler-RT. > > Could you please outline *exac...
2009 Sep 23
0
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
...>> Please use a different compiler? >>>> >>>> Shantonu >>>> >>>> Sent from my MacBook >>>> >>>> On Sep 22, 2009, at 7:54 PM, Edward O'Callaghan wrote: >>>> >>>>> Breaks Builds on Solaris and AuroraUX with: >>>>> >>>>> bash-3.2$ make >>>>> Scanning dependencies of target BlocksRuntime >>>>> [ 1%] Building C object >>>>> BlocksRuntime/CMakeFiles/BlocksRuntime.dir/runtime.c.o >>>>> >>>>> >&...
2009 Aug 18
0
[LLVMdev] Code Freeze this Friday!!!
...the 2.6 release. > > Thanks! > -Tanya > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- -- Edward O'Callaghan http://www.auroraux.org/ eocallaghan at auroraux dot org
2009 Nov 12
0
[LLVMdev] Google's Go
...257974768&wlc=1258041607&wlc=1258047741 > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- -- Edward O'Callaghan http://www.auroraux.org/ eocallaghan at auroraux dot org
2009 Nov 11
0
[LLVMdev] Hello!
On Tue, Nov 10, 2009 at 11:24 AM, Patrick Kelly <kameo76890 at gmail.com>wrote: > I'm interested in contributing to LLVM, but I'm a rather bad C/C++ > developer. I do most of my work in Ada and was wondering if there was a way > to still contribute to something other than the Ada frontend. > Since I didn't elaborate, specifically I want to work on an Ada back-end.
2009 Aug 17
2
[LLVMdev] Code Freeze this Friday!!!
LLVMers, The 2.6 code freeze is this friday, August 21, at 9pm PDT. All major changes should be checked into SVN at this time. Please monitor the buildbots closely for any failures. I ask you to be very cautious with what you commit to svn over the next few days. This is not the time to be adding experimental code :) Please help us keep LLVM as stable as possible over the next few days.
2009 Aug 22
2
[LLVMdev] Ada bindings side notes.
...things, with my limited understanding of autohell. The other half (hand written Makefile), I need help with. So, the above patch goes with that when its done in future releases. Err, that's all I can think of right now. Cheers, Edward O'Callaghan. -- -- Edward O'Callaghan http://www.auroraux.org/ eocallaghan at auroraux dot org -------------- next part -------------- A non-text attachment was scrubbed... Name: ada-bindings.autohell.llvm.patch Type: application/octet-stream Size: 3439 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090822/508893...
2009 Nov 12
2
[LLVMdev] Google's Go
Any plans to make LLVM work with Google's new language, Go? http://www.technewsworld.com/story/Go-Go-Google-Programming-Language-68622.html?wlc=1257974768&wlc=1258041607&wlc=1258047741