OSDN Git Service

android-x86/external-llvm.git
2018-05-25 Guozhi Wei[CodeGenPrepare] Revert r331783
2018-05-25 Mark Searles[AMDGPU][Waitcnt] Remove obsolete waitcnt option
2018-05-25 Craig TopperRecommit r333226 "[ValueTracking] Teach computeKnownBit...
2018-05-25 Stanislav Mekhanoshin[AMDGPU] Fixed test failure with AMDGPUPerfHint
2018-05-25 Matt Davis[llvm-mca] Update the header's guard name. NFC.
2018-05-25 Matt Davis[llvm-mca] Update DispatchStage header comment. NFC.
2018-05-25 Andrea Di Biagio[Tablegen][SubtargetEmitter] Add a default case to...
2018-05-25 Matt Davis[llvm-mca] Add the RetireStage.
2018-05-25 Reid KlecknerFix -Winconsistent-missing-overrides in AMDGPU code
2018-05-25 Stanislav Mekhanoshin[AMDGPU] Add perf hints to functions
2018-05-25 Simon Dardis[mips] Fix the definitions of lwp, swp
2018-05-25 Andrea Di Biagio[RFC][Patch 2/3] Add a MCSubtargetInfo hook to resolve...
2018-05-25 Andrea Di Biagio[RFC][Patch 1/3] Add a new class of predicates for...
2018-05-25 Teresa Johnson[NFC] Restructure linkage name printing in AsmWriter
2018-05-25 Krzysztof Parzyszek[Hexagon] Fix packing source vectors in shufflevector...
2018-05-25 David Stenberg[MustExecute] Fix a debug invariant issue in isGuarante...
2018-05-25 Simon Pilgrim[X86][SNB] Fix differences between vex/non-vex XMM...
2018-05-25 Sander de SmalenFix ubsan errors introduced by r333263 re. left-shiftin...
2018-05-25 Florian Hahn[IPSCCP] Use PredicateInfo to propagate facts from...
2018-05-25 Paul Semel[llvm-objcopy] Add --strip-unneeded option
2018-05-25 Krasimir GeorgievFix ODR violation from r333230
2018-05-25 Sander de Smalen[AArch64][SVE] Asm: Support for DUP (immediate) instruc...
2018-05-25 Jonas Paulsson[SystemZ] Bugfix in combineSTORE().
2018-05-25 Jonas Paulsson[RegUsageInfoCollector] Bugfix for callee saved registers.
2018-05-25 Tim Renouf[AMDGPU] Fixed incorrect break from loop
2018-05-25 Gabor Buella[x86] invpcid LLVM intrinsic
2018-05-25 Tom StellardAMDGPU: Remove AMDGPUMCInstLower.h
2018-05-25 Craig TopperRevert r333226 "[ValueTracking] Teach computeKnownBits...
2018-05-25 Chandler CarruthRestore the LoopInstSimplify pass, reverting r327329...
2018-05-25 Chris MatthewsUse quoteattr to ensure we make well formed attributes
2018-05-25 Fangrui Song[llvm-symbolizer] Simplify. NFC
2018-05-24 Vedant Kumar[Debugify] Set a DI version module flag for llc compati...
2018-05-24 Vedant Kumar[Debugify] Avoid printing unnecessary square braces...
2018-05-24 Vedant Kumar[DebugInfo] Maintain DI when converting GEP to bitcast
2018-05-24 Florian Hahn[LegacyPM] Use MapVector for OnTheFlyPassManagers.
2018-05-24 Andres Freund[C-API] Add functions to create GDB, Intel, Oprofile...
2018-05-24 Andres Freund[ORC][C-API] Expose LLVMOrc{Unr,R}egisterJITEventListen...
2018-05-24 Andres Freund[ORC] Add ability [un]register JITEventListener on...
2018-05-24 Andres Freund[ORC] Extend object layer callbacks so JITEventListener...
2018-05-24 Craig Topper[ValueTracking] Teach computeKnownBits that the result...
2018-05-24 Warren Ristow[InstCombine] Enable more reassociations using FMF...
2018-05-24 Tom StellardAMDGPU: Split R600 AsmPrinter code into its own class
2018-05-24 Eli Friedman[AArch64] Improve orr+movk sequences for MOVi64imm.
2018-05-24 Lang HamesAdd handling for GlobalAliases in ExecutionEngine:...
2018-05-24 Andres Freund[ORC] Add findSymbolIn() wrapper to C bindings, take #2.
2018-05-24 Geoff Berry[AArch64] Take advantage of variable shift/rotate amoun...
2018-05-24 Teresa Johnson[ThinLTO/CFI] Minor comment clarification
2018-05-24 Andrea Di Biagio[llvm-mca] Fix a rounding problem in SummaryView.cpp...
2018-05-24 Andres Freund[ORC] Perform name mangling in findSymbolIn(), as done...
2018-05-24 Greg Bedwell[UpdateTestChecks] Improved update_mca_test_checks...
2018-05-24 Simon Pilgrim[X86][SSE] Pull out (AND (XOR X, -1), Y) matching into...
2018-05-24 Sean FertileAdd R_PPC64_IRELATIVE to PPC64 relocations.
2018-05-24 Jun Bum Lim[LICM] Preserve DT and LoopInfo specifically
2018-05-24 Simon PilgrimFix unused variable warnings. NFCI.
2018-05-24 Chad Rosier[InstCombine] Combine XOR and AES instructions on ARM...
2018-05-24 Nicola ZaghenFastMathFlags: Make it easier to unset individual ones.
2018-05-24 Simon Pilgrim[X86][SSE] Pull out OR(AND(~MASK,X),AND(MASK,Y)) matchi...
2018-05-24 Simon Pilgrim[X86][BtVer2] Added Jaguar cpu cycle counter to permit...
2018-05-24 Andrei Elovikov[NFC][VPlan] Wrap PlainCFGBuilder with an anonymous...
2018-05-24 Sanjay Patel[x86] add vector load-cmp-select tests; NFC
2018-05-24 Clement Courbet[llvm-exegesis] Analysis: Show value extents.
2018-05-24 Jonas Devlieghere[Support] Move header to WithColor header
2018-05-24 Jonas Devlieghere[Support] Add color cl category.
2018-05-24 Clement Courbet[llvm-exegesis] Analysis: show debug string instead...
2018-05-24 Clement Courbet[llvm-exegesis] Show sched class details in analysis.
2018-05-24 Ekaterina RomanovaAdded a testcase for PR31593. A patch (r291535) that...
2018-05-24 Jonas Paulsson[ScheduleDAGInstrs / buildSchedGraph] Clear subregiste...
2018-05-24 Simon Atanasyan[mips] Remove duplicated code from the expandLoadInst...
2018-05-24 Simon Atanasyan[mips] Remove redundant argument from expandLoadInst...
2018-05-24 Simon Atanasyan[mips] Add precondition asserts to the expandLoadInst...
2018-05-24 Simon Atanasyan[mips] Cleanup the code a bit. NFC
2018-05-24 Fangrui Song[demangler] Add ItaniumPartialDemangler::isCtorOrDtor
2018-05-24 Shiva Chen[RISCV] Support linker relax function call from auipc...
2018-05-24 Karl-Johan... [NaryReassociate] Detect deleted instr with WeakVH
2018-05-24 Tom StellardAMDGPU/R600: Remove code for handling AMDGPUISD::CLAMP
2018-05-24 Andres FreundRevert r333147 "[ORC] Add findSymbolIn() wrapper to...
2018-05-24 Lei Huang[PowerPC] Remove the match pattern in the definition...
2018-05-24 Andres Freund[ORC] Add findSymbolIn() wrapper to C bindings.
2018-05-24 Roman Tereshin[GlobalISel][InstructionSelect] Switching over root...
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Moving Reg Bank Checks...
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Maximizing # of Group...
2018-05-23 Vedant KumarMove a debug info test into the X86 directory
2018-05-23 Mandeep Singh... [RISCV] Lower the tail pseudoinstruction
2018-05-23 Roman Tereshin[GlobalISel][Tablegen] Assign small opcodes to pseudos
2018-05-23 Vedant Kumar[DebugInfo] Maintain DI for sunken bitcasts
2018-05-23 Sameer AbuAsal[RISCV] Set CostPerUse for registers
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Sorting MatchTable...
2018-05-23 Lang Hames[RuntimeDyld][MachO] Add support for MachO::ARM64_RELOC...
2018-05-23 Lang Hames[LKH] Add a new IRTransformLayer.
2018-05-23 Lang Hames[LKH] Add ObjectTransformLayer2.
2018-05-23 Lang Hames[LKH] Add a new IRCompileLayer.
2018-05-23 Roman Tereshin[GlobalISel] NFCI, Getting GlobalISel ~5% faster
2018-05-23 Roman Tereshin[Tablegen] Tidying up InstRegexOp a little, NFC
2018-05-23 Alexander Shaposhnikov[llvm-strip] Minor fix of the usage of TableGen
2018-05-23 Alexander Shaposhnikov[llvm-strip] Expose --keep-symbol option
2018-05-23 Lei Huang[Power9]Legalize and emit code for W vector extract...
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Moving type checks...
2018-05-23 Lei Huang[Power9]Legalize and emit code for DW vector extract...
2018-05-23 Changpeng FangStructurizeCFG: Adjust the loop depth for a subregion...
2018-05-23 Chad Rosier[CodeGen][AArch64] Use RegUnits to track register alias...
next