summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-26[clang][sema] Move the initializer lifetime checking code fromusers/hokein/refactor-lifetime-boundHaojian Wu
2024-06-21[clang] Add test for CWG2811 "Clarify "use" of main" (#96168)Vlad Serebrennikov
2024-06-21[clang] Implement CWG2877 "Type-only lookup for using-enum-declarator" (#95399)Vlad Serebrennikov
2024-06-21[clang] Cover CWG issues about `export template` (#94876)Vlad Serebrennikov
2024-06-21[PassInstrumentation] Use try_emplace() (NFC)Nikita Popov
2024-06-21[AArch64][GlobalISel] Add fp128 and i128 fptosi/fptoui handling. (#95528)David Green
2024-06-21[flang][debug] Cleanup tests. (NFC) (#96189)Abid Qadeer
2024-06-21[AArch64] Fix up failing test that should have been caught by precommitSander de Smalen
2024-06-21[CodeGenPrepare] Add missing `static` decl on `matchIncrement()`; NFCNoah Goldstein
2024-06-21[RISCV] Add Syntacore SCR3 processor definition (#95953)Anton Sidorenko
2024-06-21[GlobalOpt] Don't resolve aliased ifuncs with undefined resolvees. (#96220)Alexandros Lamprineas
2024-06-21[AArch64] Fix || Add brackets for || inside of assertDavid Green
2024-06-21[AArch64] Use AArch64ISD::UADDLP over aarch64_neon_uaddlp. NFCDavid Green
2024-06-21[NFC] Fix laod -> load typos. NFCDavid Green
2024-06-21Recommit "[Inliner] Propagate callee argument memory access attributes before...Noah Goldstein
2024-06-21[clang][test] Enable a commented-out test (#96195)Timm Baeder
2024-06-21[clang][Interp] Fix Descriptor::getElemQualType() for complex/vectorsTimm Bäder
2024-06-21[mlir][Transforms] Dialect conversion: Remove workaround (#96186)Matthias Springer
2024-06-21[Clang][AArch64] Expose compatible SVE intrinsics with only +sme (#95787)Sander de Smalen
2024-06-21[mlir][vector] Update tests for collapse 4/n (nfc) (#96214)Andrzej Warzyński
2024-06-20[Serialization] Use stable hash functionsFangrui Song
2024-06-21[IR] Don't include PassInstrumentation.h in PassManager.h (NFC) (#96219)Nikita Popov
2024-06-21Revert "Intrinsic: introduce minimumnum and maximumnum (#93841)"Nikita Popov
2024-06-20[Lex] Replace hash_combine with a stable hashFangrui Song
2024-06-20[dsymutil] Move discriminator test to be executed with Arm support only (#96280)David Tellenbach
2024-06-20[Lex] HeaderSearchOptions: Remove unused hash_value overloadsFangrui Song
2024-06-20[DWARFLinker] Preserve DWARF discriminators while linking (#96124)David Tellenbach
2024-06-21Replace hard coded opcodes from #93841 with regexes to be more flexible. (#96...dyung
2024-06-20[ProfileData] Teach addValueData to honor parameter Site (#96233)Kazu Hirata
2024-06-21[X86]Add support for __outbyte/word/dword and __inbyte/word/dword (#93774)Malay Sanghi
2024-06-21[clang][dataflow] Add a callback run on the pre-transfer state. (#96140)martinboehme
2024-06-20[compiler-rt] Fix build breakage (#96235)Alexander Shaposhnikov
2024-06-20[Driver] BuildOffloadingActions: Stabilize iteration orderFangrui Song
2024-06-21[TableGen][Docs] Clarify `TokCode` definition. (#96201)Piotr Fusik
2024-06-21Adding parsing support for omp loop, target loop directives (#93517)Anchu Rajendran S
2024-06-21Intrinsic: introduce minimumnum and maximumnum (#93841)YunQiang Su
2024-06-20[ELF] -no-pie: don't optimize addq R_X86_64_REX_GOTPCRELX when !isInt<32>(va)Fangrui Song
2024-06-21[RISCV] Make M imply Zmmul (#95070)Jianjian Guan
2024-06-21[C++20] [Modules] Reference all the possible declarations for ADLChuanqi Xu
2024-06-20[clang-cl][AST] Fix auto NTTP MSVC 1920+ mangling for pointer types (#92477)Max Winkler
2024-06-20[PowerPC] use r1 as the frame pointer when there is dynamic allocaChen Zheng
2024-06-20[PowerPC] fix frameaddress error when there is dynamic alloca call, NFCChen Zheng
2024-06-20[clang-format[NFC] Clean up AnnotatingParser::rParenEndsCast() (#96128)Owen Pan
2024-06-21[SCEV] Avoid unnecessary call to getExitingBlock() in computeExitLimit() (#96...Enna1
2024-06-20Revert "[lldb/crashlog] Make interactive mode the new default" (#96263)Med Ismail Bennani
2024-06-21[serialization] No transitive type change (#92511)Chuanqi Xu
2024-06-20Update ModuleSummaryIndexBitcodeReader::makeCallList reserve amount (#95461)Jan Voung
2024-06-21mmapForContinuousMode: Redo #95702: Align Linux's impl to __APPLE__'s a little.NAKAMURA Takumi
2024-06-20[lldb/crashlog] Make interactive mode the new default (#94575)Med Ismail Bennani
2024-06-20[libc] Control freelist malloc buffer size with a config (#96248)PiJoules