summaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)Author
2019-01-16[Support] Remove error return value from one overload of fs::make_absolutePavel Labath
2019-01-16[NewPM][TSan] Reiterate the TSan portlinaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfigPhilip Pfaffe
2019-01-16[WebAssembly] COWS has been renamed to WASI.Dan Gohman
2019-01-16Only promote args when function attributes are compatibleTom Stellard
2019-01-16[WebAssembly] Store section alignment as a power of 2Sam Clegg
2019-01-16[GISel]: Add support for CSEing continuously during GISel passes.Aditya Nandakumar
2019-01-16[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang
2019-01-15[X86] Add avx512 scatter intrinsics that use a vXi1 mask instead of a scalar ...Craig Topper
2019-01-15[VFS] Add getter for mapping entries.Jonas Devlieghere
2019-01-15[VFS] Move RedirectingFileSystem interface into header (NFC)Jonas Devlieghere
2019-01-15[X86] Add the GCCBuiltin name back to the deprecated avx512 gather intrinsics...linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allnoconfigCraig Topper
2019-01-15[X86] Add versions of the avx512 gather intrinsics that take the mask as a vX...Craig Topper
2019-01-15[Nios2] Remove Nios2 backendCraig Topper
2019-01-15Revert r351138 "[ORC] Move ORC Core symbol map and set types into their ownLang Hames
2019-01-15[NFC] Move some functions to LoopUtilsMax Kazantsev
2019-01-15[llvm][IRBuilder] Introspection for CreateAlignmentAssumption*() functionsRoman Lebedev
2019-01-15[WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich
2019-01-14[ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.Lang Hames
2019-01-14[Object] Return a symbol_iterator, rather than a basic_symbol_iterator, fromLang Hames
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-14expand DIContext interface a bitDavid Callahan
2019-01-14[llvm][IRBuilder] Introspection for CreateAlignmentAssumption*() functionsRoman Lebedev
2019-01-14Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs."Amara Emerson
2019-01-14[WebAssembly] Remove old intrinsicsDan Gohman
2019-01-14Reapply r345008 "Split MachinePipeliner code into header and cpp files"Adrian Prantl
2019-01-14Remove NameLen argument from newly-introduced IR C APIs.James Y Knight
2019-01-14[DAGCombiner] add saturation instructions are commutativeSimon Pilgrim
2019-01-14[AMDGPU] Add support for TFE/LWE in image intrinsics. 2nd tryDavid Stuttard
2019-01-14[VFS] Allow multiple RealFileSystem instances with independent CWDs.Sam McCall
2019-01-14Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih
2019-01-14[BasicBlockUtils] Generalize DeleteDeadBlock to deal with multiple dead blocksMax Kazantsev
2019-01-14Add support for prefix-only CLI optionsThomas Preud'homme
2019-01-14[X86] Remove mask parameter from avx512 pmultishiftqb intrinsics. Use select ...Craig Topper
2019-01-14[X86] Remove mask parameter from vpshufbitqmb intrinsics. Change result to a ...Craig Topper
2019-01-13[X86] Rename overly verbose method; NFCNikita Popov
2019-01-13Remove TypeBuilder.h, and fix the few locations using it.James Y Knight
2019-01-12[Algorithm] Add make_const_ref corresponding to make_const_ptrStephen Kelly
2019-01-12[ORC][MIPS] Setup t9 register and call function through this registerSimon Atanasyan
2019-01-12[X86][AARCH64] Improve ISD::ABS supportSimon Pilgrim
2019-01-11[AArch64] Create feature set for Exynos M4Evandro Menezes
2019-01-11[LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson
2019-01-11[Jump Threading] Unfold a select insn that feeds a switch via a phi nodeEhsan Amiri
2019-01-10Avoid use-after-free in ~LegacyRTDyldObjectLinkingLayerSanjoy Das
2019-01-10[GVN] Update BlockRPONumber prior to use.Matt Davis
2019-01-10Use MemorySSA in LICM to do sinking and hoisting.Alina Sbirlea
2019-01-10[MCA] Fix wrong definition of ResourceUnitMask in DefaultResourceStrategy.Andrea Di Biagio