OSDN Git Service

[llvm-exegesis][NFC] Add a way to declare the default counter binding for unbound...
[android-x86/external-llvm.git] / lib /
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...
2018-11-08 Petr Pavlu[ARM] Enable spilling of the hGPR register class in...
2018-11-08 Max KazantsevReturn "[IndVars] Smart hard uses detection"
2018-11-08 Anton Korobeynikov[MSP430] Fix encodeInstruction() for big endian hosts
2018-11-08 Gil Rapaport[LSR] Combine unfolded offset into invariant register
2018-11-08 Max Kazantsev[SCEV][NFC] Verify IR in isLoop[Entry,Backedge]GuardedB...
2018-11-08 whitequark[MergeFuncs] Improve ordering of equal functions
2018-11-08 whitequark[MergeFuncs] Call removeUsers() prior to unnamed_addr...
2018-11-08 Thomas Lively[WebAssembly] Add V128 to WebAssemblyInstrInfo::copyPhysReg
2018-11-08 Reid Kleckner[sancov] Put .SCOV* sections into the right comdat...
2018-11-08 David BlaikieNFC: DebugInfo: Track the origin CU rather than just...
2018-11-08 Jessica Paquette[MachineOutliner][NFC] Only map blocks which have adjac...
2018-11-08 Stanislav Mekhanoshin[AMDGPU] Extend promote alloca vectorization
2018-11-08 Anton Korobeynikov[MSP430] Add MC layer
2018-11-08 Jessica Paquette[MachineOutliner][NFC] Don't map MBBs that don't contai...
2018-11-08 Jonas DevlieghereExtend virtual file system with `isLocal` method
2018-11-07 Rong Xu[PGO] Exit early if all count values are zero
2018-11-07 Eli Friedman[AArch64] [Windows] Address post-commit review comment...
2018-11-07 Jorge Gorbe MoyaAdd parentheses to silence warning.
2018-11-07 Nicolai HaehnleRevert "AMDGPU: Divergence-driven selection of scalar...
2018-11-07 Nicolai HaehnleAMDGPU/InsertWaitcnts: Cleanup some old cruft (NFCI)
2018-11-07 Nicolai HaehnleAMDGPU/InsertWaitcnts: Remove kill-related logic
2018-11-07 Konstantin ZhuravlyovAMDGPU/NFC: Split FLAT_Global_Atomic_Pseudo into RTN...
2018-11-07 Paul Robinson[DWARFv5] Read and dump multiple .debug_info sections.
2018-11-07 Eli Friedman[AArch64] [Windows] Trap after noreturn calls.
2018-11-07 Konstantin ZhuravlyovAMDGPU/NFC: Split MUBUF_Pseudo_Atomics into RTN/NO_RTN...
2018-11-07 Eli Friedman[ARM] Fix CPSR liveness in tMOVCCr_pseudo lowering.
2018-11-07 Matt ArsenaultAllow subclassing ExternalAA
2018-11-07 Fedor Sergeev[SimpleLoopUnswitch] partial unswitch needs to be caref...
2018-11-07 Jessica Paquette[MachineOutliner][NFC] Remove Parent field from SuffixT...
2018-11-07 Jessica Paquette[MachineOutliner][NFC] Traverse suffix tree using a...
2018-11-07 Jessica Paquette[MachineOutliner] Don't store outlined function numberi...
2018-11-07 Mandeep Singh Grang[LoopSink] Do not sink instructions into non-cold blocks
2018-11-07 Than McIntosh[X86] improve split-stack machine BB placement
2018-11-07 Florian Hahn[NewGVN] Make sure we do not add a user to itself.
2018-11-07 Serge GueltonFix ignorded type qualifier warning [NFC]
2018-11-07 Sanjay Patel[InstCombine] propagate FMF for fcmp+fabs folds
2018-11-07 Sanjay Patel[InstCombine] peek through fabs() when checking isnan()
2018-11-07 Sanjay Patel[InstCombine] add folds for fcmp Pred fabs(X), 0.0
2018-11-07 James Y KnightAdd support for llvm.is.constant intrinsic (PR4898)
2018-11-07 Sanjay Patel[InstCombine] add fold for fabs(X) u< 0.0
2018-11-07 Calixte DenizetFix unit tests after patch https://reviews.llvm.org...
2018-11-07 Sanjay Patelfix typos aggressively; NFC
2018-11-07 Sanjay Patel[InstCombine] do not shrink switch conditions to illega...
2018-11-07 Calixte Denizet[GCOV] Flush counters before to avoid counting the...
2018-11-07 Andrea Di Biagio[X86][FixupLEA] Avoid checking target features for...
2018-11-07 Dean Michael Berris[XRay] Clean up more std::copy(...)'s
2018-11-07 Petar Avramovic[MIPS GlobalISel] Set operand order for G_MERGE and...
2018-11-07 Dean Michael Berris[XRay] Use explicit string conversion
2018-11-07 Matthias BraunRegAllocFast: Leave unassigned virtreg entries in map
2018-11-07 Matthias BraunRegAllocFast: Further cleanups; NFC
2018-11-07 Matthias BraunRegAllocFast: Refactor PhysRegState usage; NFC
2018-11-07 Dean Michael Berris[XRay] Use TSC delta encoding for custom/typed events
2018-11-07 Matthias BraunRegAllocFast: Factor spill/reload creation into their...
2018-11-07 Matthias BraunRegAllocFast: Cleanups; NFC
2018-11-07 Matthias BraunRegAllocFast: Rename statistic from NumCopies to NumCoa...
2018-11-07 Sanjay Patel[IR] add optional parameter for copying IR flags to...
2018-11-06 Reid Kleckner[Windows] Simplify WindowsSupport.h
2018-11-06 Jessica Paquette[MachineOutliner][NFC] Remove OccurrenceCount from...
2018-11-06 Jessica Paquette[MachineOutliner][NFC] Remove IsInTree from SuffixTreeNode
2018-11-06 Evandro Menezes[PATCH] [AArch64] Refactor helper functions (NFC)
2018-11-06 Joel E. Denny[FileCheck] Parse command-line options from FILECHECK_OPTS
2018-11-06 Jessica Paquette[MachineOutliner][NFC] Add findRepeatedSubstrings to...
2018-11-06 Reid KlecknerSilence deprecation warning for GetVersionEx with clang-cl
2018-11-06 Yaxun LiuAMDGPU: Add an option -disable-promote-alloca-to-lds
2018-11-06 Teresa Johnson[ThinLTO] Split NotEligibleToImport into legality and...
2018-11-06 Craig Topper[X86] Add custom promotion of v2i8/v2i16 fp_to_sint...
2018-11-06 Vedant Kumar[CodeExtractor] Do not extract calls to eh_typeid_for...
2018-11-06 Vedant Kumar[CodeExtractor] Erase use-without-def debug intrinsics...
2018-11-06 Matthias BraunLivePhysRegs/IfConversion: Change some types from unsig...
2018-11-06 Eli FriedmanDisable calls to *_finite and other glibc-only function...
2018-11-06 Derek Schuff[WebAssembly] Add shared memory support to limits field
2018-11-06 Sanjay Patel[InstCombine] allow vector types for fcmp+fpext fold
next