OSDN Git Service

android-x86/external-llvm.git
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-26 Sylvestre Ledrufix various typos
2017-06-25 Chandler Carruth[LoopSimplify] Re-instate r306081 with a bug fix w...
2017-06-25 Chandler Carruth[LoopSimplify] Improve a test for loop simplify minorly...
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[TableGen] Remove some copies around PatternToMatch.
2017-06-25 Craig Topper[IR] Use isIntOrIntVectorTy instead of writing it out...
2017-06-25 Craig Topper[IR] Move repeated asserts in FCmpInst constructor...
2017-06-25 Simon Pilgrim[X86][SSE] Remove unused memopfsf32_128/memopfsf64_128...
2017-06-25 Simon PilgrimStrip trailing whitespace. NFCI.
2017-06-25 Simon Pilgrim[X86] Add test case for PR15705
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 Craig Topper[PatternMatch] Just check if value is a Constant before...
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-25 Zachary Turner[Support] Don't use std::iterator, it's deprecated...
2017-06-24 Craig Topper[SCEV] Avoid copying ConstantRange just to get the...
2017-06-24 Craig Topper[PatternMatch] Use ConstantFP::isNan instead of getting...
2017-06-24 Craig Topper[IR] Implement commutable matchers without using combineOr
2017-06-24 Anton KorobeynikovAnother test commit
2017-06-24 Tanya LattnerRemove test commit change.
2017-06-24 Tanya Lattnertest commit
2017-06-24 Anton KorobeynikovStill debugging
2017-06-24 Anton KorobeynikovStill test commit
2017-06-24 Anton KorobeynikovAnother test commit
2017-06-24 Anton KorobeynikovAnother test commit
2017-06-24 Anton KorobeynikovTest commit
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 Tobias GrosserEnsure backends available in 'opt' are also available...
2017-06-24 Craig Topper[IR] Remove BinOp2_match and replace its usage with...
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 Xin TongAdd comments for OrderedInstruction. NFC
2017-06-24 Rafael EspindolaRemove a processFixupValue hack.
2017-06-24 Rafael EspindolaAdd missing %s to RUN line.
2017-06-24 Rafael EspindolaTest the object file creation too.
2017-06-24 Craig Topper[CODE_OWNERS] Add my other email address since my commi...
2017-06-24 Anton KorobeynikovTest commit: update my email
2017-06-24 Vitaly Buka[InstCombine] Don't replace allocas with smaller globals
2017-06-24 Vitaly BukaMake visible isDereferenceableAndAlignedPointer(.....
2017-06-24 Nirav DaveUpdate constants in complex-return test to prevent...
2017-06-24 Derek Schuff[WebAssembly] Fix build after r306177
2017-06-24 Rafael EspindolaRemove redundant argument.
2017-06-24 Rafael EspindolaFix use of uninitialized value.
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 Reid Kleckner[llvm-readobj] Fix COFF RVA table dumping bug
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 Nirav DaveAdd bitcast store-merge test.
2017-06-23 Anna Thomas[LoopDeletion] NFC: Move phi node value setting into...
2017-06-23 Craig Topper[APInt] Make the single word cases of isMaxSignedValue...
2017-06-23 Craig Topper[APInt] Use trailing bit counting methods instead of...
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] Show what blocks a stream occupies.
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of pdb name map.
2017-06-23 Brian Gesiak[opt-viewer] Remove positional arg checks (NFC)
2017-06-23 Zachary Turner[llvm-pdbutil] Add the ability to dump raw bytes from...
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)
2017-06-23 Simon Pilgrim[X86][AVX] Regenerate i256 bitcasted store test
2017-06-23 Simon PilgrimFix Wdocumentation warning.
2017-06-23 Simon PilgrimRegenerate extract-store.ll tests
2017-06-23 Peter CollingbourneFix a misleading indentation warning.
2017-06-23 Peter CollingbourneMake the size specification for cache_size_bytes case...
2017-06-23 Peter CollingbourneAdd a ThinLTO cache policy for controlling the maximum...
2017-06-23 Krzysztof Parzyszek[Hexagon] Handle decreasing of stack alignment in frame...
2017-06-23 Zachary TurnerAdd a BinarySubstreamRef, and a method to read one.
2017-06-23 Simon PilgrimRemove trailing whitespace. NFCI.
next