summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [DwarfEhPrepare] Assign dummy debug location for inserted _Unwind_Resume call...Nikita Popov2022-09-122-0/+72
* [Clang] Fix crash in coverage of if consteval.Corentin Jabot2022-09-123-14/+43
* [clang] Skip re-building lambda expressions in parameters to consteval fns.Utkarsh Saxena2022-09-083-0/+80
* [DAG] extractShiftForRotate - replace assertion for shift opcode with an earl...Simon Pilgrim2022-09-082-3/+33
* [clang-format] Distinguish logical and after bracket from referencejackh2022-09-083-19/+5
* [compiler-rt] [test] Handle missing ld.gold gracefullyMichał Górny2022-09-081-3/+6
* [Symbolizer] Handle {{{bt}}} symbolizer markup element.Daniel Thornburgh2022-09-075-6/+326
* [Symbolizer] Fix symbolizer-filter-markup-pc.test on WindowsDaniel Thornburgh2022-09-071-4/+4
* [Symbolizer] Implement pc element in symbolizing filter.Daniel Thornburgh2022-09-076-28/+327
* [Symbolizer] Implement data symbolizer markup element.Daniel Thornburgh2022-09-0711-51/+159
* AMDGPU: mbcnt allow for non-zero src1 for known-bitsDavid Stuttard2022-09-072-8/+70
* [RISCV][ReleaseNotes] Added LLVM and Clang release notes for RISC-V 15.0.0llvmorg-15.0.0Alex Bradbury2022-09-052-1/+40
* [DOCS] Minor fixes and removals of WIP warningsTobias Hieta2022-09-048-52/+5
* [RLEV] Pick a correct insert point when incoming instruction is itself a phi ...Philip Reames2022-09-042-1/+42
* [clang] Add __is_target_variant_{os,environment} builtinsNico Weber2022-09-024-0/+139
* [SystemZ][z/OS] Account for renamed parameter name (libc++)Muiez Ahmed2022-09-011-1/+1
* [Docs][OpenCL][SPIR-V] Release 15 notes for Clang.Anastasia Stulova2022-09-011-4/+20
* [Frontend] Restore Preprocessor::getPredefines()Roy Jacobson2022-09-011-0/+5
* [docs] Add "Standard C++ Modules"Chuanqi Xu2022-09-012-0/+877
* [SLP]Fix PR57447: Assertion `!getTreeEntry(V) && "Scalar already in tree!"' f...Alexey Bataev2022-09-012-10/+65
* [MCContext] Reverse order of DebugPrefixMap sort for generated assembly debug...Dan McGregor2022-08-302-5/+7
* [LAA] Require AddRecs to be in the innermost loop for diff-checks.Florian Hahn2022-08-303-14/+39
* [LV] Add another test for incorrect runtime check generation.Florian Hahn2022-08-301-8/+46
* [LV] Add test for incorrect runtime check generation #57315.Florian Hahn2022-08-301-0/+41
* [LV] Convert runtime diff check test to use opaque pointers.Florian Hahn2022-08-301-41/+39
* Fix formatting in release notesAaron Puchert2022-08-292-28/+34
* [lld] Fix typo in 15.x release notesShoaib Meenai2022-08-291-1/+1
* [ReleaseNotes]: Add PowerPC release notes for LLVM 15Amy Kwan2022-08-283-1/+57
* [workflow] Run release tasks for me (tru) as well.Tobias Hieta2022-08-251-1/+1
* [release] Use threaded compression with xzTobias Hieta2022-08-251-2/+2
* [X86][FP16] Add the missing legal action for EXTRACT_SUBVECTORllvmorg-15.0.0-rc3Phoebe Wang2022-08-254-34/+337
* [LLD] [COFF] Fix export directives in object files from -includeoptionalMartin Storsjö2022-08-252-8/+58
* [NFC] Fix a misleading comment CLANG_FORCE_MATCHING_LIBCLANG_SOVERSIONTobias Hieta2022-08-251-2/+6
* SONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_SOVERSIONH. Vetinari2022-08-256-398/+484
* [DAG] MatchRotate - bail if we fail to match a shl/srl pairSimon Pilgrim2022-08-252-0/+42
* [runtimes] Use a response file for runtimes test suitesPetr Hosek2022-08-253-23/+8
* [lit] Support reading arguments from a filePetr Hosek2022-08-252-1/+4
* [runtimes] Handle interface targets in runtimes distribution componentsLouis Dionne2022-08-252-3/+3
* [libc++] Add a missing assertion in std::span's constructorLouis Dionne2022-08-255-3/+154
* Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packe...Tobias Hieta2022-08-253-49/+1
* [GTest] Change detection of libpthreadNemanja Ivanovic2022-08-231-2/+1
* [CUDA] Fix output name being replaced in device-only modeJoseph Huber2022-08-232-2/+13
* [clangd] Support for standard type hierarchyKadir Cetinkaya2022-08-2312-362/+785
* [InstCombine] Refactor foldICmpMulConstantAlexander Shaposhnikov2022-08-232-4/+4
* [RISCV] Re-enable JIT supportJonas Hahnfeld2022-08-231-4/+4
* [NFC] Minor documentation fix for the release branchTobias Hieta2022-08-221-2/+2
* [clang][docs] Release notes for C/C++ SVE OperatorsDavid Truby2022-08-222-0/+6
* [Sparc] Don't use SunStyleELFSectionSwitchSyntaxRainer Orth2022-08-224-9/+7
* [InstCombine] Correct strtol folding with nonnull endptrMartin Sebor2022-08-223-103/+147
* [mlir][test] Require JIT support in JIT testsRainer Orth2022-08-226-9/+53