OSDN Git Service

Fix MachineInstr::findRegisterUseOperandIdx subreg checks
[android-x86/external-llvm.git] / lib /
2018-11-12 Stanislav MekhanoshinFix MachineInstr::findRegisterUseOperandIdx subreg...
2018-11-12 Simon Pilgrim[CostModel][X86] Add SHLD/SHRD scalar funnel shift...
2018-11-12 Jessica Paquette[MachineOutliner][NFC] Early exit pruning when candidat...
2018-11-12 Jessica Paquette[MachineOutliner][NFC] Put suffix tree in buildCandidat...
2018-11-12 Paul Robinson[DWARFv5] Emit split type units in .debug_info.dwo.
2018-11-12 Simon Pilgrim[CostModel][X86] SK_ExtractSubvector is cheap if the...
2018-11-12 Jonas Paulsson[SystemZ::TTI] Improve accuracy of costs for vector...
2018-11-12 Sanjay Patel[VectorUtils] add funnel-shifts to the list of vectoriz...
2018-11-12 Sanjay Patel[VectorUtils] reorder list of vectorizable intrinsics...
2018-11-12 Simon Pilgrim[CostModel] Add more realistic SK_ExtractSubvector...
2018-11-12 Alex Bradbury[RISCV] Support .option relax and .option norelax
2018-11-12 Nirav Dave[DAGCombiner] Fix load-store forwarding of indexed...
2018-11-12 Philip PfaffeAdd an OptimizerLast EP
2018-11-12 Max Kazantsev[LICM] Hoist guards from non-header blocks
2018-11-12 Calixte Denizet[GCOV] Add options to filter files which must be instru...
2018-11-12 Jonas Paulsson[SystemZ] Replicate the load with most uses in buildVec...
2018-11-12 Philip Reames[GC] Remove unused configuration variable
2018-11-12 Philip Reames[GC] Minor style modernization
2018-11-11 Philip Reames[GCRoot] Remove some unneccessary complexity
2018-11-11 Florian Hahn[IPSCCP,PM] Preserve PDT in the new pass manager.
2018-11-11 Fangrui Song[DWARF] Change pubnames to use DWARFSection instead...
2018-11-11 Nico WeberMake initializeOutputStream() return false on error...
2018-11-11 Craig Topper[X86] Use DAG.getConstant instead of getZeroVector.
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-11-11 Craig Topper[X86] Replace calls to getOnesVector/getZeroVector...
2018-11-10 Craig Topper[DAGCombiner] Make tryToFoldExtendOfConstant return...
2018-11-10 Sanjay Patel[InstCombine] simplify code for merging stores; NFCI
2018-11-10 Sanjay Patel[x86] allow vector load narrowing with multi-use values
2018-11-10 Benjamin Kramer[X86] Remove unused variable
2018-11-10 Craig Topper[X86] Remove apparently unneeded code from combineVSZext.
2018-11-10 Simon Pilgrim[CostModel][X86] SK_ExtractSubvector costs must only...
2018-11-10 Philip Reames[GC] Rename a header for consistency
2018-11-10 Roman Lebedev[X86][BdVer2] Fix loads/stores throughput for Piledrive...
2018-11-10 Eugene Leviant[ThinLTO] Internalize readonly globals
2018-11-10 Craig Topper[X86] Use a MOVSX instruction instead of a MOVZX instru...
2018-11-10 David CarlierFix DragonFlyBSD build
2018-11-10 Matthias BraunRegAllocFast: Further cleanups; NFC
2018-11-10 Craig Topper[X86] In LowerHorizontalByteSum, emit vector_shuffle...
2018-11-10 Thomas Lively[WebAssembly] Update bleeding-edge cpu features
2018-11-09 Philip Reames[GC] Simplify linking of GC builtin GC strategies
2018-11-09 Eli Friedman[ARM64] [Windows] Handle funclets
2018-11-09 Craig Topper[SelectionDAG] Fix a -Wparentheses warning from gcc...
2018-11-09 Eli Friedman[ARM] Add MemOperand to LDRcp to enable DCE.
2018-11-09 Eli Friedman[JumpThreading] Fix exponential time algorithm computin...
2018-11-09 Craig Topper[X86] Move the promotion of v16i16->v16i8 for avx512f...
2018-11-09 Bryan Chan[AArch64] Support HiSilicon's TSV110 processor
2018-11-09 Nico Weber[MS demangler] Use a slightly shorter unmangling for...
2018-11-09 Fangrui Song[Hexagon] Fix some -Wunused-function with LLVM_DUMP_MET...
2018-11-09 Paul Robinson[DWARFv5] Emit normal type units in .debug_info comdats.
2018-11-09 Craig Topper[X86] Turn X86ISD::VSEXT into X86ISD::VZEXT if the...
2018-11-09 Simon Pilgrim[CostModel][X86] SK_ExtractSubvector is free if the...
2018-11-09 Jordan Rupprecht[Hexagon] Fix unused variable warning in release builds
2018-11-09 Fangrui Song[WebAssembly] Hotfix of WebAssemblyInstructionTableSize...
2018-11-09 Simon Pilgrim[TTI] Flip vector types in getShuffleCost SK_ExtractSub...
2018-11-09 Brendon Cahoon[Hexagon] Implement noreturn optimization
2018-11-09 Craig Topper[DAGCombiner][X86][Mips] Enable combineShuffleOfScalars...
2018-11-09 Stanislav Mekhanoshin[AMDGPU] Always pass TRI into findRegister[Use/Def...
2018-11-09 Krzysztof Parzyszek[Hexagon] Place globals with explicit .sdata section...
2018-11-09 Serge GueltonType safe version of MachinePassRegistry
2018-11-09 Fangrui SongFix -Wsign-compare warning
2018-11-09 Zaara Syeda[Power9] Allow gpr callee saved spills in prologue...
2018-11-09 Simon Pilgrim[CostModel] Add SK_ExtractSubvector handling to getInst...
2018-11-09 Alexey BataevRevert "[DEBUGINFO, NVPTX]DO not emit ',debug' option...
2018-11-09 Jonas Paulsson[SystemZ] Avoid inserting same value after replication
2018-11-09 Sam McCallRevert "[VFS] Add "expand tilde" argument to getRealPath."
2018-11-09 Sam Parker[ARM] Don't promote i1 types in ARM CGP
2018-11-09 Sanjay Patel[x86] try to form broadcast before widening shuffle...
2018-11-09 Alex Bradbury[RISCV] Avoid unnecessary XOR for seteq/setne 0
2018-11-09 Petar Avramovic[MIPS GlobalISel] narrowScalar G_CONSTANT
2018-11-09 Krzysztof Parzyszek[Hexagon] Handle Hexagon's SHF_HEX_GPREL section flag
2018-11-09 Florian HahnRevert r346483: [CallSiteSplitting] Only record conditi...
2018-11-09 Simon Pilgrim[X86] Add Subtarget to more lowerVectorShuffle function...
2018-11-09 Clement Courbet[llvm-exegesis][NFC] Add a way to declare the default...
2018-11-09 Florian Hahn[IPSCCP,PM] Preserve DT in the new pass manager.
2018-11-09 Alexandros Lamprineas[SelectionDAG] swap select_cc operands to enable folding
2018-11-09 Florian Hahn[CallSiteSplitting] Only record conditions up to the...
2018-11-09 Clement Courbet[X86] Fix VZEROUPPER scheduling info on SNB,HSW,BDW...
2018-11-09 Carlos Alberto Enciso[DebugInfo][Dexter] Unreachable line stepped onto after...
2018-11-09 Sam Parker[ARM] Enable mixed types in ARM CGP
2018-11-09 Sam Parker[ARM] Small reorganisation in ARMParallelDSP
2018-11-09 Dean Michael Berris[XRay] Improve FDR trace handling and error messaging
2018-11-09 Max Kazantsev[NFC] Add utility function for SafetyInfo updates for...
2018-11-09 Mandeep Singh Grang[COFF, ARM64] Add support for MSVC buffer security...
2018-11-09 Thomas Lively[WebAssembly] Read prefixed opcodes as ULEB128s
2018-11-09 Thomas Lively[WebAssembly][NFC] Reorder SIMD section
2018-11-09 Thomas Lively[WebAssembly] Renumber and LEB128-encode SIMD opcodes
2018-11-09 Thomas Lively[WebAssembly] Lower select for vectors
2018-11-09 Jonas Devlieghere[VFS] Add "expand tilde" argument to getRealPath.
2018-11-08 Heejin Ahn[WebAssembly] Fix LowerEmscriptenEHSjLj when there...
2018-11-08 Eli Friedman[ARM64] [Windows] Improve error reporting for unsupport...
2018-11-08 Florian Hahn[LoopInterchange] Support reductions across inner and...
2018-11-08 Craig Topper[SelectionDAG] Assert on the width of DemandedElts...
2018-11-08 Pirama Arumuga Nainar[LTO] Drop non-prevailing definitions only if linkage...
2018-11-08 Sanjay Patel[x86] use shuffles for scalar insertion into high eleme...
2018-11-08 Nirav Dave[DAGCombine] Improve alias analysis for chain of indepe...
2018-11-08 Tom StellardInstCombine: Avoid introducing poison values when lower...
2018-11-08 Vedant Kumar[CodeExtractor] Mark functions noreturn when applicable
2018-11-08 Davide ItalianoRevert "[MSP430] Add MC layer"
2018-11-08 Jonas Paulsson[SystemZ] Bugfix in shouldCoalesce()
2018-11-08 Alexandre Ganea[LLD] Fix Microsoft precompiled headers cross-compile...
next