summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Start moving some builtin type formats to the dialectupstream/users/zero9178/simplify-builtin-parsingMarkus Böck2024-02-0211-289/+249
* clang-formatupstream/users/zero9178/qualified-traitMarkus Böck2024-02-021-1/+2
* [mlir] Add `Print(Attr|Type)Qualified` traitMarkus Böck2024-02-028-13/+80
* [Clang][AArch64] Add ACLE macros for FEAT_PAuth_LR (#80163)Lucas Duarte Prates2024-02-013-0/+43
* [flang][HLFIR] Relax verifiers of intrinsic operations (#80132)Tom Eccles2024-02-013-29/+90
* [bazel] Fix a typo from e7d40a87ff230528131541f6ac17a2e1a7dc78e1Benjamin Kramer2024-02-011-1/+1
* [llvm-exegesis] Replace --num-repetitions with --min-instructions (#77153)Aiden Grossman2024-02-0110-35/+46
* [bazel] Put back the pieces of TableGenGlobalISel that unittests depend onBenjamin Kramer2024-02-011-13/+42
* [bazel] Merge TableGenGlobalISel into the tablegen targetBenjamin Kramer2024-02-011-28/+2
* [bazel] Add missing header for 7ec996d4c5c30083b070be4898140440094e6b97Benjamin Kramer2024-02-011-0/+1
* [mlir][EmitC] Add func, call and return operations and conversions (#79612)Marius Brehler2024-02-0118-31/+815
* [Clang][test] Limit library search when linking shared lib (#80253)Wei Wang2024-02-011-1/+1
* [flang][NFC] Cache derived type translation in lowering (#80179)jeanPerier2024-02-013-18/+25
* [mlir][Transforms] `GreedyPatternRewriteDriver`: Hash ops separately (#78312)Matthias Springer2024-02-013-21/+29
* Skip two WatchpointAlgorithm tests for 32-bit lldb'sJason Molenda2024-01-311-0/+6
* Done iterating with arm-ubuntu bot, I see the problem test.Jason Molenda2024-01-311-2/+0
* [clang] Use StringRef::starts_with (NFC)Kazu Hirata2024-01-315-9/+6
* [llvm] Use StringRef::starts_with (NFC)Kazu Hirata2024-01-317-7/+7
* [IR] Use range-based for loops (NFC)Kazu Hirata2024-01-316-16/+14
* [GlobalISel][TableGen] Support Intrinsics in MIR Patterns (#79278)Pierre van Houtryve2024-02-0114-22/+313
* [mlir] Use `create` instead of `createOrFold` for ConstantOp as folding has n...Hugo Trachino2024-01-315-13/+13
* Trying to refine which test is crashing on arm-ubuntu.Jason Molenda2024-01-311-11/+2
* [clang][Interp] Support GenericSelectionExprsTimm Bäder2024-02-014-0/+9
* [clang][Interp][NFC] Remove unused RecordScopeTimm Bäder2024-02-011-2/+0
* [clang][Interp] Protect Inc/Dec ops against dummy pointersTimm Bäder2024-02-013-0/+17
* Uncomment the 2GB max tests and see if that works on arm-ubuntuJason Molenda2024-01-311-2/+0
* [X86][CodeGen] Set mayLoad = 1 for LZCNT/POPCNT/TZCNTrm_(EVEX|NF)Shengchen Kan2024-02-011-5/+6
* [clang][Interp] Handle imaginary literals (#79130)Timm Baeder2024-02-014-3/+40
* [Github] Build stage2-clang-bolt target for CI containerAiden Grossman2024-01-311-1/+1
* [clang][Interp] complex binary operators aren't always initializingTimm Bäder2024-02-012-1/+18
* Skip 2 of the three test sets to narrow down the arm-ubuntuJason Molenda2024-01-311-0/+5
* [clang-format] Allow decltype in requires clause (#78847)Emilia Kond2024-02-012-5/+23
* [clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (#71701)Piotr Zegar2024-02-016-6/+61
* [C++20] [Modules] Introduce -fskip-odr-check-in-gmf (#79959)Chuanqi Xu2024-02-0115-30/+167
* [X86][NFC] Simplify the code for memory foldShengchen Kan2024-02-012-25/+11
* Add debug prints to diagnose a crash on arm-ubuntu botJason Molenda2024-01-311-0/+9
* [llvm-gsymutil] Print one-time DWO file missing warning under --quiet flag (#...Wanyi2024-02-012-7/+582
* [SelectOpt] Print instruction instead of pointerwangpc2024-02-011-1/+1
* [gn build] Port 147d7a64f849LLVM GN Syncbot2024-02-011-0/+1
* [lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda2024-01-3118-40/+695
* [clang][dataflow] Display line numbers in the HTML logger timeline. (#80130)martinboehme2024-02-012-0/+11
* [clang][dataflow][NFC] Rename a confusingly named variable. (#80182)martinboehme2024-02-011-9/+9
* [clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan2024-01-316-130/+38
* [clang][NFC] Move isSimpleTypeSpecifier() from Sema to Token (#80101)Owen Pan2024-01-316-49/+50
* [llvm-objcopy][test] Use llvm-readelf instead for clearer visualization(NFC) ...Yi Kong2024-02-011-50/+10
* [mlir][arith] Improve `truncf` folding (#80206)Jakub Kuderski2024-01-312-16/+25
* [mlir][Vector] Add support for sub-byte transpose emulation (#80110)Diego Caballero2024-01-315-2/+80
* [libc] Fix read under msan (#80203)michaelrj-google2024-01-312-1/+5
* [libc][docs] fix stdbit.h docs (#80070)Nick Desaulniers2024-01-311-7/+8
* [RISCV] Use Zacas for AtomicRMWInst::Nand i32 and XLen. (#80119)Craig Topper2024-01-313-352/+832