aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Revert "[compiler-rt] Allow building builtins.a without a libc (#86737)"revert-86737-jc_compiler_bootstrapLeandro Lupori1-2/+2
2024-03-28[OpenMP] Apply post-commit review comments in PR86289, NFC (#86828)Krzysztof Parzyszek2-4/+149
2024-03-28[clangd][trace] Fix comment to mention that trace spans are measured … (#86...VitaNuo1-2/+2
2024-03-28[flang][OpenMP] Make several function local to OpenMP.cpp, NFC (#86726)Krzysztof Parzyszek2-222/+207
2024-03-28[AIX][TOC] -mtocdata/-mno-tocdata fix non deterministic iteration order (#86840)Zaara Syeda2-4/+4
2024-03-28[clang] Bailout when the substitution of template parameter mapping is invali...Haojian Wu3-0/+16
2024-03-28[AST] Print the "aggregate" for aggregate deduction guide decl. (#84018)Haojian Wu3-0/+23
2024-03-28[LoopRotate] Set loop back edge weight to not less than exit weight (#86496)Haohai Wen2-2/+12
2024-03-28[libc] Disable testing for NVPTX debug builds (#86856)Joseph Huber1-0/+5
2024-03-28[flang] Remove duplicate call to va_end() (#86865)Marc Auberer1-3/+0
2024-03-28[IR][NFC] Cleanup CmpInst signatures / code docs (#86441)Marc Auberer1-7/+7
2024-03-28[Support] Fix color handling in formatted_raw_ostream (#86700)Andrew Ng4-19/+47
2024-03-28AMDGPU: Document more backend recognized attributes (#80239)Matt Arsenault1-0/+36
2024-03-28[OpenMP] Fix node destruction race in __kmpc_omp_taskwait_deps_51 (#86130)Ulrich Weigand1-0/+6
2024-03-28[llvm] Write temporary test files into %tDmitri Gribenko1-2/+2
2024-03-28[X86] Support immediate folding for CCMP/CTEST (#86616)Freddy Ye2-2/+77
2024-03-28[Debuginfo][GVNHoist] Fix #86227: update the debug location of the hoisted GE...Shan Huang2-0/+71
2024-03-28[GitHub] Fix typos in automation (#86886)J. Ryan Stinnett1-7/+7
2024-03-28Fix #86269: remove unused variable (#86927)Shan Huang1-2/+2
2024-03-28[RISCV][GlobalISel] Fix legalizing ‘llvm.va_copy’ intrinsic (#86863)bvlgah3-7/+933
2024-03-28[DAGCombiner] Set disjoint flag in add->or and xor->or combines (#86925)Luke Lau2-7/+13
2024-03-28[Debuginfo][TailCallElim] Fix #86262: drop the debug location of entry branch...Shan Huang2-3/+5
2024-03-28[clang][dataflow] Introduce a helper class for handling record initializer li...martinboehme3-45/+81
2024-03-28[RISCV] Add test case for missed vwaddu.vv due to add->or combine. NFCLuke Lau1-0/+22
2024-03-28[MC][AArch64] Segregate constant pool caches by size. (#86832)Simon Tatham3-6/+37
2024-03-28[RemoveDIs] Update DIBuilder C API and OCaml bindings [2/2] (#86529)Orlando Cazalet-Hyams14-78/+212
2024-03-28[clang] Invalidate the alias template decl if it has multiple written templat...Haojian Wu4-0/+24
2024-03-28[LoopRotate] Add test to track update for inaccurate branch weight (#86495)Haohai Wen1-0/+42
2024-03-28[SPIR-V] Improve type inference: deduce types of composite data structures (#...Vyacheslav Levytskyy10-81/+412
2024-03-27[libc] Move baremetal write_to_stderr implementation to io.cpp (#86890)Petr Hosek3-6/+24
2024-03-27[RISCV] Remove Unnecessary Semicolon. NFC (#86911)hchandel1-1/+1
2024-03-27[Transforms] Fix an unused variable warningKazu Hirata1-0/+1
2024-03-27[CSSPGO] Fix the issue of missing callee profile matches (#85715)Lei Wang7-27/+194
2024-03-27[MC] Simplify ELFObjectWriter. NFCFangrui Song1-19/+17
2024-03-28Revert "[WebAssembly] Remove threwValue comparison after __wasm_setjmp_test (...Heejin Ahn3-7/+12
2024-03-27[clang-format] Exit clang-format-diff only after all diffs are printed (#86776)Owen Pan1-3/+7
2024-03-27[clang-format] Handle C++ Core Guidelines suppression tags (#86458)Owen Pan2-0/+5
2024-03-27[libc][NFC] refactor fmin and fmax (#86718)Job Henandez Lara1-14/+10
2024-03-27[nfc]Make InstrProfSymtab non-copyable and non-movable (#86882)Mingming Liu3-25/+34
2024-03-27[ELF] --export-dynamic: don't create dynamic sections for non-PIC static linksFangrui Song3-44/+7
2024-03-27[ELF,test] Update tests that depend on --export-dynamic creating dynamic sect...Fangrui Song5-18/+18
2024-03-27[MLIR] Add patterns to bubble-up pack and push-down unpack through collapse/e...Jerry Wu2-1/+462
2024-03-27[NFC][Clang] Fix potential dereferencing of nullptr (#86759)smanna123-3/+3
2024-03-27Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka50-1640/+1234
2024-03-27[tsan][test] Remove some unneded debug comments in a tsan test (#86896)Nazım Can Altınova1-3/+0
2024-03-28[CI] Hotfix: CI runs failing due to target escaping (#86897)Marc Auberer2-2/+2
2024-03-27[TSAN] Move test into Linux/Vitaly Buka1-1/+1
2024-03-28[mlir] Make the print function in CRunnerUtil platform agnostic (#86767)Kai Sasaki2-3/+31
2024-03-27[lld-macho] Fix bug in makeSyntheticInputSection when -dead_strip flag is spe...alx327-10/+12
2024-03-28[GISEL][NFC] Refactor OperandPredicateMatcher::isHigherPriorityThan (#86837)Marc Auberer1-16/+11