search for: llvminitializesparctargetinfo

Displaying 4 results from an estimated 4 matches for "llvminitializesparctargetinfo".

2017 May 03
3
I want to update WritingAnLLVMBackend document
...the maintainers of AVR target, I want to update WritingAnLLVMBackend document to be familiar with the development of backend, because: 1. The structure of LLVMTargetMachine https://github.com/llvm-mirror/llvm/blob/master/docs/WritingAnLLVMBackend.rst#target-machine has been changed a lot! 2. LLVMInitializeSparcTargetInfo https://github.com/llvm-mirror/llvm/blob/master/docs/WritingAnLLVMBackend.rst#target-registration not mentioned the directory structure: TargetInfo/SparcTargetInfo.cpp 3. There is the Sparc target example in the document, but we could add AVR target as another example Please give me some advic...
2010 Aug 03
2
[LLVMdev] Creating a backend target -- must I modify include/llvm/ADT/Triple.h ?
I'm having a go at writing an LLVM backend for the WDC 65816. The documentation page on writing an LLVM backend<http://llvm.org/docs/WritingAnLLVMBackend.html>gives this example of target registration: extern "C" void LLVMInitializeSparcTargetInfo() { RegisterTarget<Triple::sparc, /*HasJIT=*/false> X(TheSparcTarget, "sparc", "Sparc"); } The part I'm wondering about is Triple::sparc. If I'm writing a target for a different architecture, is it necessary for that architecture to have an ent...
2017 Aug 01
2
[RFC] Profile guided section layout
..._Znwm 3 _ZNSt6vectorIN4llvm15MemoryBufferRefESaIS1_EE19_M_emplace_back_auxIJRKS1_EEEvDpOT_ _Znwm 3 _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_emplace_back_auxIJRKS5_EEEvDpOT_ _Znwm 3 _ZNSt6vectorIN4llvm9StringRefESaIS1_EE19_M_emplace_back_auxIJS1_EEEvDpOT_ _Znwm 3 LLVMInitializeSparcTargetInfo __cxa_guard_release 3 LLVMInitializePowerPCTargetInfo __cxa_guard_release 3 LLVMInitializeBPFTargetInfo __cxa_guard_release 3 LLVMInitializeAArch64TargetInfo __cxa_guard_release 3 LLVMInitializeSparcTargetInfo __cxa_guard_acquire 3 LLVMInitializePowerPCTargetInfo __cxa_guard_acquire 3 LLVMInitializ...
2017 Jul 31
2
[RFC] Profile guided section layout
A rebased version of the lld patch is attached. Cheers, Rafael On 31 July 2017 at 15:11, Rafael Avila de Espindola <rafael.espindola at gmail.com> wrote: > Tobias Edler von Koch <tobias at codeaurora.org> writes: > >> Hi Rafael, >> >> On 07/31/2017 04:20 PM, Rafael Avila de Espindola via llvm-dev wrote: >>> However, do we need to start with