OSDN Git Service

android-x86/external-llvm.git
2017-08-10 Zoran Jovanovic[mips][microMIPS] Extending size reduction pass with...
2017-08-10 Sam Parker[AArch64] Assembler support for v8.3 RCpc
2017-08-10 Sam Parker[ARM][AArch64] ARMv8.3-A enablement
2017-08-10 Elad Cohen[SelectionDAG] When scalarizing vselect, don't assert on
2017-08-10 Dehao ChenRevert part of r310296 to make it really NFC for instru...
2017-08-10 Chandler Carruth[LCG] Fix an assert in a on-scope-exit lambda that...
2017-08-10 Hiroshi Yamauchi[LVI] Fix LVI compile time regression around constantFo...
2017-08-10 Peter CollingbourneLinker: Create a function declaration when moving a...
2017-08-10 Craig Topper[InstSimplify] Add test cases that show that simplifySe...
2017-08-10 Eugene Zelenko[AMDGPU] Fix some Clang-tidy modernize-use-using and...
2017-08-09 Evgeniy StepanovFix thinlto cache key computation for cfi-icall.
2017-08-09 Matthias BraunARM: Fix CMP_SWAP expansion
2017-08-09 Matthias BraunLangRef: Fix/improve cmpxchg wording
2017-08-09 Benjamin Kramer[Path] Sink predicate computations to their uses. NFCI.
2017-08-09 Coby Tayree[X86][Asm] Allow negative immediate to appear before...
2017-08-09 Krzysztof Parzyszek[Hexagon] Ignore DBG_VALUEs when counting instructions...
2017-08-09 Benoit Belley[Linker] PR33527 - Linker::LinkOnlyNeeded should import...
2017-08-09 Craig Topper[Docs] Remove a stray period from a code example in...
2017-08-09 Eli Friedman[llvm-cov] Rearrange entries in report index.
2017-08-09 Lang Hames[RuntimeDyld][ORC] Add support for Thumb mode to Runtim...
2017-08-09 Matt ArsenaultAMDGPU: Fix assert on n inline asm constraint
2017-08-09 Krzysztof Parzyszek[Hexagon] Tie implicit uses to defs in predicated instr...
2017-08-09 Sanjay Patel[SimplifyCFG] remove checks for crasher test from r310481
2017-08-09 Sanjay Patel[InstCombine] narrow rotate left/right patterns to...
2017-08-09 David BlaikiePointerLikeTypeTraits: class->struct & remove the base...
2017-08-09 David BlaikieReduce variable scope by moving declaration into if...
2017-08-09 Matt Morehouse[asan] Fix instruction emission ordering with dynamic...
2017-08-09 Mandeep Singh... [COFF, ARM64] Add MS builtins __dmb, __dsb, __isb
2017-08-09 Guy Blank[X86][AVX512] Choose correct registers in vpbroadcastb/w
2017-08-09 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added 16-bit renamed and "_legacy...
2017-08-09 Nuno LopesCFLAA: return MustAlias when pointers p, q are equal...
2017-08-09 Davide Italiano[ValueTracking] Turn a test into an assertion.
2017-08-09 Davide Italiano[ValueTracking] Update tests to unbreak the bots.
2017-08-09 Sanjay Patel[x86] add more tests for select-of-constants; NFC
2017-08-09 Florian Hahn[ARM] Emit error when ARM exec mode is not available.
2017-08-09 Coby Tayree[X86][Asm]Allow far jmp/call to be picked when using...
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...
next