platform/upstream/llvm.git
2016-12-16 Zachary TurnerRevert "[CodeView] Hook CodeViewRecordIO for reading...
2016-12-16 Mehdi AminiFix comment on the verifier (typo + doxygen) (NFC)
2016-12-16 Yaxun Liu[OpenCL] Allow disabling types and declarations associa...
2016-12-16 Zachary Turner[CodeView] Hook CodeViewRecordIO for reading/writing...
2016-12-16 Mehdi AminiStrip invalid TBAA when reading bitcode
2016-12-16 David BlaikieGDB pretty printer for llvm::Optional
2016-12-16 Matthew SimpsonReapply "[LV] Enable vectorization of loops with condit...
2016-12-16 Krzysztof ParzyszekImplement LaneBitmask::any(), use it to replace !none...
2016-12-16 Sanjoy DasFix CodeGenPrepare::stripInvariantGroupMetadata
2016-12-16 Eli Friedman[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consis...
2016-12-16 Kuba MracekFollow-up for r289831: Lower the unjoined thread count...
2016-12-16 Devin Coughlin[analyzer] Fix crash in MallocChecker.
2016-12-16 Joel JonesFix name typo in SelectonDAG
2016-12-16 Rui Ueyama[ELF] - Linkerscript: Implement two argument version...
2016-12-16 Matt ArsenaultAMDGPU: Fix name for v_ashrrev_i16
2016-12-16 Marcos Pividori[libFuzzer] Fix index error in SearchMemory() implement...
2016-12-16 Marcos Pividori[libFuzzer] Remove unnecessary includes of posix headers.
2016-12-16 Marcos Pividori[libFuzzer] Update tests to use more general functions...
2016-12-16 Chris Bieneman[CMake] Put headers relative to clang
2016-12-16 Hans WennborgFix -Wself-assign from r289955
2016-12-16 David BlaikieRevert "dwarfdump: Support/process relocations on a...
2016-12-16 Jun Bum LimRevert "[CodeGenPrep] Skip merging empty case blocks"
2016-12-16 Sanjay Patel[InstCombine] auto-generate checks; NFC
2016-12-16 Matthew Simpson[LV] Don't attempt to type-shrink scalarized instructions
2016-12-16 Dehao ChenPass sample pgo flags to thinlto.
2016-12-16 Luke DrummondFix broken escaping of commands in the build
2016-12-16 Hans Wennborg[X86] Fold (setcc (cmp (atomic_load_add x, -C) C),...
2016-12-16 David Blaikiedwarfdump: Support/process relocations on a CU's abbrev_off
2016-12-16 Adrian PrantlFix debug info metadata for upstream change in LLVM.
2016-12-16 Benjamin Kramer[include-fixer] Desugar incomplete types.
2016-12-16 Jun Bum Lim[CodeGenPrep] Skip merging empty case blocks
2016-12-16 Simon Pilgrim[X86][AVX] Call lowerVectorShuffleWithSHUFPS directly...
2016-12-16 Hafiz Abid... Remove an unused type declaration.
2016-12-16 Simon Pilgrim[X86][AVX512] use a single shufps for 512-bit vectors...
2016-12-16 Simon Pilgrim[X86][AVX512] Add tests showing missed opportunity...
2016-12-16 Nico WeberSpeculatively revert r289925, see PR31407
2016-12-16 Krzysztof Parzyszek[MIRParser] Add parsing hex literals of arbitrary size...
2016-12-16 Daniel JasperMove VerifierSupport into namespace llvm.
2016-12-16 Benjamin Kramer[GlobalISel] Silence unused variable warnings in Releas...
2016-12-16 Diana Picus[ARM] GlobalISel: Select add i32, i32
2016-12-16 Artem Dergachev[analyzer] Add another exception for Qt in MallocChecker
2016-12-16 George Rimar[ELF] - Accept --sort-section=xxx command form.
2016-12-16 Simon Pilgrim[X86][SSE] Combine shuffles to MOVSS/MOVSD whatever...
2016-12-16 Dylan McKay[AVR] Add a test for 64-bit left shifts
2016-12-16 Chandler CarruthRevert r289863: [LV] Enable vectorization of loops...
2016-12-16 Florian Hahn [codegen] Add generic functions to skip debug values.
2016-12-16 Diana Picus[ARM] Expose methods to get the CCAssignFn. NFCI
2016-12-16 Andrew V. TischenkoExtra coverage tests to demonstrate fixes in D72618...
2016-12-16 Piotr Padlewski[clang-tidy] fix missing anchor for MPI Module
2016-12-16 Chandler CarruthRevert r289638: [PowerPC] Fix logic dealing with nop...
2016-12-16 Mehdi AminiExtract a TBAAVerifier out of the verifier (NFC)
2016-12-16 Nico Weberattempt to fix windows build
2016-12-16 Ekaterina RomanovaUpdate .debug_line section version information to match...
2016-12-16 Nico Weberattempt to fix bots after r289914/r289919
2016-12-16 Nico WeberRevert 279703, it caused PR31404.
2016-12-16 Zachary TurnerAdd methods to enable using formatv syntax in LLDB.
2016-12-16 Adrian PrantlUpdate for LLVM global variable debug info API change.
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Akira HatanakaRemove "-disable-llvm-optzns -verify" from the RUN...
2016-12-16 Teresa Johnson[ThinLTO] Thin link efficiency: More efficient export...
2016-12-16 Chandler CarruthAdd extra headers that got deleted by my revert in...
2016-12-16 Chandler CarruthRevert patch series introducing the DAG combine to...
2016-12-16 Peter CollingbourneCOFF: Cache the result of library searches.
2016-12-16 Akira Hatanaka[Sema] Fix handling of enumerators used as default...
2016-12-16 Jason MolendaFix a bug when using a StructuredData darwin-log plugin
2016-12-16 Felix Berger[clang-tidy] Do not move parameter if only DeclRefExpr...
2016-12-16 Davide Italiano[SimplifyLibCalls] Use a lambda. NFCI.
2016-12-16 Antonio Maioranoclang-format-vsix: add command to format document
2016-12-16 Antonio Maioranoclang-format-vsix: add a date stamp to the VSIX version...
2016-12-16 Adrian PrantlRevert "Update for LLVM global variable debug info...
2016-12-16 Eugene Zelenko[Hexagon] Fix some Clang-tidy modernize and Include...
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Richard Smith[c++1z] P0195R2: Allow multiple using-declarators in...
2016-12-16 Tim Shen[APFloatTest] Log when test fails. NFC
2016-12-16 Peter CollingbourneAdd missing library dep.
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlUpdate for LLVM global variable debug info API change.
2016-12-16 Ehsan Amiri[PPC] corrections in two testcases
2016-12-16 Peter CollingbourneIPO: Introduce ThinLTOBitcodeWriter pass.
2016-12-16 Evandro Menezes[AArch64] Add FeatureSlowMisaligned128Store to Exynos...
2016-12-16 Kelvin LiFix typo in error messages. NFC.
2016-12-15 Teresa Johnson[ThinLTO] Thin link efficiency improvement: don't re...
2016-12-15 Davide Italiano[SimplifyLibCalls] Add a test to make sure we lower...
2016-12-15 Davide Italiano[SimplifyLibCalls] Lower fls() to llvm.ctlz().
2016-12-15 David BlaikieDebugInfo: Make a Generic test case actually generic...
2016-12-15 David BlaikieDebugInfo: Address non-deterministic output (iterating...
2016-12-15 Quentin Colombet[IRTranslator] Merge the entry and ABI lowering blocks.
2016-12-15 Kuba Mracek[sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET...
2016-12-15 David BlaikieDebugInfo: Emit ranges for functions with DISubprograms...
2016-12-15 Davide Italiano[SimplifyLibCalls] Remove redundant folding logic for...
2016-12-15 Anna Zaks[asan][docs] Fix the documentation to use clang++ for...
2016-12-15 Anna Zaks[analyzer] Teach the analyzer that pointers can escape...
2016-12-15 Anna Zaks[analyzer] Refine the diagnostics in the nullability...
2016-12-15 Anna Zaks[analyzer] Refer to macro names in diagnostics for...
2016-12-15 Anna Zaks[analyzer] Include type name in Retain Count Checker...
2016-12-15 Eli FriedmanDon't combine splats with other shuffles.
2016-12-15 Kuba MracekIfdef out utmp.h on Darwin to un-break the build after...
2016-12-15 Yichao YuFix R_AARCH64_MOVW_UABS_G3 relocation
2016-12-15 Chris Bieneman[CMake] Refactor LLDB libraries and tools to be components
2016-12-15 Evgeniy Stepanov[msan] Intercept getutent and friends.
next