OSDN Git Service

android-x86/external-llvm.git
2016-02-27 Mike Aizatsky[sancov] print_coverage_points command.
2016-02-27 Mike Aizatsky[sancov] do not instrument nodes that are full pre...
2016-02-27 Kostya Serebryany[libFuzzer] speedup path coverage handling
2016-02-27 Junmo ParkMinor code cleanup. NFC.
2016-02-27 Reid Kleckner[InstCombine] Be more conservative about removing stack...
2016-02-26 Paul RobinsonRevert r262092, caught LLD tests
2016-02-26 Paul Robinson[FileCheck] Abort if -NOT is combined with another...
2016-02-26 Cong HouFix a bug in isVectorReductionOp() in SelectionDAGBuild...
2016-02-26 Ahmed Bougacha[X86] Move an encoding test from CodeGen to MC. NFC.
2016-02-26 Ahmed Bougacha[X86] Delete old redundant test. NFC.
2016-02-26 Ahmed Bougacha[X86] Fix a stale comment. NFC.
2016-02-26 Ahmed Bougacha[X86] Remove the unused SDTX86atomicBinary. NFC.
2016-02-26 Philip Reames[LVI] Extend select handling to catch min/max/clamp...
2016-02-26 Kostya Serebryany[libFuzzer] add -print_final_stats=1 flag
2016-02-26 Simon PilgrimStrip trailing whitespace. NFCI.
2016-02-26 Philip Reames[ConstantRange] Add umin/smin operators
2016-02-26 Kit Barton[PPC] Legalize FNEG on PPC when possible
2016-02-26 Simon PilgrimFix spelling. NFCI.
2016-02-26 Sanjay Patel[x86, InstCombine] transform x86 AVX2 masked stores...
2016-02-26 Kostya Serebryany[libFuzzer] initial implementation of path coverage...
2016-02-26 Chris Bieneman[CMake] Allow LLVM_TARGETS_TO_BUILD to accept "Native"
2016-02-26 Paul RobinsonReapply r262054 with triple fix.
2016-02-26 Kit BartonPower9] Implement new vsx instructions: compare and...
2016-02-26 Chris Bieneman[CMake] Add the gold plugin before clang
2016-02-26 Chris Bieneman[CMake] Assigning the LTO component to lto.h
2016-02-26 Sanjay Patel[x86, InstCombine] transform x86 AVX masked stores...
2016-02-26 Sanjay Patel[x86] refactor to eliminate duplicated code; NFCI
2016-02-26 Amaury SechetFix warning in DwarfCFIException. NFC
2016-02-26 Paul RobinsonRevert r262054 on one file that fails sometimes.
2016-02-26 Amaury SechetExtract the method to begin and end a fragment in AsmPr...
2016-02-26 Quentin Colombet[GlobalISel] Fix a ranlib warning about empty TOC.
2016-02-26 Paul RobinsonFix tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT.
2016-02-26 Nirav DaveFix Sparc 32bit Lowering to rebundle up v2i32 values.
2016-02-26 Sanjay Patel[x86, AVX] fold 'isPositive' 256-bit vector integer...
2016-02-26 Reid Kleckner[IR] Optimize bitfield layout of Value for MSVC
2016-02-26 Sanjay Patel[x86, AVX] add 256-bit tests
2016-02-26 Renato Golin[CMAKE] Update build on recent Haiku
2016-02-26 Sanjay Patel[x86, SSE] fold 'isPositive' vector integer operations...
2016-02-26 Reid Kleckner[WinEH] Fix funclet return block clobber mask placement
2016-02-26 Chandler Carruth[PM] Finish removing references to fix MSVC builds...
2016-02-26 Chris DewhurstReverting breaking change. Sorry.
2016-02-26 Chandler Carruth[PM] Speculative patch to try and fix MSVC's compilation.
2016-02-26 Chris DewhurstReviewed at reviews.llvm.org/D17133
2016-02-26 Chandler Carruth[PM] Introduce CRTP mixin base classes to help define...
2016-02-26 Chris DewhurstInitial test commit only
2016-02-26 Chandler Carruth[PM] Remove a FIXME now that it is no longer needed.
2016-02-26 Nikolay Haustov[AMDGPU] Assembler: Basic support for MIMG
2016-02-26 Chandler Carruth[PM] Clean up some formatting with the latest clang...
2016-02-26 James Molloy[AArch64] Slight cleanup in FPLoadBalancing
2016-02-26 Simon Pilgrim[X86][F16C] Added native IR half/float conversion tests.
2016-02-26 David Blaikiellvm-dwp: provide diagnostics for duplicate DWO IDs
2016-02-26 David Blaikiellvm-dwp: Support empty .dwo files
2016-02-26 Craig Topper[X86] Null out some redundant patterns for masked vecto...
2016-02-26 Craig Topper[TableGen] Fix typos in comments. NFC
2016-02-26 Craig Topper[X86] Add test cases for r261977 and fix a grammatical...
2016-02-26 Haicheng Wu[JumpThreading] Simplify Instructions first in ComputeV...
2016-02-26 Craig Topper[X86] Remove a couple returns after llvm_unreachables...
2016-02-26 Craig Topper[X86] Use inclusive ranges for XMM/YMM/ZMM registers...
2016-02-26 Craig Topper[X86] Explicitly diagnose use of %xmm16-%xmm31, %ymm16...
2016-02-26 Hongbin ZhengAnother fix the testcase introduced by r261903 - Add...
2016-02-26 Sanjoy DasMinor doc fix: statepoints are invokable too
2016-02-26 Matthias BraunMachineCopyPropagation: Catch copies of the form A...
2016-02-26 Matthias BraunMachineCopyPropagation: Keep scanning through instructi...
2016-02-26 Xinliang David Li[PGO] Add test case to ensure covmap section is not...
2016-02-26 Michael Zolotukhin[LoopUnrollAnalyzer] Check that we're using SCEV for...
2016-02-26 Junmo ParkMinor code cleanups. NFC.
2016-02-26 Michael Zolotukhin[UnitTests] UnrollAnalyzer: make unit-test more general...
2016-02-26 Mike Aizatsky[sancov] Pruning full dominator blocks from instrumenta...
2016-02-26 Sanjay Patel[x86, SSE] add tests to show missing pcmp folds
2016-02-26 Xinliang David LiAdd forward declarations /NFC
2016-02-26 David Majnemer[WinEH] Don't remove unannotated inline-asm calls
2016-02-25 Owen AndersonMore internal details of SROA pass to library visibility.
2016-02-25 Justin BognerSupport: Give ManagedStatic's helper object library...
2016-02-25 Hemant KulkarniReverts change r261907 and r261918
2016-02-25 Hongbin ZhengUse regex in testcase, do not fail windows bots
2016-02-25 Hemant KulkarniFix endianness issue on BE machines introduced by r261907
2016-02-25 David L KreitzerReformatted a comment to fit the 80 column limit. NFC.
2016-02-25 Hongbin ZhengTry to fix windows fail at r261902.
2016-02-25 Hemant Kulkarni[llvm-readobj] Enable GNU style sections and relocation...
2016-02-25 Hongbin ZhengIntroduce RegionInfoAnalysis, which compute Region...
2016-02-25 Hongbin ZhengIntroduce DominanceFrontierAnalysis to the new PassMana...
2016-02-25 Hongbin ZhengIntroduce analysis pass to compute PostDominators in...
2016-02-25 Tim NorthoverARM: disallow pc as a base register in Thumb2 memory...
2016-02-25 Hongbin ZhengRevert "Introduce analysis pass to compute PostDominato...
2016-02-25 Hongbin ZhengRevert "Introduce DominanceFrontierAnalysis to the...
2016-02-25 Hongbin ZhengRevert "Introduce RegionInfoAnalysis, which compute...
2016-02-25 Sanjay Patelrangify; NFCI
2016-02-25 Geoff Berry[AArch64] Clean up callee-save CFI emission. NFC.
2016-02-25 Hongbin ZhengIntroduce RegionInfoAnalysis, which compute Region...
2016-02-25 Hongbin ZhengIntroduce DominanceFrontierAnalysis to the new PassMana...
2016-02-25 Hongbin ZhengIntroduce analysis pass to compute PostDominators in...
2016-02-25 Nikolay Haustov[AMDGPU] Disassembler: Support for all VOP1 instructions.
2016-02-25 Sanjay Pateldon't repeat names in documentation comments; NFC
2016-02-25 Joerg SonnenbergerGC empty directory.
2016-02-25 Igor BregerAVX512F: Add GATHER/SCATTER assembler Intel syntax...
2016-02-25 Hrvoje Varga[mips][microMIPS] Implement DINSU, DINSM, DINS instructions
2016-02-25 Nikolay Haustov[AMDGPU] Assembler: Simplify handling of optional operands
2016-02-25 Chandler Carruth[PM] Add the IR unit type to the pass manager's logging...
2016-02-25 Simon Pilgrim[X86][SSE3] Added combine support for MOVDDUP/MOVSHDUP...
2016-02-25 NAKAMURA TakumiRevert r260064, "Disable llvm/test/tools/llvm-profdata...
next