OSDN Git Service

[X86] Regenerate cmpxchg tests
[android-x86/external-llvm.git] / include /
2018-02-28 Tim Renouf[AMDGPU] added writelane intrinsic
2018-02-28 Vedant Kumar[InstrProfiling] Emit the runtime hook when no counters...
2018-02-28 Roman Tereshin[GlobalISel] Print/Parse FailedISel MachineFunction...
2018-02-28 Chih-Hung Hsieh[TLS] use emulated TLS if the target supports only...
2018-02-28 Klaus Kretzschmar[IR] - Make User construction exception safe
2018-02-28 David Green[Dominators] Remove verifyDomTree and add some verifyin...
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata...
2018-02-27 Reid Kleckner[CodeView] Lower __restrict and other pointer qualifier...
2018-02-27 George Burgess IV[MemorySSA] Invalidate def caches on deletion
2018-02-27 George Burgess IV[MemorySSA] Call the correct dtors
2018-02-26 Aditya Nandakumar[GISel]: Don't assert when constraining RegisterOperand...
2018-02-26 David Zarzycki[ADT] Simplify and optimize StringSwitch
2018-02-26 Adam Nemet[LTO] Support filtering by hotness threshold
2018-02-26 Jonas DevlieghereRe-land: "[Support] Replace HashString with djbHash."
2018-02-26 Jonas DevlieghereRevert "[Support] Replace HashString with djbHash."
2018-02-26 Jonas Devlieghere[Support] Replace HashString with djbHash.
2018-02-26 Serguei Katkov[SCEV] Factor out getUsedLoops
2018-02-25 Nicolai HaehnleTableGen: Remove VarInit::getFieldType
2018-02-25 Nicolai HaehnleTableGen: Get rid of Init::getFieldInit
2018-02-25 Nicolai HaehnleTableGen: Remove Init::resolveListElementReference
2018-02-24 Craig Topper[X86] Remove GCCBuiltin from some intrinsics that are...
2018-02-24 Adam NemetRevert "StructurizeCFG: Test for branch divergence...
2018-02-24 Craig Topper[X86] Remove GCCBuiltin from some intrinsics that are...
2018-02-24 Pavel LabathFix build breakage from r326003
2018-02-24 Heejin Ahn[WebAssembly] Add exception handling option and feature
2018-02-24 Pavel LabathImplement equal_range for the DWARF v5 accelerator...
2018-02-23 George Burgess IV[MemorySSA] Fix a cache invalidation bug with removed...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-23 Sriraman TallamIntrinsics calls should avoid the PLT when "RtLibUseGOT...
2018-02-23 Sanjay Patel[InstCombine] allow fmul-sqrt folds with less than...
2018-02-23 Benjamin KramerShrink various scheduling tables by using narrower...
2018-02-23 George Burgess IV[MemorySSA] Use fewer magic numbers. NFC
2018-02-23 George Burgess IV[MemorySSA] Reduce padding in MemoryDefs. NFC
2018-02-23 Geoff Berry[MachineOperand][Target] MachineOperand::isRenamable...
2018-02-23 Nicolai HaehnleTableGen: BitInit and VarBitInit are typed
2018-02-23 Nicolai HaehnleTableGen: Add !size operation
2018-02-23 Nicolai HaehnleStructurizeCFG: Test for branch divergence correctly
2018-02-23 Sam Clegg[WebAssembly] Add first claass symbol table to wasm...
2018-02-23 Aditya Nandakumar[GISel]: Fix base case for m_any_of PatternMatcher.
2018-02-23 Aaron Smith[PDB] Check the result of setLoadAddress()
2018-02-22 Adrian McCarthyFix llvm-pdbutil to handle new built-in types
2018-02-22 Sanjay Patel[InstrTypes] add frem and fneg with FMF creators
2018-02-22 Paul Robinson[DWARFv5] Turn an assert into a diagnostic. Hand-coded...
2018-02-22 Craig Topper[TargetLowering] Rename isCondCodeLegal to isCondCodeLe...
2018-02-22 Aaron Smith[PDB] Implement more find methods for PDB symbols
2018-02-22 Easwaran Raman[ThinLTO] Represent relative BF using a scaled represen...
2018-02-22 Vitaly Buka[ThinLTO] Always create linked objects file for --thinl...
2018-02-22 Daniel Neilson[AlignmentFromAssumptions] Set source and dest alignmen...
2018-02-22 Simon Pilgrim[SelectionDAG] Move matchUnaryPredicate/matchBinaryPred...
2018-02-22 Sanjay Patel[IRBuilder] add creators for FP with FMF; NFCI
2018-02-22 Nicolai HaehnleTableGen: Add strict assertions to sanity check earlier...
2018-02-22 Nicolai HaehnleTableGen: Allow implicit casting between string and...
2018-02-22 Nicolai HaehnleTableGen: Fix type of resolved and converted lists
2018-02-22 Serge GueltonSyndicate duplicate code between CallInst and InvokeInst
2018-02-22 Simon PilgrimFix Wdocumentation warning - remove param tag for old...
2018-02-22 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-02-22 Mircea Trofin[SampleProf] NFC. Expose reusable functionality in...
2018-02-22 Max Kazantsev[SCEV][NFC] Factor out common logic into a separate...
2018-02-21 Pavel LabathResubmit r325107 (case folding DJB hash)
2018-02-21 Sanjay Patel[InstCombine] add and use Create*FMF functions; NFC
2018-02-21 Lang Hames[ORC] Switch to shared_ptr ownership for SymbolSources...
2018-02-21 Lang Hames[ORC] Switch from a StringMap to an internal VSO in...
2018-02-21 Lang Hames[ORC] Switch RTDyldObjectLinkingLayer to take a unique_...
2018-02-21 Rafael EspindolaRevert "[IRMover] Implement name based structure type...
2018-02-21 Eugene Leviant[IRMover] Implement name based structure type mapping
2018-02-21 Martell MaloneRISCV: Add COFF address space
2018-02-21 Sanjay Patelrevert r325515: [TTI CostModel] change default cost...
2018-02-20 Sanjay Patel[PatternMatch] allow vector matches with m_FNeg
2018-02-20 Sanjay Patel[PatternMatch] enhance m_SignMask() to ignore undef...
2018-02-20 Teresa Johnson[LTO] Remove unused Path parameter to AddBufferFn
2018-02-20 Sanjay Patel[IRBuilder] fix CreateMaxNum to actually produce maxnum...
2018-02-20 Craig Topper[SelectionDAG] Add LegalTypes flag to getShiftAmountTy...
2018-02-20 Sanjay Patel[InstCombine] fold fdiv with non-splat divisor to fmul...
2018-02-20 Craig Topper[X86] Add 512-bit unmasked pmulhrsw/pmulhw/pmulhuw...
2018-02-20 Craig Topper[X86] Remove GCCBuiltin from a bunch of intrinsics...
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-20 Craig Topper[X86] Mark XOP vpmac* and vpmadc intrinsics as being...
2018-02-19 Aditya Nandakumar[GISel]: Add pattern matchers for G_BITCAST/PTRTOINT...
2018-02-19 Steven Wubitcode support change for fast flags compatibility
2018-02-19 David Green[Dominators] Update DominatorTree compare in case roots...
2018-02-19 Pavel Labath[CodeGen] Refactor AppleAccelTable
2018-02-19 Sanjay Patel[TTI CostModel] change default cost of FP ops to 1...
2018-02-19 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-19 Dylan McKayAdd default address space for functions to the data...
2018-02-18 Sanjay Patel[PatternMatch, InstSimplify] enhance m_AllOnes() to...
2018-02-18 Sanjay Patel[PatternMatch] reformatting and comment clean-ups; NFC
2018-02-18 Simon PilgrimRevert: [llvm] r325448 - [ThinLTO] Add GraphTraits...
2018-02-17 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-17 Sanjay Patel[PatternMatch] enhance m_One() to ignore undef elements...
2018-02-17 Serge PavlovReport fatal error in the case of out of memory
2018-02-17 Chandler Carruth[DAG, X86] Revert r324797, r324491, and r324359.
2018-02-16 Vitaly Buka[ThinLTO] Allow indexing to request backend to ignore...
2018-02-16 Konstantin ZhuravlyovAMDGPU: Bring elf flags in sync with the spec
2018-02-16 Sanjay Patel[Constant] add floating-point helpers for normal/finite...
2018-02-16 Zachary TurnerTry again to fix the build.
2018-02-16 Zachary TurnerTry to fix broken build with some compilers.
2018-02-16 Zachary TurnerFix emission of PDB string table.
2018-02-16 Brian M. Rzycki[JumpThreading] PR36133 enable/disable DominatorTree...
2018-02-15 Ekaterina RomanovaAllow 0 to be a valid value pruning interval in C LTO...
2018-02-15 Zachary TurnerCall FlushFileBuffers on output files.
next