search for: llvminitializepowerpctargetinfo

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

2010 Mar 18
1
[LLVMdev] Turning sub-target features on/off (e.g. Altivec on PowerPC)
...ivec support. Isn't there some kind of autodetection? I searched in Target sources but only found out that Altivec is disabled by default. Can I turn Altivec support on (and off, I need both cases) from the code? Some info: Mono's utilizes LLVM in this way: LLVMInitializePowerPCTarget (); LLVMInitializePowerPCTargetInfo (); ExecutionEngine *EE = ExecutionEngine::createJIT ( ... ); fpm = new FunctionPassManager ( ... ); fpm->add(new TargetData(*EE->getTargetData())); and then uses ExecutionEngine object for compiling functions. -- Regards, Sergei Dyshel -------------- next part -------------- An HTML attach...
2010 Mar 18
1
[LLVMdev] Turning on/off sub-target features (e.g. Altivec on PowerPC)
...ivec support. Isn't there some kind of autodetection? I searched in Target sources but only found out that Altivec is disabled by default. Can I turn Altivec support on (and off, I need both cases) from the code? Some info: Mono's utilizes LLVM in this way: LLVMInitializePowerPCTarget (); LLVMInitializePowerPCTargetInfo (); ExecutionEngine *EE = ExecutionEngine::createJIT ( ... ); fpm = new FunctionPassManager ( ... ); fpm->add(new TargetData(*EE->getTargetData())); and then uses ExecutionEngine object for compiling functions. -- Regards, Sergei Dyshel -------------- next part -------------- An HTML attac...
2017 Aug 01
2
[RFC] Profile guided section layout
...E19_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 LLVMInitializeBPFTargetInfo __cxa_guard_acquire 3 LLVMInitializeAAr...
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