OSDN Git Service

android-x86/external-llvm.git
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.
2017-06-22 Davide ItalianoRevert "[Target] Implement the ".rdata" MIPS assembly...
2017-06-21 Sam Clegg[WebAssembly] Cleanup WasmObjectWriter.cpp. NFC
2017-06-21 Stanislav Mekhanoshin[AMDGPU] Add FP_CLASS to the add/setcc combine
2017-06-21 Eugene Zelenko[ProfileData, Support] Fix some Clang-tidy modernize...
2017-06-21 Rafael EspindolaUse a MutableArrayRef. NFC.
2017-06-21 Rafael EspindolaFix build.
2017-06-21 Bob Haarman[codeview] respect signedness of APSInts when printing...
2017-06-21 Stanislav Mekhanoshin[AMDGPU] Combine add and adde, sub and sube
2017-06-21 Sam CleggMark dump() methods as const. NFC
2017-06-21 Stanislav Mekhanoshin[AMDGPU] simplify add x, *ext (setcc) => addc|subb...
2017-06-21 NAKAMURA TakumiTableGen.cmake: Use DEPFILE for Ninja Generator with...
2017-06-21 Dehao ChenEnable vectorizer-maximize-bandwidth by default.
2017-06-21 Krzysztof Parzyszek[Hexagon] Use MachineInstrBuilder instead of changing...
2017-06-21 Sam CleggRename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cpp
2017-06-21 Nirav DaveAdd Aarch64 ldst-opt test.
2017-06-21 Davide Italiano[Target/Mips] Add test associated with r305949.
2017-06-21 Davide Italiano[Target] Implement the ".rdata" MIPS assembly directive.
2017-06-21 Davide Italiano[Solaris] emit .init_array instead of .ctors on Solaris...
2017-06-21 Craig Topper[Reassociate] Use early returns in a couple places...
2017-06-21 Craig Topper[Reassociate] Const correct a helper function. NFC
2017-06-21 Wolfgang Pieb[DWARF] Support for DW_FORM_strx3 and complete support...
2017-06-21 Krzysztof Parzyszek[Hexagon] Handle more types of immediate operands in...
2017-06-21 Craig Topper[InstCombine] Cleanup using commutable matchers. Make...
2017-06-21 whitequarkAdd a "probe-stack" attribute
2017-06-21 Michael Kruse[BasicAA] Use MayAlias instead of PartialAlias for...
2017-06-21 Peter CollingbourneObject: Have the irsymtab builder take a string table...
2017-06-21 Sanjay Patel[CGP, memcmp] replace CreateZextOrTrunc with CreateZext...
2017-06-21 Sanjay Patel[CGP] fix variables to be unsigned in memcmp expansion
2017-06-21 Dehao ChenDo not inline recursive direct calls in sample loader...
2017-06-21 Reid Kleckner[PDB] Add symbols to the PDB
2017-06-21 Lei Huang[PowerPC] define target hook isReallyTriviallyReMateria...
2017-06-21 Sanjay Patel[x86] set the datalayout to match the RUN line triple...
2017-06-21 Craig Topper[InstCombine] Add range metadata to cttz/ctlz/ctpop...
2017-06-21 Craig Topper[InstCombine] Don't let folding (select (icmp eq (and...
2017-06-21 Craig Topper[Reassociate] Support xor reassociating for splat vectors
2017-06-21 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Corrected VOP3P relevant code to...
2017-06-21 Nirav Dave[DAG] Move BaseIndexOffset into separate Libarary....
next