aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-02-04GlobalISel: Fix not calling observer when legalizing bitcount opsMatt Arsenault
2019-02-04AMDGPU: Don't rematerialize mov with implicit operandsMatt Arsenault
2019-02-04[SanitizerCoverage] Clang crashes if user declares `__sancov_lowest_stack` va...Julian Lettner
2019-02-04[InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemandedNicolai Haehnle
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-04[AMDGPU] Support emitting GOT relocations for function callsScott Linder
2019-02-04[WarnMissedTransforms] Do not warn about already vectorized loops.Michael Kruse
2019-02-04GlobalISel: Fix CSE handling of buildConstantMatt Arsenault
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn
2019-02-04[X86] X86DAGToDAGISel::matchBitExtract(): prepare 'control' in 32 bitsRoman Lebedev
2019-02-04Adjust cardinality of internal inliner thresholdsDavid Callahan
2019-02-04[X86] Add ST0 as an implicit def/use of x87 load/store instructions during FP...Craig Topper
2019-02-04GlobalISel: Fix moreElementsToNextPow2Matt Arsenault
2019-02-04[WebAssembly] Make segment/size/type directives optional in asmWouter van Oortmerssen
2019-02-04Revert "[GlobalISel] Add IRTranslator support for G_FFLOOR"Jessica Paquette
2019-02-04[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg
2019-02-04[X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two argum...Craig Topper
2019-02-04[Intrinsic] Unsigned Fixed Point Multiplication IntrinsicLeonard Chan
2019-02-04[GlobalISel] Add IRTranslator support for G_FFLOORJessica Paquette
2019-02-04[CGP] use IRBuilder to simplify codeSanjay Patel
2019-02-04[CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson
2019-02-04[X86][SSE] SimplifyDemandedBitsForTargetNode - PCMPGT(0,X) sign maskSimon Pilgrim
2019-02-04Revert r353048.James Henderson
2019-02-04[CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson
2019-02-04GlobalISel: Fix formatting of debug outputMatt Arsenault
2019-02-04AMDGPU/GlobalISel: Legalize select for v4s16Matt Arsenault
2019-02-04[DAGCombine] Add ADD(SUB,SUB) combinesSimon Pilgrim
2019-02-04[AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio
2019-02-04Use auto for dyn_cast case to save a line. NFCI.Simon Pilgrim
2019-02-04[ARM] Mark 255 and 65535 as cheap for Thumb1 "And"David Green
2019-02-04[NFC] Make a check in GuardWidening more obviousMax Kazantsev
2019-02-04[NFC] Rename variables to reflect the actual status of GuardWideningMax Kazantsev
2019-02-04[NFC] Remove redundant parameters for better readabilityMax Kazantsev
2019-02-04[NFC] Replace equivalent condition for better readabilityMax Kazantsev
2019-02-04[SelectionDAG] Add a BaseIndexOffset::print() method for debugging.Clement Courbet
2019-02-04[SCEV] Do not bother creating separate SCEVUnknown for unreachable nodesMax Kazantsev
2019-02-04Recommit r352660 "[X86] Mark EMMS and FEMMS as clobbering MM0-7 and ST0-7."Craig Topper
2019-02-04[X86] Print %st(0) as %st when its implicit to the instruction. Continue prin...Craig Topper
2019-02-04Revert r352985 "[X86] Print %st(0) as %st to match what gcc inline asm uses a...Craig Topper
2019-02-03[LoopIdiomRecognize] @llvm.dbg values shouldn't affect the transformation.Davide Italiano
2019-02-03[CGP] adjust target constraints for forming uaddoSanjay Patel
2019-02-03[X86][AVX] Support shuffle combining for VBROADCAST with smaller vector sourcesSimon Pilgrim
2019-02-03[X86][AVX] Support shuffle combining for VPMOVZX with smaller vector sourcesSimon Pilgrim
2019-02-03[X86][AVX] More aggressively simplify BROADCAST source operandSimon Pilgrim
2019-02-03[CGP] refactor optimizeCmpExpression (NFCI)Sanjay Patel
2019-02-03[DA][NewPM] Handle transitive dependencies in the new-pm version of DAPhilip Pfaffe
2019-02-03[X86] Print %st(0) as %st to match what gcc inline asm uses as the clobber na...Craig Topper
2019-02-03[X86] Lower ISD::UADDO to use the Z flag instead of C flag when the RHS is a ...Craig Topper