search for: buidbot

Displaying 7 results from an estimated 7 matches for "buidbot".

Did you mean: buildbot
2010 Feb 15
0
[LLVMdev] Botched Build
...ke anything. I even checked the buildbot > > and it looked like it failed before I ever applied anything. Apologies > > for the mix- up. > > FYI, if you want to check the encoding of an instruction, you can do so > with a command like this: Thanks. It's strange that the buidbot shows this test failing long before I made the change. Why would that be? In any event, I've got the problem fixed. It was a cut-n-paste oversight on my part. As for documentation, where should that go in LangRef.html? There's nothing there yet that really talks about special metadata...
2010 Feb 15
4
[LLVMdev] Botched Build
On Feb 15, 2010, at 1:04 PM, David Greene wrote: >> FWIW, this is because you broke the encoding of an instruction in your >> patch. This is incorrect: >> >> +def MOVNTDQ_64mr : PSI<0xE7, MRMDestMem, (outs), (ins f128mem:$dst, >> VR128:$src), + "movntdq\t{$src, $dst|$dst, $src}", >> + [(alignednontemporalstore
2010 Feb 15
3
[LLVMdev] Botched Build
...the buildbot >>> and it looked like it failed before I ever applied anything. Apologies >>> for the mix- up. >> >> FYI, if you want to check the encoding of an instruction, you can do so >> with a command like this: > > Thanks. It's strange that the buidbot shows this test failing long before I > made the change. Why would that be? It didn't. Here's a good build: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/5019 The following two builds are broken by your previous bug: http://smooshlab.apple.com:8010/builders/clang...
2015 May 01
2
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
Hal, On Thu, Apr 30, 2015 at 5:06 PM, Hal Finkel <hfinkel at anl.gov> wrote: > We need to get the build system integration committed and the buildbots > updated to compile it > If you are speaking on libiomp buidbots, they are already established: http://lab.llvm.org:8011/builders/libiomp5-clang-x86_64-linux-debian http://lab.llvm.org:8011/builders/libiomp5-gcc-x86_64-linux-debian Andrey -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-de...
2010 Feb 16
0
[LLVMdev] Botched Build
...d it looked like it failed before I ever applied anything. Apologies > >>> for the mix- up. > >> > >> FYI, if you want to check the encoding of an instruction, you can do so > >> with a command like this: > > > > Thanks. It's strange that the buidbot shows this test failing long > > before I made the change. Why would that be? > > It didn't. Here's a good build: > http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/5019 Well, I can't get there, but... Oh. Buildbot is not displaying what I would exp...
2010 Feb 15
1
[LLVMdev] Botched Build
...the buildbot >>> and it looked like it failed before I ever applied anything. Apologies >>> for the mix- up. >> >> FYI, if you want to check the encoding of an instruction, you can do so >> with a command like this: > > Thanks. It's strange that the buidbot shows this test failing long before I > made the change. Why would that be? > > In any event, I've got the problem fixed. It was a cut-n-paste oversight on > my part. > > As for documentation, where should that go in LangRef.html? There's > nothing there yet that...
2015 Apr 30
17
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
All, I'd like to resurrect the discussion on replacing libgomp with libiomp as the default OpenMP runtime library linked with -fopenmp. For reference, the previous discussion is accessible there: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140217/thread.html#99461 We are very close to getting *full* OpenMP 3.1 specification supported in clang (only one (!) clause is not