OSDN Git Service

android-x86/external-llvm.git
2017-04-12 Richard SmithArgList: cache index ranges containing arguments with...
2017-04-12 Zachary Turner[llvm-pdbdump] Minor prepatory refactor of Class Def...
2017-04-12 Zachary Turner[llvm-pdbdump] More advanced class definition dumping.
2017-04-12 Akira Hatanaka[libFuzzer] XFAIL fuzzer-oom.test on Darwin.
2017-04-12 Craig Topper[InstSimplify] Don't try to constant fold AllocaInsts...
2017-04-12 Reid Kleckner[IR] Make AttributeSet constructor from AttributeSetNod...
2017-04-12 Craig Topper[ValueTracking] Teach GetUnderlyingObject to stop when...
2017-04-12 Reid Kleckner[IR] Assert that we never create an empty AttributeList...
2017-04-12 Matt ArsenaultAMDGPU: Fix invalid copies when copying i1 to phys reg
2017-04-12 Stanislav Mekhanoshin[AMDGPU] Generate range metadata for workitem id
2017-04-12 Piotr PadlewskiRemove readnone from invariant.group.barrier
2017-04-12 Vassil VassilevAppend -w when LLVM_ENABLE_WARNINGS is Off.
2017-04-12 Peter CollingbourneBitcode: Move version and global value module code...
2017-04-12 Zachary Turner[Support] Add support for unique_ptr<> to Casting.h.
2017-04-12 Zachary TurnerRemove svnprop eol-style:native from Casting.h
2017-04-12 Craig Topper[InstCombine] Teach SimplifyMultipleUseDemandedBits...
2017-04-12 Craig Topper[InstCombine] Remove unreachable code for turning an...
2017-04-12 Sanjay Patel[InstCombine] fix wrong undef handling when converting...
2017-04-12 Craig Topper[SelectionDAG] Use APInt move assignment to avoid 2...
2017-04-12 Kyle ButtCodeGen: BlockPlacement: Add comment about DenseMap...
2017-04-12 Peter Collingbournellvm-lto2: Add a dump-symtab subcommand.
2017-04-12 Craig Topper[InstCombine] In SimplifyMultipleUseDemandedBits, use...
2017-04-12 Craig Topper[InstCombine] Teach SimplifyDemandedInstructionBits...
2017-04-12 Matthias BraunMachineScheduler: Skip acyclic latency heuristic for...
2017-04-12 Craig Topper[InstCombine] Move portion of SimplifyDemandedUseBits...
2017-04-12 Renato Golin[SystemZ] Fix more target specific tests
2017-04-12 Renato Golin[SystemZ] Fix target specific tests
2017-04-12 Dmitry Preobrazhensky[AMDGPU][MC] Added support for several VI-specific...
2017-04-12 Craig TopperTeach SimplifyDemandedUseBits that adding or subtractin...
2017-04-12 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of v_cmp_class* and...
2017-04-12 Derek Schuff[WebAssembly] Update use of Attributes after r299875
2017-04-12 Dmitry Preobrazhensky[AMDGPU][MC] Corrected encoding of V_MQSAD_U32_U8 for CI
2017-04-12 Easwaran RamanFix the bootstrap failure caused by r299986.
2017-04-12 Sanjay Patel[InstCombine] morph an existing instruction instead...
2017-04-12 Dmitry Preobrazhensky[AMDGPU][MC] Corrected ds_wrxchg2* to support two offsets
2017-04-12 Jonas PaulssonFix a RUN line in new test.
2017-04-12 Serge PavlovRemove redundant type casts
2017-04-12 Ed MasteFix detection of backtrace() availability on FreeBSD
2017-04-12 Jonas Paulsson[SLPVectorizer] Pass the right type argument to getCmp...
2017-04-12 Benjamin Kramer[MachineBlockPlacment] Add an assert to ensure there...
2017-04-12 Benjamin Kramer[MachineBlockPlacement] Clean up data structures a...
2017-04-12 Jonas Paulsson[LoopVectorizer] Improve handling of branches during...
2017-04-12 Igor Breger[GlobalIsel][X86] support G_CONSTANT selection.
2017-04-12 Jonas Paulsson[LoopVectorizer, TTI] New method supportsEfficientVect...
2017-04-12 Dmitry Preobrazhensky[AMDGPU][MC] Corrected src0 size for s_cbranch_join
2017-04-12 Jonas Paulsson[SystemZ] Updated test fp-cast.ll
2017-04-12 Jonas Paulsson[SystemZ] TargetTransformInfo cost functions implemented.
2017-04-12 Krasimir Georgiev[DWARF] Fix compiler warnings in DWARFContext.cpp,...
2017-04-12 Piotr Padlewski[LangRef] fix documentation
2017-04-12 Sam Kolton[AMDGPU] SDWA: make pass global
2017-04-12 George Rimar[DWARF] - Refactoring of DWARFContextInMemory implement...
2017-04-12 Chandler Carruth[IR] Rename the class templates for the case iterator...
2017-04-12 Daniel Sanders[globalisel][tablegen] Add experimental support for...
2017-04-12 Bjorn Pettersson[LoadCombine] Avoid analysing dead basic blocks
2017-04-12 Piotr PadlewskiInvariant.group and mustalias docs fixes
2017-04-12 Chandler Carruth[IR] Redesign the case iterator in SwitchInst to actual...
2017-04-12 Craig Topper[IR] Fix copy and paste mistake in comment. NFC
2017-04-12 Craig Topper[InstCombine][IR] Add a commutable BinOp matcher. Use...
2017-04-12 Serguei Katkov[BPI] Refactor post domination calculation and simple...
2017-04-12 Serguei Katkov[INC] Test commit. NFC.
2017-04-12 Kannan Narayanan[AMDGPU] Add a new pass to insert waitcnts. Leave under...
2017-04-12 Kyle ButtCodeGen: BlockPlacement: Clear ComputedEdges between...
2017-04-12 Bob HaarmanThinLTOBitcodeWriter: keep comdats together, rename...
2017-04-12 Derek SchuffRevert "[WebAssembly] Update use of Attributes after...
2017-04-12 Derek Schuff[WebAssembly] Update use of Attributes after r299875
2017-04-12 Reid Kleckner[IR] Add AttributeSet to hide AttributeSetNode* again...
2017-04-11 Yi KongRemove xgene1 from host detection
2017-04-11 Matt ArsenaultAMDGPU: Insert wait at start of callee functions
2017-04-11 Matt ArsenaultAMDGPU: Refactor SIMachineFunctionInfo slightly
2017-04-11 Matt ArsenaultAMDGPU: Refactor argument lowering
2017-04-11 Matt ArsenaultAMDGPU: Fix folding reg_sequence into copy to phys reg
2017-04-11 Matt ArsenaultAMDGPU: Prune unecessary include
2017-04-11 Evgeniy Stepanov[asan] Give global metadata private linkage.
2017-04-11 Balaram Makam[AArch64] Fix scheduling info for INS(vector, general...
2017-04-11 Vedant KumarAvoid some string copies, NFC
2017-04-11 Andrew KaylorMinor updates to floating point intrinsic documentation
2017-04-11 Zvi RackoverInstSimplify: A shuffle of a splat is always the splat...
2017-04-11 Zvi Rackover[DAGCombine] Add more test cases for shuffle of splat...
2017-04-11 Easwaran Raman[x86] Relax the check in areLoadsFromSameBasePtr
2017-04-11 Anna Thomas[LV] Avoid vectorizing first order recurrence when...
2017-04-11 Sanjay Patel[InstSimplify] add tests for chains of shuffles; NFC
2017-04-11 Daniel BerlinMemorySSA: Move to Analysis, from Transforms/Utils...
2017-04-11 Justin BognerMIR: Allow parsing of empty machine functions
2017-04-11 Evandro Menezes[AArch64] Simplify MacroFusion
2017-04-11 Davide Italiano[X86] Create the correct ADC/SBB SDNode when lowering...
2017-04-11 Andrea Di Biagio[AddDiscriminators] Assign discriminators to MemIntrins...
2017-04-11 Craig Topper[InstCombine] Add testcases for (B&A)^A -> ~B & A and...
2017-04-11 Craig TopperFix spelling compliment->complement. Mostly refering...
2017-04-11 Anna Thomas[LV] Move first order recurrence test to common folder...
2017-04-11 Vitaly Buka[libFuzzer] fix type in signal name.
2017-04-11 Peter Collingbournellvm-lto2: Move the LTO::run() action behind a subcommand.
2017-04-11 Craig Topper[InstCombine] Use ConstantExpr::getBinOpIdentity to...
2017-04-11 Yaxun Liu[AMDGPU] Add A5 to data layout for amdgiz environment
2017-04-11 Xinliang David LiRevert 299953 : test failure needs to be fixed
2017-04-11 Reid Kleckner[PDB] Emit index/offset pairs for TPI and IPI streams
2017-04-11 Sanjay Patelrevert r299851 - [InstCombine] fix matching of or-of...
2017-04-11 Xinliang David Li[Profile] PE binary coverage bug fix
2017-04-11 Serge GueltonModule::getOrInsertFunction is using C-style vararg...
2017-04-11 Vassil VassilevRemove unused functions. Remove static qualifier from...
2017-04-11 Jonathan Roelofs[AVR] Migrate to new MCAsmBackend applyFixup
next