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