aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-23Revert "[memprof] Omit the key length for the record table (#89527)"revert-89527-pr_memprof_omit_key_recordSimon Pilgrim2-10/+4
2024-04-23[WebAssembly] Make RefTypeMem2Local recognize target-features (#88916)Heejin Ahn3-12/+42
2024-04-23[NFC] [Serialization] Turn type alias LocalDeclID into classChuanqi Xu6-42/+65
2024-04-23[WebAssembly] Enable multivalue return when multivalue ABI is used (#88492)Heejin Ahn12-27/+58
2024-04-23[PAC][MC][AArch64] Fix error message for AUTH_ABS64 reloc with ILP32 (#89563)Daniil Kovalev2-8/+16
2024-04-23[DWARF] Add option to add linkage_names to call_origin declaration refs (#89640)Orlando Cazalet-Hyams2-0/+117
2024-04-23[LV] Add additional cost model tests with inductions and truncates.Florian Hahn2-0/+184
2024-04-23[analyzer] Fix performance of getTaintedSymbolsImpl() (#89606)NagyDonat1-8/+6
2024-04-23[clang][ExtractAPI] Serialize platform specific unavailable attribute in symb...Daniel Grumberg2-450/+107
2024-04-23EmitC: Add emitc.global and emitc.get_global (#145) (#88701)Matthias Gehre9-15/+388
2024-04-23[GlobalISel] Expand IRTranslator docs. NFC (#89186)Diana Picus2-3/+34
2024-04-23[flang] handle intrinsic interfaces in FunctionRef::GetType (#89583)jeanPerier2-2/+18
2024-04-23[clang] Set correct FPOptions if attribute 'optnone' presents (#85605)Serge Pavlov10-3/+158
2024-04-23[mlir][Bazel] Add test data to adapt for 79225349748bb556fd027cc0bfeb73b1e9a6...Adrian Kuegel1-0/+2
2024-04-22[NFC] Rename hlsl semantics to hlsl annotations (#89309)Joshua Batista6-53/+53
2024-04-23[NFC] [Serialization] Remove unused readVisibleDeclContextStorage from ASTRec...Chuanqi Xu1-7/+0
2024-04-23[mlir][linalg] Add patterns to convert matmul to transposed variants (#89075)Cullen Rhodes9-0/+386
2024-04-23Reapply "[clang][dataflow] Model conditional operator correctly." with fixes ...martinboehme7-47/+151
2024-04-23[MLIR] Harmonize the behavior of the folding API functions (#88508)Christian Ulmann8-15/+63
2024-04-22[memprof] Omit the key length for the record table (#89527)Kazu Hirata2-4/+10
2024-04-23[NFC] Remove unused LocalRedeclarationsInfo from ASTBitcodes.hChuanqi Xu1-29/+0
2024-04-23[FunctionAttrs] Fix incorrect noundef inference with poison attrs (#89348)Nikita Popov2-9/+27
2024-04-23[NFC] [Serialization] Use semantical type DeclID instead of raw type 'uint32_t'Chuanqi Xu16-65/+67
2024-04-22[RISCV] Sink some repeated code into parseVTypeToken. NFC (#89694)Craig Topper1-14/+9
2024-04-23[clang][CodeGen][NFC] Make ConstExprEmitter a ConstStmtVisitor (#89041)Timm Baeder1-52/+56
2024-04-23[SimplifyCFG] Check alignment when speculating storesNikita Popov2-8/+13
2024-04-22[RISCV][TableGen] Generate RISCVTargetParserDef.inc from the new RISCVExtensi...Craig Topper2-23/+128
2024-04-22[ADT] Remove StringRef::{startswith,endswith} (#89548)Kazu Hirata1-10/+0
2024-04-23[SimplifyCFG] Add tests for #89672 (NFC)Nikita Popov1-16/+64
2024-04-22[Support] Fix a warningKazu Hirata1-1/+1
2024-04-23[SimplifyQuery] Avoid PatternMatch.h include (NFC)Nikita Popov5-8/+14
2024-04-22[lldb] Replace condition that always evaluates to false (#89685)Troy Butler1-1/+1
2024-04-23[InstCombine] Add test for #89500 (NFC)Nikita Popov1-4/+24
2024-04-23[InstCombine] Add test for #89669 (NFC)Nikita Popov1-0/+13
2024-04-22Revert "Re-apply [ORC] Unify task dispatch across ExecutionSession and..."Lang Hames11-158/+61
2024-04-22[lldb][DAP] Fix test failure from #73393 (#89692)Pranav Kant1-0/+3
2024-04-23[AIX][TLS][clang] Add -maix-small-local-dynamic-tls clang option (#88829)Felix (Ting Wang)6-14/+51
2024-04-22Re-apply "[ORC] Unify task dispatch across ExecutionSession and..." with fix.Lang Hames11-61/+158
2024-04-22Revert "[RISCV] Implement RISCVISD::SHL_ADD and move patterns into combine (#...Philip Reames10-138/+136
2024-04-22Make createReadOrMaskedRead and isValidMaskedInputVector vector utilities (#8...Lubomir Litchev3-87/+113
2024-04-23[Bazel][libc] Fix build failurePranav Kant1-0/+1
2024-04-22Update CHECK lines in tests after 14e6f63 added new output causing the tests ...dyung2-2/+2
2024-04-22[hwasan] Add intrinsics for fixed shadow on Aarch64 (#89319)Thurston Dang4-49/+118
2024-04-22Revert "[ORC] Unify task dispatch across ExecutionSession and ExecutorProcess...Mehdi Amini11-157/+61
2024-04-22[flang] Fix build warning (#89686)Peter Klausler1-3/+0
2024-04-22[ORC] Unify task dispatch across ExecutionSession and ExecutorProcessControl.Lang Hames11-61/+157
2024-04-22[GlobalISel] matchSDivByConst should use isNullValue() (#89666)AtariDreams1-7/+3
2024-04-23Temporarily remove `clang_rt.ctx_profile` targetMircea Trofin1-9/+0
2024-04-22[flang] Complete implementation of OUT_OF_RANGE() (#89334)Peter Klausler13-185/+911
2024-04-22[flang] C_LOC is PURE (#89437)Peter Klausler2-3/+3