aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-12[CostModel][X86] Add some initial cost tests for funnel shiftsSimon Pilgrim
2018-11-12[CostModel][X86] SK_ExtractSubvector is cheap if the (legal) subvector is ali...Simon Pilgrim
2018-11-12[SystemZ::TTI] Improve accuracy of costs for vector fp <-> int conversionsJonas Paulsson
2018-11-12[CostModel] Add more realistic SK_InsertSubvector generic costs.Simon Pilgrim
2018-11-12[VectorUtils] add funnel-shifts to the list of vectorizable intrinsicsSanjay Patel
2018-11-12[VectorUtils] reorder list of vectorizable intrinsics; NFCSanjay Patel
2018-11-12[LoopVectorize] add tests for funnel shifts; NFCSanjay Patel
2018-11-12Fix unused variable warning. NFCI.Simon Pilgrim
2018-11-12[CostModel] Add more realistic SK_ExtractSubvector generic costs.Simon Pilgrim
2018-11-12[RISCV] Support .option relax and .option norelaxAlex Bradbury
2018-11-12[DAGCombiner] Fix load-store forwarding of indexed loads.Nirav Dave
2018-11-12[llvm-mca] Correctly update the resource strategy for processor resources wit...Andrea Di Biagio
2018-11-12[newpm] Fix r346645: Missing consume of the Error return by the pipeline parserPhilip Pfaffe
2018-11-12Add an OptimizerLast EPPhilip Pfaffe
2018-11-12[LICM] Hoist guards from non-header blocksMax Kazantsev
2018-11-12[GCOV] Add options to filter files which must be instrumented.Calixte Denizet
2018-11-12[SystemZ] Replicate the load with most uses in buildVector()Jonas Paulsson
2018-11-12[llvm-objdump] add more constraints for testsFangrui Song
2018-11-12[GC] Remove unused configuration variablePhilip Reames
2018-11-12[GC] Minor style modernizationPhilip Reames
2018-11-11[IPSCCP] Delete two forward declarationsFangrui Song
2018-11-11[llvm-nm] Use WithColor for error reportingJonas Devlieghere
2018-11-11[llvm-objdump] Use WithColor for error reportingJonas Devlieghere
2018-11-11[llvm-undname] Use WithColor for error reportingJonas Devlieghere
2018-11-11[GCRoot] Remove some unneccessary complexityPhilip Reames
2018-11-11[IPSCCP] Use forward declaration.Florian Hahn
2018-11-11[IPSCCP,PM] Add missing #include in rL346618Fangrui Song
2018-11-11[IPSCCP,PM] Preserve PDT in the new pass manager.Florian Hahn
2018-11-11[MC] Fix 3 objdump tests after rL346610Fangrui Song
2018-11-11[DWARF] Change pubnames to use DWARFSection instead of StringRefFangrui Song
2018-11-11[llvm][test] Update tests using objdumpKristina Brooks
2018-11-11[llvm-objdump] Add symbol 'O' for object dataKristina Brooks
2018-11-11[x86] auto-generate complete checks; NFCSanjay Patel
2018-11-11Make initializeOutputStream() return false on error and true on success.Nico Weber
2018-11-11[X86] Use DAG.getConstant instead of getZeroVector.Craig Topper
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere
2018-11-11[X86] Replace calls to getOnesVector/getZeroVector with getConstant.Craig Topper
2018-11-11[llvm-cxxdump] Use error reporting helpers from supportJonas Devlieghere
2018-11-10[DAGCombiner] Make tryToFoldExtendOfConstant return an SDValue instead of an ...Craig Topper
2018-11-10[InstCombine] simplify code for merging stores; NFCISanjay Patel
2018-11-10[x86] allow vector load narrowing with multi-use valuesSanjay Patel
2018-11-10[InstCombine] auto-generate full checks; NFCSanjay Patel
2018-11-10Fix DragonFlyBSD linkage issue.David Carlier
2018-11-10[X86] Remove unused variableBenjamin Kramer
2018-11-10[X86] Remove apparently unneeded code from combineVSZext.Craig Topper
2018-11-10[CostModel][X86] SK_ExtractSubvector costs must only be tested for vector typ...Simon Pilgrim
2018-11-10[GC] Rename a header for consistencyPhilip Reames
2018-11-10[X86][BdVer2] Fix loads/stores throughput for Piledriver (PR39465)Roman Lebedev
2018-11-10[NFC][MCA][BdVer2] Add bdver2 runline into register-file-statistics.s testRoman Lebedev
2018-11-10[ThinLTO] Internalize readonly globalsEugene Leviant