OSDN Git Service

android-x86/external-llvm.git
2018-02-08 David Woodhouse[X86] Support 'V' register operand modifier
2018-02-08 David BlaikieFix missing field initializer warning in TableGen Subta...
2018-02-08 Daniel Neilson[MSan] Update uses of IRBuilder::CreateMemCpy to new...
2018-02-08 Simon PilgrimRegenerate test
2018-02-08 Simon Pilgrim[X86] Add common CHECK prefix to shift combine tests
2018-02-08 Simon Pilgrim[X86] Add shift undef, %X tests
2018-02-08 Simon Pilgrim[InstCombine] visitSRem - use m_Negative(APInt) helper...
2018-02-08 Simon Pilgrim[InstCombine] Add vector udiv tests
2018-02-08 Craig Topper[SelectionDAG] Add a helper function for creating a...
2018-02-08 Vedant KumarSimplify function prototypes in bugpoint, NFC
2018-02-08 Douglas YungChange "UNSUPPORTED: windows" to be "UNSUPPORTED: syste...
2018-02-08 Simon Pilgrim[InstCombine] Add m_Negative pattern matching
2018-02-08 Craig Topper[X86] Add a few new test cases for shrunkblend combine
2018-02-08 Simon Pilgrim[InstCombine] Add vector urem tests.
2018-02-08 Vedant KumarUse ranged for loops in TypeFinder.cpp, NFC
2018-02-08 Simon Pilgrim[InstCombine] Regenerate vector mul tests.
2018-02-08 Daniel Neilson[LoopIdiom] Be more aggressive when setting alignment...
2018-02-08 Erich KeaneFix signed/unsigned compare warning I introduced
2018-02-08 Erich Keane[ARM] Add 'fillValidCPUArchList' to ARM targets
2018-02-08 Jonas Devlieghere[dsymutil] Use llvm::sys::path to join bundle path.
2018-02-08 Jonas Devlieghere[dwarfdump] Normalize input path.
2018-02-08 Yaxun Liu[AMDGPU] Updae documentation about address space
2018-02-08 Sanjay Patel[SLPVectorizer] auto-generate complete checks; NFC
2018-02-08 Sanjay Patel[SLPVectorizer] auto-generate complete checks; NFC
2018-02-08 Sanjay Patel[SLPVectorizer] move RUN line to top-of-file; NFC
2018-02-08 Simon Pilgrim[InstCombine] Fix issue with X udiv (POW2_C1 << N)...
2018-02-08 Sanjay Patel[SLPVectorizer] auto-generate complete checks; NFC
2018-02-08 Sanjay Patel[LoopVectorize] auto-generate complete checks; NFC
2018-02-08 Sanjay Patel[ValueTracking] don't crash when assumptions conflict...
2018-02-08 Simon Pilgrim[InstCombine] Fix issue with X udiv 2^C -> X >> C for...
2018-02-08 Oliver Stannard[ARM] Re-commit r324600 with fixed LLVMBuild.txt
2018-02-08 Simon PilgrimFix unused variable warning.
2018-02-08 Oliver StannardRevert r324600 as it breaks a buildbot
2018-02-08 Simon Pilgrim[InstCombine] Improve mul(x, pow2) -> shl combine for...
2018-02-08 Alexander Ivchenko[x86] Add test/CodeGen/X86/vmaskmov-offset.ll. NFC.
2018-02-08 Oliver Stannard[ARM] Fix disassembly of invalid banked register moves
2018-02-08 Jonas Devlieghere[test][dsymutil] Fix tests for Windows bots.
2018-02-08 Alexander IvchenkoAdd missed PostDominatorTree analysis dependency to...
2018-02-08 Gadi Haber[X86][MC]: Adding test coverage of MC encoding for...
2018-02-08 Jonas DevlieghereRe-land [dsymutil] Upstream update feature
2018-02-08 Serguei Katkov[Loop Predication] Teach LP about reverse loops with...
2018-02-08 Clement Courbet[X86] Fix compilation of r324580.
2018-02-08 Stefan MaksimovicRevert accidental changes that snuck in r324584
2018-02-08 Stefan Maksimovic[mips] Define certain instructions in microMIPS32r3
2018-02-08 Dylan McKay[AVR] Fix the testsuite after '%' changed to '$' in MIR
2018-02-08 Clement Courbet[TargetSchedule] Expose sub-units of a ProcResGroup...
2018-02-08 Sjoerd Meijer[AArch64] Don't materialize 0 with "fmov h0, .." when...
2018-02-08 Craig Topper[X86] Support folding in a k-register OR when creating...
2018-02-08 Craig Topper[X86] Allow KORTEST instruction to be used for testing...
2018-02-08 Craig Topper[X86] Don't emit KTEST instructions unless only the...
2018-02-08 George RimarRecommit r324455 "[ThinLTO] - Simplify code in ThinLTOB...
2018-02-08 Serguei Katkov[SimplifyCFG] Re-apply Relax restriction for folding...
2018-02-08 Martell MaloneCMAKE: apply -O3 for mingw clang
2018-02-08 Craig Topper[DAGCombiner] Fix a couple mistakes from r324311 by...
2018-02-08 Craig Topper[DAGCombiner] Don't create truncate nodes in (aext...
2018-02-08 Peter CollingbourneARM: Remove dead code. NFCI.
2018-02-08 Francis Visoiu... [CodeGen] Print MachineBasicBlock labels using MIR...
2018-02-08 Craig Topper[DAGCombiner] Avoid creating truncate nodes in (zext...
2018-02-08 Craig Topper[DAGCombiner] Rename variable to be slightly better...
2018-02-08 Yonghong Songbpf: Improve expanding logic in LowerSELECT_CC
2018-02-08 Peter Collingbournegold-plugin: Do not set codegen opt level based on...
2018-02-08 Matt ArsenaultAMDGPU: Fix incorrect reordering when inline asm define...
2018-02-08 Rafael EspindolaFix PR36268.
2018-02-08 Matt ArsenaultAMDGPU: Don't crash when trying to fold implicit operands
2018-02-08 Justin Lebar[NVPTX] When dying due to a bad address space value...
2018-02-08 Stanislav Mekhanoshin[AMDGPU] Fixed wait count reuse
2018-02-07 Chandler Carruth[x86] Fix nasty bug in the x86 backend that is essentia...
2018-02-07 Mircea TrofinVerify profile data confirms large loop trip counts.
2018-02-07 Craig Topper[X86] Prune some unreachable 'return SDValue()' paths...
2018-02-07 Craig Topper[X86] Remove dead code from EmitTest that looked for...
2018-02-07 Craig Topper[X86] When doing callee save/restore for k-registers...
2018-02-07 Craig Topper[X86] Auto-generate complete checks. NFC
2018-02-07 Momchil VelikovRevert "[DebugInfo] Improvements to representation...
2018-02-07 Alexey Bataev[SLP] Add a tests for PR36280, NFC.
2018-02-07 Zachary TurnerGenerate PDB files for profiling even in Release build.
2018-02-07 Craig Topper[X86] Regenerate test using update_mir_test_checks...
2018-02-07 Rafael EspindolaRevert "AMDGPU: Add 32-bit constant address space"
2018-02-07 Jonas DevlieghereRevert dsymutil -update commits
2018-02-07 Nirav Dave[SelectionDAG] More Aggressibly prune nodes in AddChain...
2018-02-07 Momchil Velikov[DebugInfo] Improvements to representation of enumerati...
2018-02-07 Marek OlsakAMDGPU: Add 32-bit constant address space
2018-02-07 Marek OlsakAMDGPU: Remove the s_buffer workaround for GFX9 chips
2018-02-07 Simon Pilgrim[X86][AVX] Add PACKSSDW/PACKUSDW support for truncation...
2018-02-07 Jonas Devlieghere[dsymutil][test] Check the updated dSYM instead of...
2018-02-07 Clement Courbet[SLPVectorizer][NFC] Make a loop more readable.
2018-02-07 Jonas Devlieghere[dsymutil] Upstream update feature.
2018-02-07 Simon Pilgrim[X86] Regenerate atomic i32 tests
2018-02-07 Benjamin Kramer[Orc] Pacify -pedantic.
2018-02-07 Simon Atanasyan[mips] Support 'y' operand code to print exact log2...
2018-02-07 Simon Atanasyan[mips] Handle 'M' and 'L' operand codes for memory...
2018-02-07 Pavel Labath[BinaryFormat] Remove dangling declaration of Discrimin...
2018-02-07 Max KazantsevRe-enable "[SCEV] Make isLoopEntryGuardedByCond a bit...
2018-02-07 Clement Courbet[MergeICmps] Re-commit rL324317 "Enable the MergeICmps...
2018-02-07 Serguei KatkovRevert [SCEV] Make isLoopEntryGuardedByCond a bit smarter
2018-02-07 George RimarRevert r324455 "[ThinLTO] - Simplify code in ThinLTOBit...
2018-02-07 Sjoerd Meijer[ARM] FP16 mov imm pattern
2018-02-07 George Rimar[ThinLTO] - Simplify code in ThinLTOBitcodeWriter.
2018-02-07 Max Kazantsev[SCEV] Make isLoopEntryGuardedByCond a bit smarter
2018-02-07 Michael ZolotukhinThe xfailed test from r324448 passed on one of the...
2018-02-07 Serguei Katkov[LoopPrediction] Introduce utility function getLatchPre...
next