OSDN Git Service

android-x86/external-llvm.git
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...
2018-05-23 Roman Lebedev[InstCombine] Fold unfolded masked merge pattern with...
2018-05-23 Jakub Kuderski[Dominators] Add PDT constructor from Function
2018-05-23 Craig Topper[InstCombine] Negate ABS/NABS patterns by swapping...
2018-05-23 Petar JovanovicSilence warnings introduced with r333093
2018-05-23 Matt Davis[llvm-mca] Fix header comments. NFC.
2018-05-23 Andrea Di Biagio[llvm-mca] Print the "Block RThroughput" in the Summary...
2018-05-23 Petar Jovanovic[X86][MIPS][ARM] New machine instruction property ...
2018-05-23 Nicola ZaghenRemove DEBUG macro.
2018-05-23 Aaron BallmanUpdate my information in the CREDITS file.
2018-05-23 Erich KeaneAdd myself to CREDITS.txt
2018-05-23 Alex Bradbury[RISCV] Add symbol diff relocation support for RISC-V
2018-05-23 Alex Bradbury[Sparc] Use addAliasForDirective to support data directives
2018-05-23 Alex Bradbury[AArch64] Use addAliasForDirective to support data...
2018-05-23 Alex Bradbury[RISCV] Correctly report sizes for builtin fixups
2018-05-23 Max Kazantsev[LoopUnswitch] Fix SCEV invalidation in unswitching
2018-05-23 Piotr PadlewskiFix aliasing of launder.invariant.group
2018-05-23 Daniel Cederman[Sparc] Add mnemonic aliases for flush, stb, stba,...
2018-05-23 Serguei KatkovSafepointIRVerifier is made unreachable block tolerant
2018-05-23 David Bolvansky[InstCombine] [NFC] Added more tests for unlocked IO...
2018-05-23 Roman Tereshin[GlobalISel][ARM] Adding HPR and QPR regclasses to...
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] MatchTable second level...
2018-05-23 Heejin Ahn[WebAssembly] Add functions for EHScopes
2018-05-22 Sanjay Patel[InstCombine] use nsw negation for abs libcalls
2018-05-22 Sanjay Patel[InstCombine] move misplaced test file and regenerate...
2018-05-22 Eli Friedman[docs] Clarify usage of "vector" in Programmer's Manual.
2018-05-22 Max Moroz[Coverage] Update CSS to make HTML reports copy-paste...
2018-05-22 David BolvanskyDelete empty test file
2018-05-22 Matt Davis[llvm-mca] Move DispatchStage::cycleEvent to preExecute...
2018-05-22 Lang Hames[ORC] Add some comments to Layer.h.
2018-05-22 Matt ArsenaultAMDGPU: Fix missing test coverage for some 16-bit and...
2018-05-22 David Bolvansky[InstCombine] Remove calloc transformations
next