summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add release noteupstream/users/MaskRay/spr/sema-allow-wno-main-to-suppress-the-arg-wrong-errorFangrui Song2024-03-16182-808/+3788
|\
| * [clang-format] Correctly parse C++11 attributes in enum specifiers (#85498)Owen Pan2024-03-162-6/+30
| * [clang] Skip implicit designators in DesignatedInitExpr::getBeginLoc (#83369)alirezamoshtaghi2024-03-162-2/+27
| * [Matrix] Adjust lifetime.ends during multiply fusion. (#84914)Florian Hahn2024-03-162-18/+527
| * Revert "[libc++] Fix tests on musl (#85085)"Mark de Wever2024-03-163-52/+37
| * [DFAJumpThreading] Add an early exit heuristic for unpredictable values (#85015)Usman Nadeem2024-03-163-11/+156
| * [InstallAPI] Introduce Basic Verifier (#85106)Cyndy Ishida2024-03-1614-97/+524
| * [InstallAPI] Add installapi specific options & diagnostics (#85100)Cyndy Ishida2024-03-1617-55/+347
| * [libc++] Add <locale> include in <chrono> (#85521)Nikolas Klauser2024-03-162-0/+2
| * [libc++][NFC] Simplify scoped_lock::__unlock_unpack a bit (#85517)Nikolas Klauser2024-03-161-19/+1
| * [Clang] Ignore assumptions with side effects at compile time (#85534)Sirraide2024-03-162-0/+13
| * [llvm-objdump][macho] Add support for ObjC relative method lists (#85477)alx322024-03-164-2/+196
| * [libc++][NFC] Use the tuple forward declaration header for tuple forward decl...Nikolas Klauser2024-03-161-6/+1
| * Revert "[openmp] __kmp_x86_cpuid fix for i386/PIC builds." (#85526)David CARLIER2024-03-161-10/+0
| * [libc++] Remove <locale> includes from <format> (#85478)Nikolas Klauser2024-03-1611-8/+65
| * [libc++] P2602R2 Poison Pills are Too Toxic (#74534)Jakub Mazurkiewicz2024-03-1616-35/+147
| * [clang][Interp] Handle ArrayTypeTraitExprsTimm Bäder2024-03-163-0/+21
| * Reapply "[clang] Fix crash when declaring invalid lambda member" (#85427)Nikolas Klauser2024-03-163-12/+19
| * [GitHub][workflows] Use latest clang-format version 18.1.1 (#85502)Owen Pan2024-03-161-1/+1
| * [bazel] Add missing dependency for b43965adacfafc4dc6b5ec17b4bea839372b7626Benjamin Kramer2024-03-161-0/+1
| * Revert "[GitHub][workflows] Use latest clang-format version 18.1.1 (#85502)"Aiden Grossman2024-03-161-1/+1
| * Revert "[clang-format][NFC] Don't use clang-format style in config files"Owen Pan2024-03-164-24/+4
| * [Mips][NFC] Garbage collect unused code (#85499)Brad Smith2024-03-161-22/+0
| * [GitHub][workflows] Use latest clang-format version 18.1.1 (#85502)Owen Pan2024-03-161-1/+1
| * [mlir][bazel] Move InliningUtils into a separate target. (#85411)Christian Sigg2024-03-162-26/+57
| * [mlir] Make the ml_program dialect allow all of its operations to be inlined....Stella Laurenzo2024-03-153-1/+34
| * [clang][Interp] Try to fix builtin-functions test on AIXTimm Bäder2024-03-161-0/+2
| * [Concepts] Add Decls from the outer scope of the current lambda for conversio...Younan Zhang2024-03-163-1/+36
| * [PassBuilder] Expose parametrized passes related functions (#85357)paperchalice2024-03-162-51/+52
| * [clang-format][NFC] Delete redundant and extraneous #include linesOwen Pan2024-03-1515-87/+0
| * [mlir][linalg, tosa] Fix memory leaks in integration tests (#85366)Matthias Springer2024-03-165-4/+16
| * [mlir] Declare promised interfaces for all dialects (#78368)Justin Fargnoli2024-03-1514-0/+114
| * [mlir][memref] Fix memory leaks in runtime verification tests (#85362)Matthias Springer2024-03-162-10/+12
| * [clang-format] Fix a bug in annotating FunctionDeclarationName (#85361)Owen Pan2024-03-152-8/+19
| * [HLSL] implement `clamp` intrinsic (#85424)Farzon Lotfi2024-03-1519-19/+780
| * [lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d309e9)Jonas Devlieghere2024-03-151-1/+1
| * Revert "[libc] Match stdlib.h baremetal entrypoints with types" (#85490)Paul Kirth2024-03-151-1/+1
| * [MLIR][LLVM] Suppress unused variable warning. (#85467)Bixia Zheng2024-03-151-0/+2
| * [Libomptarget][NFC] Remove warning on return value constJoseph Huber2024-03-152-2/+2
| * [mlir][sparse] best effort finalization of escaping empty sparse tensors (#85...Aart Bik2024-03-155-44/+177
| * [CMAKE] Enable FatLTO as a build option for LLVM (#80480)Paul Kirth2024-03-153-2/+18
| * [mlir] Fix -Wunused-variable in DebugTranslation.cpp (NFC)Jie Fu2024-03-161-1/+1
| * [clang][MSVC] Correct mangling of thread-safe static initialization variables...Tom Honermann2024-03-153-2/+26
| * [clang] Move CCC_OVERRIDE_OPTIONS implementation to Driver (#85425)Dave Lee2024-03-153-135/+144
| * [lldb] Fix dwim-print to not delete non-result persistent variables (#85152)Dave Lee2024-03-152-2/+23
| * [lldb][test] Fix -Wctad-maybe-unsupported in AlarmTest.cpp (NFC)Jie Fu2024-03-161-4/+4
| * [lldb] Fix -Wctad-maybe-unsupported in Alarm.cpp (NFC)Jie Fu2024-03-161-5/+5
| * [libc] Update GPU testing documentation (#85459)Joseph Huber2024-03-153-23/+141
| * [tsan][test] Switch SIGPROF to SIGALRMVitaly Buka2024-03-151-4/+4
* | [𝘀𝗽𝗿] initial versionFangrui Song2024-03-153-3/+14
|/