platform/upstream/llvm.git
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...
2016-11-07 Mehdi AminiFix libcxxabi CMake detection of libcxx path to handle...
2016-11-07 Derek Schuff[WebAssembly] Emit a BasePointer when we have overly...
2016-11-07 Dehao ChenReset debug loc to OldInduction in InnerLoopVectorizer...
2016-11-07 Davide Italiano[ELF] Use the SystemV hash in libObject instead of...
2016-11-07 Davide Italiano[lib/Object] Rename elf_hash to hashSysV.
2016-11-07 Haojian Wu[clang-tidy] Fix a regression issue introduced by r285239.
2016-11-07 Felix Berger[clang-tidy] Move incomplete type test into separate...
2016-11-07 Argyrios Kyrtzidis[index] Handle properly C++14's template variables.
2016-11-07 Argyrios Kyrtzidis[index] Make sure to mark class template symbols as...
2016-11-07 John McCallName some anonymous structs to avoid using a (very...
2016-11-07 Sean CallananUpdated ASTMerge/macro.m to use _Nullable.
2016-11-07 Reid Kleckner[lit] Print negative exit codes on Windows in hex
2016-11-07 Evgeniy StepanovUse -fsanitize-recover instead of -mllvm -msan-keep...
2016-11-07 Evgeniy StepanovUse -fsanitize-recover instead of -mllvm -msan-keep...
2016-11-07 Sanjoy DasAvoid tail recursion elimination across calls with...
next