aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-16add release noteusers/MaskRay/spr/sema-allow-wno-main-to-suppress-the-arg-wrong-errorFangrui Song182-808/+3788
2024-03-16[clang-format] Correctly parse C++11 attributes in enum specifiers (#85498)Owen Pan2-6/+30
2024-03-16[clang] Skip implicit designators in DesignatedInitExpr::getBeginLoc (#83369)alirezamoshtaghi2-2/+27
2024-03-16[Matrix] Adjust lifetime.ends during multiply fusion. (#84914)Florian Hahn2-18/+527
2024-03-16Revert "[libc++] Fix tests on musl (#85085)"Mark de Wever3-52/+37
2024-03-16[DFAJumpThreading] Add an early exit heuristic for unpredictable values (#85015)Usman Nadeem3-11/+156
2024-03-16[InstallAPI] Introduce Basic Verifier (#85106)Cyndy Ishida14-97/+524
2024-03-16[InstallAPI] Add installapi specific options & diagnostics (#85100)Cyndy Ishida17-55/+347
2024-03-16[libc++] Add <locale> include in <chrono> (#85521)Nikolas Klauser2-0/+2
2024-03-16[libc++][NFC] Simplify scoped_lock::__unlock_unpack a bit (#85517)Nikolas Klauser1-19/+1
2024-03-16[Clang] Ignore assumptions with side effects at compile time (#85534)Sirraide2-0/+13
2024-03-16[llvm-objdump][macho] Add support for ObjC relative method lists (#85477)alx324-2/+196
2024-03-16[libc++][NFC] Use the tuple forward declaration header for tuple forward decl...Nikolas Klauser1-6/+1
2024-03-16Revert "[openmp] __kmp_x86_cpuid fix for i386/PIC builds." (#85526)David CARLIER1-10/+0
2024-03-16[libc++] Remove <locale> includes from <format> (#85478)Nikolas Klauser11-8/+65
2024-03-16[libc++] P2602R2 Poison Pills are Too Toxic (#74534)Jakub Mazurkiewicz16-35/+147
2024-03-16[clang][Interp] Handle ArrayTypeTraitExprsTimm Bäder3-0/+21
2024-03-16Reapply "[clang] Fix crash when declaring invalid lambda member" (#85427)Nikolas Klauser3-12/+19
2024-03-16[GitHub][workflows] Use latest clang-format version 18.1.1 (#85502)Owen Pan1-1/+1
2024-03-16[bazel] Add missing dependency for b43965adacfafc4dc6b5ec17b4bea839372b7626Benjamin Kramer1-0/+1
2024-03-16Revert "[GitHub][workflows] Use latest clang-format version 18.1.1 (#85502)"Aiden Grossman1-1/+1
2024-03-16Revert "[clang-format][NFC] Don't use clang-format style in config files"Owen Pan4-24/+4
2024-03-16[Mips][NFC] Garbage collect unused code (#85499)Brad Smith1-22/+0
2024-03-16[GitHub][workflows] Use latest clang-format version 18.1.1 (#85502)Owen Pan1-1/+1
2024-03-16[mlir][bazel] Move InliningUtils into a separate target. (#85411)Christian Sigg2-26/+57
2024-03-15[mlir] Make the ml_program dialect allow all of its operations to be inlined....Stella Laurenzo3-1/+34
2024-03-16[clang][Interp] Try to fix builtin-functions test on AIXTimm Bäder1-0/+2
2024-03-16[Concepts] Add Decls from the outer scope of the current lambda for conversio...Younan Zhang3-1/+36
2024-03-16[PassBuilder] Expose parametrized passes related functions (#85357)paperchalice2-51/+52
2024-03-15[clang-format][NFC] Delete redundant and extraneous #include linesOwen Pan15-87/+0
2024-03-15[𝘀𝗽𝗿] initial versionFangrui Song3-3/+14
2024-03-16[mlir][linalg, tosa] Fix memory leaks in integration tests (#85366)Matthias Springer5-4/+16
2024-03-15[mlir] Declare promised interfaces for all dialects (#78368)Justin Fargnoli14-0/+114
2024-03-16[mlir][memref] Fix memory leaks in runtime verification tests (#85362)Matthias Springer2-10/+12
2024-03-15[clang-format] Fix a bug in annotating FunctionDeclarationName (#85361)Owen Pan2-8/+19
2024-03-15[HLSL] implement `clamp` intrinsic (#85424)Farzon Lotfi19-19/+780
2024-03-15[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d309e9)Jonas Devlieghere1-1/+1
2024-03-15Revert "[libc] Match stdlib.h baremetal entrypoints with types" (#85490)Paul Kirth1-1/+1
2024-03-15[MLIR][LLVM] Suppress unused variable warning. (#85467)Bixia Zheng1-0/+2
2024-03-15[Libomptarget][NFC] Remove warning on return value constJoseph Huber2-2/+2
2024-03-15[mlir][sparse] best effort finalization of escaping empty sparse tensors (#85...Aart Bik5-44/+177
2024-03-15[CMAKE] Enable FatLTO as a build option for LLVM (#80480)Paul Kirth3-2/+18
2024-03-16[mlir] Fix -Wunused-variable in DebugTranslation.cpp (NFC)Jie Fu1-1/+1
2024-03-15[clang][MSVC] Correct mangling of thread-safe static initialization variables...Tom Honermann3-2/+26
2024-03-15[clang] Move CCC_OVERRIDE_OPTIONS implementation to Driver (#85425)Dave Lee3-135/+144
2024-03-15[lldb] Fix dwim-print to not delete non-result persistent variables (#85152)Dave Lee2-2/+23
2024-03-16[lldb][test] Fix -Wctad-maybe-unsupported in AlarmTest.cpp (NFC)Jie Fu1-4/+4
2024-03-16[lldb] Fix -Wctad-maybe-unsupported in Alarm.cpp (NFC)Jie Fu1-5/+5
2024-03-15[libc] Update GPU testing documentation (#85459)Joseph Huber3-23/+141
2024-03-15[tsan][test] Switch SIGPROF to SIGALRMVitaly Buka1-4/+4