summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssebmly] Convert tests to use disassembly. NFCefb284c07eSam Clegg2021-10-271-54/+37
* [clangd] IncludeCleaner: Do not process locations in built-in filesKirill Bobyrev2021-10-272-2/+9
* [libc] add strdup implementationMichael Jones2021-10-277-1/+122
* [libc] add malloc funcs as external entrypointsMichael Jones2021-10-276-29/+102
* [cmake] Surpress cmake warning on that EH requires RTTI. NFC.Michael Liao2021-10-271-1/+3
* [ELF] Replace InputBaseSection::{areRelocsRela,firstRelocation,numRelocation}...Fangrui Song2021-10-2711-96/+107
* [IR] `SCEVExpander::generateOverflowCheck()`: short-circuit `umul_with_overfl...Roman Lebedev2021-10-276-200/+163
* [ELF][X86] Write R_X86_64_TLSDESC addends with -z relFangrui Song2021-10-272-21/+63
* [X86] Remove getSETOpc (NFC)Kazu Hirata2021-10-272-8/+0
* [X86] Remove NeedsRetpoline in X86AsmPrinter (NFC)Kazu Hirata2021-10-271-1/+0
* [X86] Remove CallOperand in X86Operand (NFC)Kazu Hirata2021-10-271-2/+1
* sanitizer_common: fix up onprint.cpp testDmitry Vyukov2021-10-271-1/+1
* [pstl] A hot fix for a reduction parallel pattern of OpenMP backendMikhail Dvorskiy2021-10-271-0/+5
* [SLP]Improve/fix reordering of the gathered graph nodes.Alexey Bataev2021-10-275-89/+177
* [lldb][NFC] Move a declaration in DWARFASTParserClang to its first use.Raphael Isemann2021-10-271-2/+1
* [llvm-locstats] Move the test from D110621 into test/llvm-locstats/ dirDjordje Todorovic2021-10-272-3/+93
* Fix consteval crash when transforming 'this' expressionsAaron Ballman2021-10-272-294/+321
* [Analyzer][solver] Handle adjustments in constraint assignor remainderGabor Marton2021-10-273-9/+29
* [NFC][LoopVectorize] Change getStepVector to take a Value* for the StartIdxDavid Sherwood2021-10-271-25/+43
* [IR] `IRBuilderBase::CreateAnd()`: short-circuit `x & 0` --> `0`Roman Lebedev2021-10-274-11/+12
* [IR] `IRBuilderBase::CreateAnd()`: fix short-circuiting for constant on LHSRoman Lebedev2021-10-2710-36/+32
* [IR] `IRBuilderBase::CreateOr()`: fix short-circuiting for constant on LHSRoman Lebedev2021-10-2716-620/+594
* [IR] `IRBuilderBase::CreateSelect()`: if cond is a constant i1, short-circuitRoman Lebedev2021-10-2716-636/+606
* [NFC] Re-autogenerate check lines in some tests to ease of future updateRoman Lebedev2021-10-278-144/+371
* [Analyzer][solver] Simplification: reorganize equalities with adjustmentGabor Marton2021-10-272-9/+142
* [dexter] Fix failing regression testsOCHyams2021-10-275-8/+13
* Revert "[SLP]Improve/fix reordering of the gathered graph nodes."Alexey Bataev2021-10-275-167/+87
* [OpenMP][NFC] disable test on power because of -mlong-double-80 optionAndreyChurbanov2021-10-271-0/+1
* [OpenMP] libomp: Fix possible NULL dereference.AndreyChurbanov2021-10-271-1/+8
* fix comment typos to cycle botsNico Weber2021-10-2710-14/+15
* [gn build] Use LLD as host linker by default on macOS if clang_base_path is setNico Weber2021-10-271-1/+1
* fix comment typos to cycle botsNico Weber2021-10-271-4/+4
* [gn build] Add lldb to default target on WindowsNico Weber2021-10-271-3/+1
* [DebugInfo][NFC] Initialize a new object field in unittestsJeremy Morse2021-10-271-0/+1
* [SVE][CodeGen] Fix incorrect legalisation of zero-extended masked loadsKerry McLaughlin2021-10-274-1/+46
* sanitizer_common: tighten on_print hook testDmitry Vyukov2021-10-271-6/+10
* tsan: switch sync test from EXPECT to CHECKDmitry Vyukov2021-10-271-30/+30
* [SLP]Improve/fix reordering of the gathered graph nodes.Alexey Bataev2021-10-275-87/+167
* [gn build] add build rule for llvm-locstatsNico Weber2021-10-272-0/+5
* [clang] Add range accessor for ObjCAtTryStmt catch_stmts and use itNico Weber2021-10-278-20/+33
* [clang] Convert ObjCAtTryStmt to llvm::TrailingObjectsNico Weber2021-10-272-13/+15
* [SelectionDAG] Widening the result of INSERT_SUBVECTOR.Caroline Concatto2021-10-273-0/+102
* [BasicAA] Handle known bits as rangesNikita Popov2021-10-272-43/+12
* [llvm-locstats] Report a warning if overflow was detected by llvm-dwarfdumpdjtodoro2021-10-272-41/+83
* Revert "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss2021-10-279-157/+107
* [clang][deps] Fix fragile testJan Svoboda2021-10-273-28/+44
* [mlir] gen_spirv_dialect.py: Some support for OCL ops generationCaitlyn Cano2021-10-271-26/+79
* [x86] enhance mayFoldLoad to check alignmentSanjay Patel2021-10-273-64/+84
* [clangd] NFC: Remove single-line braces in IncludeCleanerKirill Bobyrev2021-10-271-10/+5
* [lldb] [docs] Remove obsolete recommonmark useMichał Górny2021-10-271-29/+0