aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-22Fix function signatureusers/ivanradanov/flang-workshare-emitIvan Radanov Ivanov1-4/+6
2024-08-22[flang][omp] Emit omp.workshare in frontendIvan Radanov Ivanov2-7/+29
2024-08-22wrong replaceusers/ivanradanov/flang-workshare-ompIvan Radanov Ivanov1-4/+4
2024-08-22[MLIR][omp] Add omp.workshare opIvan Radanov Ivanov5-0/+179
2024-08-22[flang][NFC] Move OpenMP related passes into a separate directory (#104732)Ivan R. Ivanov19-63/+154
2024-08-21[RISCV] Add CSRs and an instruction for Smctr and Ssctr extensions. (#105148)Craig Topper14-0/+177
2024-08-21[SandboxIR] Implement FuncletPadInst, CatchPadInst and CleanupInst (#105294)vporpo5-1/+300
2024-08-21[lldb-dap] Skip the lldb-dap output test on windows, it seems all the lldb-da...John Harrison1-0/+1
2024-08-21[libc] Fix accidentally using system file on GPUJoseph Huber1-2/+0
2024-08-21[llvm][nsan] Skip function declarations (#105598)Alexander Shaposhnikov2-1/+4
2024-08-21Handle #dbg_values in SROA. (#94070)Shubham Sandeep Rastogi12-82/+313
2024-08-21Revert "Speculative fix for asan/TestCases/Darwin/cstring_section.c"Vitaly Buka1-2/+2
2024-08-22[BPF] introduce __attribute__((bpf_fastcall)) (#105417)eddyz8716-3/+486
2024-08-21[SandboxIR] Simplify matchers in ShuffleVectorInst unit test (NFC) (#105596)Jorge Gorbe Moya1-11/+8
2024-08-21[compiler-rt][test] Added REQUIRES:shell to fuzzer test with for-loop (#105557)Connie Zhu1-1/+1
2024-08-21[ctx_prof] API to get the instrumentation of a BB (#105468)Mircea Trofin3-0/+34
2024-08-21[lldb] Speculative fix for trap_frame_sym_ctx.testAdrian Prantl1-1/+1
2024-08-21[LTO] Compare std::optional<ImportKind> directly with ImportKind (NFC) (#105561)Kazu Hirata1-12/+3
2024-08-21[LTO] Use enum class for ImportFailureReason (NFC) (#105564)Kazu Hirata1-1/+1
2024-08-21[flang][runtime] Add build-time flags to runtime to adjust SELECTED_x_KIND() ...Peter Klausler1-14/+23
2024-08-21[libc] Add `scanf` support to the GPU build (#104812)Joseph Huber5-19/+61
2024-08-21[SandboxIR] Add tracking for `ShuffleVectorInst::setShuffleMask`. (#105590)Jorge Gorbe Moya5-3/+61
2024-08-21[NFC][TableGen] Change global variables from anonymous NS to static (#105504)Rahul Joshi1-12/+9
2024-08-21[SandboxIR] Fix use-of-uninitialized in ShuffleVectorInst unit test. (#105592)Jorge Gorbe Moya1-1/+1
2024-08-21[InstCombine] Fold `sext(A < B) + zext(A > B)` into `ucmp/scmp(A, B)` (#103833)Volodymyr Vasylkun3-2/+206
2024-08-21Revert "[Coroutines] [NFCI] Don't search the DILocalVariable for __promise wh...Dmitri Gribenko4-28/+40
2024-08-21Revert "[Coroutines] Fix -Wunused-variable in CoroFrame.cpp (NFC)"Dmitri Gribenko1-1/+2
2024-08-21Revert "[Coroutines] Salvage the debug information for coroutine frames withi...Dmitri Gribenko5-65/+31
2024-08-21[mlir] Add nodiscard attribute to allowsUnregisteredDialects (#105530)Jonas Rickert1-1/+1
2024-08-21[libc++] Mark LWG3404 as implementedLouis Dionne2-2/+2
2024-08-21[lldb-dap] When sending a DAP Output Event break each message into separate l...John Harrison8-8/+74
2024-08-21[RFC][flang] Replace special symbols in uniqued global names. (#104859)Slava Zakharin20-56/+270
2024-08-21[libc++] Improve the granularity of status tracking from Github issuesLouis Dionne1-44/+129
2024-08-21[ADT] Add `isPunct` to StringExtras (#105461)Rahul Joshi2-0/+23
2024-08-21[SandboxIR] Add ShuffleVectorInst (#104891)Jorge Gorbe Moya4-63/+1008
2024-08-21[AArch64] Add SVE lowering of fixed-length UABD/SABD (#104991)Sander de Smalen3-0/+477
2024-08-21[SLP]Try to keep scalars, used in phi nodes, if phi nodes from same block are...Alexey Bataev2-29/+51
2024-08-21[SLP]Fix PR105120: fix the order of phi nodes vectorization.Alexey Bataev2-3/+59
2024-08-21[CGData] Fix tests for sed without using options (#105546)Kyungwoo Lee4-13/+13
2024-08-21[flang][OpenMP] Follow-up to build-breakage fix (#102028)Krzysztof Parzyszek2-25/+7
2024-08-21[NFC][ADT] Remove << operators from StringRefTest (#105500)Rahul Joshi1-15/+0
2024-08-21[lldb-dap] Implement `StepGranularity` for "next" and "step-in" (#105464)Adrian Vogelsgesang4-10/+60
2024-08-21[Docs] Update Loop Optimization WG call.Michael Kruse2-47/+81
2024-08-21[gn build] Port a6bae5cb3791LLVM GN Syncbot1-0/+1
2024-08-21[AMDGPU] Split GCNSubtarget into its own file. NFC. (#105525)Jay Foad9-791/+828
2024-08-21[ctx_prof] Profile flatterner (#104539)Mircea Trofin4-3/+117
2024-08-21[libc][docs] Update docs to reflect new headergen (#102381)Michael Jones15-242/+154
2024-08-21[clang] [test] Use lit Syntax for Environment Variables in Clang subproject (...Harini09243-9/+9
2024-08-21[RISCV] Minor style fixes in lowerVectorMaskVecReduction [nfc]Philip Reames1-6/+2
2024-08-21[libc++] Standardize how we track removed and superseded papersLouis Dionne8-19/+36