aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2020-07-07[clangd] Store index in '.cache/clangd/index' instead of '.clangd/index'Sam McCall1-2/+0
2020-07-07[LV] Vectorize without versioning-for-unit-stride under -Os/-OzAyal Zaks7-180/+202
2020-07-07[llvm-readobj] - Add prepending # to mips-got.test and mips-plt.test. NFC.Georgii Rymar2-517/+517
2020-07-07[llvm-readobj] - Refine the error reporting in LLVMStyle<ELFT>::printELFLinke...Georgii Rymar2-19/+31
2020-07-07[llvm-readobj] - Split the printHashSymbols. NFCI.Georgii Rymar1-65/+78
2020-07-07[SVE][CodeGen] Legalisation of unpredicated store instructionsKerry McLaughlin2-8/+68
2020-07-07[llvm-readobj] - Refactor ELFDumper<ELFT>::getStaticSymbolName.Georgii Rymar2-20/+17
2020-07-07[llvm-readobj] - Allow dumping partially corrupted SHT_LLVM_CALL_GRAPH_PROFIL...Georgii Rymar2-14/+88
2020-07-07[SVE][CodeGen] Legalisation of unpredicated load instructionsKerry McLaughlin5-6/+86
2020-07-07[NFC] Adding the align attribute on Atomic{CmpXchg|RMW}InstGuillaume Chatelet6-92/+110
2020-07-07[llvm-readobj] - Fix a crash scenario in GNUStyle<ELFT>::printHashSymbols().Georgii Rymar2-3/+151
2020-07-07[SVE] Add more warnings checks to clang and LLVM SVE testsDavid Sherwood25-25/+100
2020-07-07[SVE][CodeGen] Fix bug when falling back to DAG ISelDavid Sherwood5-7/+33
2020-07-07[CodeGen] Fix warnings in sve-vector-splat.ll and sve-trunc.llDavid Sherwood3-5/+12
2020-07-07[X86] Add 64bit and retpoline-external-thunk to list of featuers in X86Target...Craig Topper2-0/+9
2020-07-07[X86] Remove assert for missing features from X86::getImpliedFeaturesCraig Topper1-2/+0
2020-07-07[AMDGPU] Update isFMAFasterThanFMulAndFAdd assumptionsCarl Ritson1-4/+7
2020-07-06[X86] Move the feature dependency handling in X86TargetInfo::setFeatureEnable...Craig Topper3-7/+202
2020-07-07[Test] Add one more missing optimization opportunity testMax Kazantsev1-4/+37
2020-07-06[X86] Remove duplicate SSE4A feature bit from X86TargetParser.def. NFCCraig Topper2-5/+4
2020-07-06[llvm-install-name-tool] Merge install-name optionsSameer Arora4-116/+124
2020-07-06[PowerPC] Do not RAUW combined nodes in VECTOR_SHUFFLE legalizationNemanja Ivanovic2-1/+46
2020-07-07[gn build] Port 939d8309dbdLLVM GN Syncbot1-0/+1
2020-07-06[openmp] Move isAllowedClauseForDirective to tablegen + add clause version to...Valentin Clement8-1018/+1141
2020-07-07[X86-64] Support Intel AMX IntrinsicXiang1 Zhang7-4/+245
2020-07-06[PowerPC] Implement Vector Splat Immediate Builtins in ClangBiplob Mishra1-0/+18
2020-07-06[PowerPC][Power10] Exploit the xxsplti32dx instruction when lowering VECTOR_S...Amy Kwan4-2/+228
2020-07-06[ModuloSchedule] Devirtualize PeelingModuloScheduleExpander::expand as it's n...David Blaikie1-2/+1
2020-07-06Revert "[LV] Enable the LoopVectorizer to create pointer inductions"Jordan Rupprecht2-1060/+52
2020-07-07[gn build] Port 05f2b5ccfc5LLVM GN Syncbot1-0/+1
2020-07-07[gn build] PortLLVM GN Syncbot1-1/+0
2020-07-06fix typos to cycle botsNico Weber1-2/+2
2020-07-06Correct 3 spelling errors in headers and doc strings.Wolfgang Pieb2-3/+3
2020-07-06[DAGCombiner] reassociate reciprocal sqrt expression to eliminate FP divisionSanjay Patel2-56/+81
2020-07-06Temporarily Revert "[llvm-install-name-tool] Merge install-name options" as i...Eric Christopher4-124/+116
2020-07-06[NFC] change getLimitedCodeGenPipelineReason to static functionYuanfang Chen2-3/+3
2020-07-07[NFCI][llvm-reduce] ReduceOperandBundles: actually put Module forward-declara...Roman Lebedev1-2/+2
2020-07-07[llvm-reduce] Reducing call operand bundlesRoman Lebedev6-5/+231
2020-07-07[NFCI][IR] Introduce CallBase::Create() wrapperRoman Lebedev5-29/+32
2020-07-06[llvm-install-name-tool] Merge install-name optionsSameer Arora4-116/+124
2020-07-07[Scalarizer] Centralize instruction DCERoman Lebedev4-14/+24
2020-07-06Fix [-Werror,-Wsign-compare] in dominator unit test.Eric Christopher1-1/+1
2020-07-06[Support][NFC] Fix Wdocumentation warning in ADT/Bitfields.hBruno Ricci1-4/+4
2020-07-06[AMDGPU] Tweak getTypeLegalizationCost()Stanislav Mekhanoshin4-2/+20
2020-07-06AMDGPU/GlobalISel: Add types to special inputsMatt Arsenault5-59/+72
2020-07-06Add option LLVM_NM to allow specifying the location of the llvm-nm toolArlo Siemsen1-6/+10
2020-07-06DomTree: add private create{Child,Node} helpersNicolai Hähnle2-16/+18
2020-07-06DomTree: Remove getRoots() accessorNicolai Hähnle8-24/+26
2020-07-06DomTree: Remove the releaseMemory() methodNicolai Hähnle3-9/+5
2020-07-06DomTree: Remove getChildren() accessorNicolai Hähnle15-49/+46