search for: 090321

Displaying 4 results from an estimated 4 matches for "090321".

Did you mean: 0.0321
2009 Apr 01
0
[LLVMdev] What is the state of LLVM's ARM backend
LLVM ARM v6 backend is in fairly good shape. Even the JIT passes nearly the entire llvm test suite. There are some known missing bits: 1. Exception handling 2. Atomic Not sure: 3. Debugging support (should be trivial to hook up if it's not done) Also the thumb backend is not awesome. Its performance is not great. Evan On Apr 1, 2009, at 6:34 AM, Robert Schuster wrote: > Hi, > the
2009 Apr 01
4
[LLVMdev] What is the state of LLVM's ARM backend
Hi, the ARM backend lacks some stuff like support for atomic intrinsics. I learned the hard way (crash). Lately I was told that the ARM backend of LLVM is generally in its early stages of development. I would like to know more about this. Which stuff is missing, known to be unstable and the like. Thanks in advance for taking the time. Regards Robert -------------- next part -------------- A
2010 Feb 17
0
World Basketball Manager. Any possible way to run?
...nager 2009\WBM.exe 1.9.5.2666 C:\WINDOWS\system32\ntdll.dll 5.1.2600.5755 (xpsp_sp3_gdr.090206-1234) C:\WINDOWS\system32\mscoree.dll 2.0.50727.3053 (netfxsp.050727-3000) C:\WINDOWS\system32\KERNEL32.dll 5.1.2600.5781 (xpsp_sp3_gdr.090321-1317) C:\WINDOWS\system32\advapi32.dll 5.1.2600.5755 (xpsp_sp3_gdr.090206-1234) C:\WINDOWS\system32\RPCRT4.dll 5.1.2600.5795 (xpsp_sp3_gdr.090415-1241) C:\WINDOWS\system32\Secur32.dll 5.1.2600.5834 (xpsp_sp3_gdr.090624-1305)...
2009 Apr 08
4
[LLVMdev] What is the state of LLVM's ARM backend
...ne200904/segfault# llvm-as < 2003-05-07-ArgumentTest.ll | lli - test Tried to execute an unknown external function: i32 (i8*)* puts Stack dump: 0. Program arguments: lli - test Aborted The unexpected tests that i have been investigation where those produced by the cfarm-arm nightly tester on 090321. I have uploaded a pdf of the testresult for future reference: http://labb.zafena.se/shark-testing/llvmTestLogs/arm090321.pdf Cheers and have a great day! Xerxes Evan Cheng skrev: > LLVM ARM v6 backend is in fairly good shape. Even the JIT passes > nearly the entire llvm test suite. Ther...