Displaying 20 results from an estimated 6000 matches similar to: "[LLVMdev] LLVM 3.4 RC3 fails to run on Win32"
2014 Jan 24
3
[LLVMdev] RFC: Using hashing for switch statements
Hi folks,
here is a short RFC regarding hashing for the implementation of switch
statements and my preliminary patch.
I posted this patch on 2014-01-16 21:58 at llvm-commits at cs.uiuc.edu. You
can find a copy e.g. on
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140113/201782.html.
Best regards
Jasper
===
Preliminary: Special identifiers
n number of given switch labels
2014 Jan 18
2
[LLVMdev] Scheduling quirks
Hello all!
When I compile the following more or less stupid functions with
clang++ -O3 -S test.cpp
===>
int test_register(int x) {
x ^= (x >> 2);
x ^= (x >> 3);
x = x ^ (x >> 4);
int y = x; x >>= 5; x ^= y; // almost the same but explicit
return x;
}
int test_scheduler(int x) {
return ((x>>2) & 15) ^ ((x>>3) & 31);
}
2014 Jan 10
2
[LLVMdev] Quirk in switch lowering
Hello Rafael, hello all!
> Would you mind reporting a bug in llvm.org/bugs?
I have already done so, see the following entries:
http://llvm.org/bugs/show_bug.cgi?id=18347
http://llvm.org/bugs/show_bug.cgi?id=18348
http://llvm.org/bugs/show_bug.cgi?id=18349
Best regards
Jasper Neumann
2013 Dec 24
2
[LLVMdev] Quirk in switch lowering
Hello all,
in SelectionDAGBuilder::handleBTSplitSwitchCase
(lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp) seems to be a quirk
which can effectively create an else-if chain from a very sparse switch
statement instead of a balanced binary tree.
A possible solution is to weight an isolated single switch label with 0.
To do this one can replace the assignments to LDensity und RDensity by:
2014 Jan 11
3
[LLVMdev] Quirk in switch lowering
Hello Anton!
> Some of the behavior seen there was for a purpose,
> like the heuristics to overcome different problems.
> I have to remember all the details :)
I have read your article "Improving Switch Lowering for The LLVM
Compiler System" and thought that the selection mechanism works out
well; by chance however I found that this mechanism does not work as
designed if
2005 Mar 23
1
mod_ntlm_winbind authentication issues
Attempting to use mod_ntlm_winbind to provide passthrough
authentication to an apache vhost, I'm running into a problem that I
hope is merely me misunderstanding the proper setup...
The details:
serverside:
freebsd 4.10-p3
mod_ntlm_winbind.c rev 117 from svn
samba 3.0.11 from freebsd ports
apache 1.3.33+mod_ssl from freebsd ports
Windows 2000 Server SP4
clientside:
Windows XP SP2
2011 Oct 12
2
Error when trying to run DivX player
I successfully installed DivX player 6.6 using wine. But when I try to open the player, I get the following errors.
Code:
err:module:find_forwarded_export function not found for forward 'msvcrt.__CxxFrameHandler3' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export
2012 Mar 31
20
Need help with a windows app
so i was trying to run a game and when i ran it via terminal i got some answers why.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub!
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0001: stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
wine: Unhandled exception
2010 Dec 06
12
FSX install... Failure
Hey guys I desperately want to install FSX, please don't post anything referring me to another sim, I already have it on another comp and I want to link them, I decided to use linux(Ubuntu 10.1) on this machine(programming reasons) so using wine that I installed three days ago, should have Wine triks, I attempted to install FSX but I got err. 1603.
Help please?
2011 Sep 07
1
Haven't been able to completely install Dragon NaturallySpeaking for several weeks
<head><style>body{font-family: Geneva,Arial,Helvetica,sans-serif;font-size:9pt;background-color: #ffffff;color: black;}</style></head><body id="compText">Several weeks ago, wine made changes that stopped the audio working for me, and I had to stop using NatSpeak. <br>I deleted my wine prefix at some point. <br>In the last day or so, I''ve
2006 Jul 22
1
R shutdown
Dear R Users,
I run simulation that takes very long time (R 2.2.1, Win XP pro., Rgui SDI
mode, editor Tinn-R).
It's happened that R shuts down and Windows display the message: Rgui.exe
makes an error and the application will shut down. Unfortunately everything
I lost. Below I paste the message that is created when error appear. Maybe
You as an expert will figure out what is happening to me.
2011 Jun 13
5
New to Wine...and already in trouble...
Hi
I've installed Wine on my openSUSE 11.3 x64 box. I'm trying to install Sage Instant accounts but keep getting the Error 1628 message.
I've been searching most of the evening and trying the various fixes (run from command line, rename the InstallerShield folder etc) but to no avail.
Do I just need to accept that Sage Instant won't work and go back to the (slow) VirtualBox?
2003 May 24
1
anyone had success with roller coaster tycoon2 ?
I'm attempting to run Roller Coaster Tycoon2 under wine-20030508 per
these instructions:
http://appdb.winehq.com/appview.php?appId=265&versionId=1573
but i'm not having any luck. When i run "wine --dll dinput=n Rct2.exe"
it fails with the error:
fixme:file:DEVICE_Open Unknown/unsupported VxD DINPUT.VXD. Try setting
Windows version to 'nt40' or 'win31'.
2020 May 27
4
Adobe digital editions?
I had it installed, running under WINE on CentOS 6. Bought a ebook, it
insisted it needed ADE, I d/l from the sellers site... setup.exe won't
run. Tried d/l 4.5 and 3 from Adobe, neither installer works,
The one from their website: file setup.exe
setup.exe: PE32 executable (GUI) Intel 80386, for MS Windows, Nullsoft
Installer self-extracting archive
Anyone run into this yet? I have books
2019 Jun 27
4
LLVM 8.0.1-rc3
Hi,
I've just tagged LLVM 8.0.1-rc3. Testers, please begin testing and report
results.
-Tom
2016 Dec 10
5
3.9.1-rc3 has been tagged
Hi,
I have tagged 3.9.1-rc3. The only differences from -rc2 were a few
bug fixes for ARM/AARCH64, so if you aren't testing either of these
I think it's safe to take this -rc off and what for -final.
I'm hoping to do -final next week after I get the ARM test results.
Thanks,
Tom
2017 Jun 14
5
LLVM 4.0.1 -rc3 has been tagged
Hi,
I just tagged LLVM 4.0.1-rc3, and it's ready for testing. If all goes
well, we will do the final release on Monday.
-Tom
2017 Dec 07
7
5.0.1-rc3 has been tagged
Hi,
I've just tagged 5.0.1-rc3, please test and report the results.
Hopefully, this will be the last RC and the final release will
be next week.
-Tom
2018 Jun 15
7
6.0.1-rc3 has been tagged
Hi,
I've tagged 6.0.1-rc3, which should be the last rc release. If every
thing goes well, 6.0.1-final will be next Thursday. Testers please
test 6.0.1-rc3 and upload the results.
-Tom
2018 Dec 08
5
LLVM 7.0.1-rc3 has been tagged.
Hi,
I've just tagged 7.0.1-rc3. This will hopefully be the last release candidate.
Please test and report results.
Thanks,
Tom