search for: registerallocatephysreg

Displaying 14 results from an estimated 14 matches for "registerallocatephysreg".

2011 Jul 08
0
[LLVMdev] LLVM on ARM testing.
On Fri, Jul 8, 2011 at 9:30 AM, Karel Gardas <karel.gardas at centrum.cz> wrote: > On 07/ 8/11 05:26 PM, Eli Friedman wrote: >> >> Given that revision range, the only remotely likely culprit is 131463. >>  Which basically means that it "broke" because the default target >> features changed. > > And you are right here. 131463 == 131464 which is
2011 Jul 08
3
[LLVMdev] LLVM on ARM testing.
On 07/ 8/11 05:26 PM, Eli Friedman wrote: > Given that revision range, the only remotely likely culprit is 131463. > Which basically means that it "broke" because the default target > features changed. And you are right here. 131463 == 131464 which is buggy. 131462 is OK. Thanks, Karel
2011 Nov 04
7
[LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
...nEngine/2003-05-06-LivenessClobber.ll LLVM :: ExecutionEngine/2003-05-07-ArgumentTest.ll LLVM :: ExecutionEngine/2003-06-04-bzip2-bug.ll LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll LLVM :: ExecutionEngine/2003-08-21-EnvironmentTest.ll LLVM :: ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll LLVM :: ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll LLVM :: ExecutionEngine/2005-12-02-TailCallBug.ll LLVM :: ExecutionEngine/hello.ll LLVM :: ExecutionEngine/hello2.ll LLVM :: ExecutionEngine/stubs.ll LLVM :: ExecutionEngine/test-call.ll LLVM...
2012 Jun 19
2
[LLVMdev] mc jit
...ocBug.ll LLVM :: ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll LLVM :: ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll LLVM :: ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll LLVM :: ExecutionEngine/MCJIT/2003-08-21-EnvironmentTest.ll LLVM :: ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll LLVM :: ExecutionEngine/MCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll LLVM :: ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll LLVM :: ExecutionEngine/MCJIT/2007-12-10-APIntLoadStore.ll LLVM :: ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll LLVM :: Execut...
2011 Nov 04
0
[LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
...ivenessClobber.ll >    LLVM :: ExecutionEngine/2003-05-07-ArgumentTest.ll >    LLVM :: ExecutionEngine/2003-06-04-bzip2-bug.ll >    LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll >    LLVM :: ExecutionEngine/2003-08-21-EnvironmentTest.ll >    LLVM :: ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll >    LLVM :: > ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll >    LLVM :: ExecutionEngine/2005-12-02-TailCallBug.ll >    LLVM :: ExecutionEngine/hello.ll >    LLVM :: ExecutionEngine/hello2.ll >    LLVM :: ExecutionEngine/stubs.ll >    LLVM :: Execution...
2013 Jun 05
0
[LLVMdev] More ExecutionEngine XPASS on ARM
...but only on Release mode, not Release+Assert: $ grep XPASS final/logs/llvm.check-Phase3-Release.log XPASS: LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll (10862 of 14500) XPASS: LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll (10868 of 14500) XPASS: LLVM :: ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll (10870 of 14500) Any ideas why this is the case? cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130605/14d969e7/attachment.html>
2013 Jun 10
0
[LLVMdev] EE/MCJIT XPASS on ARM
...ing release mode, 4 tests XPASS on ARM and I'm guessing is because they were relying on the assert being hit. Unexpected Passing Tests (4): LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll LLVM :: ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll LLVM :: ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll Does anyone know what would be another way of testing this on Release mode? Shouldn't we also fail (stop, return non-zero) in Release mode as well? Funny, though, ExecutionEngine/2003-05-06-LivenessClobber.ll does print a...
2013 Dec 06
0
[LLVMdev] Disabling assertions fixes some XFAILs on ARMv7
Hi, This is true for release_34 and trunk. Disabling assertions makes the following tests pass: Unexpected Passing Tests (5): LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll LLVM :: ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll LLVM :: ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll LLVM :: ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131206/ab8be70a/attachment.html>
2012 Jun 19
0
[LLVMdev] mc jit
On Mon, Jun 18, 2012 at 04:56:53PM -0700, reed kotler wrote: > I don't see any tests in either test or test-suite for -use-mcjit. For ARM, we need to manually switch to use mcjit, say $ make check-all LIT_ARGS=--param=jit_impl=mcjit Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799
2012 Jun 19
0
[LLVMdev] mc jit
...ecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll > LLVM :: ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll > LLVM :: ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll > LLVM :: ExecutionEngine/MCJIT/2003-08-21-EnvironmentTest.ll > LLVM :: ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll > LLVM :: > ExecutionEngine/MCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll > LLVM :: ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll > LLVM :: ExecutionEngine/MCJIT/2007-12-10-APIntLoadStore.ll > LLVM :: ExecutionEngine/MCJIT/2008-06-05-APInt-Ove...
2011 Nov 04
1
[LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
...t;>    LLVM :: ExecutionEngine/2003-05-07-ArgumentTest.ll >>    LLVM :: ExecutionEngine/2003-06-04-bzip2-bug.ll >>    LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll >>    LLVM :: ExecutionEngine/2003-08-21-EnvironmentTest.ll >>    LLVM :: ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll >>    LLVM :: >> ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll >>    LLVM :: ExecutionEngine/2005-12-02-TailCallBug.ll >>    LLVM :: ExecutionEngine/hello.ll >>    LLVM :: ExecutionEngine/hello2.ll >>    LLVM :: ExecutionEngine/stubs.ll &...
2012 Jun 18
4
[LLVMdev] mc jit
I don't see any tests in either test or test-suite for -use-mcjit. Are we not testing this yet? There are lots of other llc options. What is our plan for testing these?
2011 Dec 15
2
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...2003-05-11-PHIRegAllocBug.ll LLVM : : ExecutionEngine/2003-06-04-bzip2-bug.ll LLVM : : ExecutionEngine/2003-06-05-PHIBug.ll LLVM : : ExecutionEngine/2003-08-15-AllocaAssertion.ll LLVM : : ExecutionEngine/2003-08-21-EnvironmentTest.ll LLVM : : ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll LLVM : : ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll LLVM : : ExecutionEngine/2005-12-02-TailCallBug.ll LLVM : : ExecutionEngine/hello.ll LLVM : : ExecutionEngine/hello2.ll LLVM : : ExecutionEngine/simplesttest.ll LLVM : : ExecutionEngi...
2009 Feb 23
1
[LLVMdev] 2.5 Pre-release2 available for testing
On Mon, Feb 23, 2009 at 12:12 AM, Aaron Gray < aaronngray.lists at googlemail.com> wrote: > On Sun, Feb 22, 2009 at 11:15 PM, Anton Korobeynikov < > anton at korobeynikov.info> wrote: > >> >> Actually its [configure-stage3-intl] where its hanging. >> >> This can easily be due to inline FP math in the stdlib headers. For >> example - I had to