summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [DAGCombiner] Fix miscompile bug in combineShiftOfShiftedLogic (#89616)Björn Pettersson2024-04-232-45/+22
* [DAGCombiner] Pre-commit test case for miscompile bug in combineShiftOfShifte...Bjorn Pettersson2024-04-231-0/+65
* [Flang][OpenMP] Add restriction about subobjects to firstprivate and … (#89...Kiran Chandramohan2024-04-2313-18/+68
* [SelectionDAG] Mark frame index as "aliased" at argument copy elison (#89712)Björn Pettersson2024-04-233-5/+11
* Pre-commit reproducer for argument copy elison related bugBjorn Pettersson2024-04-231-0/+41
* [InstCombine] Fold fcmp into select (#86482)Yingwei Zheng2024-04-233-4/+125
* Make default initialization explicitMartin Wehking2024-04-233-5/+5
* [clang-tidy] Avoid overflow when dumping unsigned integer values (#85060)ealcdan2024-04-235-2/+27
* [ARM][AArch64] Split out processor and feature tablegen defs [NFC] (#88282)Tomas Matheson2024-04-238-3334/+3364
* [TableGen] Fix ReplaceRegAction RTTI Kindpvanhout2024-04-231-2/+2
* [VectorCombine] foldShuffleOfShuffles - add missing arguments to getShuffleCo...Simon Pilgrim2024-04-232-22/+20
* [VPlan] Skip extending ICmp results in trunateToMinimalBitwidth.Florian Hahn2024-04-232-3/+217
* [LLVM][CodeGen][SVE] rev(whilelo(a,b)) -> whilehi(b,a). (#88294)Paul Walker2024-04-233-19/+780
* RenameIndependentSubregs: Add missing sub-range for new IMPLICIT_DEFs (#89050)Petar Avramovic2024-04-233-150/+179
* [LLVM][CodeGen][AArch64] Simplify lowering for predicate inserts. (#89072)Paul Walker2024-04-231-10/+8
* [CostModel][X86] Broadcast shuffles can be free if they are from a one-use loadSimon Pilgrim2024-04-232-135/+83
* [CostModel][X86] Add costs test coverage for broadcast loadsSimon Pilgrim2024-04-231-0/+616
* [VectorCombine][X86] Add test showing foldShuffleOfShuffles folding shuffles ...Simon Pilgrim2024-04-231-2/+27
* [mlir][aarch64] Remove LIT config for lli (#89545)Andrzej Warzyński2024-04-231-38/+8
* [NFC] [Serialization] Turn type alias GlobalDeclID into a classChuanqi Xu2024-04-237-252/+364
* [mlir][linalg] Move transpose_matmul to targeted transform op (#89717)Cullen Rhodes2024-04-236-106/+182
* AMDGPU: precommit test for bug in RenameIndependentSubregsPetar Avramovic2024-04-231-0/+207
* [bazel] Add a bazel flag to enable building MLIR with CUDA support (#88856)Adam Paszke2024-04-232-1/+15
* [flang][OpenMP] Support reduction of allocatable variables (#88392)Tom Eccles2024-04-2311-44/+327
* [mlir][EmitC] Update GlobalOp description (#89726)Marius Brehler2024-04-231-3/+3
* [lldb/test] Rename a functionPavel Labath2024-04-231-3/+5
* Revert b28f4d4dd0bbf50059cb19ca794af967374e1900 "[memprof] Omit the key lengt...Simon Pilgrim2024-04-232-10/+4
* Revert "[mlir][linalg] Enable fuse consumer" (#89722)Oleksandr "Alex" Zinenko2024-04-234-149/+40
* [mlir][bazel] drop unnecessary ruleOleksandr "Alex" Zinenko2024-04-231-7/+0
* [WebAssembly] Make RefTypeMem2Local recognize target-features (#88916)Heejin Ahn2024-04-233-12/+42
* [NFC] [Serialization] Turn type alias LocalDeclID into classChuanqi Xu2024-04-236-42/+65
* [WebAssembly] Enable multivalue return when multivalue ABI is used (#88492)Heejin Ahn2024-04-2312-27/+58
* [PAC][MC][AArch64] Fix error message for AUTH_ABS64 reloc with ILP32 (#89563)Daniil Kovalev2024-04-232-8/+16
* [DWARF] Add option to add linkage_names to call_origin declaration refs (#89640)Orlando Cazalet-Hyams2024-04-232-0/+117
* [LV] Add additional cost model tests with inductions and truncates.Florian Hahn2024-04-232-0/+184
* [analyzer] Fix performance of getTaintedSymbolsImpl() (#89606)NagyDonat2024-04-231-8/+6
* [clang][ExtractAPI] Serialize platform specific unavailable attribute in symb...Daniel Grumberg2024-04-232-450/+107
* EmitC: Add emitc.global and emitc.get_global (#145) (#88701)Matthias Gehre2024-04-239-15/+388
* [GlobalISel] Expand IRTranslator docs. NFC (#89186)Diana Picus2024-04-232-3/+34
* [flang] handle intrinsic interfaces in FunctionRef::GetType (#89583)jeanPerier2024-04-232-2/+18
* [clang] Set correct FPOptions if attribute 'optnone' presents (#85605)Serge Pavlov2024-04-2310-3/+158
* [mlir][Bazel] Add test data to adapt for 79225349748bb556fd027cc0bfeb73b1e9a6...Adrian Kuegel2024-04-231-0/+2
* [NFC] Rename hlsl semantics to hlsl annotations (#89309)Joshua Batista2024-04-226-53/+53
* [NFC] [Serialization] Remove unused readVisibleDeclContextStorage from ASTRec...Chuanqi Xu2024-04-231-7/+0
* [mlir][linalg] Add patterns to convert matmul to transposed variants (#89075)Cullen Rhodes2024-04-239-0/+386
* Reapply "[clang][dataflow] Model conditional operator correctly." with fixes ...martinboehme2024-04-237-47/+151
* [MLIR] Harmonize the behavior of the folding API functions (#88508)Christian Ulmann2024-04-238-15/+63
* [memprof] Omit the key length for the record table (#89527)Kazu Hirata2024-04-222-4/+10
* [NFC] Remove unused LocalRedeclarationsInfo from ASTBitcodes.hChuanqi Xu2024-04-231-29/+0
* [FunctionAttrs] Fix incorrect noundef inference with poison attrs (#89348)Nikita Popov2024-04-232-9/+27