OSDN Git Service

fix trivial typos, NFC
[android-x86/external-llvm.git] / lib /
2017-06-27 Hiroshi Inouefix trivial typos, NFC
2017-06-27 Diana Picus[ARM] GlobalISel: Support G_SELECT for pointers
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 Chandler Carruth[SROA] Fix PR32902 by more carefully propagating !nonnu...
2017-06-27 Nicolai HaehnleAMDGPU: M0 operands to spill/restore opcodes are dead
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 Leslie Zhai[AVR] Migrate to new MCAsmBackend applyFixup and proces...
2017-06-27 Davide Italiano[CFLAA] Move a common function to the header to reduce...
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 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 Ayal Zaks[LV] Changing the interface of ValueMap, NFC.
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 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 Ulrich Weigand[SystemZ] Fix missing emergency spill slot corner case
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 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 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.
2017-06-26 Serguei Katkov[MBP] do not rotate loop if it creates extra branch
2017-06-26 Davide Italiano[CFL-AA] Remove unneeded function declaration. NFCI.
2017-06-26 Chandler Carruth[InstCombine] Factor the logic for propagating !nonnull...
2017-06-26 Matt ArsenaultAMDGPU: Whitespace fixes
2017-06-26 Matt ArsenaultAMDGPU: Partially fix implicit.buffer.ptr intrinsic...
2017-06-25 Chandler Carruth[LoopSimplify] Re-instate r306081 with a bug fix w...
2017-06-25 Davide Italiano[MemDep] Cleanup return after else & use `auto`. NFC.
2017-06-25 Anna Thomas[LoopDeletion] NFC: Move phi node value setting into...
2017-06-25 Daniel JasperRevert "[LoopSimplify] Factor the logic to form dedicat...
2017-06-25 Craig Topper[IR] Use isIntOrIntVectorTy instead of writing it out...
2017-06-25 Simon Pilgrim[X86][SSE] Remove unused memopfsf32_128/memopfsf64_128...
2017-06-25 Simon PilgrimStrip trailing whitespace. NFCI.
2017-06-25 Sanjay Patel[InstCombine] add (sext i1 X), 1 --> zext (not X)
2017-06-25 Elena DemikhovskyAVX-512: Fixed a crash during legalization of <3 x...
2017-06-25 Xin Tong[AST] Fix a bug in aliasesUnknownInst. Make sure we...
2017-06-25 Igor Breger[GlobalISel][X86] Support vector type G_EXTRACT selection.
2017-06-25 Dorit Nuzman[AVX2] [TTI CostModel] Add cost of interleaved loads...
2017-06-25 Ed SchoutenAdd support for Ananas platform
2017-06-25 Zachary Turner[pdb] Fix reading of llvm-generated PDBs by cvdump.
2017-06-25 Xinliang David Li[PGO] Implementate profile counter regiser promotion
2017-06-24 Craig Topper[SCEV] Avoid copying ConstantRange just to get the...
2017-06-24 Hiroshi Inouefix trivial typos in comment, NFC
2017-06-24 Hiroshi Inouefix trivial typos in comment, NFC
2017-06-24 Hiroshi Inoue[SelectionDAG] set dereferenceable flag when expanding...
2017-06-24 Craig Topper[IR][AssumptionCache] Add m_Shift and m_BitwiseLogic...
2017-06-24 Craig Topper[ValueTracking][InstCombine] Use m_Shr instead m_Combin...
2017-06-24 Craig Topper[Analysis][Transforms] Use commutable matchers instead...
2017-06-24 Rafael EspindolaSimplify the processFixupValue interface. NFC.
2017-06-24 Rafael EspindolaRemove a processFixupValue hack.
2017-06-24 Vitaly Buka[InstCombine] Don't replace allocas with smaller globals
2017-06-24 Vitaly BukaMake visible isDereferenceableAndAlignedPointer(.....
2017-06-24 Derek Schuff[WebAssembly] Fix build after r306177
2017-06-24 Rafael EspindolaRemove redundant argument.
2017-06-23 Lang Hames[ORC] Re-apply r306166 and r306168 with fix for regress...
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of module symbols and...
2017-06-23 Rafael EspindolaMove Value adjustment to applyFixup. NFC.
2017-06-23 Rafael EspindolaARM: move some logic from processFixupValue to applyFixup.
2017-06-23 Rafael EspindolaThis reverts commit r306166 and r306168.
2017-06-23 Petar JovanovicReland r306095: [mips] Fix reg positions in the aui...
2017-06-23 Geoff Berry[AArch64][Falkor] Remove some non-existent opcodes...
2017-06-23 Eugene Zelenko[DebugInfo] Fix some Clang-tidy modernize-use-using...
2017-06-23 Lang Hames[ORC] Remove redundant semicolons from DEFINE_SIMPLE_CO...
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of type and id records.
2017-06-23 Lang Hames[ORC] Move ORC IR layer interface from addModuleSet...
2017-06-23 Anna ThomasRevert "[LoopDeletion] NFC: Move phi node value setting...
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of various DBI stream...
2017-06-23 Vadzim Dambrouski[MSP430] Fix data layout string.
2017-06-23 Anna Thomas[LoopDeletion] NFC: Move phi node value setting into...
2017-06-23 Craig Topper[APInt] Move the single word cases of countTrailingZero...
2017-06-23 Craig Topper[CorrelatedValuePropagation] Fix typo in comment sense...
2017-06-23 Craig Topper[CorrelatedValuePropagation] Remove comment about itera...
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of pdb name map.
2017-06-23 Krzysztof ParzyszekRevert "[Hexagon] Handle decreasing of stack alignment...
2017-06-23 Chad Rosier[AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV...
2017-06-23 whitequark[X86] Fix SP adjustment in stack probes emitted on...
2017-06-23 Zachary Turner[llvm-pdbutil] Add a function for formatting MSF data.
2017-06-23 Krzysztof Parzyszek[Hexagon] Remove call to printAndVerify from HexagonPas...
2017-06-23 Sanjay Patel[x86] fix value types for SBB transform (PR33560)
next