summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (...upstream/revert-85895-users/matthias-springer/value_bounds_scf_ifAnton Korobeynikov2024-04-055-334/+46
* [analyzer] Remove barely used class 'KnownSVal' (NFC) (#86953)NagyDonat2024-04-054-16/+9
* [analyzer] Make recognition of hardened __FOO_chk functions explicit (#86536)NagyDonat2024-04-057-131/+217
* [Thumb] Resolve FIXME: Use 'mov hi, $src; mov $dst, hi' (#81908)AtariDreams2024-04-056-31/+66
* [mlir][test] Extend CMake logic for e2e testsAndrzej Warzynski2024-04-053-1/+115
* Reland "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett2024-04-0516-57/+252
* Revert "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett2024-04-0514-235/+53
* [flang][clang] Add Visibility specific help text for options (#81869)David Spickett2024-04-0514-53/+235
* Fix a few broken links (#87098)mlevesquedion2024-04-059-21/+21
* [Clang][Sema] Skip checking anonymous enum in using enum declaration (#87144)Qizhi Hu2024-04-053-0/+37
* [MLIR][LLVM] Improve bit- and addrspacecast folders (#87745)Christian Ulmann2024-04-053-32/+74
* [MLIR][LLVM][Mem2Reg] Relax type equality requirement for load and store (#87...Christian Ulmann2024-04-052-4/+284
* [InstallAPI] Add test to validate cc1 arg forwarding (#87666)Cyndy Ishida2024-04-043-21/+54
* [mlir][Arith] `ValueBoundsOpInterface`: Support `arith.select` (#86383)Matthias Springer2024-04-052-0/+101
* [UBSAN] Rename `remove-traps` to `lower-allow-check` (#84853)Vitaly Buka2024-04-048-24/+25
* [mlir][SCF][NFC] `ValueBoundsConstraintSet`: Simplify `scf.for` implementatio...Matthias Springer2024-04-051-44/+36
* [mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (#85895)Matthias Springer2024-04-055-46/+334
* [Clang][Sema] Fix the lambda call expression inside of a type alias declarati...Younan Zhang2024-04-0510-12/+338
* [clang-tidy] hicpp-ignored-remove-result ignore functions with same prefixes ...Congcong Cai2024-04-053-3/+13
* [Clang] ReleaseNote item for 9dab2e3064a2ad4d5ce65832d605787dc394cb72Youngsuk Kim2024-04-041-0/+3
* [HLSL][DXIL][SPIRV] Implementation of an abstraction for intrinsic selection ...Farzon Lotfi2024-04-049-15/+445
* [bazel] Add support for building orc_rt (#87730)Keith Smiley2024-04-042-0/+82
* [clang-format] Fix a regression in annotating BK_BracedInit (#87450)Owen Pan2024-04-043-7/+35
* [clang][CodeGen] Remove SimplifyCFGPass preceding RemoveTrapsPass (#84852)Vitaly Buka2024-04-041-6/+0
* [Clang][Sema] Warn unused cxx vardecl which entirely consists condition expr ...Youngsuk Kim2024-04-045-2/+42
* [clang][ASTImporter] fix variable inline of CXX17 (#87314)Qizhi Hu2024-04-052-0/+32
* [clang][ubsan] Switch UBSAN optimization to `llvm.allow.{runtime,ubsan}.check...Vitaly Buka2024-04-043-72/+107
* [TableGen] Fix a potential crash when operand doesn't appear in the instructi...Shilei Tian2024-04-041-2/+7
* [RISCV][GISel] Make register bank selection for unary and binary arithmetic o...Craig Topper2024-04-041-17/+28
* [NFC][UBSAN] Regenerate a testVitaly Buka2024-04-041-8/+30
* Revert "Debuginfod Testing & fixes: 3rd times the charm? (#87676)"Shubham Rastogi2024-04-0410-515/+17
* [LV, VP]VP intrinsics support for the Loop Vectorizer + adding new tail-foldi...Alexey Bataev2024-04-0427-69/+2124
* [RISCV][NFC] Add isTargetAndroid API in RISCVSubtarget (#87671)Paul Kirth2024-04-041-0/+1
* [bazel] Add support for building lldb (#87589)Keith Smiley2024-04-045-3/+3289
* [flang] Add --gcc-toolchain and --gcc-install-dir options to flang. (#87360)Michael Kruse2024-04-0531-1/+45
* [UBSAN] Remove invalid assert added with #87709Vitaly Buka2024-04-041-1/+0
* [SPARC] Implement L and H inline asm argument modifiers (#87259)Koakuma2024-04-054-0/+64
* [UBSAN][HWASAN] Remove redundant flags (#87709)Vitaly Buka2024-04-047-23/+19
* [NFC][HWASAN][UBSAN] Remove cl:init from few opts (#87692)Vitaly Buka2024-04-042-2/+2
* [bazel] Add missing dependency for mlir:SCFUtils (#87711)Chenguang Wang2024-04-041-0/+1
* [libc] Temporary math macros fix (#87681)Michael Jones2024-04-043-2/+19
* [HWASAN][UBSAN] Don't use default `profile-summary-cutoff-hot` (#87691)Vitaly Buka2024-04-044-22/+9
* [flang] Added windows-include.h wrapper to resolve name conflicts. (#87650)Slava Zakharin2024-04-045-11/+29
* [libc++][NFC] Make __desugars_to a variable template and rename the header to...Nikolas Klauser2024-04-0411-31/+26
* [mlir][SCF] Modernize `coalesceLoops` method to handle `scf.for` loops with i...MaheshRavishankar2024-04-0413-240/+587
* [memprof] Introduce writeMemProf (NFC) (#87698)Kazu Hirata2024-04-041-76/+142
* Revert "[ARM][Thumb2] Mark BTI-clearing instructions as scheduling region bou...Victor Campos2024-04-043-189/+0
* [Headers] Don't declare unreachable() from stddef.h in C++ (#86748)Ian Anderson2024-04-041-0/+4
* [NFC] [HWASan] clarify FIXME comment (#87689)Florian Mayer2024-04-041-0/+3
* [builtin][NFC] Remove ClangBuiltin<"__builtin_allow_ubsan_check"> (#87581)Vitaly Buka2024-04-041-2/+1