platform/upstream/llvm.git
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.
2016-12-15 Sanjay Patel[x86] use a single shufps for 256-bit vectors when...
2016-12-15 Matthew Simpson[AArch64] Guard Misaligned 128-bit store penalty by...
2016-12-15 Ahmed Bougacha[AArch64][GlobalISel] Remove redundant RBI comments...
2016-12-15 Teresa Johnson[ThinLTO] Ensure callees get hot threshold when first...
2016-12-15 Chris Bieneman[CMake] Ensure Python files are inside the LLDB framewo...
2016-12-15 Chris Bieneman[CMake] Only support LLDB_BUILD_FRAMEWORK on CMake...
2016-12-15 Chris Bieneman[CMake] Minor change to symlink generation for LLDB
2016-12-15 Ahmed Bougacha[Driver] Bump default x86 cpu to Penryn when targeting...
2016-12-15 Kostya Kortchinsky[scudo] Use DefaultSizeClassMap for 32-bit
2016-12-15 Sanjay Patel[x86] use a single shufps when it can save instructions
2016-12-15 Kelvin LiFix typo in comment. NFC.
2016-12-15 Mike Aizatsky[sanitizers] dont dump coverage if not asked to
2016-12-15 Simon Pilgrim[X86][SSE] Fix domains for scalar store instructions
2016-12-15 Robert LougherRevert "[SimplifyCFG] In sinkLastInstruction correctly...
2016-12-15 Jacques Pienaar[lanai] Simplify small section check in LowerGlobalAddr...
2016-12-15 Kuba Mracek[tsan] Add interceptor for libcxx __shared_count::__rel...
2016-12-15 Simon Pilgrim[X86][AVX512] Moved instruction domain lookups to the...
2016-12-15 Saleem AbdulrasoolCodeGen: ubsan is built static on windows, give handler...
2016-12-15 Robert Lougher[SimplifyCFG] In sinkLastInstruction correctly set...
2016-12-15 George Rimar[ELF] - Make LLD accept Ttext-segment X/Ttext-segment...
2016-12-15 Krzysztof ParzyszekFix ubsan failures in lane mask shifts
2016-12-15 Simon Pilgrim[X86][SSE] Fix domains for VZEXT_LOAD type instructions
2016-12-15 George Rimar[ELF] - Apply format (2). NFC.
2016-12-15 George Rimar[ELF] - Apply format. NFC.
2016-12-15 Alexander TimofeevFix for regression after Global Load Scalarization...
2016-12-15 Hafiz Abid... Fix build for mingw.
2016-12-15 Krzysztof ParzyszekExtract LaneBitmask into a separate type
2016-12-15 Simon Pilgrim[CostModel][X86] Updated reverse shuffle costs
2016-12-15 Alexey Bataev[TEST] Initial commit of tests for minmax horizontal...
2016-12-15 Eric Liu[change-namespace] fix a case references to templated...
2016-12-15 Roman GareevRestrict ranges of extension maps
next