Search code examples
Why does iteration over an inclusive range generate longer assembly in Rust than in C++?...


c++rustclangllvm

Read More
How to create mlir constant vector using OpBuilder...


llvmllvm-irllvm-c++-api

Read More
Calling Conventions and Register Selection...


gccllvmssa

Read More
Finding the dominating definition location from a use location using llvm...


c++graphllvm

Read More
std::optional<std::unique_ptr<int>> is not constexpr?...


c++language-lawyerllvmclang++libc++

Read More
What is the Microsoft goto extension?...


c++llvmgoto

Read More
Linker error: /usr/bin/ld: cannot find -lcudart_static while trying to compile CUDA code with clang...


c++cudaclanggpullvm

Read More
Using libclang, is there a way to know if a closure type was introduced in the context of the initia...


c++clangllvmlibclang

Read More
Cannot set breakpoints in LLDB and/or VSCode...


clangllvmlldb

Read More
Flags or arguments to configure Clangd in VS Code...


c++llvmclangd

Read More
Is LLVM a typical virtual machine?...


c++llvm

Read More
Why am I getting a 256-bit arithmetic error: "unsigined _BitInt of bit sizes greater than 128 n...


c++clangllvmclang++c++23

Read More
Why is clang/llvm throwing me this error using Bazel while building carbon...


clangllvmcarbon-lang

Read More
How to update LLVM and Clang on Mac OS X...


xcodemacososx-lionllvmclang

Read More
How to get pointer level in LLVM 17 with opaque pointer enabled?...


clangllvmllvm-ir

Read More
Could use memcpy or memset in ebpf prog ?...


clangllvmebpf

Read More
Exporting functions from LLVM C++ API to WebAssembly...


c++clangllvmwebassemblyllvm-c++-api

Read More
how to get LLVM opt to output MIR to be passed to llc?...


llvmcompiler-optimizationllvm-clangllc

Read More
Clang LibTooling doesn't process any source files...


c++clangllvmlibclanglibtooling

Read More
Decreasing size of built LLVM binaries...


cmakellvm

Read More
LLVM C++ IDE for Windows...


c++windowsidellvmclang

Read More
What's LLVMBlockAddress() first argument?...


llvm

Read More
Clang Tidy fails with error: no such file or directory: '/ARG'; did you mean '/ARG'?...


cmakeclangllvmninjaclang-tidy

Read More
ensure you have llvm-symbolizer in your PATH or set the environment var LLVM_SYMBOLIZER_PATH to poin...


c++clangllvmemscripten

Read More
What are the benefits to using a bootstrapped compiler versus the same compiler built using the syst...


clangllvmbootstrapping

Read More
What does ORC stand for in LLVM?...


llvm

Read More
How to run code on a GPU?...


c++llvmgpu

Read More
How to make AddressSanitizer not stop after one error (and other issues)...


macosclangllvmaddress-sanitizer

Read More
"junk at end of line" when assembling .s file compiled from C++ file using Clang and LLVM,...


windowsassemblygccclangllvm

Read More
Getting the under type using getUnqualifiedDesugaredType() function from CLANG...


c++parsingclangllvmabstract-syntax-tree

Read More
BackNext