aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-13[Flang][OpenMP] Fix code-formatting issuesusers/davidtruby/wsreductionKiran Chandramohan1-10/+12
2024-02-13[Flang][OpenMP] Rebase changesKiran Chandramohan1-13/+59
2024-02-13[MLIR][OpenMP] Address review commentsKiran Chandramohan2-16/+14
2024-02-13[MLIR][SCF][OpenMP] Update reduction conversionKiran Chandramohan2-9/+53
2024-02-13[mlir][flang][openmp] Rework wsloop reduction operationsDavid Truby35-1978/+2370
2024-02-13[ARM] __ARM_ARCH macro definition fix (#81493)James Westwood8-22/+112
2024-02-13[GitHub][workflows] Ask reviewers to merge PRs when author cannot (#81142)David Spickett2-0/+104
2024-02-13Make use of std::inserter. NFC.Jay Foad2-5/+5
2024-02-13Fix warning by removing unused variable (#81604)Mats Petersson1-1/+1
2024-02-13[TableGen] Use std::move instead of swap. NFC. (#81606)Jay Foad5-12/+11
2024-02-13Reapply "[DebugInfo][RemoveDIs] Turn on non-instrinsic debug-info by default"OCHyams1-1/+1
2024-02-13[Object][COFF][NFC] Make writeImportLibrary NativeExports argument optional. ...Jacek Caban5-18/+26
2024-02-13MCDCTypes.h: Add ctors, fixup for #81227NAKAMURA Takumi1-0/+4
2024-02-13[gn build] Port f65577830073LLVM GN Syncbot1-0/+1
2024-02-13[OpenACC] Implement AST for OpenACC Compute Constructs (#81188)Erich Keane24-6/+352
2024-02-13[clang][Interp] Handle Requires- and ConceptSpecializationExprsTimm Bäder3-0/+16
2024-02-13[TableGen] Use vectors instead of sets for testing intersection. NFC. (#81602)Jay Foad2-10/+8
2024-02-13[MC/DC] Refactor: Make `MCDCParams` as `std::variant` (#81227)NAKAMURA Takumi7-100/+153
2024-02-13[SystemZ][z/OS][libcxx] mark aligned allocation tests XFAIL on z/OS (#80735)Abhina Sree4-0/+16
2024-02-13[clang][Interp] Handle CXXUuidofExprsTimm Bäder6-1/+74
2024-02-13[RISCV] Fix assertion in lowerEXTRACT_SUBVECTORLuke Lau2-4/+15
2024-02-13[clang][Interp][NFC] Fix a prototype argument nameTimm Bäder1-1/+1
2024-02-13[mlir][vector] ND vectors linearization pass (#81159)Ivan Butygin8-13/+206
2024-02-13[mlir][linalg] Document ops not supported by the vectoriser (nfc) (#81500)Andrzej Warzyński1-0/+73
2024-02-13[RemoveDIs][ValueMapper] Remap DIAssignIDs in DPValues (#81595)Orlando Cazalet-Hyams2-0/+60
2024-02-13[flang][docs] Fix a couple of warningsDavid Spickett2-1/+2
2024-02-13[mlir][openmp] - Add the depend clause to omp.target and related offloading d...Pranav Bhandarkar5-13/+151
2024-02-13[ADT] Allow std::next to work on BitVector's set_bits_iterator (#80830)Jay Foad2-1/+4
2024-02-13[gn build] Port fe3406e34988LLVM GN Syncbot1-0/+1
2024-02-13[mlir][VectorOps] Add conversion of 1-D vector.interleave ops to LLVM (#80966)Benjamin Maxwell2-1/+78
2024-02-13[dataflow] CXXOperatorCallExpr equal operator might not be a glvalue (#80991)Paul Semel2-1/+49
2024-02-13[flang][Driver] Add -masm option to flang (#81490)David Spickett4-1/+33
2024-02-13[lld] Add target support for SystemZ (s390x) (#75643)Ulrich Weigand36-10/+1959
2024-02-13[AMDGPU][NFC] Get rid of some operand decoders defined using macros. (#81482)Ivan Kosarev2-138/+111
2024-02-13[libc][NFC] Small `abs` related simplifications (#79858)Guillaume Chatelet3-11/+3
2024-02-13[clang][Dataflow] Fix unnecessary copy in `initializeFieldsWithValues` (NFC)Antonio Frighetto1-1/+1
2024-02-13[clang-tidy] ignore local variable with [maybe_unused] attribute in bugprone-...Congcong Cai4-0/+7
2024-02-13Revert "[CVP] Check whether the default case is reachable (#79993)" (#81585)Yingwei Zheng3-341/+5
2024-02-13[InstCombine] Don't add fcmp instructions to strictfp functions (#81498)ostannard2-10/+316
2024-02-13[HWASAN] Update dbg.assign intrinsics in HWAsan pass (#79864)Orlando Cazalet-Hyams7-12/+237
2024-02-13[AMDGPU] Use LLT::isPointerOrPointerVector in legalizer (#81582)Jay Foad1-5/+2
2024-02-13[clang][dataflow] Add `Environment::initializeFieldsWithValues()`. (#81239)martinboehme3-29/+68
2024-02-13CoverageMappingReader/Writer: MCDCConditionID shouldn't be zeroNAKAMURA Takumi2-0/+5
2024-02-13[mlir][nvgpu] Make `phaseParity` of `mbarrier.try_wait` `i1` (#81460)Guray Ozen10-16/+25
2024-02-13CoverageMapping.cpp: Apply std::move to MCDCRecord (#81220)NAKAMURA Takumi2-10/+14
2024-02-13[MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (#81459)NAKAMURA Takumi6-59/+80
2024-02-13[Flang] Move genMinMaxlocReductionLoop to Transforms/Utils.cpp (#81380)David Green6-142/+170
2024-02-13[AArch64][GISel] Don't pointlessly lower G_TRUNC (#81479)Nikita Popov2-3/+26
2024-02-13[X86] IceLakeServer - ZMM FADD/FMUL can only use Port0Simon Pilgrim3-162/+162
2024-02-13[LLT] Add and use isPointerVector and isPointerOrPointerVector. NFC. (#81283)Jay Foad9-30/+28