aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-12[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.testsanitizer-allow-fork_threaded-test-on-msan-tsanVitaly Buka2-5/+6
2023-12-12[𝘀𝗽𝗿] changes introduced through rebaseVitaly Buka1-1/+1
2023-12-12[gn] port 27259f17e9d2Nico Weber1-0/+1
2023-12-12[RISCV] Reduce the size of the index used for RVV intrinsics. NFC (#74906)Craig Topper1-5/+5
2023-12-12[𝘀𝗽𝗿] changes introduced through rebaseVitaly Buka1-3/+7
2023-12-12[𝘀𝗽𝗿] changes introduced through rebaseVitaly Buka1-1/+1
2023-12-12[𝘀𝗽𝗿] changes introduced through rebaseVitaly Buka85-1043/+1320
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton52-907/+1135
2023-12-13[CodeGen] Port `CFGuard` to new pass manager (#75146)paperchalice7-39/+89
2023-12-12Revert "[X86] Set SHF_X86_64_LARGE for globals with explicit well-known large...Arthur Eubanks2-10/+10
2023-12-12[𝘀𝗽𝗿] changes to main this commit is based onVitaly Buka2-0/+102
2023-12-12[mlir][sparse] refactor utilities into transform/utils dir (#75250)Aart Bik21-85/+76
2023-12-12Add missing dep on MLIRToLLVMIRTranslationRegistration to mlir-opt. (#75111)Stella Laurenzo2-0/+8
2023-12-12[asan] Switch initialization to "double-checked locking"Vitaly Buka1-24/+25
2023-12-12[RISCV] Add missing break to last case in switch. NFCCraig Topper1-0/+1
2023-12-12[libc] Add bind function (#74014)michaelrj-google16-15/+233
2023-12-12[bazel] Port 4b3446771f745bb5169354ad9027c0a1c9fca394Fangrui Song2-0/+20
2023-12-12[lld][WebAssembly] Don't set importUndefined when -shared is used. NFC (#75241)Sam Clegg1-1/+0
2023-12-12[libc++][module] Fixes std::string UDL. (#75000)Mark de Wever3-58/+33
2023-12-12[MLIR] Flatten fused locations when merging constants. (#75218)Benjamin Chetioui2-5/+45
2023-12-12[OpenMP][NFC] Move mapping related code into OpenMP/Mapping.cpp (#75239)Johannes Doerfert7-610/+642
2023-12-12[SystemZ][z/OS] Fix build errors on z/OS in the Unix .inc files (#74758)Abhina Sree3-1/+45
2023-12-12[X86][FastISel] Bail out on large objects when materializing a GlobalValueArthur Eubanks2-0/+19
2023-12-12[mlir][sparse] cleanup of CodegenEnv reduction API (#75243)Aart Bik3-26/+36
2023-12-12Add `std::basic_string` test cases (#74830)Tacet22-0/+113
2023-12-12[libc] fix issues around stack protector (#74567)Schrodinger ZHU Yifan5-20/+33
2023-12-12[AMDGPU] Precommit test for LDS DMA waitcounts. NFC. (#75240)Stanislav Mekhanoshin1-0/+78
2023-12-12Add a test for evicting unreachable modules from the global module cache (#74...jimingham4-0/+185
2023-12-12[NFC][InstrProf] Rename internal `InstrProfiling` to `InstrLowerer` (#75139)Mircea Trofin1-38/+38
2023-12-12[mlir][sparse]Make isBlockSparsity more robust (#75113)Yinying Li2-2/+57
2023-12-12[X86] avx512-vbroadcast.ll - fix orphan check prefixesSimon Pilgrim1-2/+2
2023-12-12[bazel,unittest] Export llvm_orc_registerJITLoaderGDBWrapperFangrui Song1-0/+7
2023-12-12[mlir][mesh] Add endomorphism simplification for all-reduce (#73150)Boian Petkantchin11-0/+659
2023-12-12[mlir][vector] Allow vector distribution with multiple written elements (#75122)Jakub Kuderski4-17/+123
2023-12-12[ELF] Don't create copy relocation/canonical PLT entry for a defined symbol (...Fangrui Song4-7/+7
2023-12-12[libc++][chrono] Fixes year_month year wrapping. (#74938)Mark de Wever15-161/+329
2023-12-12[DebugInfo] Fix duplicate DIFile when main file is preprocessed (#75022)Fangrui Song2-4/+10
2023-12-12[libc++][doc] Updates module information. (#75003)Mark de Wever1-17/+22
2023-12-12[coroutines] Use DILocation from new storage for hoisted dbg.declare (#75104)Wei Wang2-15/+20
2023-12-12[AMDGPU] CodeGen for GFX12 64-bit scalar add/sub (#75070)Jay Foad7-112/+1833
2023-12-12[ORC][MachO] For convenience, make MachOPlatform ref available to subclasses.Lang Hames1-2/+2
2023-12-12[gn build] Port 6a6646749900LLVM GN Syncbot1-0/+1
2023-12-12[analyzer] Fix broken testcase (#75216)DonatNagyE1-1/+1
2023-12-12[RegAllocFast] NFC cleanups (#74860)Nick Desaulniers1-35/+30
2023-12-12[clang][Sema] Always clear UndefinedButUsed (#73955)Jonas Hahnfeld1-2/+1
2023-12-12[Transforms] Fix a warningKazu Hirata1-0/+1
2023-12-12[readtapi] Cleanup printing command line options (#75106)Cyndy Ishida3-13/+26
2023-12-12[flang] Fix compilation error due to variable no being used (#75210)Pete Steinfeld1-1/+0
2023-12-12[C API] Add getters and setters for fast-math flags on relevant instructions ...Benji Smith6-0/+350
2023-12-12[libc++][CI] Tests the no RTTI configuration. (#65518)Mark de Wever5-1/+21