search for: bitrig

Displaying 9 results from an estimated 9 matches for "bitrig".

Did you mean: bierig
2017 Aug 02
2
llvm-trunk errors with gcc-5.3.0 on SuSE Linux
...unsigned ArchKind = llvm::ARM::AK_ARMV4T; ^ /export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void {anonymous}::ARMTargetInfo::setABIAAPCS()': /export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp:5180:22: error: 'Bitrig' is not a member of 'llvm::Triple' T.getOS() == llvm::Triple::Bitrig) ^ /export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void {anonymous}::ARMTargetInfo::setArchInfo()': /export2/src/llvm-trunk/llvm/tools/clang...
2015 Apr 10
2
[LLVMdev] MMX/SSE subtarget feature in IR
...4 in 64-bit mode. if (Is64Bit) return "x86-64"; switch (Triple.getOS()) { case llvm::Triple::FreeBSD: case llvm::Triple::NetBSD: case llvm::Triple::OpenBSD: return "i486"; case llvm::Triple::Haiku: return "i586"; case llvm::Triple::Bitrig: return "i686"; default: // Fallback to p4. return "pentium4"; } } Is there any 32-bit CPU with MMX feature but without SSE feature? Can it be done as follows : $ clang 1.c -mmmx -mno-sse -emit-llvm -S -target i386. My intention is to generate IR for x8...
2015 Apr 09
2
[LLVMdev] MMX/SSE subtarget feature in IR
Thanks Kevin for the reply. I got the point now :) On 10 Apr 2015 00:18, "Smith, Kevin B" <kevin.b.smith at intel.com> wrote: > For x86_64 ABI, a minimum feature set of SSE2 is required. > > > > Kevin > > > > *From:* llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On > Behalf Of *suyog sarda > *Sent:* Thursday, April 09,
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello, would it be possible to update config.sub and config.guess to the latest versions (or at least version from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU? Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284 Thanks, Petr
2012 Aug 02
0
[LLVMdev] pods
I checked all of the man pages generated using Sphinx and I thought that: 1. They all looked mostly identical. 2. When they didn't, I was equally happy with the Sphinx output. Can you provide two specific .1 files one from POD and one from Sphinx that shows an issue you are concerned about. I haven't encountered problems with "Sphinx crashing" generating man pages. This
2012 Aug 02
1
[LLVMdev] pods
...ked mostly identical. > > 2. When they didn't, I was equally happy with the Sphinx output. I couldn't get Sphinx to work. It would always bomb out so I gave up. Also sphinx is pretty heavy weight which is not helpful for our environment. We use clang/llvm as the base compiler for bitrig and we use packages to do binary distribution. Every additional run/compile time tool we have to add is one too many for various reasons. I used rst2man and it missed some bits and pieces and pages like llvm-nm were mangled pretty good. I did see that there is a new version of it so I will t...
2012 Aug 02
2
[LLVMdev] pods
To my absolute dismay I found out that the latest llvm docs are in rst format. I tried a couple of rst to man converters and the results are pretty bad. rst2man sort of works but spits out a lot of errors and the man pages don't look very good. sphinx crashes and is really too heavy. pandoc, haskell, right. I'd like to plead with the forces that be to bring back the pods. Pods
2017 Oct 01
2
load with alignment of 1 crashes from being unaligned
...Enumerator(name: "haiku", value: 16) !25 = !DIEnumerator(name: "minix", value: 17) !26 = !DIEnumerator(name: "rtems", value: 18) !27 = !DIEnumerator(name: "nacl", value: 19) !28 = !DIEnumerator(name: "cnk", value: 20) !29 = !DIEnumerator(name: "bitrig", value: 21) !30 = !DIEnumerator(name: "aix", value: 22) !31 = !DIEnumerator(name: "cuda", value: 23) !32 = !DIEnumerator(name: "nvcl", value: 24) !33 = !DIEnumerator(name: "amdhsa", value: 25) !34 = !DIEnumerator(name: "ps4", value: 26) !35 =...
2015 May 29
16
Call for testing: OpenSSH 6.9
Hi, OpenSSH 6.9 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is