summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-02[mlir] Start moving some builtin type formats to the dialectusers/zero9178/simplify-builtin-parsingMarkus Böck
2024-02-02clang-formatusers/zero9178/qualified-traitMarkus Böck
2024-02-02[mlir] Add `Print(Attr|Type)Qualified` traitMarkus Böck
2024-02-01[Clang][AArch64] Add ACLE macros for FEAT_PAuth_LR (#80163)Lucas Duarte Prates
2024-02-01[flang][HLFIR] Relax verifiers of intrinsic operations (#80132)Tom Eccles
2024-02-01[bazel] Fix a typo from e7d40a87ff230528131541f6ac17a2e1a7dc78e1Benjamin Kramer
2024-02-01[llvm-exegesis] Replace --num-repetitions with --min-instructions (#77153)Aiden Grossman
2024-02-01[bazel] Put back the pieces of TableGenGlobalISel that unittests depend onBenjamin Kramer
2024-02-01[bazel] Merge TableGenGlobalISel into the tablegen targetBenjamin Kramer
2024-02-01[bazel] Add missing header for 7ec996d4c5c30083b070be4898140440094e6b97Benjamin Kramer
2024-02-01 [mlir][EmitC] Add func, call and return operations and conversions (#79612)Marius Brehler
2024-02-01[Clang][test] Limit library search when linking shared lib (#80253)Wei Wang
2024-02-01[flang][NFC] Cache derived type translation in lowering (#80179)jeanPerier
2024-02-01[mlir][Transforms] `GreedyPatternRewriteDriver`: Hash ops separately (#78312)Matthias Springer
2024-01-31Skip two WatchpointAlgorithm tests for 32-bit lldb'sJason Molenda
2024-01-31Done iterating with arm-ubuntu bot, I see the problem test.Jason Molenda
2024-01-31[clang] Use StringRef::starts_with (NFC)Kazu Hirata
2024-01-31[llvm] Use StringRef::starts_with (NFC)Kazu Hirata
2024-01-31[IR] Use range-based for loops (NFC)Kazu Hirata
2024-02-01[GlobalISel][TableGen] Support Intrinsics in MIR Patterns (#79278)Pierre van Houtryve
2024-01-31[mlir] Use `create` instead of `createOrFold` for ConstantOp as folding has n...Hugo Trachino
2024-01-31Trying to refine which test is crashing on arm-ubuntu.Jason Molenda
2024-02-01[clang][Interp] Support GenericSelectionExprsTimm Bäder
2024-02-01[clang][Interp][NFC] Remove unused RecordScopeTimm Bäder
2024-02-01[clang][Interp] Protect Inc/Dec ops against dummy pointersTimm Bäder
2024-01-31Uncomment the 2GB max tests and see if that works on arm-ubuntuJason Molenda
2024-02-01[X86][CodeGen] Set mayLoad = 1 for LZCNT/POPCNT/TZCNTrm_(EVEX|NF)Shengchen Kan
2024-02-01[clang][Interp] Handle imaginary literals (#79130)Timm Baeder
2024-01-31[Github] Build stage2-clang-bolt target for CI containerAiden Grossman
2024-02-01[clang][Interp] complex binary operators aren't always initializingTimm Bäder
2024-01-31Skip 2 of the three test sets to narrow down the arm-ubuntuJason Molenda
2024-02-01[clang-format] Allow decltype in requires clause (#78847)Emilia Kond
2024-02-01[clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (#71701)Piotr Zegar
2024-02-01[C++20] [Modules] Introduce -fskip-odr-check-in-gmf (#79959)Chuanqi Xu
2024-02-01[X86][NFC] Simplify the code for memory foldShengchen Kan
2024-01-31Add debug prints to diagnose a crash on arm-ubuntu botJason Molenda
2024-02-01[llvm-gsymutil] Print one-time DWO file missing warning under --quiet flag (#...Wanyi
2024-02-01[SelectOpt] Print instruction instead of pointerwangpc
2024-02-01[gn build] Port 147d7a64f849LLVM GN Syncbot
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda
2024-02-01[clang][dataflow] Display line numbers in the HTML logger timeline. (#80130)martinboehme
2024-02-01[clang][dataflow][NFC] Rename a confusingly named variable. (#80182)martinboehme
2024-01-31[clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan
2024-01-31[clang][NFC] Move isSimpleTypeSpecifier() from Sema to Token (#80101)Owen Pan
2024-02-01[llvm-objcopy][test] Use llvm-readelf instead for clearer visualization(NFC) ...Yi Kong
2024-01-31[mlir][arith] Improve `truncf` folding (#80206)Jakub Kuderski
2024-01-31[mlir][Vector] Add support for sub-byte transpose emulation (#80110)Diego Caballero
2024-01-31[libc] Fix read under msan (#80203)michaelrj-google
2024-01-31[libc][docs] fix stdbit.h docs (#80070)Nick Desaulniers
2024-01-31[RISCV] Use Zacas for AtomicRMWInst::Nand i32 and XLen. (#80119)Craig Topper