similar to: [LLVMdev] cortex-m{3,4} special registers

Displaying 20 results from an estimated 500 matches similar to: "[LLVMdev] cortex-m{3,4} special registers"

2011 Aug 29
0
[LLVMdev] cortex-m{3,4} special registers
Hi Kurt, The assembly parser doesn't (yet) handle these, you're right. Currently, the MRS instruction is split into two variants in the ARMInstrThumb2.td file, t2MRS and t2MRSsys, one for the user mode version reading cpsr and one for the system mode version reading spsr. MSR, by contrast, has a custom parse method for the mask operand since it's a bit more complex than an either/or.
2011 Aug 30
2
[LLVMdev] cortex-m{3,4} special registers
Hi Kurt, Jim, I took the liberty of working on this today. The patch has become a bit of a frankenpatch, for the reasons listed out below and so I won't be able to submit it until tomorrow. The actual fix itself was very straightforward, but exposed a failing in the FixedLenInstructionDecoder in that it does not support instruction predicates such as "IsThumb2". Generally this is
2011 Aug 31
0
[LLVMdev] cortex-m{3,4} special registers
I can see that I'm totally out of my depth on these changes. While I understand what both Jim Grosbach and James Molloy said, I do not believe I'm capable of producing code that fits into the LLVM ecosystem nicely. -Kurt On Tue, Aug 30, 2011 at 06:15:33PM +0100, James Molloy wrote: > Hi Kurt, Jim, > > I took the liberty of working on this today. > > The patch has become
2011 Aug 17
3
[LLVMdev] svnsync of llvm tree
On Wed, Aug 17, 2011 at 08:47:45PM +0400, Anton Korobeynikov wrote: > Hello Kurt, > > > lidl at hydra-146: svnsync sync file:///p/llvm/svn > > Transmitting file data ....... > > [...] > > ......svnsync: REPORT of 'http://llvm.org/svn/llvm-project/llvm': Could not read chunk size: connection was closed by server (http://llvm.org) > You cannot checkout the
2011 Aug 17
0
[LLVMdev] svnsync of llvm tree
On 17.08.2011, at 11:36, Kurt Lidl <lidl at pix.net> wrote: > Why can't I mirror the whole tree? The original reason for this limitation was that complete checkouts put a lot of stress on the server. We upgraded the server hardware since but I'm not sure whether we can lift the restriction. However, we have official git mirrors of most of the projects on llvm.org, would using
2011 Aug 17
2
[LLVMdev] svnsync of llvm tree
I'm trying to setup a svnsync copy of the entire llvm svn tree. I get the svnsync repository initialized, and then the first 67357 revisions get copied without issue. And then it attempts to get rvisions 67358 from llvm.org, and it fails. Repeatably. It transfers about 22MB of data for this revision, and then dies: lidl at hydra-146: svnsync sync file:///p/llvm/svn Transmitting file data
2004 Apr 15
2
T1 Line install.. (UK Muppet)
Hi all, Muppet from the UK asking for help We are just about to have a T1 line installed in our office in Dallas and "Advantex" the supplier has sent a questionnaire asking a number of questions. I have put the question area at the bottom of the email, we will be using Digium's hardware. could anybody help :-) In the UK when I asked for a E1, number of trunks required and the
2013 Jul 18
2
[LLVMdev] clang searching for many linux directories that do not exist on FreeBSD host
Greetings - I'm a user of clang (3.3), as it is the system compiler for my installation of FreeBSD. (In FreeBSD 10, it will be the default compiler, but that's not my point.) My system identifies itself as: FreeBSD 9.2-PRERELEASE #0: Tue Jul 16 13:00:08 EDT 2013 lidl at nine0:/usr/obj/usr/src/sys/GENERIC Recently, in preparation for the upcoming 9.2 release, they imported the llvm
2011 Aug 17
0
[LLVMdev] svnsync of llvm tree
Hello Kurt, > lidl at hydra-146: svnsync sync file:///p/llvm/svn > Transmitting file data ....... > [...] > ......svnsync: REPORT of 'http://llvm.org/svn/llvm-project/llvm': Could not read chunk size: connection was closed by server (http://llvm.org) You cannot checkout the whole llvm repository. Only trunk or separate tags/branches. -- With best regards, Anton Korobeynikov
2011 Aug 29
2
[LLVMdev] svnsync of llvm tree
On Wed, Aug 17, 2011 at 01:47:02PM -0700, Benjamin Kramer wrote: > On 17.08.2011, at 11:36, Kurt Lidl <lidl at pix.net> wrote: > > > Why can't I mirror the whole tree? > > The original reason for this limitation was that complete checkouts > put a lot of stress on the server. While I agree bootstrapping a new mirror from scratch is time and resource consuming,
2017 Aug 05
3
Cross compiling C++ program
On Fri, Aug 04, 2017 at 04:40:44PM -0600, Jonathan Roelofs wrote: > Might be a helpful exercise for you to try building vanilla clang with > runtimes for the host, before worrying about how to build everything for > your baremetal case: > http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary So I did. :o) It was fun realizing how much Release type reduces LD
2018 Sep 19
1
blacklistd support for dovecot
Greetings all! I ported the NetBSD blacklistd support into FreeBSD a while ago (FreeBSD 11.x timeframe). I also added support to several of the system daemons there, so they could all talk to a centralized daemon (blacklistd). One of the third party apps that I added support to was sendmail - that works pretty well. So I'm now finally turning my attention adding blacklistd support to
2013 Jul 19
0
[LLVMdev] clang searching for many linux directories that do not exist on FreeBSD host
On Thu, Jul 18, 2013 at 11:04 AM, Kurt Lidl <lidl at pix.net> wrote: > > Greetings - > > I'm a user of clang (3.3), as it is the system compiler for my > installation of FreeBSD. (In FreeBSD 10, it will be the default > compiler, but that's not my point.) My system identifies itself > as: > > FreeBSD 9.2-PRERELEASE #0: Tue Jul 16 13:00:08 EDT 2013 >
2017 Aug 04
3
Cross compiling C++ program
You may also take a look at the ELLCC project (www.ellcc.org <http://www.ellcc.org/>). As far as I understand it they produce and package cross toolchains for a number of popular targets. - Matthias > On Aug 4, 2017, at 12:54 PM, Jonathan Roelofs via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On 8/4/17 1:14 PM, Goran Mekić via llvm-dev wrote: >> On
2012 Feb 06
1
ggplot2 geom_polygon fill
Hi everyone, i've been trying to make a special plot with ggplot2, but I can't get it to fill the polygon I'd like to see filled so very very much. I want to display the difference or change in the distribution of the modified Rankin Scale between two groups. mRS is a scale for disability or daily activities competence. It looks like this.
2009 Feb 03
2
[LLVMdev] rol/ror llvm instruction set
Hi, I was looking around the LLVM instruction set and I failed to find ROL and ROR instructions. Is there any plans on adding these instructions to LLVM? The reason that I am asking is for cryptographical algorithms which are becoming ever more important rotation is a major operation. Thus including such instruction could reduce 3 instructions {shl, shr, or} into {rol | ror} which could gain
2009 Oct 09
2
[LLVMdev] fudging the top-level Makefile
On Oct 8, 2009, at 5:18 PM, Mike Stump wrote: > On Oct 8, 2009, at 4:52 PM, Stuart Hastings wrote: >> Currently, to get LLVM to build "Apple-style," it's necessary to >> copy two files (utils/buildit/GNUmakefile and utils/buildit/ >> build_llvm) into the top-level directory. > > Why not: > > $ RC_ARCHS="x86" make > echo Apple Build.
2013 Jul 17
0
[LLVMdev] Help with subtarget features and context-dependent asm parsers
> /tmp/foo.s:1:2: error: instruction requires: distinct-ops > sllk %r2,%r3,1 > ^ That seems like it would be a good improvement for all targets. > ARM seems to rely on the current MatchOperandParserImpl() behaviour, > so I'm not going to suggest changing it unconditionally. Presumably you switched it and looked at what fell over; do you remember what kind
2009 Jan 28
3
[LLVMdev] [cfe-commits] r63168 - /cfe/trunk/Driver/clang.cpp
2009/1/28 Mike Stump <mrs at apple.com>: > Author: mrs > Date: Tue Jan 27 20:43:35 2009 > New Revision: 63168 > > URL: http://llvm.org/viewvc/llvm-project?rev=63168&view=rev > Log: > Add a preliminary version number. > > Modified: > cfe/trunk/Driver/clang.cpp > > Modified: cfe/trunk/Driver/clang.cpp > URL:
2014 Jan 03
2
Question about --files-from= and folder structure
I'm writing a script to sync some mp3 files. Due to a limitation in the number of destination files that can be read from my thumb drive, I'm not looking to preserve the original file structure (actually, I'm looking to sync *only the files* to the new destination directory). The source files are all subfolders under /backup/Music: ./Adrian Legg/Mrs. Crowe's Blue Waltz/Paddy