summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] MC: Mark more function aliases as functionsSam Clegg2019-02-041-1/+11
* MIR: Validate LLT types when parsingMatt Arsenault2019-02-041-6/+35
* GlobalISel: Fix not calling observer when legalizing bitcount opsMatt Arsenault2019-02-041-11/+12
* AMDGPU: Don't rematerialize mov with implicit operandsMatt Arsenault2019-02-041-1/+2
* [SanitizerCoverage] Clang crashes if user declares `__sancov_lowest_stack` va...Julian Lettner2019-02-041-1/+6
* [InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemandedNicolai Haehnle2019-02-042-18/+14
* [CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more pl...Craig Topper2019-02-044-7/+7
* [NewPM][MSan] Add Options HandlingPhilip Pfaffe2019-02-043-21/+50
* [DEBUGINFO] Reposting r352642: Handle restore instructions in LiveDebugValuesWolfgang Pieb2019-02-043-92/+216
* [AMDGPU] Support emitting GOT relocations for function callsScott Linder2019-02-043-41/+20
* [WarnMissedTransforms] Do not warn about already vectorized loops.Michael Kruse2019-02-041-7/+7
* GlobalISel: Fix CSE handling of buildConstantMatt Arsenault2019-02-042-40/+51
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-0441-500/+483
* [X86] X86DAGToDAGISel::matchBitExtract(): prepare 'control' in 32 bitsRoman Lebedev2019-02-041-17/+36
* Adjust cardinality of internal inliner thresholdsDavid Callahan2019-02-041-4/+4
* [X86] Add ST0 as an implicit def/use of x87 load/store instructions during FP...Craig Topper2019-02-041-0/+4
* GlobalISel: Fix moreElementsToNextPow2Matt Arsenault2019-02-042-8/+7
* [WebAssembly] Make segment/size/type directives optional in asmWouter van Oortmerssen2019-02-042-5/+44
* Revert "[GlobalISel] Add IRTranslator support for G_FFLOOR"Jessica Paquette2019-02-041-5/+0
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-043-61/+61
* [X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two argum...Craig Topper2019-02-042-42/+44
* [Intrinsic] Unsigned Fixed Point Multiplication IntrinsicLeonard Chan2019-02-0410-44/+106
* [GlobalISel] Add IRTranslator support for G_FFLOORJessica Paquette2019-02-041-0/+5
* [CGP] use IRBuilder to simplify codeSanjay Patel2019-02-041-26/+25
* [CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson2019-02-041-16/+63
* [X86][SSE] SimplifyDemandedBitsForTargetNode - PCMPGT(0,X) sign maskSimon Pilgrim2019-02-041-0/+7
* Revert r353048.James Henderson2019-02-041-63/+16
* [CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson2019-02-041-16/+63
* GlobalISel: Fix formatting of debug outputMatt Arsenault2019-02-041-3/+3
* AMDGPU/GlobalISel: Legalize select for v4s16Matt Arsenault2019-02-041-3/+3
* [DAGCombine] Add ADD(SUB,SUB) combinesSimon Pilgrim2019-02-041-0/+12
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-0423-202/+56
* Use auto for dyn_cast case to save a line. NFCI.Simon Pilgrim2019-02-041-2/+1
* [ARM] Mark 255 and 65535 as cheap for Thumb1 "And"David Green2019-02-041-3/+7
* [NFC] Make a check in GuardWidening more obviousMax Kazantsev2019-02-041-1/+1
* [NFC] Rename variables to reflect the actual status of GuardWideningMax Kazantsev2019-02-041-35/+34
* [NFC] Remove redundant parameters for better readabilityMax Kazantsev2019-02-041-12/+8
* [NFC] Replace equivalent condition for better readabilityMax Kazantsev2019-02-041-1/+2
* [SelectionDAG] Add a BaseIndexOffset::print() method for debugging.Clement Courbet2019-02-041-0/+19
* [SCEV] Do not bother creating separate SCEVUnknown for unreachable nodesMax Kazantsev2019-02-041-1/+1
* Recommit r352660 "[X86] Mark EMMS and FEMMS as clobbering MM0-7 and ST0-7."Craig Topper2019-02-042-2/+6
* [X86] Print %st(0) as %st when its implicit to the instruction. Continue prin...Craig Topper2019-02-048-49/+75
* Revert r352985 "[X86] Print %st(0) as %st to match what gcc inline asm uses a...Craig Topper2019-02-044-24/+25
* [LoopIdiomRecognize] @llvm.dbg values shouldn't affect the transformation.Davide Italiano2019-02-031-2/+8
* [CGP] adjust target constraints for forming uaddoSanjay Patel2019-02-031-8/+11
* [X86][AVX] Support shuffle combining for VBROADCAST with smaller vector sourcesSimon Pilgrim2019-02-031-0/+20
* [X86][AVX] Support shuffle combining for VPMOVZX with smaller vector sourcesSimon Pilgrim2019-02-031-5/+13
* [X86][AVX] More aggressively simplify BROADCAST source operandSimon Pilgrim2019-02-031-2/+14
* [CGP] refactor optimizeCmpExpression (NFCI)Sanjay Patel2019-02-031-36/+38
* [DA][NewPM] Handle transitive dependencies in the new-pm version of DAPhilip Pfaffe2019-02-031-0/+13
OpenPOWER on IntegriCloud