OSDN Git Service

android-x86/external-llvm.git
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
2017-06-23 Petar Jovanovic[mips] Fix register positions in the aui/daui instructions
2017-06-23 Simon Pilgrim[X86][SSE] Dropped -mcpu from insertps tests
2017-06-23 Stefan Maksimovic[mips][msa] Splat.d endianness check
2017-06-23 Craig Topper[JumpThreading] Teach jump threading how to analyze...
2017-06-23 Craig Topper[JumpThreading] Use some temporary variables to reduce...
2017-06-23 Rafael EspindolaCOFF: Produce an error on invalid pcrel relocs.
2017-06-23 Chandler Carruth[LoopSimplify] Factor the logic to form dedicated exits...
2017-06-23 Rafael EspindolaMake the test a bit more strict. NFC.
2017-06-23 Rafael EspindolaCOFF: handle "undef - ." expressions.
2017-06-23 Craig Topper[LVI] Teach LVI to reason about ORs of icmps similar...
2017-06-22 Farhana AleenFixed a (product) build error that was due to an unused...
2017-06-22 Sanjay Patel[x86] add/sub (X==0) --> sbb(cmp X, 1)
2017-06-22 Andrew KaylorRestrict the definition of loop preheader to avoid...
2017-06-22 whitequarkDefine behavior of "stack-probe-size" attribute when...
2017-06-22 Farhana AleenSupported lowerInterleavedStore() in X86InterleavedAccess.
2017-06-22 Eric ChristopherRemove the LoadCombine pass. It was never enabled and...
2017-06-22 Sanjay Patel[x86] add more tests for select --> sbb transform; NFC
2017-06-22 Rafael EspindolaChange creation of relative relocations on COFF.
2017-06-22 Lang Hames[ORC] Expose a typedef in RTDyldObjectLinkingLayer.
2017-06-22 Kamil RytarowskiFix modular build
2017-06-22 Jacob Gravelle[WebAssembly] WebAssemblyFastISel getelementptr variabl...
2017-06-22 Krzysztof Parzyszek[Hexagon] Properly update kill flags in HexagonNewValueJump
2017-06-22 Lang Hames[ORC] Switch the object layer API from addObjectSet...
2017-06-22 Reid Kleckner[MC] Allow assembling .secidx and .secrel32 for undefin...
2017-06-22 Zachary Turner[llvm-pdbutil] Create a "bytes" subcommand.
2017-06-22 Zachary Turner[llvm-pdbutil] Rename "raw" to "dump".
2017-06-22 Krzysztof Parzyszek[Hexagon] Use LivePhysRegs to fix up kills in HexagonGenMux
2017-06-22 Rafael EspindolaSimplify WinCOFFObjectWriter::recordRelocation.
2017-06-22 Anna Thomas[LoopDeletion] Update exits correctly when multiple...
2017-06-22 Craig Topper[AVX-512] Remove and autoupgrade the masked integer...
2017-06-22 Kevin EnderbyUpdated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE...
2017-06-22 Ekaterina Vaartis[MC] Fix const qualifier warning
2017-06-22 Craig Topper[BasicAA] Add type check and Value equality check aroun...
2017-06-22 Adrian McCarthyFix build break by using llvm::make_unique instead...
2017-06-22 Adrian McCarthyAdd IDs and clone methods to NativeRawSymbol
2017-06-22 Adrian McCarthyMake IPDBSession::getGlobalScope a non-const method
2017-06-22 Sanjay Patel[x86] add/sub (X==0) --> sbb(neg X)
2017-06-22 Sam CleggMC: Fix dumping of MCFragment values
2017-06-22 Zachary TurnerSilence warnings about hidden virtual methods.
2017-06-22 Kevin EnderbyUpdated llvm-objdump symbolic disassembly with x86_64...
2017-06-22 Rafael EspindolaAdd a common error checking for some invalid expressions.
2017-06-22 David Stuttard[AMDGPU] Add intrinsics for tbuffer load and store...
2017-06-22 Sanjay Patel[x86] add tests for select --> sbb transform; NFC
2017-06-22 David Stuttard[AMDGPU] Add intrinsics for tbuffer load and store
2017-06-22 Krzysztof Parzyszek[Hexagon] Fix typo in a testcase
2017-06-22 Craig Topper[InstCombine] Teach foldSelectICmpAndOr to recognize...
2017-06-22 Teresa Johnson[ThinLTO] Remove unnecessary include of Linker.h (NFC)
2017-06-22 Craig Topper[InstCombine] Add one use checks to or/and->xnor folding
2017-06-22 Krzysztof Parzyszek[Hexagon] Handle a global operand to A2_addi when creat...
2017-06-22 Sanjay Patel[InstCombine] reverse bitcast + bitwise-logic canonical...
2017-06-22 whitequark[X86] Add support for "probe-stack" attribute
2017-06-22 Florian Hahn[ARM] Create relocations for beq.w branches to ARM...
2017-06-22 Sanjay Patel[InstCombine] add peekThroughBitcast() helper; NFC
2017-06-22 Petar Jovanovic[mips] Allow $AT to be used as a register name
2017-06-22 Nirav Dave[DAG] Add Target Store Merge pass ordering function
2017-06-22 Pavel LabathRevert "[Support] Add RetryAfterSignal helper function...
2017-06-22 Krzysztof Parzyszek[Hexagon] Recognize potential offset overflow for store...
2017-06-22 Pavel Labath[Support] Fix return type deduction in RetryAfterSignal
2017-06-22 Kamil Rytarowski[Solaris] replace Solaris.h hack with a set of better...
2017-06-22 Pavel Labath[Testing/Support] Remove the const_cast in TakeExpected
2017-06-22 Sagar ThakurRevert [mips] Adds support for R_MIPS_26, HIGHER, HIGHE...
2017-06-22 Sam Kolton[AMDGPU] SDWA: remove support for VOP2 instructions...
2017-06-22 Kristof BeylsDon't conditionalize Neon instructions, even in IT...
2017-06-22 Sagar Thakur[mips] Adds support for R_MIPS_26, HIGHER, HIGHEST...
2017-06-22 Simon Dardis[mips] Implement the ".rdata" MIPS assembly directive.
2017-06-22 Ekaterina VaartisTest commit
2017-06-22 John Brawn[ARM] Add .w aliases of MOV with shifted operand
2017-06-22 John Brawn[ARM] Clean up choice of narrow instructions in ARMAsmP...
2017-06-22 Diana PicusRevert "Enable vectorizer-maximize-bandwidth by default."
2017-06-22 Igor Breger[GlobalISel][X86] Support vector type G_INSERT legaliza...
2017-06-22 Florian Hahn[ARM] Add macro fusion for AES instructions.
2017-06-22 Elena DemikhovskyAVX-512: Lowering Masked Gather intrinsic - fixed a bug
2017-06-22 Sam Kolton[AMDGPU] SDWA: add support for GFX9 in peephole pass
2017-06-22 Craig Topper[InstCombine] Add test cases to demonstrate that and...
2017-06-22 Hiroshi Inoue[PowerPC] fix potential verification errors
2017-06-22 Reid Kleckner[llvm-readobj] Dump the COFF image load config
2017-06-22 Reid Kleckner[wasm] Fix WebAssembly asm backend after r305968
2017-06-22 Rafael EspindolaAlso test thumb.
next