platform/upstream/llvm.git
2016-11-08 Davide Italiano[LoopDistribute] Preserve GlobalsAA also in the new...
2016-11-08 Daniel JasperRemove FormatContext from libClang as it is now unused.
2016-11-08 Eli FriedmanDon't store Twine in a local variable.
2016-11-08 Dan Gohman[WebAssembly] Convert stackified IMPLICIT_DEF into...
2016-11-08 Ahmed Bougacha[GlobalISel] Dump all instructions inserted by selector.
2016-11-08 Ahmed Bougacha[GlobalISel] Permit select() to erase.
2016-11-08 Davide Italiano[LibcallsShrinkWrap] This pass doesn't preserve the...
2016-11-08 Chad RosierFix typo in comment. NFC.
2016-11-08 Michael KupersteinCODE_OWNERS: Take ownership of the loop vectorizer.
2016-11-08 Ulrich Weigand[SystemZ] Always use semantic instruction classes
2016-11-08 Ulrich Weigand[SystemZ] Refactor InstRR* instruction format patterns
2016-11-08 Ulrich Weigand[SystemZ] Rename some Inst* instruction format classes
2016-11-08 Nirav Dave[MC][AArch64] Cleanup end-of-line parsing in AArch64...
2016-11-08 Daniel JasperRevert "Remove now unnecessary FormatRewriterContext."
2016-11-08 Ulrich Weigand[SystemZ] Refactor branch and conditional instruction...
2016-11-08 Daniel JasperRemove now unnecessary FormatRewriterContext.
2016-11-08 Rafael EspindolaDon't add null and discarded sections to the global...
2016-11-08 Piotr PadlewskiNFC small changes in MemDep
2016-11-08 Wei Mi[RegAllocGreedy] Another fix about NewVRegs for last...
2016-11-08 Chris Bieneman[Test Suite] Properly quote python string
2016-11-08 Alexander KornienkoRemove mentions of clang-analyzer-alpha
2016-11-08 Sanjay Patel[InstCombine] move min/max tests to min/max test file...
2016-11-08 Sanjay Patel[InstCombine] update checks; NFC
2016-11-08 Chris Bieneman[Test Suite] Attempt to fix issue zturner reported...
2016-11-08 Tim NorthoverGlobalISel: support selecting fpext/fptrunc instruction...
2016-11-08 Anton KorobeynikovFix PR27500: on MSP430 the branch destination offset...
2016-11-08 Chad RosierRemove unused include. NFC.
2016-11-08 Sanjay Patel[docs] fix link to AMD manuals (PR30946)
2016-11-08 Eugene Leviant[ELF] Attempt to fix buildbot (duplicate _gp symbol)
2016-11-08 Dehao ChenUse the last 7 bits to represent the discriminator...
2016-11-08 Eugene Leviant[ELF] Better error reporting for duplicate symbol
2016-11-08 Daniel Jasper[clang-format] Remove (SourceManager, FileID) variants
2016-11-08 Rafael EspindolaRemove dead arguments. NFC.
2016-11-08 Simon Pilgrim[X86][SSE] Regenerate test (just adds missing header)
2016-11-08 George Rimar[ELF] - Fix mistype. NFC.
2016-11-08 Simon Pilgrim[TargetLowering] Fix undef vector element issue with...
2016-11-08 Rafael EspindolaDelete the InterpSection class.
2016-11-08 Pablo Barrio[JumpThreading] Unfold selects that depend on the same...
2016-11-08 Rafael EspindolaRevert "[ELF] Make InputSection<ELFT>::writeTo virtual"
2016-11-08 Rafael EspindolaDelete the CommonSection class.
2016-11-08 Simon Pilgrim[VectorLegalizer] Expansion of CTLZ using CTPOP when...
2016-11-08 Rafael Espindolacleanup hashSysV a bit.
2016-11-08 Roger Ferrer... [AArch64] Fix incorrect CSEL node created
2016-11-08 Simon Dardis[mips] Renable small data section test.
2016-11-08 Ayman Musa[X86][AVX512][Clang] Add support for mask_{move|store...
2016-11-08 Kirill Bobyrev[clang-tidy] Improve rename_check.py.
2016-11-08 Amara EmersonAdds the loop end location to the loop metadata.
2016-11-08 Eugene Leviant[ELF] Test case update (orphan.s)
2016-11-08 Eugene Leviant[ELF] Heuristic for placing orphan section
2016-11-08 Vladimir YakovlevTest commit of vbyakovl.
2016-11-08 Sylvestre LedruFix memory leaks (coverity issues 1365586 & 1365591)
2016-11-08 Alexander Kornienko[clang-tidy] clang-analyzer-alpha* checks are not regis...
2016-11-08 Mandeep Singh... [clang-tools-extra] Format sources with clang-format...
2016-11-08 George Rimar[ELF] - Fixed mistype. NFC.
2016-11-08 Alexander KornienkoUse AnalyzerOptions::getRegisteredCheckers() instead...
2016-11-08 Alexander KornienkoAdd a method to get the list of registered static analy...
2016-11-08 Tobias GrosserSCEVValidator: reduce indentation to increase readabili...
2016-11-08 Craig Topper[AVX-512] Add an avx512f without avx512vl command line...
2016-11-08 Vedant Kumar[lldb] Don't build unit tests for unsupported targets
2016-11-08 Peter CollingbourneIR, Bitcode: Change bitcode reader to no longer own...
2016-11-08 Alexander Kornienko[clang-tidy] Simplify matchers
2016-11-08 Stephen Hinesclang-format: Use git-ls-tree to get file mode in diff...
2016-11-08 Dmitry Vyukovtsan: more precise handling of atomic stores
2016-11-08 Justin Bognercmake: Don't try to install exports if there aren't any
2016-11-08 Justin Bognercmake: Don't try to install exports if there aren't any
2016-11-08 Zachary TurnerConvert some Expression parser functions to StringRef.
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-11-08 Peter CollingbourneBitcode: Split out block info reading into a separate...
2016-11-08 Tony Jiang[PowerPC] Implement remaining vector comparison builtins.
2016-11-08 Zachary TurnerRewrite OutputFormattedHelpText in terms of StringRef.
2016-11-08 George Burgess IVAdd a missing break statement. NFC.
2016-11-08 Shoaib Meenai[libc++] Remove unnecessary MSVCRT exclusions
2016-11-08 George Burgess IVMake a const variable static. NFC.
2016-11-08 Davide Italiano[LTO] Don't leak BitcodeFiles. Found by the asan bot.
2016-11-08 Davide Italiano[ELF] Don't leak the ".data" section. Fixes an asan...
2016-11-08 Evgeniy Stepanov[asan] Add missing header in a test.
2016-11-08 Tim NorthoverGlobalISel: improve error diagnostics when IRTranslatio...
2016-11-08 Richard SmithCorrectly ignore unnamed bit-fields when checking wheth...
2016-11-08 Evgeniy Stepanov[asan] Fix asan-rt bitness issues in asan_device_setup...
2016-11-08 Evgeniy Stepanov[asan] Fix one test on Android N.
2016-11-08 Haojian Wu[clang-tidy] Don't warn implicit variables in peformanc...
2016-11-08 Tim NorthoverGlobalISel: support selecting G_SELECT on AArch64.
2016-11-08 Mandeep Singh... [CMake] Fix llvm_setup_rpath function
2016-11-08 Tim NorthoverGlobalISel: constrain PHI registers on AArch64.
2016-11-07 Justin Bognercmake: Support exports correctly with LLVM_DISTRIBUTION...
2016-11-07 Eli Friedman[LTO] Add error message on IO error in compileOptimized...
2016-11-07 Enrico GranataSimplify the PrintableRepresentationSpecialCases code...
2016-11-07 Chad Rosier[AArch64] Remove dead check prefixes after r286110...
2016-11-07 Chad Rosier[AArch64] Rename test to reflect changes after r286110...
2016-11-07 Adam Nemet[opt-viewer] Avoid division by zero
2016-11-07 Stanislav Mekhanoshin[AMDGPU] Allow hoisting of comparisons out of a loop...
2016-11-07 Jim InghamUserExpression::Evaluate only returns a non-empty Value...
2016-11-07 Adam Nemet[OptDiag, opt-viewer] Save callee's location and displa...
2016-11-07 Sanjin Sijaric[AArch64] Transfer memory operands when lowering vector...
2016-11-07 Lang Hames[docs] Add a pointer to ExitOnError to the discussion...
2016-11-07 Kuba Brecka[tsan] Change nullptr to NULL in realloc-zero.cc test...
2016-11-07 Sanjoy Das[TRE] Remove dead code
2016-11-07 Mehdi AminiFix typo in CMakeLists.txt: provide the path to libcxx...
2016-11-07 Mehdi Amini[doc] Add documentation about how to use a monorepo
2016-11-07 Mehdi AminiAdd experimental support for unofficial monorepo-like...
next