OSDN Git Service

android-x86/external-llvm.git
2017-06-27 Sam Clegg[WebAssembly] Add data size and alignement to linking...
2017-06-27 Krzysztof Parzyszek[Hexagon] Use proper predicate register state when...
2017-06-27 Craig Topper[InstCombine] Propagate nsw flag when turning mul by...
2017-06-27 Craig Topper[Constants] Fix copy-pasto in llvm_unreachable message...
2017-06-27 Sanjay Patel[CGP] simplify code to get bswap in memcmp expansion...
2017-06-27 Stanislav Mekhanoshin[AMDGPU] Add 2 new alignbit patterns
2017-06-27 Serge Guelton[CodeExtractor] Prevent extraction of block involving...
2017-06-27 Stanislav Mekhanoshin[AMDGPU] Simplify setcc (sext from i1 b), -1|0, cc
2017-06-27 Krzysztof Parzyszek[Hexagon] Update kills in hexagon-nvj even more properl...
2017-06-27 Matt ArsenaultRenameIndependentSubregs: Fix infinite loop
2017-06-27 Yaxun Liu[SROA] Fix APInt size when alloca address space is...
2017-06-27 Stanislav Mekhanoshin[AMDGPU] Combine and x, (sext cc from i1) => select...
2017-06-27 Sanjay Patel[CGP] add an IR builder to memcmp expansion class inste...
2017-06-27 Jakub Kuderski[Dominators] Use Semi-NCA instead of SLT to calculate...
2017-06-27 Matthias BraunLiveRangeCalc: Slightly improve map usage; NFC
2017-06-27 Sanjay Patel[InstCombine] canonicalize icmp predicate feeding select
2017-06-27 Dehao ChenEnable ICP for AutoFDO.
2017-06-27 Xinliang David Li[ProfData] Make the method threadsafe
2017-06-27 Craig Topper[InstCombine] Add test case demonstrating that we don...
2017-06-27 Craig Topper[InstCombine] Add test cases to show that we don't...
2017-06-27 Coby Tayree[X86][AsmParser][MS-compatability] Binary/Unary operato...
2017-06-27 Javed AbsarFix incorrect comment in machine-scheduler
2017-06-27 Brian Gesiak[opt-viewer] Python 3 support in opt-diff.py
2017-06-27 David GreenChange sort function used in tblgen to be strict weak...
2017-06-27 Chih-Hung HsiehAnother test commit
2017-06-27 Paul Robinson[DWARF] NFC: Make string-offset handling more like...
2017-06-27 Craig Topper[PatternMatch] Remove 64-bit or less restriction from...
2017-06-27 Craig Topper[JumpThreading] Add test case that was supposed to...
2017-06-27 Gadi HaberUpdated and extended the information about each instruc...
2017-06-27 Sam Kolton[AMDGPU] SDWA: several fixes for V_CVT and VOPC instruc...
2017-06-27 Matthew Simpson[AArch64] Update successor probabilities after ccmp...
2017-06-27 Anna Thomas[LoopUnrollRuntime] Use SCEV exit count for calculating...
2017-06-27 Simon Dardis[mips] Add instruction aliases for ds(r|l)l.
2017-06-27 Hiroshi Inoue[SelectionDAG] set dereferenceable flag in MergeConsecu...
2017-06-27 Ayman MusaRecommitting rL305465 after fixing bug in TableGen...
2017-06-27 Vassil VassilevAdd missing include. Should fix modules libstdc++ builds.
2017-06-27 Hiroshi Inouefix trivial typos, NFC
2017-06-27 Diana Picus[ARM] GlobalISel: Support G_SELECT for pointers
2017-06-27 Simon Pilgrim[X86][AVX512] Regenerate avx512 arithmetic tests
2017-06-27 Daniel Sanders[globalisel][tablegen] Add support for EXTRACT_SUBREG.
2017-06-27 Simon Dardis[mips] Refine the condition for when to use CALL16...
2017-06-27 Diana Picus[ARM] GlobalISel: Support G_SELECT for i32
2017-06-27 Ayal ZaksRecommitting 306331.
2017-06-27 Hiroshi Inoue[PowerPC] fix incorrect processor name for -mcpu in...
2017-06-27 Chandler Carruth[SROA] Fix PR32902 by more carefully propagating !nonnu...
2017-06-27 Vassil VassilevAdd missing forward declaraion.
2017-06-27 Nicolai HaehnleAMDGPU: M0 operands to spill/restore opcodes are dead
2017-06-27 Ayman Musa[TableGen] Fix bug in TableGen CodeGenPatterns when...
2017-06-27 Igor Breger[GlobalISel][X86] Add fp32/62 legalizer, regbank-select...
2017-06-27 Galina KistanovaFixed the warning introduced by r306289 to make ubuntu...
2017-06-27 Mikael Holmen[Reassociate] Make sure EraseInst sets MadeChange
2017-06-27 Hiroshi Inoue[PowerPC] set optimization level in SelectionDAGISel
2017-06-27 Mandeep Singh... [COFF, ARM64] Fix typo in COFF ARM64 Relocation Type
2017-06-27 Craig Topper[InstCombine] Add test cases demonstrating that we...
2017-06-27 Leslie Zhai[AVR] Migrate to new MCAsmBackend applyFixup and proces...
2017-06-27 Chandler Carruth[SROA] Further test cleanup and add a test for the...
2017-06-27 Davide Italiano[CFLAA] Move FunctionHandle to llvm::cflaa.
2017-06-27 Davide Italiano[CFLAA] Move a common function to the header to reduce...
2017-06-27 Chandler Carruth[SROA] Clean up a test case a bit prior to adding more...
2017-06-27 Matthias BraunScheduleDAGInstrs: Fix fixupKills() adding too many...
2017-06-27 Davide Italiano[CFLAA] Use raw pointers instead of Optional<Pointer...
2017-06-26 Davide Italiano[CFLAA] Change FunctionHandle to be common to Steensgaa...
2017-06-26 Wolfgang PiebDAGCombine: Make sure we only eliminate trunc/extend...
2017-06-26 Dehao Chenrevert r306336 for breaking ppc test.
2017-06-26 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-06-26 Vedant Kumar[Coverage] Improve readability by using a struct. NFC.
2017-06-26 Ayal Zaksreverting 306331.
2017-06-26 Sanjay Patel[x86] add tests for missing sbb transforms; NFC
2017-06-26 Dehao ChenEnable vectorizer-maximize-bandwidth by default.
2017-06-26 Dehao ChenFix the bug when handling shufflevector for aarch64.
2017-06-26 Matt ArsenaultRenameIndependentSubregs: Fix iterator problem
2017-06-26 Vassil VassilevAdd missing forward declaration.
2017-06-26 Ayal Zaks[LV] Changing the interface of ValueMap, NFC.
2017-06-26 Sam Clegg[WebAssembly] Add more support for weak symbols
2017-06-26 Tim NorthoverAArch64: legalize G_EXTRACT operations.
2017-06-26 Paul Robinson[DWARF] NFC: Give DwarfFormat a 1-byte base type.
2017-06-26 Tim NorthoverAArch64: remove all kill flags when extending register...
2017-06-26 Paul Robinson[DWARF] NFC: Collect info used by DWARFFormValue into...
2017-06-26 Simon Pilgrim[X86][SSE] Check SSE2/SSE3 codegen tests on i686 and...
2017-06-26 Wei Mi[GVN] Recommit the patch "Add phi-translate support...
2017-06-26 Matt ArsenaultAMDGPU: Setup SP/FP in callee function prolog/epilog
2017-06-26 Eric BeckmannReplace trivial use of external rc.exe by writing our...
2017-06-26 Zachary Turner[llvm-pdbutil] Add a mode to `bytes` for dumping split...
2017-06-26 Brian Gesiak[opt-viewer] Python 3 support in opt-stats.py
2017-06-26 Ulrich Weigand[SystemZ] Fix missing emergency spill slot corner case
2017-06-26 Simon Pilgrim[X86][SSE] Add combine tests for PMULDQ/PMULUDQ
2017-06-26 Marina Yatsina[inline asm] dot operator while using imm generates...
2017-06-26 Ahmed Bougacha[X86][AVX-512] Don't raise inexact in ceil, floor,...
2017-06-26 Tom StellardAMDGPU/GlobalISel: Mark 32-bit G_SHL as legal
2017-06-26 Simon Pilgrim[X86] Add test case for PR15981
2017-06-26 Simon Pilgrim[llvm-stress] Add getRandom() helper that was going...
2017-06-26 Sanjay Patel[x86] transform vector inc/dec to use -1 constant ...
2017-06-26 Krzysztof Parzyszek[Hexagon] Handle cases when the aligned stack pointer...
2017-06-26 Jonas Paulsson[SystemZ] Add a check against zero before calling...
2017-06-26 Michael Zuckerman[X86][LLVM][test]Expanding Supports lowerInterleavedSto...
2017-06-26 Simon Pilgrim[llvm-stress] Remove Rand32 helper function
2017-06-26 Simon Pilgrim[llvm-stress] Ensure that the C++11 random device respe...
2017-06-26 Mikael Holmen[IfConversion] Hoist removeBranch calls out of if/else...
2017-06-26 Craig Topper[IR] Rename BinaryOperator::init to AssertOK and remove...
2017-06-26 Serguei KatkovThis reverts commit r306272.
next