search for: getcpunam

Displaying 6 results from an estimated 6 matches for "getcpunam".

Did you mean: getcpuname
2019 Mar 26
2
Generating object files more efficiently
...on behalf of Craig Topper via llvm-dev <llvm-dev at lists.llvm.org> Sent: Monday, March 25, 2019 11:37 AM To: Alec Ari Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Generating object files more efficiently There's a function in lib/Driver/ToolChains/CommonArgs.cpp called tools::getCPUName that needs to be implemented for each target to determine how to process -mcpu/-march You might be able to bypass that for testing purposes by adding "-Xclang -target-cpu -Xclang mycpu" to your driver command line. ~Craig On Mon, Mar 25, 2019 at 11:24 AM Alec Ari via llvm-dev <llv...
2019 Mar 24
2
Generating object files more efficiently
Hi, XYZ is your actual architecture? Are you trolling? Alec
2018 Dec 19
2
Command line -mcpu= and -march=
Hi I'm doing a port of Clang/LLVM - purely for the educational value - to the MC6809 (and HD6309 as a dub target) processors. I'll also want to eventually provide direct support for the AM9511 floating-point coprocessor as an option. I'm working with bleeding-edge code from the Git mirror. I've made some pretty decent progress; I copied the llvm/lib/Targets/MSP430 Target to
2019 Mar 26
2
Generating object files more efficiently
...n behalf of Craig Topper via llvm-dev <llvm-dev at lists.llvm.org> Sent: Monday, March 25, 2019 11:37 AM To: Alec Ari Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Generating object files more efficiently There's a function in lib/Driver/ToolChains/CommonArgs.cpp called tools::getCPUName that needs to be implemented for each target to determine how to process -mcpu/-march You might be able to bypass that for testing purposes by adding "-Xclang -target-cpu -Xclang mycpu" to your driver command line. ~Craig On Mon, Mar 25, 2019 at 11:24 AM Alec Ari via llvm-dev &...
2015 Jul 01
2
[LLVMdev] [cfe-dev] llvm-abi: A library for generating ABI-compliant LLVM IR
...as some logic in lib/Basic/Targets.cpp to determine CPU > features, but LLVM also does the same task in its backend. Would it be > possible to modify LLVM to expose this logic and modify Clang to use > that? > * (Slightly modified) Clang has some logic in lib/Driver/Tools.cpp > ('getCPUName') for selecting a generic CPU. Would it be sensible to > expose this in a header in include/clang/Driver/? > > > Refactor the logic in Clang's lib/CodeGen/TargetInfo.cpp so that it can > be used by external clients (just as Clang's AST headers are available to > exter...
2015 Jun 29
3
[LLVMdev] [cfe-dev] llvm-abi: A library for generating ABI-compliant LLVM IR
On Tue, 30 Jun 2015 at 06:02 Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Stephen Cross" <scross at scross.co.uk> > > To: "Reid Kleckner" <rnk at google.com> > > Cc: "Clang Developers List" <cfe-dev at cs.uiuc.edu>, "LLVM Developers > Mailing List" <llvmdev at