OSDN Git Service

android-x86/external-llvm.git
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...
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
next