Search code examples
How to build a bare metal app for aarch64 using LLVM?...


cassemblyllvmarm64bare-metal

Read More
How do I get the mangled name of a NamedDecl in Clang?...


c++clangllvmname-mangling

Read More
How does the LLVM compiler parse a c struct?...


clangllvmllvm-ir

Read More
Is it considered normal that -nostdlib does not prevent GCC/Clang to generate calls to C standard li...


gccclangllvm

Read More
Getting a lot of Linker errors related to LLVM and clang after built from source code...


c++clangllvmclang++

Read More
Compiling a program that uses PassManagerBuilder with LLVM 17...


llvm

Read More
How can I see printf output when evaluating an expression using the `expr` command in lldb?...


debuggingllvmlldb

Read More
What are the requirements for using `shfl` operations on AMD GPU using HIP C++?...


concurrencyllvmgpgpuamd-gpuhip

Read More
Does the C++ standard allow for an uninitialized bool to crash a program?...


c++llvmundefined-behaviorabillvm-codegen

Read More
Declare string type for parameter in LLVM...


c++compiler-constructionllvmlanguage-design

Read More
Building LLVM for IPU...


llvmipu

Read More
Does clang have function attribute: unroll loop like gcc?...


clangllvm

Read More
ArmClang/ArmLink LTO removes object with __attribute__((used))...


armembeddedllvmltolink-time-optimization

Read More
LLDB pass bash command output as arg to application...


linuxllvmlldb

Read More
How to use native popcount with numba...


pythonllvmnumba

Read More
How to get noexcept-ness of a FunctionDecl in clang?...


c++clangllvmnoexceptlibtooling

Read More
Why LLVM IR generated by numba for vector addition is too complex...


llvmnumbajitllvm-irllvmlite

Read More
Macro to check if I am running MSVC or Intel compiler...


c++visual-c++llvmicxicpx

Read More
Is it possible to relocate MergedGlobals to specific bss/data regions?...


rustlinkerllvmzephyr-rtos

Read More
How to build libclang_rt.builtins.a?...


llvm

Read More
Is there a modern way to link with LLVM's libc++ in CMake?...


c++cmakellvm

Read More
clang-tidy with precompiled headers and cmake does not work...


c++cmakellvmclang++clang-tidy

Read More
How to find SourceLocation of the outer template parameter list of a class template member function ...


c++clangllvmabstract-syntax-treeclang-ast-matchers

Read More
how to modify the operand in this IR...


llvm

Read More
How to determine if a BasicBlock is controled by a `if`...


llvmllvm-ircontrol-flow-graph

Read More
What is the simplest instruction set with a current supported toolchain?...


llvm

Read More
Is there a way to insert pre-written LLVM IR into a module...


c++llvm

Read More
LLVM outputs differently than it should...


cllvm

Read More
Where does LLVM translate UnreachableInst into abort function call?...


rustllvmrl78

Read More
Clang Pragma Comprehensive List...


xcodeclangllvm

Read More
BackNext