summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Flang][OpenMP] Fix code-formatting issuesupstream/users/davidtruby/wsreductionKiran Chandramohan2024-02-131-10/+12
* [Flang][OpenMP] Rebase changesKiran Chandramohan2024-02-131-13/+59
* [MLIR][OpenMP] Address review commentsKiran Chandramohan2024-02-132-16/+14
* [MLIR][SCF][OpenMP] Update reduction conversionKiran Chandramohan2024-02-132-9/+53
* [mlir][flang][openmp] Rework wsloop reduction operationsDavid Truby2024-02-1335-1978/+2370
* [ARM] __ARM_ARCH macro definition fix (#81493)James Westwood2024-02-138-22/+112
* [GitHub][workflows] Ask reviewers to merge PRs when author cannot (#81142)David Spickett2024-02-132-0/+104
* Make use of std::inserter. NFC.Jay Foad2024-02-132-5/+5
* Fix warning by removing unused variable (#81604)Mats Petersson2024-02-131-1/+1
* [TableGen] Use std::move instead of swap. NFC. (#81606)Jay Foad2024-02-135-12/+11
* Reapply "[DebugInfo][RemoveDIs] Turn on non-instrinsic debug-info by default"OCHyams2024-02-131-1/+1
* [Object][COFF][NFC] Make writeImportLibrary NativeExports argument optional. ...Jacek Caban2024-02-135-18/+26
* MCDCTypes.h: Add ctors, fixup for #81227NAKAMURA Takumi2024-02-131-0/+4
* [gn build] Port f65577830073LLVM GN Syncbot2024-02-131-0/+1
* [OpenACC] Implement AST for OpenACC Compute Constructs (#81188)Erich Keane2024-02-1324-6/+352
* [clang][Interp] Handle Requires- and ConceptSpecializationExprsTimm Bäder2024-02-133-0/+16
* [TableGen] Use vectors instead of sets for testing intersection. NFC. (#81602)Jay Foad2024-02-132-10/+8
* [MC/DC] Refactor: Make `MCDCParams` as `std::variant` (#81227)NAKAMURA Takumi2024-02-137-100/+153
* [SystemZ][z/OS][libcxx] mark aligned allocation tests XFAIL on z/OS (#80735)Abhina Sree2024-02-134-0/+16
* [clang][Interp] Handle CXXUuidofExprsTimm Bäder2024-02-136-1/+74
* [RISCV] Fix assertion in lowerEXTRACT_SUBVECTORLuke Lau2024-02-132-4/+15
* [clang][Interp][NFC] Fix a prototype argument nameTimm Bäder2024-02-131-1/+1
* [mlir][vector] ND vectors linearization pass (#81159)Ivan Butygin2024-02-138-13/+206
* [mlir][linalg] Document ops not supported by the vectoriser (nfc) (#81500)Andrzej Warzyński2024-02-131-0/+73
* [RemoveDIs][ValueMapper] Remap DIAssignIDs in DPValues (#81595)Orlando Cazalet-Hyams2024-02-132-0/+60
* [flang][docs] Fix a couple of warningsDavid Spickett2024-02-132-1/+2
* [mlir][openmp] - Add the depend clause to omp.target and related offloading d...Pranav Bhandarkar2024-02-135-13/+151
* [ADT] Allow std::next to work on BitVector's set_bits_iterator (#80830)Jay Foad2024-02-132-1/+4
* [gn build] Port fe3406e34988LLVM GN Syncbot2024-02-131-0/+1
* [mlir][VectorOps] Add conversion of 1-D vector.interleave ops to LLVM (#80966)Benjamin Maxwell2024-02-132-1/+78
* [dataflow] CXXOperatorCallExpr equal operator might not be a glvalue (#80991)Paul Semel2024-02-132-1/+49
* [flang][Driver] Add -masm option to flang (#81490)David Spickett2024-02-134-1/+33
* [lld] Add target support for SystemZ (s390x) (#75643)Ulrich Weigand2024-02-1336-10/+1959
* [AMDGPU][NFC] Get rid of some operand decoders defined using macros. (#81482)Ivan Kosarev2024-02-132-138/+111
* [libc][NFC] Small `abs` related simplifications (#79858)Guillaume Chatelet2024-02-133-11/+3
* [clang][Dataflow] Fix unnecessary copy in `initializeFieldsWithValues` (NFC)Antonio Frighetto2024-02-131-1/+1
* [clang-tidy] ignore local variable with [maybe_unused] attribute in bugprone-...Congcong Cai2024-02-134-0/+7
* Revert "[CVP] Check whether the default case is reachable (#79993)" (#81585)Yingwei Zheng2024-02-133-341/+5
* [InstCombine] Don't add fcmp instructions to strictfp functions (#81498)ostannard2024-02-132-10/+316
* [HWASAN] Update dbg.assign intrinsics in HWAsan pass (#79864)Orlando Cazalet-Hyams2024-02-137-12/+237
* [AMDGPU] Use LLT::isPointerOrPointerVector in legalizer (#81582)Jay Foad2024-02-131-5/+2
* [clang][dataflow] Add `Environment::initializeFieldsWithValues()`. (#81239)martinboehme2024-02-133-29/+68
* CoverageMappingReader/Writer: MCDCConditionID shouldn't be zeroNAKAMURA Takumi2024-02-132-0/+5
* [mlir][nvgpu] Make `phaseParity` of `mbarrier.try_wait` `i1` (#81460)Guray Ozen2024-02-1310-16/+25
* CoverageMapping.cpp: Apply std::move to MCDCRecord (#81220)NAKAMURA Takumi2024-02-132-10/+14
* [MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (#81459)NAKAMURA Takumi2024-02-136-59/+80
* [Flang] Move genMinMaxlocReductionLoop to Transforms/Utils.cpp (#81380)David Green2024-02-136-142/+170
* [AArch64][GISel] Don't pointlessly lower G_TRUNC (#81479)Nikita Popov2024-02-132-3/+26
* [X86] IceLakeServer - ZMM FADD/FMUL can only use Port0Simon Pilgrim2024-02-133-162/+162
* [LLT] Add and use isPointerVector and isPointerOrPointerVector. NFC. (#81283)Jay Foad2024-02-139-30/+28