OSDN Git Service

[BasicAA] Support arbitrary pointer sizes (and fix an overflow bug)
[android-x86/external-llvm.git] / lib /
2019-01-02 Hal Finkel[BasicAA] Support arbitrary pointer sizes (and fix...
2019-01-02 Philip PfaffeExtend Module::getOrInsertGlobal to control the constru...
2019-01-02 Andrea Di Biagio[MCA] Minor refactoring of method DefaultResourceStrate...
2019-01-02 Piotr Sobczak[AMDGPU] Handle OR as operand of raw load/store
2019-01-02 Craig Topper[X86] Remove the separate SMUL8/UMUL8 X86ISD opcodes...
2019-01-02 Craig Topper[X86] Allow LowerSELECT and LowerBRCOND to directly...
2019-01-01 Sanjay Patel[InstCombine] canonicalize raw IR rotate patterns to...
2019-01-01 Craig Topper[X86] Factor the core code out of LowerXALUO into a...
2019-01-01 Robert Widmann[LLVM-C] bool -> LLVMBool
2019-01-01 Robert Widmann[LLVM-C] Add Accessors for Discarding Value Names in...
2019-01-01 Sanjay Patel[x86] move/rename helper for horizontal op codegen...
2019-01-01 Nikita PopovReapply "[BDCE][DemandedBits] Detect dead uses of undea...
2019-01-01 Ayonam RayReversing the commit in revision 350186. Revision...
2019-01-01 Ayonam RayOmit range checks from jump tables when lowering switch...
2019-01-01 Chen Zheng[InstCombine] canonicalize MUL with NEG operand
2018-12-31 Craig Topper[SelectionDAG] Add SIGN_EXTEND_VECTOR_INREG support...
2018-12-31 Craig Topper[X86] Add X86ISD::VSRAI to computeKnownBitsForTargetNode.
2018-12-31 Simon PilgrimKeep tablegen commands in alphabetical order. NFCI.
2018-12-31 Martin Storsjo[AArch64] Accept "sve" as arch feature in assembler
2018-12-31 Alexander Potapenko[MSan] Handle llvm.is.constant intrinsic
2018-12-31 Craig Topper[DAGCombiner] Add missing one use check on the shuffle...
2018-12-30 Martin Storsjo[AArch64] Implement the .arch_extension directive
2018-12-30 Kang Zhang[PowerPC] Fix machine verify pass error for PATCHPOINT...
2018-12-30 David Bolvansky[NFC] Fixed extra semicolon warning
2018-12-30 Kang Zhang[PowerPC] Fix ADDE, SUBE do not know how to promote...
2018-12-30 Craig Topper[X86] Don't mark SEXTLOAD from v4i8/v4i16/v8i8 as Custo...
2018-12-30 Craig Topper[X86] Add custom type legalization for SIGN_EXTEND_VECT...
2018-12-29 Nemanja Ivanovic[PowerPC][NFC] Macro for register set defs for the...
2018-12-29 Nemanja Ivanovic[PowerPC] Complete the custom legalization of vector...
2018-12-29 Nemanja Ivanovic[PowerPC] Fix CR Bit spill pseudo expansion
2018-12-29 Simon Atanasyan[mips] Show an error on attempt to use 64-bit PC-relati...
2018-12-29 Simon Atanasyan[mips] Show a regular error message on attempt to use...
2018-12-29 Max KazantsevDrop SE cache early because loop parent can change...
2018-12-29 Heejin Ahn[WebAssembly] Fix comments in ExplicitLocals (NFC)
2018-12-29 Richard TrieuAdd vtable anchor to classes.
2018-12-29 Craig Topper[X86] Don't mark SEXTLOAD v4i8->v4i64 and v8i8->v8i64...
2018-12-28 Craig Topper[X86] Directly emit X86ISD::PMULUDQ from the ReplaceNod...
2018-12-28 Anna Thomas[UnrollRuntime] NFC: Add comment and verify LCSSA
2018-12-28 Diogo N. Sampaio[AArch64] Add command-line option for SB
2018-12-28 Hiroshi Inoue[PowerPC] handle ISD:TRUNCATE in BitPermutationSelector
2018-12-28 Max KazantsevTemporarily disable term folding in LoopSimplifyCFG...
2018-12-28 Max Kazantsev[LoopSimplifyCFG] Delete dead blocks in RPO
2018-12-28 QingShan Zhang[PowerPC] Remove the implicit use of the register if...
2018-12-28 Zi Xuan Wu[NFC] clang-format functions related to r350113
2018-12-28 Zi Xuan Wu[PowerPC] Fix assert from machine verify pass that...
2018-12-28 Chen Zheng[PowerPC] fix register class after converting X-FORM...
2018-12-27 Chandler Carruth[CallSite removal] Add and flesh out APIs on the new...
2018-12-27 Craig Topper[X86] Remove check that avoids creating PMULDQ with...
2018-12-27 Craig Topper[X86] Factor the core code out of LowerSETCC into a...
2018-12-27 Craig Topper[X86] Merge getBitTestCondition into LowerAndToBT....
2018-12-26 Wouter van Oortmerssen[WebAssembly] Added basic support for if/else/end_if...
2018-12-26 Wouter van Oortmerssen[WebAssembly] Make assembler check for proper nesting...
2018-12-26 Heejin Ahn[WebAssembly] Delete an unnecessary line in RegStackify
2018-12-26 Heejin Ahn[WebAssembly] Fix typos in comments in RegStackify...
2018-12-26 Craig Topper[LoopIdiomRecognize] Add CTTZ support
2018-12-26 Reid Kleckner[codeview] Check if this 'this' type of a method is...
2018-12-26 Justin Lebar[NVPTX] Allow libcalls that are defined in the current...
2018-12-26 Max Kazantsev[NFC] Use utility function for guards detection
2018-12-25 Petar Avramovic[MIPS GlobalISel] Select G_SELECT
2018-12-25 Max Kazantsev[NFC] Reuse variables instead of re-calling getParent
2018-12-25 Kang Zhang[PowerPC] Fix the bug of ISD::ADDE to set its second...
2018-12-24 Craig Topper[X86] Use GetDemandedBits to simplify the operands...
2018-12-24 Eugene Leviant[HWASAN] Instrument memorty intrinsics by default
2018-12-24 Max KazantsevRevert rL350048 and rL350050
2018-12-24 David BlaikieFix build - follow-up to r350048 which broke headerless...
2018-12-24 Max Kazantsev[LoopSimplifyCFG] Delete dead exiting edges
2018-12-24 David BlaikieDebugInfo: Use assembly label arithmetic for address...
2018-12-24 David BlaikieDebugInfo: Add assembly comments for debug_addr contrib...
2018-12-24 David Blaikiellvm-dwarfdump: Skip address index info (and dump only...
2018-12-24 Max KazantsevReturn "[LoopSimplifyCFG] Delete dead in-loop blocks"
2018-12-24 George Burgess IV[LoopIdioms] More LocationSize::precise annotations...
2018-12-24 Craig Topper[X86] Remove unused variables left after r350041. NFC
2018-12-24 George Burgess IV[SelectionDAGBuilder] Use ::precise LocationSizes; NFC
2018-12-24 Craig Topper[X86] Move the optimization that turns 'CMP (AND+IMM64...
2018-12-24 Craig Topper[X86] Remove the ANDN check from EmitTest.
2018-12-23 Sanjay Patel[DAGCombiner] limit shuffle to extend transform (PR40146)
2018-12-23 Sanjay Patel[DAGCombiner] allow hoisting vector bitwise logic ahead...
2018-12-23 Simon Atanasyan[ORC] Rename register in the OrcMips64 resolver code...
2018-12-23 Simon Atanasyan[ORC] clang-format OrcMips32 and OrcMips64 code. NFC
2018-12-23 Simon Atanasyan[ORC] Remove redundant instruction from MIPS resolver...
2018-12-23 George Burgess IV[MemCpyOpt] Use LocationSize instead of ints; NFC
2018-12-23 Craig Topper[X86] Return false from hasAndNotCompare if the compari...
2018-12-23 George Burgess IV[MemoryLocation] Use LocationSize instead of ints; NFC
2018-12-23 George Burgess IV[Loads] Use LocationSize instead of ints; NFC
2018-12-23 George Burgess IV[Lint] Use LocationSize instead of ints; NFC
2018-12-23 George Burgess IV[AAEval] Use LocationSize instead of ints; NFC
2018-12-23 Craig Topper[X86] Fix an old FIXME about folding the zero constant...
2018-12-22 David BlaikieDebugInfo: Accurately propagate the section used by...
2018-12-22 David Blaikiellvm-dwarfdump: Dump the section name/number for addr...
2018-12-22 George Burgess IV[Analysis] More LocationSize cleanup; NFC
2018-12-22 Sanjay Patel[DAGCombiner] allow narrowing of add followed by truncate
2018-12-22 Sanjay Patel[x86] add load fold patterns for movddup with vzext_load
2018-12-22 David Blaikiellvm-dwarfdump: Remove extraneous space between '(...
2018-12-22 David Blaikiellvm-dwarfdump: Print the section name/number for addr_...
2018-12-22 David BlaikieDebugInfo: Refactor named section dumping into a reusab...
2018-12-22 David BlaikieDebugInfo: Remove extra attribute lookup
2018-12-22 Craig Topper[X86] FixupLEAs, reduce number of calls to getOperand...
2018-12-22 Justin Lebar[NVPTX] Reduce stack size in NVPTXAsmPrinter::doInitial...
2018-12-22 David BlaikielibDebugInfo: Refactor error handling in range list...
2018-12-21 Reid Kleckner[MC] Enable .file support on COFF and diagnose it on...
next