summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bump version to 15.0.3Tobias Hieta2022-10-108-11/+11
* [Syntax] Fix macro-arg handling in TokenBuffer::spelledForExpandedSam McCall2022-10-102-63/+211
* [clangd] Improve inlay hints of things expanded from macrosSam McCall2022-10-102-30/+38
* [X86] Remove AVX512VP2INTERSECT from Sapphire Rapids.Freddy Ye2022-10-102-6/+5
* [clangd] Avoid scanning up to end of file on each comment!Sam McCall2022-10-104-19/+43
* [LoopVersioning] Invalidate SCEV for phi if new values are added.Florian Hahn2022-10-102-1/+128
* [clang-tools-extra] [clangd] Respect llvm_shlib_dir in testsMichał Górny2022-10-101-0/+1
* use LLVM_USE_STATIC_ZSTDllvmorg-15.0.2Cole2022-10-042-14/+4
* tweak zstd behavior in cmake and llvm config for better testingCole Kissane2022-10-044-6/+32
* [clang][DebugInfo] Emit debuginfo for non-constant case valueYonghong Song2022-10-042-0/+45
* [gn build] (manually) port 18b4a8bcf35 moreNico Weber2022-10-041-1/+1
* [LV] Update handling of scalable pointer inductions after b73d2c8.Florian Hahn2022-10-038-246/+174
* [LV] Add test for #57912.Florian Hahn2022-10-031-0/+216
* [LV] Convert sve-epilog-vect.ll to use opaque pointers.Florian Hahn2022-10-031-111/+99
* [Clang] Fix variant crashes from GH58028, GH57370Roy Jacobson2022-10-032-4/+28
* [ValueTracking] Fix CannotBeOrderedLessThanZero() for fdiv (PR58046)Nikita Popov2022-09-302-4/+17
* [InstSimplify] Add test for PR58046 (NFC)Nikita Popov2022-09-301-0/+12
* [libcxx] Make stdatomic.h work when included from a C source fileGergely Nagy2022-09-303-14/+15
* [docs] improve documentation for misc-const-correctnessJonas Toth2022-09-301-32/+80
* [clang-tidy] adjust treating of array-of-pointers when 'AnalyzePointers' is d...Jonas Toth2022-09-303-48/+73
* Fix build error in StmtPrinterTest.cppNathan Ridge2022-09-281-9/+11
* [clangd] Avoid crash when printing call to string literal operator templateNathan Ridge2022-09-282-3/+34
* [ELF] Rewrite R_RISCV_ALIGN nops when r.addend%4 != 0Fangrui Song2022-09-282-4/+18
* Bump version to 15.0.2Tobias Hieta2022-09-268-11/+11
* Exclude check-polly-unittests and check-polly-isl from check-allEli Friedman2022-09-261-0/+2
* [Hexagon] Add defaulted operator= to classes with defaulted copy ctorKrzysztof Parzyszek2022-09-261-0/+3
* [MachineCycle][NFC] add a cache for block and its top level cycleChen Zheng2022-09-262-16/+32
* [libc++] Keep unary_function and binary_function in C++17 for one more releaseLouis Dionne2022-09-233-5/+19
* SPIRV: Fix compilation in NDEBUG.James Y Knight2022-09-221-0/+2
* [LV] Keep track of cost-based ScalarAfterVec in VPWidenPointerInd.llvmorg-15.0.1Florian Hahn2022-09-2010-191/+292
* [LV] Move new epilog-vectorization-widen-inductions.ll to AArch64 dir.Florian Hahn2022-09-201-0/+0
* [LV] Add tests for epilogue vectorization with widened inductions.Florian Hahn2022-09-201-0/+274
* [libc++] Always query the compiler to find whether a type is always lockfreeLouis Dionne2022-09-194-43/+26
* [docs] Fix build-docs.shTobias Hieta2022-09-191-1/+1
* [libcxx] Bump libc++ version to 15.0.1Tobias Hieta2022-09-191-1/+1
* [CodeGen] Don't zero callee-save registers with zero-call-used-regs (PR57692)Nikita Popov2022-09-193-55/+4
* [lit] Set shlibpath_var on OpenBSDBrad Smith2022-09-191-1/+1
* [clang(d)] Include/Exclude CLDXC options properlyKadir Cetinkaya2022-09-193-4/+20
* [Libomptarget] Revert changes to AMDGPU plugin destructorsJoseph Huber2022-09-192-50/+29
* [llvm-objdump] Change printSymbolVersionDependency to use ELFFile APIFangrui Song2022-09-154-22/+43
* [llvm-objdump][test] Add verneed-invalid.testFangrui Song2022-09-151-0/+25
* [compiler-rt] Handle non-canonical triples with new runtime lib layoutRainer Orth2022-09-151-0/+4
* [NFC] Fix exception in version-check.py scriptTobias Hieta2022-09-151-1/+1
* Bump version to 15.0.1Tobias Hieta2022-09-157-10/+10
* Downgrade implicit int and implicit function declaration to warning onlyAaron Ballman2022-09-1551-141/+148
* [MachO] Don't fold compact unwind entries with LSDAShoaib Meenai2022-09-142-12/+184
* [MachO] Fix dead-stripping __eh_frameShoaib Meenai2022-09-142-0/+55
* [libc++][format] Updates feature-test macros.Mark de Wever2022-09-145-20/+22
* [LLD][COFF] Fix writing a map file when range extension thunks are insertedJan Ole Hüser2022-09-124-4/+7
* [mlir] Fix building CRunnerUtils on OpenBSD with 15.xBrad Smith2022-09-121-5/+1