OSDN Git Service

android-x86/external-llvm.git
2017-04-18 Craig Topper[APInt] Inline the single word case of lshrInPlace...
2017-04-18 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-18 Easwaran Raman[SLP vectorizer] Allow phi node reordering in tryToVect...
2017-04-18 Simon Pilgrim[X86] Use for-range loop. NFCI.
2017-04-18 Craig Topper[APInt] Use lshrInPlace to replace lshr where possible
2017-04-18 Daniel BerlinNewGVN: Don't waste time value numbering unreachable...
2017-04-18 Nirav Dave[DAG] Improve store merge candidate pruning.
2017-04-18 Nirav DaveAdd base-index-based store merge test
2017-04-18 Zvi RackoverLoopRerollPass: Prefer Value::hasOneUse() over Value...
2017-04-18 Gil Rapaport[LV] Cache block mask values
2017-04-18 Sanjay Patel[ConstantRange] fix doxygen comment formatting; NFC
2017-04-18 Nikolai BozhenovMake globalaa-retained.ll test catching more cases.
2017-04-18 Nikolai Bozhenov[GVNHoist] Mark GlobalsAA as preserved by GVNHoist.
2017-04-18 Nirav DaveAdd store Merge test.
2017-04-18 Oliver Stannard[ARM] Add hardware build attributes in assembler
2017-04-18 Diana Picus[ARM] GlobalISel: Add support for G_SUB
2017-04-18 Andrea Di Biagio[SampleProfile] Don't assert when printing the DebugLoc...
2017-04-18 Andrea Di Biagio[SampleProfile] Skip intrinsic calls when visiting...
2017-04-18 Kristof BeylsRevert "[GlobalISel] Support vector-of-pointers in...
2017-04-18 Kristof BeylsFix gcc build after r300535.
2017-04-18 Diana Picus[ARM] Check for correct HW div when lowering divmod
2017-04-18 Kristof Beyls[GlobalISel] Support vector-of-pointers in LLT
2017-04-18 Leslie Zhaitest commit
2017-04-18 Craig Topper[APInt] Cleanup the reverseBits slow case a little.
2017-04-18 Craig Topper[APInt] Make operator<<= shift in place. Improve the...
2017-04-18 Adrian PrantlPR32382: Fix emitting complex DWARF expressions.
2017-04-18 George Burgess IVAdd const to a const method. NFC
2017-04-18 Davide Italiano[Target] Use hasOneUse() instead of getNumUses().
2017-04-17 Peter CollingbourneObject: Shrink the size of irsymtab::Symbol by a word...
2017-04-17 Dehao ChenBuild SymbolMap in SampleProfileLoader to help matchin...
2017-04-17 Haicheng WuChange the testcase tail-merge-after-mbp.ll to tail...
2017-04-17 Craig Topper[SimplifyCFG] Use hasNUses instead of comparing getNumU...
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
next