OSDN Git Service

android-x86/external-llvm.git
2017-04-17 Craig Topper[IR] Put the Use list waymarking bits in the bit positi...
2017-04-17 Konstantin... AMDGPU: Set CodePointerSize to 8 for amdgcn
2017-04-17 Peter CollingbourneObject: Use offset+size as the irsymtab string represen...
2017-04-17 Peter CollingbourneBitcode: Add a string table to the bitcode format.
2017-04-17 Konstantin... Distinguish between code pointer size and DataLayout...
2017-04-17 Tim NorthoverAArch64: support nonlazybind
2017-04-17 Craig TopperIntroduce APInt::isSignBitSet/isSignBitClear. Use in...
2017-04-17 Matt ArsenaultAMDGPU: SimplifyDemandedElts for image intrinsics
2017-04-17 Davide Italiano[LCSSA] Don't insert tokens into the worklist at all.
2017-04-17 Amaury SechetIntroducing LLVMMetadataRef
2017-04-17 Max Kazantsev[LoopPeeling] Get rid of Phis that become invariant...
2017-04-17 Serguei Katkov[BPI] NFC: reorder ifs to bail out earlier
2017-04-17 Max Kazantsev[LoopPeeling] Fix condition for phi-eliminating peeling
2017-04-17 Serguei Katkov[BPI] Use metadata info before any other heuristics
2017-04-17 Craig Topper[InstCombine] Simplify 1/X for vectors.
2017-04-17 Craig Topper[InstCombine] Add test cases for missing support for...
2017-04-17 Craig Topper[InstCombine] Add support for vector srem->urem.
2017-04-17 Craig Topper[InstCombine] Add missing testcases for srem->urem...
2017-04-17 Craig Topper[InstCombine] Add support for turning vector sdiv into...
2017-04-17 Craig Topper[InstCombine] Add test cases for missing support for...
2017-04-17 Davide Italiano[LCSSA] Simplify a loop. NFCI.
2017-04-16 Craig Topper[InstCombine][ValueTracking] When computing known bits...
2017-04-16 Davide Italiano[LCSSA] Fix non-determinism due to iterating over a...
2017-04-16 Craig Topper[InstCombine] In SimplifyDemandedUseBits, don't bother...
2017-04-16 Benjamin Kramer[X86] Remove special handling for 16 bit for A asm...
2017-04-16 Bryant WongMemorySSA: Stop tracking def-or-use blocks.
2017-04-16 Sanjay Patel[InstSimplify] improve getTrue/getFalse; NFCI
2017-04-16 Dimitry AndricGarbage collect HAVE_EXECINFO_H from config.h.cmake...
2017-04-16 Sanjay Patel[Constants] simplify get true/false code; NFCI
2017-04-16 Michael Zuckerman[X86][X86 intrinsics]Folding cmp(sub(a,b),0) into cmp...
2017-04-16 Craig Topper[APInt] Fix a bug in lshr by a value more than 64 bits...
2017-04-15 Dimitry AndricUse correct registers for "A" inline asm constraint
2017-04-15 Sanjay Patel[InstCombine] allow (X != C1 && X != C2) and similar...
2017-04-15 Sanjay Patel[InstCombine] add tests to show missing transforms...
2017-04-15 Eric ChristopherTidy checking for the soft float attribute.
2017-04-15 Eric ChristopherCache the DataLayout rather than looking it up frequently.
2017-04-15 Vedant Kumar[ProfileData] Unify getInstrProf*SectionName helpers
2017-04-14 Sanjoy DasGeneralize SCEV's unit testing helper a bit
2017-04-14 Craig Topper[InstCombine] MakeAnd/Or/Xor handling to reuse previous...
2017-04-14 Krzysztof Parzyszek[RDF] No longer ignore implicit defs or uses on any...
2017-04-14 Krzysztof Parzyszek[RDF] Correctly enumerate reg units for reg masks
2017-04-14 Reid Kleckner[IR] Make paramHasAttr to use arg indices instead of...
2017-04-14 Kostya Serebryany[libFuzzer] more trophies
2017-04-14 Sam Clegg[WebAssembly] Improve readobj and nm support for wasm
2017-04-14 Sanjay Patel[InstCombine] (X != C1 && X != C2) --> (X | (C1 ^ C2...
2017-04-14 Craig Topper[InstCombine] Support folding a subtract with a constan...
2017-04-14 Stanislav Mekhanoshin[AMDGPU] set read_only access qualifier for pointers
2017-04-14 Sam Clegg[Test commit] Cleanup some whitespace in a test file
2017-04-14 Craig Topper[InstCombine] Regenerate test checks using script. NFC
2017-04-14 Sanjay Patel[InstCombine] add/move tests for and/or-of-icmps equali...
2017-04-14 Craig Topper[ValueTracking] Avoid undefined behavior in unittest...
2017-04-14 Craig Topper[InstCombine] Refactor SimplifyUsingDistributiveLaws...
2017-04-14 Xinliang David Li[Profile] Make host tool aware of object format when...
2017-04-14 Alexey BataevUpdate tests for the patch.
2017-04-14 Sanjoy DasUse range-for in a few places
2017-04-14 Sanjoy DasRewrite SCEV Normalization using SCEVRewriteVisitor...
2017-04-14 Sanjoy DasMake SCEVRewriteVisitor smarter about when it trys...
2017-04-14 Sanjoy DasAdd missing #include
2017-04-14 Krzysztof Parzyszek[RDF] Switch RegisterAggr to a bit vector of register...
2017-04-14 Davide Italiano[FunctionImport] assert(false) -> llvm_unreachable...
2017-04-14 Sanjoy DasRemove "#if 0"ed out assert
2017-04-14 Sanjoy DasDelete some unnecessary boilerplate
2017-04-14 Krzysztof Parzyszek[RDF] Refine propagation of reached uses in liveness...
2017-04-14 Sanjoy DasAdd missing #include for STLExtras
2017-04-14 Krzysztof Parzyszek[Hexagon] Fix a latent problem with interpreting live...
2017-04-14 Sanjoy DasUse range for
2017-04-14 Sanjoy DasSimplify PostIncTransform further; NFC
2017-04-14 Sanjoy DasAdd a unit test for SCEV Normalization
2017-04-14 Sanjoy DasTighten the API for ScalarEvolutionNormalization
2017-04-14 Sanjoy DasRemove NormalizeAutodetect; NFC
2017-04-14 Krzysztof Parzyszek[Hexagon] Make a couple of passes compliant with -opt...
2017-04-14 Simon Pilgrim[Bugpoint] Use boolean AND instead of bitwise AND ...
2017-04-14 Simon Pilgrim[X86][SSE] Update MOVNTDQA non-temporal loads to generi...
2017-04-14 Nirav DaveFix missing virtual destructor to silence build warning.
2017-04-14 Nirav DaveReorder StoreMergeCandidates to run faster. NFCI.
2017-04-14 Dmitry Preobrazhensky[AMDGPU][MC] Corrected ds_write_src2_* to require one...
2017-04-14 Dmitry Preobrazhensky[AMDGPU][MC] Enabled constants for src operands of...
2017-04-14 Andrew V. TischenkoFix for PR#30562: Selection DAG error: Detected cycle...
2017-04-14 Alex DenisovAdd more test cases for StringRef::edit_distance
2017-04-14 Andrew V. TischenkoThis patch closes PR#32216: Better testing of schedule...
2017-04-14 Gil Rapaport[LV] Remove implicit single basic block assumption
2017-04-14 Craig Topper[ValueTracking] Calculate the KnownZeros for Intrinsic...
2017-04-14 Craig Topper[ValueTracking] Use APInt::isNegative(). NFC
2017-04-14 Craig Topper[ValueTracking] Use APInt::sext instead of zext and...
2017-04-14 Craig Topper[InstCombine] Use APInt::setSignBit and APInt::isNegati...
2017-04-14 Xinliang David LiFix test failure on windows: pass module to getInstrPro...
2017-04-14 Peter CollingbourneObject, LTO: Add target triple to irsymtab and LTO...
2017-04-14 Daniel BerlinNewGVN: Don't propagate over phi backedges where undef...
2017-04-14 Sanjoy DasUse range-for; NFC
2017-04-14 Sanjoy DasUse transform instead of manual loop; NFC
2017-04-14 NAKAMURA TakumiLLVMCodeGen: Add ProfileData into deps corresponding...
2017-04-14 Stanislav Mekhanoshin[AMDGPU] added SIInstrInfo::getAddNoCarry() helper
2017-04-14 Lang Hames[ORC] Re-enable the Error/Expected unit tests that...
2017-04-14 Reid KlecknerSimplify some Verifier attribute checks with AttributeSet
2017-04-13 Matthias BraunMIRLangRef: Add a section on simplifying .mir tests
2017-04-13 Xinliang David Li[Profile] PE binary coverage bug fix
2017-04-13 Adam Nemet[AArch64] Avoid partial register writes on lane 0 of...
2017-04-13 Konstantin... AMDGPU/GFX9: Do not use v_pack_b32_f16 when packing
2017-04-13 Hans Wennborgbuild_llvm_package.bat: Move to VS2017
2017-04-13 Reid Kleckner[IR] Make getParamAttributes take argument numbers...
next