aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-25[BOLT] Print program stats in perf2bolt/aggregate-only mode (#89763)Amir Ayupov5-5/+13
2024-04-25[lldb] [llgs] Fix assertion in Handle_qfThreadInfo (#88301)Ayush Sahay1-1/+1
2024-04-25[Driver] Don't default to -mrelax-all for non-RISCV -O0Fangrui Song2-43/+11
2024-04-25[lldb-dap] Report exit status message in lldb-dap, same as lldb cli (#89405)Miro Bucko4-0/+73
2024-04-25[DAG] Early exit for flags in canCreateUndefOrPoison [nfc] (#89834)Philip Reames2-19/+15
2024-04-25[flang][cuda] Avoid hlfir.declare verifier error when creating temps (#89984)Valentin Clement (バレンタイン クレメン)2-2/+4
2024-04-25[flang][cuda] Do not generate data transfer within cuf kernel (#89973)Valentin Clement (バレンタイン クレメン)2-3/+27
2024-04-25[gn build] Port d3f92e30bbd5LLVM GN Syncbot1-0/+1
2024-04-25[libc++][format] Improves escaping. (#88283)Mark de Wever8-960/+1149
2024-04-25[InstCombine] Fold fneg over select (#89947)Yingwei Zheng3-33/+164
2024-04-25Delete old broken lit runnerLuke Drummond1-13/+0
2024-04-25[clang-tidy] add check to suggest replacement of nested std::min or std::max ...Sopy8-0/+693
2024-04-25[sanitizer_symbolizer] Cast arguments for format strings in markup (#89815)Dimitry Andric2-7/+9
2024-04-25[clang-scan-deps] Fix contention when updating `TrackingStatistic`s in hot co...Alexandre Ganea4-6/+25
2024-04-25AMDGPU: Add baseline tests for bad bitcasting of atomic load/storeMatt Arsenault2-0/+374
2024-04-25AMDGPU: Add atomic bfloat load/store codegen testsMatt Arsenault4-0/+659
2024-04-25[RISCV] Generate RISCVISAInfo table from RISCVFeatures.td. (#89955)Craig Topper3-339/+164
2024-04-25[CodeGenPrepare] Preserve flags (such as nsw/nuw) in SinkCast (#89904)Alex Bradbury2-5/+2
2024-04-25[CodeGenPrepare][test] Add test for sinking of truncs demonstrating nsw/nuw a...Alex Bradbury1-0/+31
2024-04-25[libc++] Implement LWG4023 (#87513)Louis Dionne7-19/+156
2024-04-25[libc++] Reformulate availability in terms of LLVM releases (#87563)Louis Dionne1-189/+226
2024-04-25[libc++] Reorganize the std::variant macros (#89419)Louis Dionne1-45/+59
2024-04-25[libc++] Tag PRs that modify libc++ workflows appropriately (#89798)Louis Dionne1-0/+1
2024-04-25[AMDGPU] Include missing FeatureMADIntraFwdBug in gfx11-generic (#89936)Emma Pilkington2-0/+2
2024-04-25[DAG] visitORCommutative - pull out repeated SDLoc(). NFC.Simon Pilgrim1-6/+7
2024-04-25Fix NATVIS for llvm::PointerIntPairAaron Ballman1-3/+3
2024-04-25[SimplifyCFG] Handle `llvm.assume` in `passingValueIsAlwaysUndefined` (#89929)Yingwei Zheng2-0/+233
2024-04-25[z/OS] Implement shared memory handling for JIT (#89933)Fanbo Meng2-0/+63
2024-04-25[flang][OpenMP] Add OpenMP versions to some tests (#89295)Krzysztof Parzyszek7-11/+20
2024-04-25[AArch64] Combine concat(binop, binop) into binop(concat, concat) (#89911)David Green3-44/+63
2024-04-25[Clang] Diagnose apply AST consume actions on LLVM IR (#88602)yronglin3-2/+37
2024-04-25[clang-format] Remove YAML hack to emit a BasedOnStyle comment (#89228)Jannik Silvanus1-1/+0
2024-04-25[RISCV][NFC] Undef CASE_RVV_OPCODE* macros after usingWang Pengcheng1-0/+10
2024-04-25[LAA] Tests with different strides where BTC can rule out dependence.Florian Hahn1-0/+156
2024-04-25[Clang] Fall back to DW_TAG_typedef for instantiation dependent template alia...Orlando Cazalet-Hyams2-1/+41
2024-04-25[flang][NFC] Use tablegen to create SimplifyIntrinsics constructor (#89963)Tom Eccles4-6/+4
2024-04-25[flang][NFC] Use tablegen to create simplifyRegionLite constructor (#89957)Tom Eccles4-9/+3
2024-04-25[flang] run character conversion pass on all top level ops (#89910)Tom Eccles8-7/+24
2024-04-25[NFC] [ASTUnit] [Serialization] Transalte local decl ID to global decl ID bef...Chuanqi Xu1-4/+3
2024-04-25[lldb][Docs] Convert platform packets doc to Markdown (#89913)David Spickett3-451/+485
2024-04-25Push immediate function context while transforming lambdas in templates. (#89...Daniel M. Katz3-0/+24
2024-04-25[coro][pgo] Remove redundant coroutine test files (#89620)Hans12-946/+0
2024-04-25[coro] Merge two almost identical tests (#89928)Hans2-59/+7
2024-04-25[clang][dataflow] Crash fix for `widenDistinctValues()`. (#89895)martinboehme2-37/+41
2024-04-25[clang][dataflow] Don't propagate result objects in nested declarations. (#89...martinboehme2-0/+34
2024-04-25[InstCombine] Remove redundant shift folds (NFCI) (#90016)Nikita Popov1-16/+0
2024-04-25[lldb] Add SB API to access static constexpr member values (#89730)Pavel Labath13-0/+251
2024-04-25[NFC] [Serialization] Avoid using DeclID directly as much as possibleChuanqi Xu38-509/+583
2024-04-25Revert "[NFC] [Serialization] Avoid using DeclID directly as much as possible"Chuanqi Xu35-543/+479
2024-04-25[RISCV] Split out VSETVLIInfo AVL states to be more explicit (#89964)Luke Lau3-75/+98