summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [LegalizeVectorOps][X86] Enable expansion of vector fp_to_uint in LegalizeVec...Craig Topper2020-01-044-258/+113
* [TargetLowering] In expandFP_TO_UINT, add proper extend or truncate for the c...Craig Topper2020-01-041-0/+4
* [LegalizeVectorOps] Split most of ExpandStrictFPOp into a separate UnrollStri...Craig Topper2020-01-041-6/+13
* [ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFCFangrui Song2020-01-041-1/+1
* GlobalISel: Scalarize all division operationsMatt Arsenault2020-01-046-0/+1742
* Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."Florian Hahn2020-01-0425-946/+858
* [SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn2020-01-0425-858/+946
* [SCEV] Remove unused ScalarEvolutionExpander.h includes (NFC).Florian Hahn2020-01-044-4/+0
* GlobalISel: Define G_READCYCLECOUNTERMatt Arsenault2020-01-046-0/+27
* AMDGPU/GlobalISel: Refine SMRD selection rulesMatt Arsenault2020-01-043-36/+172
* AMDGPU/GlobalISel: Legalize more odd sized loadsMatt Arsenault2020-01-045-307/+43
* AMDGPU/GlobalISel: Assume vcc phis for any vcc inputMatt Arsenault2020-01-043-86/+69
* [Pass Registration] XFAIL load_extension.ll test on macOS.Florian Hahn2020-01-041-0/+3
* AMDGPU/GlobalISel: Implement applyMappingImpl less incorrectlyMatt Arsenault2020-01-041-13/+23
* [cmake] Remove install from add_llvm_example_library.Florian Hahn2020-01-041-4/+3
* Re-apply "[Examples] Add IRTransformations directory to examples."Florian Hahn2020-01-0417-0/+1004
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-0468-80/+80
* [AMDGPU] need to insert wait between the scalar load and vector store to the ...alex-t2020-01-042-0/+50
* [NFCI][InstCombine] Refactor 'sink negation into select if that folds one han...Roman Lebedev2020-01-041-40/+35
* [InstCombine] Sink sub into hands of select if one hand becomes zero. Part 2 ...Roman Lebedev2020-01-043-22/+43
* [NFC][InstCombine] 'subtract from one hands of select' pattern tests (PR44426)Roman Lebedev2020-01-042-11/+78
* [InstCombine] Sink sub into hands of select if one hand becomes zero (PR44426)Roman Lebedev2020-01-043-22/+43
* [NFC][InstCombine] 'subtract of one hands of select' pattern tests (PR44426)Roman Lebedev2020-01-041-0/+89
* [Transforms][GlobalSRA] huge array causes long compilation time and huge memo...Alexey Lapshin2020-01-042-65/+138
* [TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...Simon Pilgrim2020-01-0412-150/+151
* [LLD] [COFF] Don't error out on duplicate absolute symbols with the same valueMartin Storsjö2020-01-044-3/+31
* [X86] Update MaxIndex test in x86-cmov-converter.ll to return the index and n...Craig Topper2020-01-031-16/+10
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-0325-36/+36
* [gn build] Port 5d304d68dd5LLVM GN Syncbot2020-01-041-1/+0
* Revert "[gicombiner] Add GIMatchTree and use it for the code generation"Daniel Sanders2020-01-0313-1928/+17
* [lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani2020-01-043-39/+94
* [X86] Autogenerate complete checks. NFCCraig Topper2020-01-033-1061/+5484
* [Remarks] Warn if a remark file is not found when processing static archivesFrancis Visoiu Mistrih2020-01-036-3/+82
* [UserExpression] Clean up `return` after `else`.Davide Italiano2020-01-031-4/+3
* [gicombiner] Correct 64f1bb5cd2c to account for MSVC's %p formatDaniel Sanders2020-01-031-20/+20
* [Diagnostic] Add test for previous b4b904e19bb356724b2c6aea0199ce05c6f15cdbTyker2020-01-041-0/+3
* [gn build] Port 64f1bb5cd2cLLVM GN Syncbot2020-01-041-0/+1
* [gicombiner] Add GIMatchTree and use it for the code generationDaniel Sanders2020-01-0313-17/+1928
* Add missing mlir-headers target and add tablegen'd deps to it.Stella Laurenzo2020-01-031-0/+5
* [fuchsia] Enable Clang Static AnalyzerGabor Horvath2020-01-032-2/+2
* [AMDGPU] Revert scheduling to reduce spillingStanislav Mekhanoshin2020-01-031-2/+11
* [lldb/Utility] YAML validation should be orthogonal to packet semantics.Jonas Devlieghere2020-01-031-3/+0
* [lldb/Docs] Include the man page on the websiteJonas Devlieghere2020-01-031-4/+5
* [PowerPC][LoopVectorize] Add tests for fp128 and fp16Jinsong Ji2020-01-031-0/+58
* [globalisel] Fix another mismatch between %d and the RuleID typeDaniel Sanders2020-01-031-1/+1
* [lldb/Docs] Include how to generate the man pageJonas Devlieghere2020-01-031-0/+1
* [clang-tidy] fix linkage with clangSema for FixitHintUtils, undo previous wro...Jonas Toth2020-01-032-1/+1
* [mlir] Compilation fix: use LLVM_ATTRIBUTE_UNUSED following 6656e961c08393c39...Alexandre Ganea2020-01-031-6/+2
* [mlir] Fix indexed_accessor_range to properly forward the derived class.River Riddle2020-01-036-25/+70
* GlobalISel: Add type argument to getRegBankFromRegClassMatt Arsenault2020-01-0313-30/+43
OpenPOWER on IntegriCloud