aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-20[𝘀𝗽𝗿] initial versionusers/vitalybuka/spr/symbolizer-dont-threat-symbolizer-api-as-optionalVitaly Buka1-14/+9
2023-12-20[flang][OpenMP] Avoid captures of references to structured bindingsKrzysztof Parzyszek1-14/+14
2023-12-20[flang][OpenMP] Use `llvm::enumerate` in few places, NFC (#76095)Krzysztof Parzyszek1-26/+23
2023-12-20[Transforms][DXIL] Basic debug output in dxil-upgrade. NFCJustin Bogner1-0/+12
2023-12-20[mlir][python] Make the Context/Operation capsule creation methods work as do...Stella Laurenzo4-26/+129
2023-12-20[mlir] Remove "Syntax:" parser where it's already provided by `assemblyFormat...Alex Beloi3-127/+0
2023-12-20[flang][runtime] Enable more APIs in the offload build. (#75996)Slava Zakharin19-604/+712
2023-12-20[SystemZ][z/OS] define HOST_NAME_MAX for z/OS (#76093)Abhina Sree1-0/+2
2023-12-20[WebAssembly] Add symbol information for shared libraries (#75238)Sam Clegg4-4/+186
2023-12-20[clang] Add getClangVendor() and use it in CodeGenModule.cpp (#75935)Dimitry Andric3-14/+14
2023-12-20Revert "[clang] Add getClangVendor() and use it in CodeGenModule.cpp (#75935)"Dimitry Andric3-14/+14
2023-12-20[clang] Add getClangVendor() and use it in CodeGenModule.cpp (#75935)Dimitry Andric3-14/+14
2023-12-20[mlir] Fix build break with shared librariesKrzysztof Parzyszek1-0/+10
2023-12-20[mlir][arith] Add support for expanding arith.maxnumf/minnumf ops. (#75989)Han-Chung Wang2-8/+68
2023-12-20[runtimes] Fix test dependenciesShoaib Meenai1-0/+2
2023-12-20[RISCV] Add sifive-p450 CPU. (#75760)Craig Topper3-2/+42
2023-12-20[libc] suppress stdlib explicitly for crt1.a (#76079)Schrodinger ZHU Yifan1-1/+1
2023-12-20[ConstraintElim] Extend AND implication logic to support OR as well. (#76044)Florian Hahn5-26/+38
2023-12-20[gn build] Port 5ea15fab19ebLLVM GN Syncbot1-0/+1
2023-12-20[TextAPI] Add support to convert RecordSlices -> InterfaceFile (#75007)Cyndy Ishida8-4/+272
2023-12-20[libc] [startup] add cmake function to merge separated crt1 objects (#75413)Schrodinger ZHU Yifan1-11/+60
2023-12-20[Libomptarget][NFC] Fix linting warnings in the pluginsJoseph Huber5-29/+26
2023-12-20[ARM] Check all terms in emitPopInst when clearing Restored for LR. (#75527)Florian Hahn3-7/+40
2023-12-20Reland: [AArch64] Assembly support for the Checked Pointer Arithmetic Extensi...Lucas Duarte Prates19-7/+337
2023-12-20[Profile] Dump binary id to raw profiles on Windows. (#75618)Zequan Wu2-0/+92
2023-12-20Fix what seems to be a silly bug in gpu.set_default_device rewriting. Smoke t...Paul C Fuqua2-2/+13
2023-12-20[gn build] Port fdd089b50063LLVM GN Syncbot1-0/+1
2023-12-20[gn build] Port 3903438860b6LLVM GN Syncbot1-0/+1
2023-12-20[X86] SimplifyDemandedVectorEltsForTargetShuffle - don't simplify constant ma...Simon Pilgrim6-2965/+2976
2023-12-20[acc] Initial implementation of MemoryEffects on `acc` operations (#75970)Razvan Lupusoru4-82/+307
2023-12-20[bazel] Update config.h.cmake after e86a02ce89c33f3fa4061fb4c67c3b05c69a72ab.Christian Sigg2-6/+6
2023-12-20[MergeFunc] Fix comparison of constant expressionsNikita Popov2-5/+61
2023-12-20[gn] port e86a02ce89c33f3fa (dladdr -> llvm-config.h)Nico Weber1-4/+4
2023-12-20[SLP]Fix PR75995: drop wrapping flags for resized wrapped binops.Alexey Bataev2-2/+2
2023-12-20[lldb][DWARF] Search for symbols in all external modules (#75927)David Spickett1-1/+1
2023-12-20[gn] port 2fd4084fca0cNico Weber1-0/+1
2023-12-20[LLVM][AArch64][tblgen]: Match clamp pattern (#75529)Hassnaa Hamdi2-4/+175
2023-12-20[SLP][NFC]Add a test with incorrect wrapping flags in the binops withAlexey Bataev1-0/+44
2023-12-20[mlir][bazel] Fix build after d9803841f2d539f6a740c07ebd0f3cb176812dbfChristian Sigg1-0/+36
2023-12-20[ValueTracking] isNonZero sub of ptr2int's with recursive GEP (#68680)bipmis4-6/+164
2023-12-20[MergeFunc] Adjust GEP indices in test (NFC)Nikita Popov1-4/+4
2023-12-20[lldb][test] Skip global module cache on Arm/AArch64 Linux (again)David Spickett2-17/+4
2023-12-20[MergeFunc] Add another test for incorrect constexpr merging (NFC)Nikita Popov1-0/+5
2023-12-20Use llvm-config.h in CIndexer.cpp instead of private header (#75928)Abhina Sree3-7/+7
2023-12-20[MergeFunc] Add tests for incorrect const expr merging (NFC)Nikita Popov1-0/+50
2023-12-20[mlir][emitc] Add op modelling C expressions (#71631)Gil Rapaport18-37/+1077
2023-12-20AMDGPU: Strengthen some bfloat testsMatt Arsenault11-132/+20539
2023-12-20DAG: Fix expansion of bf16 sourced extloadsMatt Arsenault3-2/+3299
2023-12-20[Flang] Allow Intrinsic simpification with min/maxloc dim and scalar result. ...David Green2-13/+68
2023-12-20[mlir][vector] Extend `CreateMaskFolder` (#75842)Andrzej Warzyński2-21/+87