OSDN Git Service

android-x86/external-llvm.git
2017-02-10 Eric Fiselier[CMake] Fix pthread handling for out-of-tree builds
2017-02-10 Marcos Pividori[libFuzzer] Export external functions on tests.
2017-02-10 Marcos Pividori[libFuzzer] Use dynamic loading for External Functions...
2017-02-10 David L. JonesUpdate test/CodeGen/X86/sse-align-10.ll to use FileChec...
2017-02-10 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-10 Michael J.... [LoadCombine] Change test to not use instcombine.
2017-02-10 Dan Gohman[WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmi...
2017-02-10 Matthias BraunFix syntax error
2017-02-10 Matthias BraunARMSubtarget.h: Change to one line per enum element...
2017-02-10 Dan Gohman[Support] Extend SLEB128 encoding support.
2017-02-10 Eric ChristopherAdd an additional set of braces to deal with subobject...
2017-02-10 Matthias Braundocs/conf.py: Suppress sphinx highlighting failure...
2017-02-09 Chandler Carruth[PM] Add Argument Promotion to the pass pipeline.
2017-02-09 Davide Italiano[NewGVN] Fix test so that it doesn't rely on InstCombin...
2017-02-09 Chandler Carruth[PM] Port ArgumentPromotion to the new pass manager.
2017-02-09 Peter CollingbourneWholeProgramDevirt: Check that VCP candidate functions...
2017-02-09 Matthias BraunLowerMemIntrinsics: Fix include guard
2017-02-09 Chandler Carruth[PM/LCG] Teach LCG to support spurious reference edges.
2017-02-09 George Burgess IV[ARM] Add support for armv7ve triple in llvm (PR31358).
2017-02-09 Chandler Carruth[PM/LCG] Teach the LazyCallGraph how to replace a funct...
2017-02-09 Dan Gohman[WebAssembly] Refactor void return peephole using Maybe...
2017-02-09 Sanjay Patel[InstCombine] allow (X * C2) << C1 --> X * (C2 << C1...
2017-02-09 Peter CollingbourneDe-duplicate some code for creating an AARGetter suitab...
2017-02-09 Hans WennborgDon't try to link to the 4.0 release notes
2017-02-09 Matthias Braunlit.rst: Fix sphinx complaint about multiple option...
2017-02-09 Jonathan Roelofs[docs] Fix typo
2017-02-09 Adrian McCarthyFix build break from r294633.
2017-02-09 Simon Pilgrim[X86] Remove duplicate call to getValueType. NFCI.
2017-02-09 Peter CollingbourneX86: Introduce relocImm-based patterns for cmp.
2017-02-09 Matt ArsenaultAMDGPU: Add pass to expand memcpy/memmove/memset
2017-02-09 Peter CollingbourneX86: Teach X86InstrInfo::analyzeCompare to recognize...
2017-02-09 Adrian McCarthyIntroduce NativeRawSymbol for PDB reading.
2017-02-09 Michael J.... [LoadCombine] Fix combining of loads which span an...
2017-02-09 Peter CollingbourneRename LowerTypeTestsSummaryAction to PassSummaryAction...
2017-02-09 Sanjay Patel[InstCombine] use m_APInt to allow demanded bits analys...
2017-02-09 Konstantin... [AMDGPU] Calculate number of min/max SGPRs/VGPRs for...
2017-02-09 Sanjay Patel[InstCombine] add test for demanded bits with splat...
2017-02-09 Tom StellardCODE_OWNERS: Update email address
2017-02-09 Daniel BerlinDrop graph_ prefix
2017-02-09 Daniel BerlinGraphTraits: Add range versions of graph traits functio...
2017-02-09 Saleem Abdulrasooltest: adjust the test for the BSD format
2017-02-09 Frederic Riss[dsymutil] Fix handling of empty CUs in LTO links.
2017-02-09 Sanjoy Das[JumpThreading] Thread through guards
2017-02-09 Vedant Kumar[utils] coverage: Add help text about the --restrict...
2017-02-09 Saleem AbdulrasoolObject: pad out BSD archive members to 8-bytes
2017-02-09 Simon PilgrimConvert to for-range loop. NFCI.
2017-02-09 Geoff Berry[SelectionDAG] Fix bugs in inverted condition splitting...
2017-02-09 Chris Bieneman[CMake] Fix standalone project builds broken in r294514
2017-02-09 Sanjay Patel[InstCombine] add tests for icmp with add nsw; NFC
2017-02-09 Kevin EnderbyTweak the implementation of llvm-objdump’s -objc-meta...
2017-02-09 Simon Pilgrim[X86][BMI2] Regenerate mulx tests
2017-02-09 Simon Pilgrim[X86][MMX] Remove the (long time) unused MMX_PINSRW...
2017-02-09 Kostya Kortchinsky[docs] Documentation update for Scudo
2017-02-09 Saleem AbdulrasoolObject: add a comment explaining a divergence
2017-02-09 David BozierRevert: "[Stack Protection] Add diagnostic information...
2017-02-09 Artur PilipenkoAdd DAGCombiner load combine tests for partially availa...
2017-02-09 David Bozier[Stack Protection] Add diagnostic information for why...
2017-02-09 Rafael EspindolaMake it possible to set SHF_LINK_ORDER explicitly.
2017-02-09 Pierre Gousseau[X86][btver2] PR31902: Fix a crash in combineOrCmpEqZer...
2017-02-09 Simon Pilgrim[X86][SSE] Added extra FMA/NO-FMA reciprocal test cases...
2017-02-09 David Bozier[docs] cleanup documentation on lit substitutions
2017-02-09 Diana Picus[ARM] GlobalISel: Lower single precision FP args
2017-02-09 Artur Pilipenko[DAGCombiner] Support non-zero offset in load combine
2017-02-09 Simon Pilgrim[X86][SSE] Attempt to break register dependencies durin...
2017-02-09 Vitaly BukaLVI: Fix use-of-uninitialized-value after r294463
2017-02-09 Igor BregerAdd new tests for EXTRACT_VECTOR_ELT (vector of packed...
2017-02-09 Craig Topper[X86] Remove the HLE feature flag.
2017-02-09 Craig Topper[X86] Remove INVPCID and SMAP feature flags. They aren...
2017-02-09 Craig Topper[X86] Clzero intrinsic and its addition under znver1
2017-02-09 Saleem AbdulrasoolObject: pad BSD ar string table to 4-bytes
2017-02-09 Ahmed Bougacha[GlobalISel] Simplify StringRef parameters. NFC.
2017-02-09 Arnold SchwaighoferSwiftCC: swifterror register cannot be as the base...
2017-02-09 Peter CollingbourneLowerTypeTests: Change a few vtable globals in tests...
2017-02-09 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-08 Wolfgang PiebReapply r294356 ("Keep track of spilled variables in...
2017-02-08 Tim NorthoverGlobalISel: legalize G_FPOW to a libcall on AArch64.
2017-02-08 Tim NorthoverGlobalISel: translate @llvm.pow intrinsic to G_FPOW.
2017-02-08 Mike Aizatsky[sancov] using comdat only when it is enabled
2017-02-08 Arnold Schwaighofer[ARM/AArch ISel] SwiftCC: First parameters that are...
2017-02-08 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-08 Eugene Zelenko[ARM] Fix some Include What You Use warnings; other...
2017-02-08 Sanjay Patel[InstCombine] add tests to show information-losing...
2017-02-08 Amara EmersonRevert r294437 as it broke an asan buildbot.
2017-02-08 Tim NorthoverGlobalISel: select G_[SU]MULH on AArch64.
2017-02-08 Tim NorthoverGlobalISel: expand mul-with-overflow into mul-hi on...
2017-02-08 Stanislav Mekhanoshin[AMDGPU] Implement register pressure callbacks
2017-02-08 Mike Aizatsky[sancov] specifying comdat for sancov constructors
2017-02-08 Peter CollingbourneTake code ownership of LLVM bitcode.
2017-02-08 Chris Bieneman[CMake] Fix `is_llvm_target_library` and support out...
2017-02-08 Hans Wennborgbuild_llvm_package.bat: Build teh clang-format plugin...
2017-02-08 Peter CollingbourneThinLTOBitcodeWriter: Strip debug info from merged...
2017-02-08 Alexey Bataev[SLP] Additional test to check correct work of horizont...
2017-02-08 Elena Demikhovsky[Loop Vectorizer] Cost-based decision for vectorization...
2017-02-08 Simon Dardis[DebugInfo] Rename EmitDebugValue to EmitDebugThreadLoc...
2017-02-08 Simon Pilgrim[X86][SSE] Regenerate scalar integer conversions to...
2017-02-08 Reid KlecknerFix inline-asm-diags.ll on Windows, give it a triple...
2017-02-08 Saleem Abdulrasoolllvm-objdump: make NoLeadingAddr work on more than...
2017-02-08 Artur Pilipenko[DAGCombiner] NFC. Mark ByteProvider accessors as const
2017-02-08 Tim NorthoverGlobalISel: select G_VASTART on iOS AArch64.
2017-02-08 Tim NorthoverGlobalISel: translate @llvm.va_start intrinsic.
next