aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-19[FunctionAttrs] Add tests for incorrect noundef inference (#88026)Nikita Popov1-0/+51
2024-04-18Revert "[mlir][llvm] Port `overflowFlags` to a native operation property" (#8...Valentin Clement (バレンタイン クレメン)11-165/+109
2024-04-19[InstCombine] Fix incorrect fshr to fshl transformNikita Popov2-3/+5
2024-04-19[InstCombine] Add test for incorrect fshr transform (#89338)Nikita Popov1-0/+10
2024-04-18[memprof] Introduce IndexedMemProfReader (NFC) (#89331)Kazu Hirata2-99/+120
2024-04-18[Sema] Fix a warningKazu Hirata1-0/+1
2024-04-19[clang][RISCV] Remove unneeded overloaded suffix for vcreate (#89241)Brandon Wu1-2/+2
2024-04-19[Clang] Allow the value of unroll count to be zero in `#pragma GCC unroll` a...yronglin9-13/+64
2024-04-19CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#89234)YunQiang Su2-1/+7
2024-04-19[X86][APX] Remove KEYLOCKER and SHA promotions from EVEX MAP4. (#89173)Freddy Ye15-1015/+36
2024-04-19[InstCombine] Add test to track BPI when condition was inverted (#86469)Haohai Wen1-0/+36
2024-04-19[C++20] [Modules] Mark exported all declarations as usedChuanqi Xu2-0/+10
2024-04-18[flang][cuda] Relax semantic for device variable in block construct (#89330)Valentin Clement (バレンタイン クレメン)3-2/+16
2024-04-19[PatternMatch] Allow poison in api_pred_ty matchers (#89188)Nikita Popov3-31/+56
2024-04-18[Coverage][NFC] Avoid visiting non-unique `OpaqueValueExpr` (#88910)Andrey Ali Khan Bolshakov1-5/+5
2024-04-19[AsmParser] Support calling intrinsics without mangling suffix (#89172)Nikita Popov7-55/+107
2024-04-19[InstCombine] Remove some uses with replaceUndefsWith() (#89190)Nikita Popov11-58/+26
2024-04-18[clang-cl] [Driver] Fix clang-cl driver supported colon options (#88216)Max Winkler3-2/+14
2024-04-18[ELF,test] Make debug-names-bad.s Linux only because of GNU sed extensionFangrui Song1-1/+1
2024-04-18[libc] fix FEnvImpl not using the proxy header (#89303)Michael Jones2-2/+2
2024-04-18Check for null oso SymbolFile in SymbolFileDwarfDebugMap::ResolveSymbolContex...jimingham1-3/+11
2024-04-18[hwasan] Add testcase for check-memaccess when using a fixed shadow (#89328)Thurston Dang1-0/+165
2024-04-18[mlir][python] allow passing in PYTHONPATH to lit tests (#89296)Maksim Levental1-0/+1
2024-04-18adds conversion functions for EI_OSABI in elf (#89280)Fred Grim2-0/+86
2024-04-19[Tosa] TosaToLinalg: link in Index dialect (#89318)Will Dietz1-2/+3
2024-04-18[lldb][nfc] Remove unused member Disassembler::m_base_addr (#89289)Alex Langford2-3/+1
2024-04-18[mlir][llvm] Port `overflowFlags` to a native operation property (#89312)Jeff Niu11-109/+165
2024-04-18[mlir] Add def to `Properties.td` to help with enum properties (#89311)Jeff Niu1-0/+13
2024-04-18[GlobalOpt] Precommit tests for PR84694 (#87443)Anshil Gandhi1-0/+88
2024-04-18[DXIL] Add DXIL SubArch to correspond to version number (#89125)S. Bharadwaj Yadavalli3-1/+110
2024-04-18[mlir][bazel] fix llvm:support dependency error for CAPIGPUYijia Gu1-0/+1
2024-04-18[memprof] Use std::optional (NFC) (#89317)Kazu Hirata1-6/+4
2024-04-18[memprof] Use structured binding (NFC) (#89315)Kazu Hirata1-9/+9
2024-04-18[clang] Preserve argument type in round pointer to alignmentJon Chesterfield1-1/+1
2024-04-18[lld][ELF] Add --debug-names to create merged .debug_names. (#86508)cmtice24-1/+5421
2024-04-18[mlir][python] add binding to `#gpu.object` (#88992)Maksim Levental7-6/+212
2024-04-18[memprof] Add Version2 of the indexed MemProf format (#89100)Kazu Hirata9-18/+362
2024-04-18[libc][docs] link to good beginner bugs (#89297)Nick Desaulniers1-0/+8
2024-04-18[libc] unpoison memory returned by pipe syscall (#88942)Michael Jones2-0/+5
2024-04-18[OpenACC] Implement 'vector_length' clause On compute constructsErich Keane17-12/+328
2024-04-18[libc][docs] Updates implementation status for some preexisting docgen json f...Michael Flanders3-41/+151
2024-04-18[Clang] Emit DW_TAG_template_alias for template aliases (#87623)Orlando Cazalet-Hyams11-47/+260
2024-04-18[OpenACC] Implement 'num_workers' clause for compute constructs (#89151)Erich Keane18-27/+746
2024-04-18Stop double-diagnosing explicit convert operator in switch condition (#89142)Erich Keane4-5/+33
2024-04-18[libc][docs] adds threads.h impl status docs (#89275)Michael Flanders3-0/+176
2024-04-18[libc][docs] adds highlighting languages to `docs/dev/config_options.rst` (#8...Michael Flanders1-9/+7
2024-04-18[lldb] Skip remote PutFile when MD5 hashes equal (#88812)Anthony Ha6-4/+100
2024-04-18[InstallAPI][Tests] Update tests to be resilient to reversion iteration confi...Cyndy Ishida2-3/+3
2024-04-18[lld-macho][NFC] Preserve original symbol isec, unwindEntry and size (#88357)alx3214-120/+134
2024-04-18[RISCV] Remove unused HasStdExtZama16b Predicate. NFCCraig Topper1-3/+0