summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Flang][OpenMP][Lower] NFC: Move clause processing helpers into the C...upstream/revert-85258-nfc-clauseprocessor-helpersSergio Afonso2024-03-195-66/+74
* [compiler-rt] Fixing UB on Windows for trampoline allocations (#85639)Zack Johnson2024-03-191-1/+1
* [analyzer] Mention possibility of underflow in array overflow errors (#84201)NagyDonat2024-03-193-15/+86
* Reapply: [SystemZ] Fix overflow flag for i128 USUBOUlrich Weigand2024-03-193-0/+58
* [OpenMP] Fix target data region codegen being omitted for device pass (#85218)Akash Banerjee2024-03-193-1/+52
* [bazel] Trim TransformDialectInterfaces to the bare minimumBenjamin Kramer2024-03-191-2/+4
* [DAG] Matched Fixedwidth Pattern for ISD::AVGCEILU (#85031)Shourya Goel2024-03-192-3/+32
* Revert "[RISCV] Recursively split concat_vector into smaller LMULs (#83035)"Luke Lau2024-03-199-925/+780
* [mlir][sparse] Fix the calling convention of __truncsfbf2 on windows x64Benjamin Kramer2024-03-191-1/+1
* [X86] Add PAVG(0,x) test coverage for PR #85581Simon Pilgrim2024-03-191-0/+16
* [DAG] visitEXTRACT_VECTOR_ELT - share the same SDLoc instead of recreating it...Simon Pilgrim2024-03-191-4/+3
* [gn build] Port afec08ef9f10LLVM GN Syncbot2024-03-191-0/+2
* [clang] Add `intrin0.h` header to mimic `intrin0.h` used by MSVC STL for clan...Max Winkler2024-03-1910-413/+408
* [AMDGPU][NFC] Test clean up. (#85775)Pravin Jagtap2024-03-192-382/+184
* [bazel] Split TransformDialect into a header-only lib in prep for PR85221Benjamin Kramer2024-03-191-1/+19
* [RemoveDIs] Add flag to control loading into new debug mode from bitcode (#85...Orlando Cazalet-Hyams2024-03-193-8/+57
* [MacroFusion] Add SingleFusion that accepts a single instruction pairWang Pengcheng2024-03-192-0/+78
* [clang][dataflow] Make optional checker work for types derived from optional....martinboehme2024-03-192-54/+194
* [Flang][OpenMP][Lower] NFC: Move clause processing helpers into the ClausePro...Sergio Afonso2024-03-195-74/+66
* [LoongArch] Add diagnostics for PseudoLI_D instruction (#85742)wanglei2024-03-193-1/+22
* [lldb][DataFormatter] Fix format specifiers in LibCxxSliceArray summary provi...Michael Buch2024-03-191-1/+1
* [ConstantFold] Fix comparison between special pointer constantsNikita Popov2024-03-192-2/+9
* [tsan][test] Switch setitimer(ITIMER_REAL, ...) to setitimer(ITIMER_VIRTUAL, ...serge-sans-paille2024-03-191-2/+2
* [mlir][complex] Make CPU runner test platform agnostic (#85607)Kai Sasaki2024-03-191-5/+3
* [AMDGPU][PromoteAlloca] Whole-function alloca promotion to vector (#84735)Pierre van Houtryve2024-03-193-31/+182
* Fix macro expansion for AMDHSA_BITS_SET (#85661)Janek van Oirschot2024-03-192-6/+9
* [Flang][Lower] NFC: Replace SmallVector with more suitable alternatives (#85227)Sergio Afonso2024-03-193-35/+34
* [flang] Enable polymorphic lowering by default (#83285)jeanPerier2024-03-1968-107/+63
* Revert "Fix overflow flag for i128 USUBO"Ulrich Weigand2024-03-193-58/+0
* [mlir][bufferization] Fix OpFilter not to crash on unloaded dialectsBenjamin Kramer2024-03-191-1/+1
* [Flang][OpenMP] Complete and organize directive sets (#85219)Sergio Afonso2024-03-191-182/+210
* [flang] Lower sequence associated argument passed by descriptor (#85696)jeanPerier2024-03-197-49/+642
* Fix overflow flag for i128 USUBOUlrich Weigand2024-03-193-0/+58
* [tsan][test] Switch setitimer(ITIMER_REAL, ...) to setitimer(ITIMER_VIRTUAL, ...serge-sans-paille2024-03-191-2/+2
* [clang-format] Fixed the warning in building document for TableGenBreakingDAG...Hirofumi Nakamura2024-03-192-2/+2
* [AArch64] Add support for Cortex-A520AE and Cortex-A720AE CPUs (#85401)Jonathan Thackray2024-03-198-3/+84
* [mlir] Don't assert when simplifying certain `AffineExpr`s (#78855)Felix Schneider2024-03-193-1/+35
* [AMDGPU][PromoteAlloca] Drop bitcast handling (#85747)Pierre van Houtryve2024-03-191-8/+0
* [mlir][bufferization] Check OpFilter before casting to BufferizableOpInterfac...Benjamin Kramer2024-03-192-5/+3
* [OpenMP] Fix ompx_dump_mapping_tables lit test (#85754)nicebert2024-03-191-15/+10
* [clang][Interp][NFC] Add InterpFrame::dump()Timm Bäder2024-03-192-0/+30
* ValueTracking: Fix bug with fcmp false to nan constantMatt Arsenault2024-03-192-13/+13
* [InstCombine] Fold `fpto{s|u}i non-norm` to zero (#85569)Yingwei Zheng2024-03-192-0/+107
* [clang][Interp][NFC] Sanitize collectBaseOffset parametersTimm Bäder2024-03-191-0/+2
* [DAG] Matched FixedWidth pattern for ISD::AVGFLOORU (#84903)Shourya Goel2024-03-192-0/+33
* [TableGen][NFC] Move MacroFusion classes to TargetMacroFusion.tdWang Pengcheng2024-03-193-127/+141
* [clang][dataflow] Model assignment to derived class from base. (#85064)martinboehme2024-03-195-54/+126
* [gn build] Port 59ff3adcc131LLVM GN Syncbot2024-03-191-1/+1
* [clang][dataflow][NFC] Rename `ControlFlowContext` to `AdornedCFG`. (#85640)martinboehme2024-03-1919-171/+194
* [MacroFusion] Complete tests and fix indentsWang Pengcheng2024-03-191-4/+6