summaryrefslogtreecommitdiff
path: root/llvm/lib
AgeCommit message (Expand)Author
2019-01-15AMDGPU: Raise the priority of MAD24 in instruction selection.linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allmodconfigChangpeng Fang
2019-01-15[VFS] Move RedirectingFileSystem interface into header (NFC)Jonas Devlieghere
2019-01-15X86DAGToDAGISel::matchBitExtract() with truncation (PR36419)Roman Lebedev
2019-01-15treat invoke like callDavid Callahan
2019-01-15[SanitizerCoverage] Don't create comdat for interposable functions.Matt Morehouse
2019-01-15[X86] Add versions of the avx512 gather intrinsics that take the mask as a vX...Craig Topper
2019-01-15[MSP430] Recognize '{' as a line separatorAnton Korobeynikov
2019-01-15[Nios2] Remove Nios2 backendCraig Topper
2019-01-15Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"Nikita Popov
2019-01-15[WebAssembly] Fix updating/moving DBG_VALUEs in RegStackifyYury Delendik
2019-01-15We can improve the performance (generally) by memo-izing the action to map a ...David Callahan
2019-01-15[SelectionDAG] Check membership of register in class for singleNirav Dave
2019-01-15[X86] Fix register class for assembly constraints to ST(7). NFCI.Nirav Dave
2019-01-15[X86] Bailout of lowerVectorShuffleAsPermuteAndUnpack for shuffle-with-zero (...Simon Pilgrim
2019-01-15[DAGCombiner] reduce buildvec of zexted extracted element to shuffleSanjay Patel
2019-01-15Revert r351138 "[ORC] Move ORC Core symbol map and set types into their ownLang Hames
2019-01-15[SimpleLoopUnswitch] Increment stats counter for unswitching switch instructionZaara Syeda
2019-01-15[InstCombine] Don't undo 0 - (X * Y) canonicalization when combining subs.Florian Hahn
2019-01-15[NFC] Remove some code duplicationMax Kazantsev
2019-01-15[NFC] Remove obsolete enum RangeCheckKindMax Kazantsev
2019-01-15[NFC] Decrease if nestMax Kazantsev
2019-01-15[NFC] Move some functions to LoopUtilsMax Kazantsev
2019-01-15[WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman
2019-01-15[WebAssembly] Expand SIMD shifts while V8's implementation disagreesThomas Lively
2019-01-15AMDGPU: Add a fast path for icmp.i1(src, false, NE)Marek Olsak
2019-01-15[AArch64] Adjust the feature set for ExynosEvandro Menezes
2019-01-15[X86] Avoid clobbering ESP/RSP in the epilogue.Reid Kleckner
2019-01-15[EarlyIfConversion] Don't if-convert unconditional branches.Eli Friedman
2019-01-15[AArch64] Explicitly use v1i64 type for llvm.aarch64.neon.abs.i64 .Eli Friedman
2019-01-14[AArch64] Add new target feature to fuse arithmetic and logic operationsEvandro Menezes
2019-01-14[ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.Lang Hames
2019-01-14[X86] Fix unused variable warning in Release builds. NFC.Benjamin Kramer
2019-01-14Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"Nikita Popov
2019-01-14[Object] Return a symbol_iterator, rather than a basic_symbol_iterator, fromLang Hames
2019-01-14[WebAssembly][FastISel] Do not assume naive CmpInst loweringThomas Lively
2019-01-14[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectorsNikita Popov
2019-01-14[opaque pointer types] Update GetElementPtr creation APIs toJames Y Knight
2019-01-14[opaque pointer types] Update LoadInst creation APIs to consistentlyJames Y Knight
2019-01-14[opaque pointer types] Update InvokeInst creation APIs to consistentlyJames Y Knight
2019-01-14[opaque pointer types] Update CallInst creation APIs to consistentlyJames Y Knight
2019-01-14[SanitizerCoverage][NFC] Use appendToUsed instead of includeJonathan Metzman
2019-01-14[X86] Silence a -Wparentheses warning on gcc. NFCCraig Topper
2019-01-14[X86][SSSE3] Bailout of lowerVectorShuffleAsPermuteAndUnpack for shuffle-with...Simon Pilgrim
2019-01-14Ignore PhiNodes when mapping sample profile dataDavid Callahan
2019-01-14Revert "Merge branch 'arcpatch-D55094'"David Callahan
2019-01-14[x86] lower extracted add/sub to horizontal vector mathSanjay Patel
2019-01-14Merge branch 'arcpatch-D55094'David Callahan
2019-01-14Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs."Amara Emerson
2019-01-14cmake: Don't install plugins used for examples or testsTom Stellard
2019-01-14[WebAssembly] Remove old intrinsicsDan Gohman