OSDN Git Service

android-x86/external-llvm.git
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.
2017-06-23 Tim NorthoverGlobalISel: remove G_SEQUENCE instruction.
2017-06-23 Tim NorthoverGlobalISel: convert buildSequence to use non-deprecated...
2017-06-23 Jun Bum Lim[InlineCost] Do not take INT_MAX when Cost is negative
2017-06-23 Ulrich Weigand[SystemZ] Remove unnecessary serialization before volat...
2017-06-23 Sanjay Patel[x86] auto-generate complete checks; NFC
2017-06-23 Sanjay Patel[x86] auto-generate complete checks; NFC
2017-06-23 Tom StellardAMDGPU/GlobalISel: Mark 32-bit G_AND as legal
2017-06-23 Sanjay Patel[x86] remove overridden target settings in test; NFC
2017-06-23 Sanjay Patel[x86] rename test file and auto-generate complete check...
2017-06-23 Simon Pilgrim[X86][AVX] Extended vector average tests
2017-06-23 Jonas Paulsson[SystemZ] Fix trap issue and enable expensive checks.
2017-06-23 Anna Thomas[RuntimeLoopUnrolling] Rename exit block and move asser...
2017-06-23 Simon Pilgrim[X86][SSE] Dropped -mcpu from vector average tests
2017-06-23 Ekaterina Vaartis[docs] As of binutils 2.21.51.0.2, ld.bfd supports...
2017-06-23 Simon PilgrimFix double->float truncation warning on MSVC
2017-06-23 Anna Thomas[InstCombine] Recognize and simplify three way comparis...
2017-06-23 Petar JovanovicRevert r306095: [mips] Fix reg positions in the aui...
2017-06-23 Pavel LabathFix build breakage caused by r306096
2017-06-23 Simon Pilgrim[X86][SSE] Dropped -mcpu from scalar math tests
2017-06-23 Pavel Labath[ADT] Add llvm::to_float
next