summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Revert "[Clang] Propagate guaranteed alignment for malloc and others"llvmorg-14.0.0-rc1James Y Knight2022-02-08-55/+22
* [clang][ARM] Re-word PACBTI warning.Amilendra Kodithuwakku2022-02-08-4/+4
* [clang][Sparc] Fix __builtin_extract_return_addr etc.Rainer Orth2022-02-08-3/+56
* [ELF] --warn-backrefs: suppress warnings for backward references within the a...Fangrui Song2022-02-08-13/+21
* [x86] invert a vector select IR canonicalization with a binop identity constantSanjay Patel2022-02-08-26/+102
* [PowerPC] Fix SSE translation on FreeBSDPiotr Kubaj2022-02-08-1/+1
* [Hexagon] Alter meaning of versionless -mhvxKrzysztof Parzyszek2022-02-08-42/+42
* [Attributor][FIX] Do not use assumed information for UB detectionJohannes Doerfert2022-02-08-37/+69
* [sanitizer] Guard the whole ThreadDescriptorSize block with #if !SANITIZER_GO...Fangrui Song2022-02-08-4/+2
* [sanitizer] Use _thread_db_sizeof_pthread to obtain struct pthread sizeFlorian Weimer2022-02-08-5/+16
* [Libomptarget] Replace Value RAII with default valueJoseph Huber2022-02-08-5/+6
* [OpenMP] Add Cuda path to linker wrapper toolJoseph Huber2022-02-08-15/+43
* [clang-format] Fix DefSeparator empty line issuesksyx2022-02-08-17/+54
* [lldb] Use mangled symbol name to look for __asan::AsanDie()Jonas Devlieghere2022-02-08-1/+1
* [lldb] Rename DemangleWithRichManglingInfo to GetRichManglingInfo (NFC)Jonas Devlieghere2022-02-08-9/+8
* [lldb] Don't construct the demangled strings while indexing the symbol tableJonas Devlieghere2022-02-08-17/+7
* [lldb] Improve RichManglingContext ergonomics (NFC)Jonas Devlieghere2022-02-08-89/+47
* Revert "[x86] try harder to scalarize a vector load with extracted integer op...Sanjay Patel2022-02-08-410/+597
* Follow up to 6e03a68b776dc, squelch another leakJeremy Morse2022-02-08-1/+8
* Add Cortex-X1C to Clang LLVM 14 release notesTies Stuij2022-02-08-5/+4
* [lldb][CMake] Fix linking of gdb-remote when LLVM_ENABLE_ZLIB is ONMariusz Ceier2022-02-07-0/+5
* libclang-abi-tests: Fix failure when checking libclang.soTom Stellard2022-02-07-4/+6
* [AArch64][SVE] Remove false register dependency for unary FP convert operationsMatt Devereau2022-02-08-45/+470
* [x86] enable fast sqrtss/sqrtps tuning for AMD Zen coresSanjay Patel2022-02-08-164/+21
* [x86] add test coverage for AMD Ryzen fast sqrt codegen; NFCSanjay Patel2022-02-08-0/+147
* [LV] Use VScaleForTuning to allow wider epilogue VFs.Sander de Smalen2022-02-08-10/+218
* [lld][clang][cmake] Clean up a few thingsJohn Ericson2022-02-08-18/+26
* [TSan] Handle FreeBSD specific indirection of libpthread functionsDimitry Andric2022-02-08-12/+65
* [clang-tidy] Fix LLVM include order check policyKadir Cetinkaya2022-02-07-17/+56
* [DebugInfo] Re-enable instruction referencing for x86_64Jeremy Morse2022-02-07-4/+5
* [DebugInfo][InstrRef] Fix a tombstone-in-DenseMap crash from D117877Jeremy Morse2022-02-07-2/+68
* Follow up to 9fd9d56dc6b, avoid a memory leakJeremy Morse2022-02-07-0/+10
* [DebugInfo][InstrRef][NFC] Use depth-first scope search for variable locsJeremy Morse2022-02-07-72/+196
* [DebugInfo][InstrRef][NFC] Free resources at an earlier stageJeremy Morse2022-02-07-8/+29
* [DebugInfo][InstrRef][NFC] Cache some PHI resolutionsJeremy Morse2022-02-07-0/+28
* Re-apply 3fab2d138e30, now with a triple addedJeremy Morse2022-02-07-45/+169
* [clang-format] regression from clang-format v13mydeveloperday2022-02-07-1/+3
* [libunwind] [sparc] Add SPARCv9 supportKoakuma2022-02-07-1/+362
* [Driver][OpenBSD] -r: imply -nostdlib like GCCBrad Smith2022-02-07-5/+9
* [libunwind] Define _Unwind_Backtrace for powerpc, sparcSam James2022-02-07-7/+4
* [libc++] Mention <ranges> in the release notesLouis Dionne2022-02-07-0/+6
* Fix lld standalone buildMariusz Ceier2022-02-07-4/+4
* [HIPSPV] Fix literals are mapped to Generic address spaceYaxun (Sam) Liu2022-02-07-0/+16
* In change https://reviews.llvm.org/D115456 on-demand TLS initialization for M...Maurice Heumann2022-02-07-0/+2
* [ELF] Fix crash when an input is incompatible with a lazy object fileFangrui Song2022-02-05-6/+8
* [Driver] Default to -fno-math-errno for muslAlex Xu (Hello71)2022-02-04-1/+3
* [Debuginfod][test] Fix debuginfod.test to use %python instead of python after...Fangrui Song2022-02-04-3/+3
* [Debuginfod] Fix curl_easy_init in -DLLVM_ENABLE_ASSERTIONS=off build after D...Fangrui Song2022-02-04-1/+2
* [ELF] Support R_PPC_NONE/R_PPC64_NONE in getImplicitAddendFangrui Song2022-02-04-0/+32
* [yaml2obj] Support R_PPC_* relocation typesFangrui Song2022-02-04-0/+166