OSDN Git Service

android-x86/external-llvm.git
2017-08-09 Davide Italiano[ValueTracking] Honour recursion limit.
2017-08-09 Sjoerd Meijer[AArch64] Assembler support for the ARMv8.2a dot produc...
2017-08-09 Florian Hahn[ARM] Remove FeatureNoARM implies ModeThumb.
2017-08-09 Benoit Belley[Support] PR33388 - Fix formatv_object move constructor
2017-08-09 Nirav Dave[DAG] Explicitly cleanup merged load values during...
2017-08-09 Haojian WuFix -Wpessimizing-move warning.
2017-08-09 Coby Tayree[AsmParser][AVX512]Enhance OpMask/Zero/Merge syntax...
2017-08-09 Jonas Paulsson[LSR / TTI / SystemZ] Eliminate TargetTransformInfo...
2017-08-09 Jonas Paulsson[LoopStrengthReduce] Don't neglect the Fixup.Offset...
2017-08-09 Simon Dardis[mips] PR34083 - Wimplicit-fallthrough warning in MipsA...
2017-08-09 Gabor HorvathSuppress a warning. NFC.
2017-08-09 Oliver Stannard[AsmParser] Hash is not a comment on some targets
2017-08-09 Chandler Carruth[LCG] Completely remove the map-based association of...
2017-08-09 Davide Italiano[GlobalOpt] Switch an explicit loop to llvm::all_of...
2017-08-09 Chandler Carruth[LCG] Special case when removing a ref edge from a...
2017-08-09 Chandler Carruth[LCG] Switch one of the update methods for the LazyCall...
2017-08-09 Craig Topper[X86] Add the rest of the ADC and SBB instructions...
2017-08-09 Craig Topper[InstCombine] Use regular dyn_cast instead of a matcher...
2017-08-09 Serguei Katkov[ImplicitNullCheck] Fix the bug when dependent instruct...
2017-08-09 Zachary TurnerFix broken pdb test.
2017-08-09 Zachary TurnerFix -Wreorder-fields warning.
2017-08-09 Zachary Turner[PDB] Fix an issue writing the publics stream.
2017-08-09 Zachary Turner[PDB] Merge Global and Publics Builders.
2017-08-09 Craig Topper[InstCombine] Add a test case for a missed opportunity...
2017-08-09 Eugene Zelenko[AMDGPU] Revert r310429 changes in AMDKernelCodeT.h...
2017-08-08 Eugene Zelenko[AMDGPU] Fix some Clang-tidy modernize-use-using and...
2017-08-08 Quentin ColombetRevert "[GlobalISel] Remove the GISelAccessor API."
2017-08-08 Nemanja IvanovicMy commit r310346 introduced some valid warnings. This...
2017-08-08 Jessica Paquette[MachineOutliner] Ensure AArch64 outliner doesn't mess...
2017-08-08 Wei Mi[GVN] Remove stale entries in phitranslate cache when...
2017-08-08 Nuno LopesBasicAA: assert on another case where aliasGEP shouldn...
2017-08-08 Dehao ChenMake ICP uses PSI to check for hotness.
2017-08-08 Reid Kleckner[codeview] Emit nested enums and typedefs from classes
2017-08-08 Craig Topper[InstCombine] Support pulling left shifts through a...
2017-08-08 Nirav Dave[DAG] Introduce peekThroughBitcast function. NFCI.
2017-08-08 Nirav Dave[DAG] Update comments. NFC.
2017-08-08 Connor Abbott[AMDGPU] Add llvm.amdgpu.update.dpp intrinsic
2017-08-08 Chad Rosier[NewGVN] Use a cast instead of a dyn_cast.
2017-08-08 Zachary Turner[PDB] Fix linking of function symbols and local variables.
2017-08-08 Adrian Prantldsymutil: support dwarf version mismatches between...
2017-08-08 Anna Thomas[LoopVectorize] Fix assertion failure in Fcmp vectorization
2017-08-08 Tim NorthoverRevert "[ARM] Fix assembly and disassembly for VMRS...
2017-08-08 Sanjoy Das[DomTree] Use a non-recursive DFS instead of a recursiv...
2017-08-08 Craig Topper[KnownBits][ValueTracking] Move the math for calculatin...
2017-08-08 Alex Bradbury[RISCV] Fix warning about unused getSubtargetFeatureName()
2017-08-08 Nuno LopesBasicAA: aliasGEP shouldn't get a PartialAlias response...
2017-08-08 Simon Pilgrim[DAGCombiner] simplifyShuffleMask - handle UNDEF inputs...
2017-08-08 Alex Bradbury[RISCV] Add basic RISCVAsmParser (missing files)
2017-08-08 Alex Bradbury[RISCV] Add basic RISCVAsmParser
2017-08-08 Nemanja Ivanovic[PowerPC] Don't crash on larger splats achieved through...
2017-08-08 Daniel Sanders[globalisel][tablegen] Remove unnecessary ; to satisfy...
2017-08-08 Nemanja IvanovicAppease compilers that have the -Wcovered-switch-defaul...
2017-08-08 Amjad Aboud[X86] Improved X86::CMOV to Branch heuristic.
2017-08-08 Nemanja Ivanovic[PowerPC] Eliminate compares - add i32 sext/zext handli...
2017-08-08 Simon Pilgrim[DAGCombiner] Simplify shuffle mask index if the refere...
2017-08-08 Daniel Sanders[globalisel][tablegen] Add support for importing 'imm...
2017-08-08 Chandler Carruth[PM] Fix a likely more critical infloop bug in the...
2017-08-08 Craig Topper[InstCombine] Cast to BinaryOperator earlier in foldSel...
2017-08-08 Tom StellardAMDGPU: Fix warnings introduced by r310336
2017-08-08 Tom StellardAMDGPU: Move R600 parts of AMDGPUISelDAGToDAG into...
2017-08-08 Konstantin... AMDGPU: Also remove SI from docs
2017-08-08 Chandler Carruth[PM] Relax the spelling of a pass name slightly in...
2017-08-08 Chandler Carruth[PM] Fix new LoopUnroll function pass by invalidating...
2017-08-08 Eugene Zelenko[AMDGPU] Fix some Clang-tidy modernize-use-using and...
2017-08-08 Kostya Serebryany[libFuzzer] simplify code, NFC
2017-08-08 Kostya Serebryany[libFuzzer] remove stale code
2017-08-08 Kostya Serebryany[libFuzzer] simplify the implementation of -print_cover...
2017-08-07 Craig Topper[KnownBits] Fix copy pasto in comment. NFC
2017-08-07 Simon Pilgrim[X86][AVX] Added test for broadcast shuffle from binary...
2017-08-07 Matt ArsenaultAMDGPU: Implement getMinimumNopSize
2017-08-07 Reid Kleckner[Object] Initialize LoadConfig member to null
2017-08-07 George KarpenkovDo not instrument libFuzzer itself when built with...
2017-08-07 Zachary Turner[llvm-pdbutil] Don't crash when a section contrib's...
2017-08-07 Dehao ChenMove the SampleProfileLoader right after EarlyFPM.
2017-08-07 Evgeny StupachenkoReapply fix PR23384 (part 3 of 3) r304824 (was reverted...
2017-08-07 Aaron BallmanRemoving an unused variable that was missed with the...
2017-08-07 Connor Abbott[AMDGPU] Add pseudo "old" source to all DPP instructions
2017-08-07 Matt ArsenaultAMDGPU: Remove -mcpu=SI
2017-08-07 Matt ArsenaultAMDGPU: Remove redundant opt level check
2017-08-07 Matt ArsenaultAMDGPU: Remove FixControlFlowLiveIntervals pass
2017-08-07 Craig Topper[InstCombine] Support (X | C1) & C2 --> (X & C2^(C1...
2017-08-07 Matt ArsenaultAMDGPU: Use a custom areInlineCompatible
2017-08-07 Simon Pilgrim[X86][AVX] Add full test coverage of subvector_broadcas...
2017-08-07 Simon Dardis[DebugInfo][DWARF] Address paulr's comment on rL310253.
2017-08-07 Simon Pilgrim[X86][AVX] Cleanup subvector broadcast tests - remove...
2017-08-07 Sanjay Patel[x86] revert r310208 to investigate test-suite failures...
2017-08-07 Simon Dardis[DebugInfo][DWARF] Correct some usages of PRIx32 to...
2017-08-07 Alexey Bataev[SLP] General improvements of SLP vectorization process.
2017-08-07 Matt ArsenaultFix typo in comment
2017-08-07 Matt ArsenaultAMDGPU: Cleanup subtarget features
2017-08-07 Alexey BataevRevert "[SLP] General improvements of SLP vectorization...
2017-08-07 Nirav Dave[DAG] Extend visitSCALAR_TO_VECTOR optimization to...
2017-08-07 Alexey Bataev[SLP] General improvements of SLP vectorization process.
2017-08-07 Nirav Dave[TableGen] AsmMatcher: fix OpIdx computation when HasOp...
2017-08-07 Simon Dardis[DebugInfo][DWARF] Use PRIx64 explicitly in output.
2017-08-07 Michael Zuckerman[X86][LLVM]Expanding Supports lowerInterleavedStore...
2017-08-07 Dmitry Preobrazhensky[AMDGPU][MC] Corrected VOP3 version of v_interp_* instr...
2017-08-07 Simon Dardis[llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND
2017-08-07 Simon Pilgrim[X86][AVX] Added test for broadcast shuffle with undefs...
2017-08-07 Andre Vieira[ARM] Fix assembly and disassembly for VMRS/VMSR
next