aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-02[mlir] Start moving some builtin type formats to the dialectusers/zero9178/simplify-builtin-parsingMarkus Böck11-289/+249
2024-02-02clang-formatusers/zero9178/qualified-traitMarkus Böck1-1/+2
2024-02-02[mlir] Add `Print(Attr|Type)Qualified` traitMarkus Böck8-13/+80
2024-02-01[Clang][AArch64] Add ACLE macros for FEAT_PAuth_LR (#80163)Lucas Duarte Prates3-0/+43
2024-02-01[flang][HLFIR] Relax verifiers of intrinsic operations (#80132)Tom Eccles3-29/+90
2024-02-01[bazel] Fix a typo from e7d40a87ff230528131541f6ac17a2e1a7dc78e1Benjamin Kramer1-1/+1
2024-02-01[llvm-exegesis] Replace --num-repetitions with --min-instructions (#77153)Aiden Grossman10-35/+46
2024-02-01[bazel] Put back the pieces of TableGenGlobalISel that unittests depend onBenjamin Kramer1-13/+42
2024-02-01[bazel] Merge TableGenGlobalISel into the tablegen targetBenjamin Kramer1-28/+2
2024-02-01[bazel] Add missing header for 7ec996d4c5c30083b070be4898140440094e6b97Benjamin Kramer1-0/+1
2024-02-01 [mlir][EmitC] Add func, call and return operations and conversions (#79612)Marius Brehler18-31/+815
2024-02-01[Clang][test] Limit library search when linking shared lib (#80253)Wei Wang1-1/+1
2024-02-01[flang][NFC] Cache derived type translation in lowering (#80179)jeanPerier3-18/+25
2024-02-01[mlir][Transforms] `GreedyPatternRewriteDriver`: Hash ops separately (#78312)Matthias Springer3-21/+29
2024-01-31Skip two WatchpointAlgorithm tests for 32-bit lldb'sJason Molenda1-0/+6
2024-01-31Done iterating with arm-ubuntu bot, I see the problem test.Jason Molenda1-2/+0
2024-01-31[clang] Use StringRef::starts_with (NFC)Kazu Hirata5-9/+6
2024-01-31[llvm] Use StringRef::starts_with (NFC)Kazu Hirata7-7/+7
2024-01-31[IR] Use range-based for loops (NFC)Kazu Hirata6-16/+14
2024-02-01[GlobalISel][TableGen] Support Intrinsics in MIR Patterns (#79278)Pierre van Houtryve14-22/+313
2024-01-31[mlir] Use `create` instead of `createOrFold` for ConstantOp as folding has n...Hugo Trachino5-13/+13
2024-01-31Trying to refine which test is crashing on arm-ubuntu.Jason Molenda1-11/+2
2024-02-01[clang][Interp] Support GenericSelectionExprsTimm Bäder4-0/+9
2024-02-01[clang][Interp][NFC] Remove unused RecordScopeTimm Bäder1-2/+0
2024-02-01[clang][Interp] Protect Inc/Dec ops against dummy pointersTimm Bäder3-0/+17
2024-01-31Uncomment the 2GB max tests and see if that works on arm-ubuntuJason Molenda1-2/+0
2024-02-01[X86][CodeGen] Set mayLoad = 1 for LZCNT/POPCNT/TZCNTrm_(EVEX|NF)Shengchen Kan1-5/+6
2024-02-01[clang][Interp] Handle imaginary literals (#79130)Timm Baeder4-3/+40
2024-01-31[Github] Build stage2-clang-bolt target for CI containerAiden Grossman1-1/+1
2024-02-01[clang][Interp] complex binary operators aren't always initializingTimm Bäder2-1/+18
2024-01-31Skip 2 of the three test sets to narrow down the arm-ubuntuJason Molenda1-0/+5
2024-02-01[clang-format] Allow decltype in requires clause (#78847)Emilia Kond2-5/+23
2024-02-01[clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (#71701)Piotr Zegar6-6/+61
2024-02-01[C++20] [Modules] Introduce -fskip-odr-check-in-gmf (#79959)Chuanqi Xu15-30/+167
2024-02-01[X86][NFC] Simplify the code for memory foldShengchen Kan2-25/+11
2024-01-31Add debug prints to diagnose a crash on arm-ubuntu botJason Molenda1-0/+9
2024-02-01[llvm-gsymutil] Print one-time DWO file missing warning under --quiet flag (#...Wanyi2-7/+582
2024-02-01[SelectOpt] Print instruction instead of pointerwangpc1-1/+1
2024-02-01[gn build] Port 147d7a64f849LLVM GN Syncbot1-0/+1
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda18-40/+695
2024-02-01[clang][dataflow] Display line numbers in the HTML logger timeline. (#80130)martinboehme2-0/+11
2024-02-01[clang][dataflow][NFC] Rename a confusingly named variable. (#80182)martinboehme1-9/+9
2024-01-31[clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan6-130/+38
2024-01-31[clang][NFC] Move isSimpleTypeSpecifier() from Sema to Token (#80101)Owen Pan6-49/+50
2024-02-01[llvm-objcopy][test] Use llvm-readelf instead for clearer visualization(NFC) ...Yi Kong1-50/+10
2024-01-31[mlir][arith] Improve `truncf` folding (#80206)Jakub Kuderski2-16/+25
2024-01-31[mlir][Vector] Add support for sub-byte transpose emulation (#80110)Diego Caballero5-2/+80
2024-01-31[libc] Fix read under msan (#80203)michaelrj-google2-1/+5
2024-01-31[libc][docs] fix stdbit.h docs (#80070)Nick Desaulniers1-7/+8
2024-01-31[RISCV] Use Zacas for AtomicRMWInst::Nand i32 and XLen. (#80119)Craig Topper3-352/+832