OSDN Git Service

android-x86/external-llvm.git
2016-12-13 Greg ClaytonSwitch functions that returned bool and filled in a...
2016-12-13 Peter Collingbournellvm-cat: Allow bitcode files to be created with no...
2016-12-13 Chris Bieneman[llvm-config] Fixing one check where shared libs implie...
2016-12-13 Derek Schuffllvm-config: Set LinkMode in addition to LinkDyLib...
2016-12-13 Kostya Serebryany[libFuzzer] fix an UB (invalid shift) spotted by ubsan...
2016-12-13 Chris Bieneman[llvm-config] Add --ignore-libllvm
2016-12-13 Eugene Zelenko[Hexagon] Fix some Clang-tidy modernize and Include...
2016-12-13 Dehao ChenChange CoverageTracker from a global variable to member...
2016-12-13 Sanjoy DasRe-land "[SCEVExpander] Use llvm data structures; NFC"
2016-12-13 Anna Thomas[IRCE] Avoid loop optimizations on pre and post loops
2016-12-13 Michael Kuperstein[LV] Don't vectorize when we have a small static bound...
2016-12-13 Peter CollingbourneADT: Use delete[] to delete the array owned by OwningAr...
2016-12-13 Peter CollingbourneADT: Add OwningArrayRef class.
2016-12-13 Peter CollingbourneObject: Make IRObjectFile own multiple modules and...
2016-12-13 Peter CollingbourneObject: Remove module accessors from IRObjectFile,...
2016-12-13 Peter CollingbourneLTO: Port the legacy LTO API to ModuleSymbolTable.
2016-12-13 Peter CollingbourneLTO: Port the new LTO API to ModuleSymbolTable.
2016-12-13 Alina SbirleaGeneralize strided store pattern in interleave access...
2016-12-13 Matthias BraunRevert "AArch64CollectLOH: Rewrite as block-local analy...
2016-12-13 Alexei Starovoitov[bpf] change llvm-objdump to print dec instead of hex
2016-12-13 Tim NorthoverGlobalISel: fix GOT accesses on AArch64.
2016-12-13 Greg ClaytonMake a DWARFDIE class that can help avoid using the...
2016-12-13 Marcos Pividori[libFuzzer] Add missing header needed for Windows.
2016-12-13 Marcos Pividori[libFuzzer] Avoid name collision with Windows API.
2016-12-13 Marcos Pividori[libFuzzer] Implement DirName() for Windows.
2016-12-13 Marcos Pividori[libFuzzer] Fix bug in detecting timeouts when input...
2016-12-13 Marcos Pividori[libFuzzer] Clean up headers and file formatting of...
2016-12-13 Marcos Pividori[libFuzzer] Properly use unsigned for workers, jobs...
2016-12-13 Marcos Pividori[libFuzzer] Properly use unsigned for Process ID.
2016-12-13 Marcos Pividori[libFuzzer] Improve Signal Handler interface.
2016-12-13 Rong XuFix the test cases committed in r289521.
2016-12-13 Simon Pilgrim[X86][SSE] Regenerate vector of pointers tests
2016-12-13 Zachary Turner[ADT] Add llvm::StringLiteral.
2016-12-13 David Callahan[ADCE] Add code to remove dead branches
2016-12-13 Artur PilipenkoUse more detailed assertion messages in the code introd...
2016-12-13 Artur PilipenkoFix a buildbot failure introduced by r289538
2016-12-13 Artur Pilipenko[DAGCombiner] Match load by bytes idiom and fold it...
2016-12-13 Artur PilipenkoMove BaseIndexOffset in DAGCombiner.cpp so it will...
2016-12-13 Simon Pilgrim[SelectionDAG] computeKnownBits - simplified knownbits...
2016-12-13 Simon Dardis[mips][rtdyld] Move MIPS relocation resolution to a...
2016-12-13 Simon Dardis[mips] Fix comment to respect 80 chars per line; NFC
2016-12-13 Simon Dardis[mips] Fix compact branch hazard detection
2016-12-13 Diana Picus[GlobalISel] Move extendRegister where it belongs....
2016-12-13 Craig Topper[X86][InstCombine] Fix SimplifyDemandedVectorElts to...
2016-12-13 NAKAMURA Takumillvm/test/Transforms/PGOProfile/noreturncall.ll REQUIRE...
2016-12-13 Rong Xu[PGO] Fix insane counts due to nonreturn calls
2016-12-13 Davide Italiano[SCCP] Debug diagnostic goes under DEBUG(). NFCI.
2016-12-13 Dylan McKay[AVR] Add an 'relax memory operation' pass
2016-12-13 Philip Reames[peephole] Enhance folding logic to work for STATEPOINTs
2016-12-13 Philip Reames[Statepoints] Reuse stack slots more than once within...
2016-12-13 Kostya Serebryany[libFuzzer] don't require extra flags with -minimize_cr...
2016-12-13 Chris BienemanMissed a file in r289503.
2016-12-13 Chris Bieneman[LIT] Fix system-windows
2016-12-13 Chris BienemanRevert "Suppress LLVM::tools/llvm-symbolizer/coff-dwarf...
2016-12-12 Chris Bieneman[llvm-config] Unsupported should be win32
2016-12-12 Tim NorthoverStop lying about pointers' required alignments.
2016-12-12 Marcos Pividori[libFuzzer] Implement Timers for Windows.
2016-12-12 Sanjay Patel[x86] fix test specifications
2016-12-12 Sanjay Patel[x86] fix test specifications and auto-generate checks
2016-12-12 Petr Hosek[CMake] Multi-target builtins build
2016-12-12 Chris BienemanRevert "Disable all llvm-config tests for now, will...
2016-12-12 Dan Liew[llvm-config] Fix bug where `--libfiles` and `--names...
2016-12-12 Andrew KaylorAvoid infinite loops in branch folding
2016-12-12 Chris Bienemanclang-format to fix post-commit feedback
2016-12-12 Chris Bieneman[llvm-config] Fix cflags test looking for "error"
2016-12-12 Chris BienemanRevert "Remove system-libs.test for now"
2016-12-12 Sanjoy DasRevert "[SCEVExpander] Use llvm data structures; NFC"
2016-12-12 Kostya Serebryany[libFuzzer] split one slow test into several, for more...
2016-12-12 Nico WeberFix MSVC build after 289461; MSVC isn't sure if this...
2016-12-12 Kostya Serebryany[libFuzzer] make SimpleCmpTest a bit simpler to crack...
2016-12-12 Sanjay Patel[x86] fix formatting; NFC
2016-12-12 Eugene Zelenko[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy moderni...
2016-12-12 Tim Shen[APFloatTest] Use std::make_tuple to make GCC 4.8 happy
2016-12-12 Guozhi Wei[PPC] Prefer direct move on power8 if load 1 or 2 bytes...
2016-12-12 Tim Shen[APFloat] Implement PPCDoubleDouble add and subtract.
2016-12-12 Matthew Simpson[SLP] Fix sign-extends for type-shrinking
2016-12-12 Kostya Serebryany[libFuzzer] build libFuzzer itself with asan
2016-12-12 Paul RobinsonRecommit r288212: Emit 'no line' information for intere...
2016-12-12 Kostya Serebryany[libFuzzer] respect -max_len during merge
2016-12-12 Teresa Johnson[ThinLTO] Remove useless code (NFC)
2016-12-12 Mehdi AminiRefactor BitcodeReader: move Metadata and ValueId handl...
2016-12-12 Mehdi AminiRemove IsMetadataMaterialized from BitcodeReader (NFC)
2016-12-12 Geoff Berry[LiveRangeEdit] Add assert string and descriptive comment.
2016-12-12 Dimitry AndricFix compile with GCC 5 or later
2016-12-12 Reid KlecknerRevert "[SCEVExpand] do not hoist divisions by zero...
2016-12-12 Simon Atanasyan[mips] For PIC code convert unconditional jump to uncon...
2016-12-12 Nicolai HaehnleAMDGPU: llvm.amdgcn.interp.mov is a source of divergence
2016-12-12 Sanjay Patelremove stale FIXME note from test; NFC
2016-12-12 Simon Pilgrim[X86] Regenerate vector bitcast/widening tests.
2016-12-12 Sanjay Patel[InstCombine] fix bug when offsetting case values of...
2016-12-12 Teresa Johnson[ThinLTO] Import only necessary DICompileUnit fields
2016-12-12 Sanjay Patel[InstCombine] clean up range-for-loops in visitSwitchIn...
2016-12-12 Simon Pilgrim[X86] Regenerate test.
2016-12-12 Sanjay Patel[InstCombine] add test to show PR31260 miscompile; NFC
2016-12-12 Sanjoy Das[SCEVExpander] Add a test case related to r289412
2016-12-12 Simon PilgrimUpdate inline argument comment. NFCI.
2016-12-12 Simon Pilgrim[X86][SSE] Add support for combining SSE VSHLI/VSRLI...
2016-12-12 Simon Pilgrim[X86][SSE] Lower suitably sign-extended mul vXi64 using...
2016-12-12 Simon Pilgrim[SelectionDAG] Add support for EXTRACT_SUBVECTOR to...
2016-12-12 Craig Topper[X86] Teach selectScalarSSELoad to accept full 128...
next