OSDN Git Service

Allow subclassing ExternalAA
[android-x86/external-llvm.git] / lib /
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
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Sanjay Patel[InstCombine] rearrange code for fcmp+fpext; NFCI
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Sanjay Patel[InstCombine] reduce code; NFC
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Simon Atanasyan[mips] Support sigrie instruction
2018-11-06 Clement Courbet[X86][NFC] Fix comment.
2018-11-06 Simon Pilgrim[InstCombine] Ensure nested shifts are in range (OSS...
2018-11-06 Martin Storsjo[Support] Fix `warning: unknown pragma ignored` for...
2018-11-06 Max Kazantsev[NFC] Turn collectTransitivePredecessors into a static...
2018-11-06 Dean Michael Berris[XRay] Update XRayRecord to support Custom/Typed Events
2018-11-06 Max Kazantsev[LICM] Remove too conservative IsMustExecute variable
2018-11-06 Matthias BraunAArch64: Cleanup CCMP code; NFC
2018-11-06 Max Kazantsev[LICM] Use ICFLoopSafetyInfo in LICM
2018-11-06 Max KazantsevRevert "[IndVars] Smart hard uses detection"
2018-11-06 Robert Widmann[LLVM-C] Fix Windows Build of Core
2018-11-06 Robert Widmann[LLVM-C] Improve Intrinsics Bindings
2018-11-06 Sam CleggRevert "[WebAssembly] Fixup `main` signature by default"
2018-11-05 Matthias BraunMachineFunction: Store more specific reference to LLVMT...
2018-11-05 Matthias BraunMachineModuleInfo: Store more specific reference to...
2018-11-05 Fangrui Song[DWARF] Support types CU list in .gdb_index dumping
2018-11-05 Craig Topper[TargetLowering] Change TargetLoweringBase::getPreferre...
2018-11-05 Konstantin ZhuravlyovAMDGPU: Add sram-ecc feature
2018-11-05 Craig Topper[X86] Don't turn any_extend from a mask register into...
2018-11-05 Sanjay Patel[InstSimplify] fold select (fcmp X, Y), X, Y
2018-11-05 Alexandre Ganea[COFF][LLD] Add link support for Microsoft precompiled...
2018-11-05 Alexandre GaneaOnly call FlushFileBuffers() when writing executables...
2018-11-05 Taewook Oh[MergeICmps] Do not perform the transformation if GEP...
2018-11-05 Zaara Syeda[Power9] Add support for stxvw4x.be and stxvd2x.be...
2018-11-05 Sanjay Patel[InstCombine] canonicalize -0.0 to +0.0 in fcmp
2018-11-05 Sanjay Patel[InstCombine] loosen FP 0.0 constraint for fcmp+select...
2018-11-05 Cameron McInally[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
2018-11-05 Xin Tong[ThinLTO] Add an option to disable (thin)lto internaliz...
2018-11-05 Simon Pilgrim[TargetLowering] Begin generalizing TargetLowering...
2018-11-05 David Green[Inliner] Penalise inlining of calls with loops at Oz
2018-11-05 Stefan Maksimovic[Mips] Supplement long branch pseudo instructions
2018-11-05 Neil Henning[AMDGPU] Fix the new atomic optimizer in pixel shaders.
2018-11-05 Sam Parker[ARM] Turn assert into condition in ARMCGP
2018-11-05 Sam Parker[ARM][ARMCGP] Remove unecessary zexts and truncs
2018-11-05 Craig Topper[DAGCombiner] Use tryFoldToZero to simplify some code...
2018-11-05 Craig Topper[DAGCombiner] Remove an unused argument from tryFoldToZ...
2018-11-05 Dylan McKay[AVR] Fix a backend bug that left extraneous operands...
2018-11-05 Craig Topper[X86] Custom type legalize v2i8/v2i16/v2i32 mul to...
2018-11-05 Dylan McKay[AVR] Disallow the LDDWRdPtrQ instruction with Z as...
2018-11-04 Vedant Kumar[HotColdSplitting] Use TTI to inform outlining threshold
2018-11-04 Craig Topper[X86] Add vector shift by immediate to SimplifyDemanded...
2018-11-04 Sanjay Patel[ValueTracking] determine sign of 0.0 from select when...
2018-11-04 Craig Topper[DAGCombiner] Remove 'else' after return. NFC
2018-11-04 Craig Topper[SelectionDAG] Remove special methods for creating...
2018-11-03 Craig Topper[X86] Update comment I forgot to change in r346043...
2018-11-03 Sanjay Patel[ValueTracking] peek through 2-input shuffles in Comput...
2018-11-03 Reid Kleckner[codeview] Let the X86 backend tell us the VFRAME offse...
2018-11-03 Wolfgang Pieb[DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.
next