OSDN Git Service

android-x86/external-llvm.git
2017-02-15 Matt ArsenaultAMDGPU: Replace assert with report_fatal_error
2017-02-15 Keno Fischer[GlobalObject] Fix setSection("")
2017-02-15 Sanjay Patel[InstCombine] improve formatting; NFC
2017-02-15 Peter CollingbourneAssumptionCache: Disable the verifier by default, move...
2017-02-15 Simon Pilgrim[X86][SSE] Don't call EltsFromConsecutiveLoads if any...
2017-02-15 Arnold SchwaighoferAddressSanitizer: don't track swifterror memory addresses
2017-02-15 Ahmed Bougacha[AArch64] Make am_ldrlit an iPTR - not OtherVT - operan...
2017-02-15 Ahmed Bougacha[OptDiag] Pass const Values/Types to Argument. NFC.
2017-02-15 Ahmed Bougacha[IR] Accept 'const Type &' in the Type operator<<....
2017-02-15 Tobias Edler... [LTO] Add ability to emit assembly to new LTO API
2017-02-15 Kyle ButtCodegen: Make chains from trellis-shaped CFGs
2017-02-15 Xinliang David Liinclude function name in dot filename
2017-02-15 Arnold SchwaighoferThreadSanitizer: don't track swifterror memory addresses
2017-02-15 Michael Kuperstein[DAG] Don't try to create an INSERT_SUBVECTOR with...
2017-02-15 Dehao ChenExpose getBaseDiscriminatorFromDiscriminator, getDuplic...
2017-02-15 Sanjay Patel[Inline] add tests to show attribute information loss...
2017-02-15 Simon Pilgrim[X86][SSE] Propagate undef upper elements from scalar_t...
2017-02-15 Stanislav Mekhanoshin[AMDGPU] Revert failed scheduling
2017-02-15 Anna ThomasRevert "[JumpThreading] Thread through guards"
2017-02-15 Simon Pilgrim[X86] Regenerate scalar stack reload test
2017-02-15 David BozierFix unittest for buildbot with mips host (32bit big...
2017-02-15 Sanjay Patel[InlineFunction] use getFunction(); NFC
2017-02-15 Simon PilgrimFix spelling mistake - paramater -> parameter. NFCI.
2017-02-15 Sanjay Patel[InlineFunction] use getCaller(); NFCI
2017-02-15 Sanjay Patel[InlineFunction] use range-for loop; NFCI
2017-02-15 Simon Pilgrim[X86] Regenerate i64 ext-load on 32-bit target tests
2017-02-15 David BozierAttempt to fix buildbots after commit of r295173.
2017-02-15 David BozierFix incorrect formatting of DataRefImpl members in...
2017-02-15 Simon Pilgrim[X86][SSE] Allow matchVectorShuffleWithUNPCK to recogni...
2017-02-15 Sagar Thakur[LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64...
2017-02-15 Daniel JasperRevert r295110 and r295144.
2017-02-15 Ayman Musa[X86][AVX] Remove REX_W from AVX instructions.
2017-02-15 Craig Topper[X86] Don't create VBROADCAST nodes with 256-bit or...
2017-02-15 Craig Topper[AVX-512] Add PACKSS/PACKUS instructions to load foldin...
2017-02-15 Craig Topper[SelectionDAGBuilder] Simplify creation of shufflevecto...
2017-02-15 Lang Hames[Orc][RPC] Add a AsyncHandlerTraits specialization...
2017-02-15 Peter CollingbourneAssumptionCache: Update documentation comment.
2017-02-15 Peter CollingbourneSimplifyCFG: Register cloned assume intrinsics with...
2017-02-15 Peter CollingbourneWholeProgramDevirt: Separate the code that applies...
2017-02-15 Rui UeyamaRevert r295138: Instead of a series of string operation...
2017-02-15 Rui UeyamaInstead of a series of string operations, use snprintf().
2017-02-15 Rui UeyamaReturn early. NFC.
2017-02-15 Rui UeyamaUse LLVM-style naming scheme.
2017-02-15 Stanislav Mekhanoshin[AMDGPU] Fix MaxWorkGroupsPerCU for large workgroups
2017-02-15 Rui UeyamaUse LLVM-style naming scheme.
2017-02-15 Rui UeyamaRemove useless local variable.
2017-02-15 Rui UeyamaSplit WinCOFFObjectWriter::defineSection. NFC.
2017-02-14 Rui UeyamaSimplify WinCOFFObjectWriter by removing a template...
2017-02-14 Rui UeyamaDo not lookup a DenseMap twice using the same key.
2017-02-14 Rui UeyamaUse endian::write32le instead of endian::write.
2017-02-14 Rui UeyamaUse zero-initialization instead of memset.
2017-02-14 Kostya Serebryany[libFuzzer] increase the size of FixedWord from 27...
2017-02-14 Dimitry AndricDisable wrapping llvm-xray YAML output
2017-02-14 Easwaran RamanFix a bug in caller's BFI update code after inlining.
2017-02-14 Kostya SerebryanyUse "%zd" format specifier for printing number of testc...
2017-02-14 Michael Kuperstein[LV] Rename Induction to PrimaryInduction. NFC.
2017-02-14 Peter CollingbourneWholeProgramDevirt: Change internal vcall data structur...
2017-02-14 Simon Dardis[mips] Correct mips16 return instructions definitions
2017-02-14 Taewook Oh[BasicBlockUtils] Use getFirstNonPHIOrDbg to set debugl...
2017-02-14 Reid Kleckner[BranchFolding] Tail common all identical unreachable...
2017-02-14 Tim NorthoverGlobalISel: deal with new G_PTR_MASK instruction on...
2017-02-14 Tim NorthoverGlobalISel: introduce G_PTR_MASK to simplify alloca...
2017-02-14 Vedant KumarRe-apply "[profiling] Remove dead profile name vars...
2017-02-14 Eric ChristopherReformat slightly.
2017-02-14 Wolfgang PiebReapply r294532, reverted in r294787.
2017-02-14 Vedant KumarRevert "[profiling] Remove dead profile name vars after...
2017-02-14 Bob Wilsonallow migrating away from cmake option for LLVM_DISABLE...
2017-02-14 Zachary Turner[Support] Add StringRef::getAsDouble.
2017-02-14 Vedant Kumar[profiling] Remove dead profile name vars after emittin...
2017-02-14 Aditya Nandakumar[Tablegen] Instrumenting table gen DAGGenISelDAG
2017-02-14 Adam Nemet[opt-viewer] For single-process, fall back on map inste...
2017-02-14 Krzysztof Parzyszek[Hexagon] Remove leftover debugging code
2017-02-14 Taewook OhDo not apply redundant LastCallToStaticBonus
2017-02-14 Adam Nemet[LazyBFI] Fix typos
2017-02-14 Adam NemetAdd new pass LazyMachineBlockFrequencyInfo
2017-02-14 Adam Nemet[LazyBFI] Split out and templatize LazyBlockFrequencyIn...
2017-02-14 Sanjay Patelfix documentation comments for Argument; NFC
2017-02-14 Brian CainCorrect a typo, s/hosting/hoisting/
2017-02-14 Diego NovilloRemove unused variable.
2017-02-14 Pavel Labath[Support] Add formatv support for StringLiteral
2017-02-14 Matthew SimpsonReapply "[LV] Extend trunc optimization to all IVs...
2017-02-14 Simon Pilgrim[X86][SSE] Allow matchVectorShuffleWithUNPCK to recogni...
2017-02-14 Igor Laevsky[SCEV] Cache results during GetMinTrailingZeros query
2017-02-14 Simon Pilgrim[X86][SSE] Add shuffle combine tests showing missed...
2017-02-14 Simon Pilgrim[X86][SSE] Regenerate intrinsic upgrade tests
2017-02-14 Alexey Bataev[SLP] Fix for PR31879: vectorize repeated scalar ops...
2017-02-14 Artyom SkrobovRemoving a redundant assignment
2017-02-14 Alexander TimofeevRevert "[AMDGPU] Fix for SIMachineScheduler crash....
2017-02-14 Simon Pilgrim[X86][SSE] Move unary inputs handling inside matchVecto...
2017-02-14 Simon Pilgrim[X86][SSE] Tidyup matchVectorShuffleWithUNPCK helper...
2017-02-14 Alexey Bataev[SLP] Additional tests for extractelement cost fix.
2017-02-14 Simon Pilgrim[X86][SSE] Test case showing missed PSHUFB target shuff...
2017-02-14 Karl-Johan... Revert "[LoopVectorize] Added address space check when...
2017-02-14 Karl-Johan... [LoopVectorize] Added address space check when analysin...
2017-02-14 Karl-Johan... Test commit permission
2017-02-14 Daniel JasperAdd initializer that was missed in r295009.
2017-02-14 Craig Topper[AVX-512] Add PAVGB/PAVGW to load folding tables.
2017-02-14 Mikael Holmen[LSR] Pointers with different address spaces are consid...
2017-02-14 Lang Hames[Orc][RPC] Remove lanch policies in favor of async...
2017-02-14 Alex Bradbury[RISCV] Fix RV32 datalayout string and ensure initAsmIn...
next