Displaying 20 results from an estimated 4000 matches similar to: "Command and Counquer 2 ?"
2017 Mar 14
2
Distributing llc and opt with own package?
> On Mar 14, 2017, at 3:02 AM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>>
>> On Mar 11, 2017, at 4:30 PM, Moritz Angermann via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hi Matthias,
>>
>> what I’m observing right now is that replacing opt+llc with an clang invocation, and
>> subsequently fewer intermediate files,
2002 Jan 03
0
Directsound deadlocks
Yesterday I've tried to get Diablo II working under Wine (Codeweavers
preview version), and it constantly crashed (or better, seemed to get
stuck in a deadlock) during startup. It was during a DirectSound
SetCooperativeLevel call, and the console kept saying 'timed out.
waiting 60 secs'.
Now, I'm using ALSA with OSS emulation (through the snd-pcm-oss kernel
module) and a
2017 Mar 12
3
Distributing llc and opt with own package?
Hi Matthias,
what I’m observing right now is that replacing opt+llc with an clang invocation, and
subsequently fewer intermediate files, increases the consumed time with -O0 by 200%.
We used to always run opt with -mem2reg -globalopt, and I believe those are not part
of -O0 (is there an easy way to list all passes that -OX flags to clang imply for the
optimizer and code gen?).
Could the IR imply
2017 Mar 07
2
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
I suspect that the format isn't important if you do that, but I wouldn't
recommend it, at least because inlining (and other inter-procedural
optimizations) are not expected to work correctly if you produce IR like
that.
Peter
On Mon, Mar 6, 2017 at 6:44 PM, Moritz Angermann <moritz.angermann at gmail.com
> wrote:
> Peter,
>
> thanks again! Yes, we only need to refer to
2017 Mar 11
2
Distributing llc and opt with own package?
Hi Matthias,
I’m trying to see if I can make do with the clang interface only.
How do I pass flags to opt or llc? Say I want to enable/disable tbaa,
which could be done with `--enable-tbaa=true/false` or `-mem2reg` or
`-globalopt`? Would the `-llvm` switch be, what I’m looking for or the
`-Xclang`, or something else entirely?
Cheers,
Moritz
> On Mar 11, 2017, at 2:26 AM, Matthias Braun
2017 Sep 26
1
Difference between -mattr=+soft-float and -float-abi=soft
Hi Tim,
Ohh, I completely forgot to attach the source. Running this with:
$ llc -O2 -mcpu=generic HeapStackCheck.ll -mattr=+soft-float -o HeapStackCheck.s
results in
0 llc 0x000000010fea65e6 llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 37
1 llc 0x000000010fea5b3a llvm::sys::RunSignalHandlers() + 83
2 llc
2017 Mar 07
4
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
Firstly, do you need "main.dsp" defined as an external symbol, or can all
external references go via "main"? If the answer is the latter, that will
make the solution simpler.
If only the latter, you will need to make a change to LLVM here:
http://llvm-cs.pcc.me.uk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp#650
Basically you would need to add a hook to the TargetLoweringObjectFile
2017 Mar 07
2
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
On Mon, Mar 6, 2017 at 5:54 PM, Moritz Angermann <moritz.angermann at gmail.com
> wrote:
> Hi Peter,
>
> I’ve just experimented with this a bit:
>
> Say we would end up with the following assembly:
>
> .section __TEXT,__text
> .globl _main
>
> .long 1
> _main:
> inc %eax
> ret
>
> .globl _main.dsp
> .alt_entry _main.dsp
2016 Jul 04
2
Simple program fails to compile depending on target os
Thanks!
I also found test/CodeGen/ARM/ghc-tcreturn-lowered.ll, which tests only for thumbv7-eabi,
so, i tried a few more variations:
[x] arm64-apple-ios
[x] arm64-apple-ios7.0.0
[x] arm64-apple-darwin
[x] armv7-apple
[x] thumbv7-apple
[x] thumbv7-apple-darwin
[x] i386-apple-ios
[x] i386-apple-darwin
[f] thumbv7-apple-ios
[f] thumbv7-apple-ios7.0.0
[f] armv7-apple-ios
I’ve also just build a
2002 Jul 19
0
running both wine and winex
Hi there !
You are very likely using CVS.
try this:
compile and install wine:
./configure --prefix=/usr/wine
make depend
make
make install
compile and install winex:
./configure --prefix=/usr/winex
make depend
make
make install
do NOT add /usr/wine/bin and /usr/winex/bin to $PATH
do NOT add /usr/wine/lib and /usr/winex/lib to $LD_LIBRARY_PATH
then create the following two scripts in your
2001 Nov 16
1
WineX compile errors
when I try to compile WineX using ./tools/wineinstall or
./configure
make depend
make
I end up with the following error:
make[3]: Entering directory
`/home/raellis/downloads/winex-20010928cvs/graphics'
make[3]: *** No rule to make target `depend'. Stop.
make[3]: Leaving directory
`/home/raellis/downloads/winex-20010928cvs/graphics'
make[2]: *** [../../graphics/__depend__] Error 2
2005 Mar 20
0
[cAos] cAos and CentOS Reorganization
cAos and CentOS administration
20 March 2005
1 Executive Summary
The cAos project, and the CentOS project are being separated into two
trees; Changes which facilitate DNS and mirror master administration
process for easier load management are already complete.
2 Announcement
In the past two years, the concept of truly community based, locally
rebuildable distributions,
2005 Mar 20
0
[cAos] cAos and CentOS Reorganization
cAos and CentOS administration
20 March 2005
1 Executive Summary
The cAos project, and the CentOS project are being separated into two
trees; Changes which facilitate DNS and mirror master administration
process for easier load management are already complete.
2 Announcement
In the past two years, the concept of truly community based, locally
rebuildable distributions,
2002 Mar 07
2
IE ?
hmm i have problems with my websites in IE. so i though of installing
it.
i got a few problems. ( IE wants to be installed over the net ) and with
wine that seems not to be possible... also wine has some problems with
my reiserfs partitions !? or what is it what it tells me ?
anyway ? can some one hand me a short tutorial on how to get wine to
work with IE !?
-moritz
thanks
-------------- next
2004 Dec 15
0
Exciting news about cAos & CentOS - Please read
I have the great pleasure to announce that the cAos Foundation has
been given the right to an exhibitor booth at the upcoming LinuxWorld
Expo in Boston, Massachusetts from February 15th - 17th. (More info
here: http://www.linuxworldexpo.com/live/12/events/12BOS05A).
This is a awesome opportunity to further cAos and CentOS linux. But I
do not feel that we should give 1/2 an effort. I feel that
2002 Aug 11
4
Wine license issues
> ok,
> This is something I want to ask for some time now :)
> Does this mean that License issues works with wine as it
> works with the Linux kernel?
> The Linux kernel is GPLed, however if a module (driver) is
> dynamic loadable, it can have a proprietary license.
> Is this the way it works with wine? The core (wine itself)
> is LGPL, however its modules (builtin
2002 Feb 26
4
How to build WineX???
Hi all,
I took the CVS from WineX (as mentioned on the transgaming.com
Website). I downloaded fine and compiled fine. But: I have only a wine
exec, but no winex. In the tools subfolder, there is a winex. But when
I run it it just states, that some dir´s are missing
(/usr/lib/transgaming and so on). The exec winex is only a script, no
bin. Does somebody know how to build a real winex with DX8
2001 Dec 02
1
Newbie: WineX CVS problem
Hi.
Kernel: 2.4.2
XFree86: 4.0.3
Matrox G200, mga driver
Caldera OL 3.1
Just downloaded WineX from CVS using:
$ cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex login
$ cvs -z3 -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex
co wine
When I try to make, I get this error:
make[2]: Entering directory `/home/eric/wine/dlls/ddraw'
gcc -c -I. -I. -I../../include
2019 Aug 31
0
Singaporean Mr. Teo En Ming's Refugee Seeking Attempts, In Search of a Substantially Better Life
Subject: Singaporean Mr. Teo En Ming's Refugee Seeking Attempts, In
Search of a Substantially Better Life
In reverse chronological order:
[1] Petition to the Government of Taiwan for Refugee Status, 5th
August 2019 Monday
Photo #1: At the building of the National Immigration Agency, Ministry
of the Interior, Taipei, Taiwan, 5th August 2019
Photo #2: Queue ticket no. 515 at the National
2002 Aug 10
0
new quartz dll
> On Fri, 9 Aug 2002, Mark Hannessen wrote:
> He there !!
>
> i just found out that transgaming has a new "quartz dll" in there CVS.
> it apears to use ffmpeg libavcodec.
>
> the good news:
> libavcodec is LGPL !!!
>
> so there is a good chance that the entire quartz dll is going to be LGPL
> Going to be? It has been for a while already... from the