Revert "Allow firmware binaries to be specified only by load address"
[platform/upstream/llvm.git] / clang /
2022-08-02 Roy Jacobson[SemaCXX] Validate destructor is valid for dependent...
2022-08-02 Yuanfang Chen[CodeGen][inlineasm] assume the flag output of inline...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for Vector...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for Vector...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for Vector...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for vmerge...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for vneg, vnot...
2022-08-02 Alok Kumar Sharma[clang][OpenMP][DebugInfo] Mark OpenMP generated functi...
2022-08-02 Aaron BallmanRevert "Missing tautological compare warnings due to...
2022-08-02 Fangrui Song[Driver] Remove Separate form for XRay options
2022-08-02 Purva-ChaudhariHandles failing driver tests of clang
2022-08-02 Chuanqi Xu[C++20] [Modules] Handle initializer for Header Units
2022-08-02 Chuanqi XuRevert "[C++20] [Modules] Handle initializer for Header...
2022-08-02 Fangrui Song[Driver] Remove deprecated -fsanitize-coverage-{black...
2022-08-02 Fangrui Song[docs] Regenerate clang/docs/ClangCommandLineReference.rst
2022-08-02 Chuanqi Xu[C++20] [Modules] Handle initializer for Header Units
2022-08-02 Alex Brachet[clang] Only run test on x86
2022-08-01 Ben Langmuir[clang] Only modify FileEntryRef names that are externa...
2022-08-01 Alex Brachet[clang] Make test agnostic to file seperator character
2022-08-01 Alex Brachet[clang] Re-enable test after marking it XFAIL
2022-08-01 Ben Langmuir[clang] Update code that assumes FileEntry::getName...
2022-08-01 Alex Brachet[clang] Temporarily expect failure from test
2022-08-01 Alex Brachet[clang] Don't create executable in test
2022-08-01 Alex Brachet[clang] Fix build when targeting ps4
2022-08-01 Alex Brachet[Driver] Re-run lld with --reproduce when it crashes
2022-08-01 Zakk Chen[RISCV][Clang] Add tests for all supported policy funct...
2022-08-01 Zakk Chen[RISCV][Clang] Support RVV policy functions.
2022-08-01 Gabriel RavierFixed a number of typos
2022-08-01 Chris Bieneman[HLSL] CodeGen HLSL Resource annotations
2022-08-01 Simon PilgrimOffloadBundler.cpp - fix Wdocumentation warnings. NFC.
2022-08-01 Dominik AdamskiAdd support for lowering simd if clause to LLVM IR
2022-08-01 Frederic Cambus[clang] Update Clang version from 15 to 16 in scan...
2022-08-01 Chuanqi Xu[C++2b] [Modules] Handle HaveModules with C++2b
2022-08-01 Serge Pavlov[Clang] Remove unused parameter. NFC
2022-08-01 David Green[ARM] Simplify ArchGuard predicates in arm_neon.h.
2022-08-01 Fangrui Song[test] Fix threadlocal_address.cpp after D129833
2022-08-01 Chuanqi Xu[NFC] Fix test failure in windows
2022-08-01 Chuanqi XuUse @llvm.threadlocal.address intrinsic to access TLS...
2022-08-01 Sunho Kim[clang-repl] XFAIL windows properly in simple-exception...
2022-07-31 Kazu HirataUse llvm::any_of (NFC)
2022-07-31 Kazu Hirata[Sema] Remove an unused forward declaration (NFC)
2022-07-31 Jun Zhang[clang-repl] Fix incorrect return code
2022-07-31 Jun Zhang[CodeGen][NFC] Use isa_and_nonnull instead of explicit...
2022-07-30 Sunho Kim[clang-repl] Disable building when LLVM_STATIC_LINK_CXX...
2022-07-30 Kazu HirataUse is_contained (NFC)
2022-07-30 Simon PilgrimDependencyScanningTool.h - fix Wdocumentation warning...
2022-07-30 Simon PilgrimSema.h - fix Wdocumentation warnings. NFC.
2022-07-30 Kazu HirataUse is_sorted (NFC)
2022-07-30 Kazu HirataUse value instead of getValue (NFC)
2022-07-30 Kazu Hirata[clang] Use has_value instead of value (NFC)
2022-07-30 WeverythingPreserve qualifiers when getting fully qualified type
2022-07-30 Shafik Yaghmour[Clang] Fix handling of Max from getValueRange(......
2022-07-30 Aiden GrossmanFix lack of cc1 flag in llvmcmd sections when assertion...
2022-07-29 Sunho Kim[clang-repl] Add missing link component.
2022-07-29 Argyrios Kyrtzidis[ASTWriter] Provide capability to output a PCM/PCH...
2022-07-29 Sunho Kim[clang-repl] Disable exectuion unitests on unsupported...
2022-07-29 Sam Estep[clang][dataflow] Handle multiple context-sensitive...
2022-07-29 skc7Revert "Revert "[Clang][Attribute] Introduce maybe_unde...
2022-07-29 Amy KwanRevert "[Clang][Attribute] Introduce maybe_undef attrib...
2022-07-29 Fangrui SongReplace Optional::hasValue with has_value or operator...
2022-07-29 Sunho Kim[clang-repl] Disable execution unittests on unsupported...
2022-07-29 Aaron BallmanDiagnose use of _Noreturn on a struct/union field
2022-07-29 Corentin Jabot[Clang] Do not check for underscores in isAllowedInitia...
2022-07-29 Erich Keane[NFCI] Propagate MLTAL through more concepts in prep...
2022-07-29 Florian Hahn[Libcalls] Add tests with maytrap & non-errno for math...
2022-07-29 Rainer Orth[clang][Driver] Handle SPARC -mcpu=native etc.
2022-07-29 Rainer Orth[Driver] Use libatomic for 32-bit SPARC atomics support...
2022-07-29 Chuanqi Xu[C++20] [Modules] Merge same concept decls in global...
2022-07-29 skc7[Clang][Attribute] Introduce maybe_undef attribute...
2022-07-29 Chris Bieneman[HLSL] Add HLSLResource attribute
2022-07-29 sstwcw[clang-format] Handle Verilog attributes
2022-07-29 sstwcw[clang-format] Handle Verilog case statements
2022-07-29 sstwcw[clang-format] Handle Verilog user-defined primitives
2022-07-29 sstwcw[clang-format] Handle Verilog modules
2022-07-29 sstwcw[clang-format] Handle Verilog blocks
2022-07-29 sstwcw[clang-format] Handle Verilog numbers and operators
2022-07-28 John Ericson[clang][lld][cmake] Simplify header dirs
2022-07-28 Shafik Yaghmour[Clang] Diagnose ill-formed constant expression when...
2022-07-28 Denis Fatkulin[clang-format] Missing space between trailing return...
2022-07-28 Ben Langmuir[clang][deps] Include canonical invocation in ContextHash
2022-07-28 Chris Bieneman[HLSL] Add RWBuffer default constructor
2022-07-28 Austin Kerbow[AMDGPU] Add amdgcn_sched_group_barrier builtin
2022-07-28 Sunho Kim [clang-repl] Support destructors of global objects.
2022-07-28 Chris Bieneman[HLSL] Add __builtin_hlsl_create_handle
2022-07-28 Chris BienemanStart support for HLSL `RWBuffer`
2022-07-28 Sunho Kim[clang-repl] Disable exception unittest on AIX.
2022-07-28 David Green[ARM] Remove duplicate fp16 intrinsics
2022-07-28 Sunho Kim[clang-repl] Add host exception support check utility...
2022-07-28 Sunho Kim[ORC] Fix weak hidden symbols failure on PPC with runti...
2022-07-28 Muhammad Usman ShahidMissing tautological compare warnings due to unary...
2022-07-28 Fangrui Song[Driver][PowerPC] Support -mtune=
2022-07-28 Argyrios Kyrtzidis[ASTWriter] Replace `const std::string &OutputFile...
2022-07-28 Sridhar Gopinath[clang-format] Fix the return code of git-clang-format
2022-07-28 Chuanqi Xu[NFC] [C++20] [Modules] Add tests for merging redefinit...
2022-07-28 Chris Bieneman[Docs] Fix column ordering on clang attribute docs
2022-07-28 David BlaikieDebugInfo: Test vtable homing overriding ctor homing...
2022-07-28 David BlaikieDebugInfo: Prefer vtable homing over ctor homing.
2022-07-27 Shafik YaghmourRevert "[Clang] Diagnose ill-formed constant expression...
2022-07-27 Shafik Yaghmour[Clang] Diagnose ill-formed constant expression when...
2022-07-27 Joseph Huber[LinkerWrapper] Do not consume `--verbose` from the...
next