platform/upstream/llvm.git
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.
2016-12-15 Matt ArsenaultAMDGPU: Select branch on undef to uniform scc branch
2016-12-15 Teresa Johnson[gold] Add datalayout to test where it was missing
2016-12-15 Teresa Johnson[ThinLTO] Revert part of r289843 that belonged to anoth...
2016-12-15 Eli FriedmanDon't combine a shuffle of two BUILD_VECTORs with dupli...
2016-12-15 Devin Coughlin[analyzer] Add a new SVal to support pointer-to-member...
2016-12-15 Sanjoy Das[Verifier] Allow TBAA metadata on atomicrmw and atomicc...
2016-12-15 Teresa Johnson[ThinLTO] Remove stale comment (NFC)
2016-12-15 David L. JonesAdd a class ASTRecordReader which wraps an ASTReader...
2016-12-15 Ehsan Amiri[PPC] Use CHECK-DAG instead of CHECK in the testcase
2016-12-15 Matt ArsenaultAMDGPU: Fix asserting on returned tail calls
2016-12-15 Teresa Johnson[ThinLTO] Thin link efficiency: skip candidate added...
2016-12-15 Matt ArsenaultAMDGPU: Assembler support for vintrp instructions
2016-12-15 Michal Gorny[test] Extend llvm_shlib_dir fix to unittests
2016-12-15 Hans WennborgRevert r289690 "[sanitizer] intercept bstring functions...
2016-12-15 Matthew Simpson[LV] Enable vectorization of loops with conditional...
2016-12-15 Andrea Di Biagio[SimplifyCFG] Merge debug locations when hoisting an...
2016-12-15 Geoff Berry[LiveRangeEdit] Change eliminateDeadDef assert to if...
2016-12-15 Peter CollingbourneLibDriver: Allow resource files to be archive members.
2016-12-15 Zachary TurnerRe-add the check for __has_attribute in StringLiteral.
2016-12-15 Boris UlasevichBrainF example: fixing segfault caused by outdated...
2016-12-15 Zachary TurnerIgnore -Wgcc-compat diagnostic in StringLiteral.
2016-12-15 Sanjay Patel[InstCombine] add folds for icmp (smin X, Y), X
2016-12-15 Reid KlecknerFix some remaining documentation references to MSVC...
2016-12-15 Zachary Turner[StringRef] Add enable-if to StringLiteral.
2016-12-15 Saleem Abdulrasoolxray: fix assembly macro definition
2016-12-15 Saleem Abdulrasoolsanitizers: silence -pedantic warning
2016-12-15 Mehdi AminiFix printf specifier handling: invalid specifier should...
2016-12-15 Kostya Serebryany[libFuzzer] doc update
2016-12-15 Ahmed Bougacha[GlobalISel] Drop workaround for Legalizer member/class...
2016-12-15 Justin Lebar[CUDA] Add --ptxas-path= flag.
next