aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-02-04[CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more pl...Craig Topper
2019-02-04[NewPM][MSan] Add Options HandlingPhilip Pfaffe
2019-02-04[DEBUGINFO] Reposting r352642: Handle restore instructions in LiveDebugValuesWolfgang Pieb
2019-02-04GlobalISel: Allow constructing SrcOp/DstOp from MachineOperandMatt Arsenault
2019-02-04GlobalISel: Fix parameter name in documentationMatt Arsenault
2019-02-04GlobalISel: Fix CSE handling of buildConstantMatt Arsenault
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn
2019-02-04Revert "[GlobalISel] Introduce a generic floating point floor opcode, G_FFLOOR"Jessica Paquette
2019-02-04[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg
2019-02-04[WebAssembly] Remove redundant namespaces qualifiers. NFC.Sam Clegg
2019-02-04[Intrinsic] Unsigned Fixed Point Multiplication IntrinsicLeonard Chan
2019-02-04[GlobalISel] Introduce a generic floating point floor opcode, G_FFLOORJessica Paquette
2019-02-04[AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio
2019-02-04[SelectionDAG] Add a BaseIndexOffset::print() method for debugging.Clement Courbet
2019-02-03[PatternMatch] add special-case uaddo matching for increment-by-one (2nd try)Sanjay Patel
2019-02-03[DA][NewPM] Handle transitive dependencies in the new-pm version of DAPhilip Pfaffe
2019-02-03GlobalISel: Implement widenScalar for G_UNMERGE_VALUESMatt Arsenault
2019-02-02GlobalISel: Legalization for inttoptr/ptrtointMatt Arsenault
2019-02-02[SDAG] Add SDNode/SDValue getConstantOperandAPInt helper. NFCI.Simon Pilgrim
2019-02-01[WebAssembly] Add codegen support for the import_field attributeDan Gohman
2019-02-01[COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...Mandeep Singh Grang
2019-02-01[opaque pointer types] Pass function type for CallBase::setCalledFunction.James Y Knight
2019-02-01[opaque pointer types] Pass function types to CallInst creation.James Y Knight
2019-02-01Fix a bug in the definition of isUnordered on MachineMemOperandPhilip Reames
2019-02-01[SDAG] improve variable names; NFCSanjay Patel
2019-02-01Provide reason messages for unviable inliningYevgeny Rouban
2019-02-01[SelectionDAG] Support promotion of the FPOWI integer operandAlex Bradbury
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-31Fixed hasLinkerPrivateGlobalPrefix treating StringRef as C String.Wouter van Oortmerssen
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight
2019-01-31Fix compilation error with GCC after r352791.James Y Knight
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-31[MemorySSA] Extend removeMemoryAccess API to optimize MemoryPhis.Alina Sbirlea
2019-01-31[ELF] Return the section name when calling getSymbolName on a section symbol.Matt Davis
2019-01-31GlobalISel: Fix handling of vectors of pointers in clamp{Min,Max}NumElementsMatt Arsenault
2019-01-31[ADT] Fix a typo in isOSVersionLT that breaks the Micro version checkBob Wilson
2019-01-31[CallSite removal] Remove CallSite uses from InstCombine.Craig Topper
2019-01-31Recommit "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT le...Teresa Johnson
2019-01-31revert r352766: [PatternMatch] add special-case uaddo matching for increment-...Sanjay Patel
2019-01-31Revert "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leader"Teresa Johnson
2019-01-31[PatternMatch] add special-case uaddo matching for increment-by-oneSanjay Patel
2019-01-31[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leaderTeresa Johnson
2019-01-31Default lowering for experimental.widenable.conditionMax Kazantsev
2019-01-31[SelectionDAG] Codesize: don't expand SHIFT to SHIFT_PARTSSjoerd Meijer
2019-01-31Revert "[CMake] Unify scripts for generating VCS headers"Petr Hosek
2019-01-31[CMake] Unify scripts for generating VCS headersPetr Hosek
2019-01-31Fix missing C++ mode comment in headerMatt Arsenault
2019-01-31GlobalISel: Handle odd splits in fewerElementsVector for load/storeMatt Arsenault
2019-01-31GlobalISel: Allow bitcount ops to have different result typeMatt Arsenault
2019-01-30[WebAssembly] Remove TODO on wasm.extract.exception intrinsic (NFC)Heejin Ahn