OSDN Git Service

android-x86/external-llvm.git
2017-08-19 Jatin Bhateja [DAGCombiner] Extending pattern detection for vecto...
2017-08-19 Teresa Johnson[ThinLTO] Fix ThinLTO crash
2017-08-19 Craig Topper[X86] Remove an unnecessary alignment restriction from...
2017-08-19 Jatin BhatejaRevert rL311247 : To rectify commit message.
2017-08-19 Jatin BhatejaMerge branch 'arcpatch-D35788'
2017-08-19 Jatin BhatejaRevert rL311242 "Extension of shuffle vector pattern...
2017-08-19 Jatin BhatejaExtension of shuffle vector pattern detection, updating...
2017-08-19 Victor Leschukrevert failing test
2017-08-19 Victor LeschukAdd temporary test to verify that win10 builder hangs...
2017-08-19 Victor LeschukTemporary mark lit :: shtest-format as unsupported...
2017-08-19 Chandler Carruth[Inliner] Fix a nasty bug when inlining a non-recursive...
2017-08-19 Chandler Carruth[Inliner] Clean up a test case a bit to make it more...
2017-08-19 Chandler Carruth[SLP] Fix an unused variable warning in non-asserts...
2017-08-19 Chandler Carruth[x86] Teach the cmov converter to aggressively convert...
2017-08-19 Chandler Carruth[x86] Refactor the CMOV conversion pass to be more...
2017-08-19 Dinar Temirbulatov[SLPVectorizer] Tighten up VLeft, VRight declaration...
2017-08-19 Dinar Temirbulatov[SLPVectorizer] Add opcode parameter to reorderAltShuff...
2017-08-19 Matthias BraunARMRegsiterInfo: Define more ssub indexes; NFC
2017-08-19 Adrian PrantlFilter out non-constant DIGlobalVariableExpressions...
2017-08-19 Eric Beckmannllvm-mt: Merge manifest namespaces.
2017-08-18 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2017-08-18 Xinliang David LiFix comment /NFC
2017-08-18 Xinliang David Li[Profile] backward propagate profile info in JumpThreading
2017-08-18 Amjad Aboud[InstCombine] Teach ComputeNumSignBitsImpl to handle...
2017-08-18 Max Kazantsev[IRCE] Fix buggy behavior in Clamp
2017-08-18 Justin BognerIR: Make stripDebugInfo robust against (invalid) empty...
2017-08-18 Jonas Devlieghere[llvm-dwarfdump] Hide .debug_str and DIE reference...
2017-08-18 Simon Pilgrim[X86][ADX] Regenerate ADX intrinsics tests
2017-08-18 Sanjay Patelfix typos in comments; NFC
2017-08-18 Ana Pazos[PGO] Fixed assertion due to mismatched memcpy size...
2017-08-18 Tim NorthoverARM: use an external relocation for calls from MachO...
2017-08-18 Matt Morehouse[SanitizerCoverage] Add stack depth tracing instrumenta...
2017-08-18 Marek SokolowskiReapply: [llvm-rc] Add basic RC scripts parsing ability.
2017-08-18 Jonas Devlieghere[Debug info] Transfer DI to fragment expressions for...
2017-08-18 Ben Dunbobbin[lit] support unsetting env variables (again!)
2017-08-18 Konstantin... AMDGPU/NFC: Rename few things in SIMemoryLegalizer:
2017-08-18 Marek SokolowskiRevert "[llvm-rc] Add basic RC scripts parsing ability."
2017-08-18 Jakub Kuderski[Dominators] Don't print the whole tree when running...
2017-08-18 Marek Sokolowski[llvm-rc] Add basic RC scripts parsing ability.
2017-08-18 Ben Dunbobbin[Support] env vars with empty values on windows
2017-08-18 Simon Pilgrim[X86][BMI2] Added scheduling test for RORX/SARX/SHLX...
2017-08-18 Brian Gesiak[Lexicon] Add "GEP"
2017-08-18 Simon Pilgrim[X86][AES] Add scheduling latency/throughput tests...
2017-08-18 Simon Pilgrim[X86][PCLMUL] Add scheduling latency/throughput test...
2017-08-18 Simon Pilgrim[X86][SHA] Add scheduling latency/throughput tests...
2017-08-18 Simon Pilgrim[X86][MOVBE] Add scheduling latency/throughput tests...
2017-08-18 Sam Parker[ARM] Add PostRAScheduler option
2017-08-18 Simon Dardis[mips] Follow up comments on r310460
2017-08-18 Simon Pilgrim[X86][BMI2] Added scheduling test for MULX instructions
2017-08-18 Sjoerd Meijer[AArch64] Do not promote f16 when subtarget HasFullFP16
2017-08-18 Renato Golin[Triple] Define OS Check for Haiku
2017-08-18 Ilya BiryukovAddressed some security issues in Dockerfiles.
2017-08-18 Diana PicusRevert "GlobalISel (AArch64): fix ABI at border between...
2017-08-18 Sam Parker[AArch64] Fix for buildbots, unused function
2017-08-18 Victor LeschukRemove useless default case in switch
2017-08-18 Sam Parker[AArch64] Remove DecodeAuthLoadWriteback
2017-08-18 Alex BradburyRefine report_fatal_error guidance after post-commit...
2017-08-18 Alex BradburyGive guidance on report_fatal_error in CodingStandards...
2017-08-18 Craig Topper[DAGCombiner] Fix bad comment that had immediate values...
2017-08-18 Jatin BhatejaTest commit access
2017-08-18 Geoff BerryRevert "[MachineCopyPropagation] Extend pass to do...
2017-08-17 Richard SmithIncrease tail dup threshold for -O3 from 3 to 4.
2017-08-17 Craig Topper[X86] Remove SSE/AVX patterns for AND/XOR/OR/ANDN that...
2017-08-17 Tim NorthoverGlobalISel (AArch64): fix ABI at border between GPRs...
2017-08-17 Geoff Berry Re-enable "[MachineCopyPropagation] Extend pass...
2017-08-17 Zachary TurnerFix warning about covered switch default.
2017-08-17 Tom StellardAMDGPU: Add R600InstPrinter class
2017-08-17 Jakub Kuderski[LoopRotate][Dominators] Use the incremental API to...
2017-08-17 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize and Include...
2017-08-17 Zachary TurnerRemove unused variable.
2017-08-17 Zachary Turner[llvm-pdbutil] Fix some dumping issues.
2017-08-17 Zachary TurnerFix a few minor issues when dumping symbols.
2017-08-17 Lang Hames[docs] Tweak phrasing of the varargs explanation in...
2017-08-17 Lang Hames[docs] Fix typo and tweak wording of special variable...
2017-08-17 Jonas DevlieghereRevert "[Debug info] Transfer DI to fragment expression...
2017-08-17 Alexey Bataev[SimplifyCFG] Add a test for preserve store alignment...
2017-08-17 Sanjay Patel[x86] add tests for vector select-of-constants; NFC
2017-08-17 Jonas Devlieghere[Debug info] Transfer DI to fragment expressions for...
2017-08-17 Sanjay Patel[PowerPC] add tests for vector select-of-constants...
2017-08-17 Adrian PrantlImprove line debug info when translating a CaseBlock...
2017-08-17 Jakub Kuderski[Dominators] Teach LoopUnswitch to use the incremental API
2017-08-17 Craig Topper[AVX512] Don't switch unmasked subvector insert/extract...
2017-08-17 Craig Topper[X86] Remove memopmmx pattern fragment
2017-08-17 Victor LeschukMark Verifier/invalid-eh.ll as unsupported on windows
2017-08-17 Simon Dardis[dfsan] Add explicit zero extensions for shadow paramet...
2017-08-17 Daniel Sanders[globalisel][tablegen] Generate TypeObject table. NFC
2017-08-17 Simon Pilgrim[DAGCombiner] Add support for non-uniform constant...
2017-08-17 Amjad Aboud[X86] Refactoring of X86TargetLowering::EmitLoweredSele...
2017-08-17 Davide Italiano[Verifier] Avoid visiting DIGlobalVariables twice.
2017-08-17 Ayal Zaks[LV] Using VPlan to model the vectorized code and drive...
2017-08-17 Daniel SandersRe-commit: [globalisel][tablegen] Support zero-instruct...
2017-08-17 Jonas Paulsson[SystemZ] Also wrap TII with #ifndef NDEBUG in constru...
2017-08-17 Jonas Paulsson[SystemZ] Add a wrapping with #ifndef NDEBUG to silenc...
2017-08-17 Jonas Paulsson[SystemZ, MachineScheduler] Improve post-RA scheduling.
2017-08-17 Elad Cohen[SelectionDAG] Teach the vector-types operand scalarize...
2017-08-17 Martin Storsjo[llvm-dlltool] Improve an error message when unable...
2017-08-17 Martin Storsjo[llvm-dlltool] Don't crash if no def file is provided...
2017-08-17 Serguei Katkov[CGP] Fix the rematerialization of gc.relocates
2017-08-17 Geoff BerryRevert "[MachineCopyPropagation] Extend pass to do...
2017-08-17 Saleem AbdulrasoolARM: mark CPSR as clobbered for Windows VLAs
next