OSDN Git Service

android-x86/external-llvm.git
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...
2017-04-13 Alexei Starovoitov[bpf] Fix memory offset check for loads and stores
2017-04-13 Matthias BraunMIRLangRef: Simplify/update documentation
2017-04-13 Teresa Johnson[Support] Fix ErrorOr assertion when /proc/cpuinfo...
2017-04-13 Craig Topper[InstCombine] Use APInt::getBitsSetFrom instead of...
2017-04-13 Petr Hosek[CMake][runtimes] Use -nodefaultlibs for the runtimes...
2017-04-13 Zachary Turner[llvm-pdbdump] Recursively dump class layout.
2017-04-13 Craig Topper[ValueTracking] Remove duplicate call to computeKnownBi...
2017-04-13 Davide Italiano[LCSSA] Efficiently compute blocks dominating at least...
2017-04-13 Reid KlecknerFix -Wunused-value warning
2017-04-13 Richard SmithRevert accidentally-committed files in r300252.
2017-04-13 Richard SmithRemove all allocation and divisions from GreatestCommon...
2017-04-13 Reid Kleckner[InstCombine] Fix !prof metadata preservation for invokes
2017-04-13 Davide Italiano[LCSSA] Assert that we always have a valid loop.
2017-04-13 Davide Italiano[LCSSA] Remove spurious whitespaces. NFCI.
2017-04-13 Davide Italiano[LCSSA] Use `auto` when the type is obvious. NFCI.
2017-04-13 Nirav Dave[DAG] Fold away temporary vector in store candidate...
2017-04-13 Dehao ChenSamplePGO: convert callsite samples map key from callsi...
2017-04-13 Craig Topper[ValueTracking] Prevent a call to computeKnownBits...
2017-04-13 Anna Thomas[LV] Fix the vector code generation for first order...
2017-04-13 Sanjay Patel[InstCombine] fold X == 0 || X == -1 to one compare...
2017-04-13 Reid Kleckner[DAE] Simplify call site replacement code with CallSite NFC
2017-04-13 Craig Topper[ValueTracking] Move a temporary APInt instead of copyi...
2017-04-13 Reid Kleckner[InstCombine] Simplify attribute code with new Attribut...
2017-04-13 Reid Kleckner[ArgPromotion] Don't drop !prof metadata on promoted...
2017-04-13 Stanislav Mekhanoshin[AMDGPU] Combine DS operations with offsets bigger...
2017-04-13 Craig Topper[APSInt] Remove named And/Or/Xor methods.
2017-04-13 Sanjay Patel[InstCombine] use similar ops for related folds; NFCI
2017-04-13 Craig Topper[APInt] Fix the returns description for the postfix...
2017-04-13 Craig TopperRevert r300213 "[APSInt] Add a static_assert to ensure...
2017-04-13 Brian Gesiak[Analysis] Support bitreverse in -demanded-bits pass
2017-04-13 Craig Topper[APSInt] Add a static_assert to ensure APSInt is packed...
2017-04-13 Tobias Edler... LTO: Pass SF_Executable flag through to InputFile:...
2017-04-13 Krzysztof Parzyszek[Hexagon] Unxfail passing tests
2017-04-13 Sanjay Patel[InstCombine] fix assert to not always be true
2017-04-13 Sanjay Patel[InstCombine] add/move tests for or-of-icmps; NFC
2017-04-13 Geoff BerryRe-apply "[GVNHoist] Move GVNHoist to function simplifi...
2017-04-13 Krzysztof Parzyszek[Hexagon] Implement HexagonTargetLowering::CanLowerReturn
2017-04-13 Krzysztof Parzyszek[Hexagon] Fix "LowerFormalArguments emitted a value...
2017-04-13 Serge PavlovUse methods to access data stored with frame instructions
2017-04-13 NAKAMURA Takumillvm/test/BugPoint/compile-custom.ll: Use %/s for its...
2017-04-13 Ayman Musa[X86] Added missing mayLoad/mayStore attributes to...
2017-04-13 George Rimar[DWARF] - Simplify (use dyn_cast instead of isa + cast).
2017-04-13 Daniel Sanders[globalisel][tablegen] Report more detail in some Selec...
2017-04-13 Ayman MusaReverting cmake/modules/AddLLVM.cmake changes from...
2017-04-13 Ayman Musa[X86] Change instructions names to keep consistency...
2017-04-13 Ayal Zaks[LV] Refactor ILV to provide vectorizeInstruction(...
2017-04-13 Craig TopperFix typo in static_assert message. NFC
2017-04-13 Lang Hames[ORC] Temporarily disable the RPC Error/Expected unit...
2017-04-13 Lang Hames[Orc] Fix bool serialization for RawByteChannels.
2017-04-13 Lang Hames[ORC] Remove more extraneous semicolons from r300167...
2017-04-13 George Burgess IVRemove more lies from the LangRef.
2017-04-13 Craig Topper[APInt] Reorder fields to avoid a hole in the middle...
2017-04-13 Lang Hames[ORC] Remove extraneous semi-colon added in r300167.
2017-04-13 Craig Topper[APInt] Generalize the implementation of tcIncrement...
2017-04-13 George Burgess IVUpdate the LangRef to reflect reality.
2017-04-13 Lang Hames[ORC] Add RPC and serialization support for Errors...
2017-04-13 Zachary TurnerRemove some unused private fields.
2017-04-13 Craig Topper[InstCombine] Add vector version of a test to show...
2017-04-13 Peter CollingbourneSupport: Add a VCSRevision.h header file.
2017-04-13 Lang Hames[ORC] Add missing file from r300155.
2017-04-13 Lang Hames[ORC] Use native Errors rather than converted std:...
2017-04-13 Reid Kleckner[IR] Take func, ret, and arg attrs separately in Attrib...
2017-04-13 Craig Topper[IR] Remove the APIntMoveTy typedef from ConstantRange...
2017-04-13 Richard SmithWork around MSVC rejects-valid bug related to C++11...
2017-04-12 Konstantin... Fix compiler error in Attributes.cpp
2017-04-12 Wei DingAMDGPU : Fix common dominator of two incoming blocks...
2017-04-12 Richard SmithFix some ArgList uses after API change in r300135.
2017-04-12 Zachary TurnerFix initialization order of class members.
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...
next