]> granicus.if.org Git - llvm/shortlog
llvm
2017-04-17 Craig Topper[APInt] Merge the multiword code from lshrInPlace and...
2017-04-17 Jacob Gravelle[WebAssembly] Fix WebAssemblyOptimizeReturned after...
2017-04-17 Benjamin Kramer[SCEV] Fix another unused variable warning in release...
2017-04-17 Wei MiFix an unused variable error in rL300494.
2017-04-17 Kostya Serebryany[libFuzzer] experimental option -cleanse_crash: tries...
2017-04-17 Sylvestre LedruAdd a linker script to version LLVM symbols
2017-04-17 Davide Italiano[InstCombine] Matchers work with both ConstExpr and...
2017-04-17 Wei Mi[SCEV] Add a local cache for getZeroExtendExpr and...
2017-04-17 Sanjay Patel[InstSimplify] add/move tests for (icmp X, C1 & icmp...
2017-04-17 Dehao ChenUpdate the test to fix the buildbot failure introduced...
2017-04-17 Derek Schuff[WebAssembly] Encode block signatures as SLEB instead...
2017-04-17 Dehao ChenAdd GNU_discriminator support for inline callsites...
2017-04-17 Matt ArsenaultAMDGPU: Use MachineRegisterInfo to find max used register
2017-04-17 Matt ArsenaultAMDGPU: Change stack alignment
2017-04-17 Brendon Cahoon[CodeGenPrepare] Fix crash due to an invalid CFG
2017-04-17 Benjamin KramerUnbreak build of the wasm backend after r300463.
2017-04-17 Peter CollingbourneBitcode: Add missing build dep to fix shlib build.
2017-04-17 Craig Topper[APInt] Remove self move check from move assignment...
2017-04-17 Craig Topper[IR] Implement DataLayout::getPointerTypeSizeInBits...
2017-04-17 Tim NorthoverAArch64: put nonlazybind special handling behind a...
2017-04-17 Konstantin... AMDGPU: Test handling of R_AMDGPU_ABS64 in RelocVisitor
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
next