summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mlir][spirv] Update SPIR-V documentation with information aboutMaheshRavishankar2020-01-051-6/+113
* [MC] Reorder members of MCFragment's subclasses to decrease paddingFangrui Song2020-01-051-54/+14
* [MC] Reorder MCFragment members to decrease paddingFangrui Song2020-01-052-17/+8
* [DAGCombine] Don't check the legality of type when combine the SIGN_EXTEND_INREGQingShan Zhang2020-01-062-6/+4
* [MC] Delete MCFragment::isDummy. NFCFangrui Song2020-01-052-4/+1
* [X86] Improve v2i64->v2f32 and v4i64->v4f32 uint_to_fp on avx and avx2 targets.Craig Topper2020-01-055-638/+514
* [NFC] Modify the format:Liu, Chen32020-01-061-2/+1
* [Coroutines] Remove corresponding phi values when apply simplifyTerminatorLea...Brian Gesiak2020-01-053-12/+133
* Clang-format previous commitStephen Kelly2020-01-051-3/+1
* [MC][ARM] Delete MCSection::HasData and move SHF_ARM_PURECODE logic to ARMELF...Fangrui Song2020-01-054-17/+6
* Add missing testStephen Kelly2020-01-051-0/+12
* [Gnu toolchain] Look at standard GCC paths for libstdcxx by defaultKristina Brooks2020-01-056-86/+121
* [MC] Delete MCSection::{rbegin,rend}Fangrui Song2020-01-052-8/+2
* Allow using traverse() with bindingsStephen Kelly2020-01-053-0/+38
* Fix oversight in AST traversal helperStephen Kelly2020-01-051-1/+1
* [MC] Merge MCSymbol::getSectionPtr into getSection and simplifyFangrui Song2020-01-051-9/+1
* [MC] Drop an unused rule about absolute temporary symbolsFangrui Song2020-01-051-4/+0
* [X86][SSE] Combine combineLogicBlendIntoConditionalNegate for VSELECT nodes (...Simon Pilgrim2020-01-053-139/+117
* [X86] Move combineLogicBlendIntoConditionalNegate before combineSelect. NFCI.Simon Pilgrim2020-01-051-62/+62
* [X86] Merge (identical) LowerGC_TRANSITION_START and LowerGC_TRANSITION_END (...Simon Pilgrim2020-01-052-27/+4
* [ARM] Use isFMAFasterThanFMulAndFAdd for scalars as well as MVE vectorsDavid Green2020-01-0510-25/+52
* [ARM] Fill in FP16 FMA patternsDavid Green2020-01-052-64/+65
* [ARM] Add and update FMA tests. NFCDavid Green2020-01-053-31/+480
* [ParserTest] Move raw string literal out of macroDavid Green2020-01-051-3/+3
* [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
OpenPOWER on IntegriCloud