aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-03[Clang][Driver] Add special-casing for including libc++ in C++03users/philnik777/add_libcxx03_include_strategyNikolas Klauser9-4/+49
2024-03-03[Clang][Driver] Merge the different strategies of how libc++ is includedusers/philnik777/merge_libcxx_include_strategiesNikolas Klauser20-129/+178
2024-03-01[Clang] Fix __has_cpp_attribute and C++11 attributes with arguments in C++03 ...Nikolas Klauser6-27/+33
2024-03-01Use object directly instead of accessing ArrayRef (#83263)Martin Wehking1-1/+1
2024-03-01[X86][CodeGen] Add missing patterns for APX NDD instructions about encoding t...Shengchen Kan2-41/+76
2024-03-01[ARM] Change the type of CC and VCC code in `splitMnemonic`. (#83413)Alfie Richards1-13/+14
2024-03-01[AMDGPU] Improve detection of non-null addrspacecast operands (#82311)Pierre van Houtryve8-17/+498
2024-03-01[SLP]Fix/improve potential masked gather loads analysis.Alexey Bataev3-346/+355
2024-03-01[mlir][EmitC] Add bitwise operators (#83387)Marius Brehler4-14/+207
2024-03-01[SLP]Fix the cost model for extracts combined with later shuffle.Alexey Bataev3-3/+20
2024-03-01[AArch64] Remove unused AArch64ISD::BIT. NFCDavid Green3-6/+1
2024-03-01[clang] Remove unused lambda capture. (#83550)Alexandros Lamprineas0-0/+0
2024-03-01Revert fuzzer windows changes (#83551)David CARLIER1-21/+4
2024-03-01[AArch64] Mark AESD and AESE instructions as commutative. (#83390)David Green3-5/+5
2024-03-01[llvm-jitlink] [test] Add an XFAIL for a JITLink test on MinGWMartin Storsjö1-0/+5
2024-03-01[flang][HLFIR] Use GreedyPatternRewriter in LowerHLFIRIntrinsics (#83438)Tom Eccles17-222/+190
2024-03-01[AMDGPU] Rename hasGFX12Enc to hasRestrictedSOffset in BUF definitions. NFC. ...Jay Foad1-76/+76
2024-03-01[X86][AArch64][PowerPC] __builtin_cpu_supports accepts unknown options. (#83515)Pavel Iliin7-14/+30
2024-03-01[mlir][VectorOps][nfc] Add result pretty printing to `vector.vscale` (#83439)Benjamin Maxwell2-2/+10
2024-03-01[MC] Teach checkAsmTiedOperandConstraints about optional operands (#81381)Sergei Barannikov1-27/+62
2024-03-01Fix MSVC "not all control paths return a value" warnings. NFC.Simon Pilgrim1-2/+2
2024-03-01[lldb][test][Windows] Don't check for pexpect with LLDB_ENFORCE_STRICT_TEST_R...David Spickett1-4/+8
2024-03-01[clang] Remove unused-lambda-capture in AArch64.cpp (NFC)Jie Fu1-2/+1
2024-03-01[IR] Update getOrInsertFunction() docs for opaque pointers (NFC)Nikita Popov1-15/+8
2024-03-01[compiler-rt][fuzzer] windows build unbreak proposal. (#83538)David CARLIER1-4/+7
2024-03-01[clang][Interp] OpaqueValueExprs can have null subexprsTimm Bäder1-3/+7
2024-03-01[FMV] Use lexicographic order of feature names when mangling. (#83464)Alexandros Lamprineas5-57/+99
2024-03-01Add llvm_v6i32_ty. NFC. (#83522)Pravin Jagtap1-0/+1
2024-03-01Revert "[AArch64][GlobalISel] Legalize G_SHUFFLE_VECTOR for Odd-Sized Vectors...chuongg35-212/+108
2024-03-01[AMDGPU] promote i1 arg type for amdgpu_cs (#82971)Nick Anderson2-0/+1216
2024-03-01[clang][Interp][NFC] Add an assertion to classify(Expr*)Timm Bäder1-0/+1
2024-03-01[clang][dataflow] Correctly treat empty initializer lists for unions. (#82986)martinboehme5-22/+153
2024-03-01[X86][CodeGen] Fix compile crash in EVEX compression for corner caseShengchen Kan2-1/+10
2024-03-01[AArch64][GlobalISel] Expand abs.v4i8 to v4i16 and abs.v2s16 to v2s32 (#81231)Dhruv Chawla (work)2-3/+6
2024-03-01[compiler-rt] fix __sanitizer_siginfo type on freebsd. (#77379)David CARLIER2-2/+22
2024-03-01[clang][analyzer] Add StreamChecker note tags for "indeterminate stream posit...Balázs Kéri2-126/+238
2024-03-01Revert "[mlir][PDL] Add support for native constraints with results (#82760)"Matthias Gehre18-555/+98
2024-03-01[mlir][PDL] Add support for native constraints with results (#82760)Matthias Gehre18-98/+555
2024-03-01Add "REQUIRES: asserts" to 2 tests added in #83379 using "-debug-only" run ar...Douglas Yung2-0/+2
2024-02-29[TextAPI] Fixup symbol names of ivars from extensions (#83525)Cyndy Ishida2-1/+3
2024-02-29[InstallAPI] Use unique identifiers for input buffers (#83523)Cyndy Ishida1-2/+4
2024-03-01[RISCV] Add getFeaturesForCPU function support (#83269)Brandon Wu2-0/+27
2024-02-29[lldb] [debugserver] fix qLaunchSuccess error, add QErrorStringInPacketSuppor...Jason Molenda2-160/+168
2024-03-01[RISCV] Move V0 to the end of register allocation order (#82967)Wang Pengcheng62-520/+516
2024-02-29[lldb][progress][NFC] Fix Doxygen information (#83502)Chelsea Cassanova1-0/+3
2024-02-29[libc] Allow libc to build on Red Hat (#83517)jameshu158691-4/+5
2024-02-29Revert "XFAIL TestLocalVariables.py on Windows" (#83454)Alexander M1-1/+0
2024-02-29[libc] Ignore -Winclude-next-absolute-path warning in float-macros.h (#83513)lntue1-0/+1
2024-02-29[compiler-rt][Fuzzer] SetThreadName windows implementation new try. (#76761)David CARLIER1-2/+16
2024-02-29[HWASAN] Implement selective instrumentation based on profiling information (...Kirill Stoimenov3-0/+81