platform/upstream/llvm.git
2016-08-18 Zachary TurnerFix json compilation database syntax on non-Windows.
2016-08-18 Yaxun Liu[OpenCL] AMDGCN: Fix size_t type
2016-08-18 Zachary TurnerResubmit "[Tooling] Parse compilation database command...
2016-08-18 Simon Atanasyan[ELF][MIPS] Support R_MIPS_GOT_HI16 / R_MIPS_GOT_LO16...
2016-08-18 Simon Atanasyan[ELF][MIPS] Support R_MIPS_CALL_HI16 / R_MIPS_CALL_LO16...
2016-08-18 Kyle ButtBranch Folding: Accept explicit threshold for tail...
2016-08-18 Reid Kleckner[MS] Silence -Wextern-init on const selectany variables
2016-08-18 Alexander Kornienko[clang-tidy docs] Move option descriptions to the Optio...
2016-08-18 Cameron DesrochersRemoved use of 'emplace' on std::map, since not all...
2016-08-18 Pete CooperAdd a version of Intrinsic::getName which is more effic...
2016-08-18 Richard SmithUse __has_include rather than a configure-time macro...
2016-08-18 Simon Pilgrim[X86][SSE] Missed insertps shuffle patterns
2016-08-18 Chris Bieneman[CMake] Silence message on multi-configuration generators
2016-08-18 Vitaly Buka[asan] Extend test
2016-08-18 Vitaly Buka[asan] Add one more test for __asan_set_shadow_*
2016-08-18 Valery Pykhtin[AMDGPU] add s_incperflevel/s_decperflevel intrinsics.
2016-08-18 Elliot ColpFix SystemZ compilation abort caused by negative AND...
2016-08-18 Duncan P. N... AArch64: Don't call getIterator() on iterators
2016-08-18 Eugene Zelenko[LLVM] Fix some Clang-tidy modernize-use-using and...
2016-08-18 Sanjay Patel[InstCombine] use m_APInt to allow icmp (udiv X, Y...
2016-08-18 Dan Gohman[WebAssembly] Disable the store-results optimization.
2016-08-18 Chandler Carruth[Assumptions] Make collecting ephemeral values not...
2016-08-18 Sean CallananFixed a problem where we failed to get the size of...
2016-08-18 Vedant KumarRevert "[Driver] Use llvm-config.h, not config.h to...
2016-08-18 Manman RenModule: add -fprebuilt-module-path to support loading...
2016-08-18 Vedant KumarFix -Wpessimizing-move error, NFC
2016-08-18 Sanjay Patel[InstCombine] clean up foldICmpUDivConstant; NFC
2016-08-18 Cameron Desrochers[libclang] Added missing entry for newly introduced...
2016-08-18 Duncan P. N... Reapply "ADT: Remove references in has_rbegin for rever...
2016-08-18 Chris Bieneman[CMake] Stop building eprintf library on Darwin
2016-08-18 Zachary TurnerResubmit "Write the TPI stream from a PDB to Yaml."
2016-08-18 Saleem Abdulrasoolllvm-objdump: add coff import library symbol listing...
2016-08-18 Eli Friedman[SCEVValidator] Don't reorder multiplies in extractCons...
2016-08-18 Duncan P. N... Revert "ADT: Remove references in has_rbegin for reverse()"
2016-08-18 Cameron Desrochers[libclang] Fixed signed/unsigned comparison warning...
2016-08-18 Duncan P. N... ADT: Remove references in has_rbegin for reverse()
2016-08-18 Artur PilipenkoCVP. Turn marking adds as no wrap (introduced by r27810...
2016-08-18 Ahmed Bougacha[AArch64][GlobalISel] Select floating-point binary...
2016-08-18 Ahmed Bougacha[GlobalISel] Add floating-point binary ops.
2016-08-18 Davide Italiano[IRCE] Switch over to LLVM_DUMP_METHOD. NFCI.
2016-08-18 Richard Barton[ARM] Correct ARMv8*-A optional extension definitions...
2016-08-18 Sanjay Patel[InstCombine] use m_APInt to allow icmp (mul X, Y)...
2016-08-18 Cameron Desrochers[libclang] Add clang_getAllSkippedRanges function
2016-08-18 Derek Schuff[WebAssembly] Refactor WebAssemblyLowerEmscriptenExcept...
2016-08-18 Ahmed Bougacha[AArch64][GlobalISel] Select G_SDIV/G_UDIV.
2016-08-18 Ahmed Bougacha[GlobalISel] Add support for DIV/REM.
2016-08-18 Sanjay Patel[InstCombine] use APInt in isSignTest instead of Consta...
2016-08-18 Oleg Ranevskyy[compiler-rt][tests] cpu_model_test.c test fails to...
2016-08-18 Pavel Labathgdb-remote: Remove manual locking from GetShlibInfoAddr
2016-08-18 Saleem Abdulrasoolllvm-readobj: handle import libraries with -coff-exports
2016-08-18 Sanjay Patelfix typo; NFC
2016-08-18 Krzysztof Parzyszek[Hexagon] Create vcombine in HexagonCopyToCombine
2016-08-18 Sanjay Patel[InstCombine] use m_APInt to allow icmp (xor X, Y)...
2016-08-18 Simon Pilgrim[X86][SSE] Add SSE1 tests to make sure we don't merge...
2016-08-18 Simon Dardis[mips] Correct tail call encoding for MIPSR6
2016-08-18 Chad Rosier[Reassociate] Add test for PR28367.
2016-08-18 Filipe CabecinhasAdd header guards to asan_descriptions.h
2016-08-18 Alex Bradbury(Trivial) TargetPassConfig: assert when TargetMachine...
2016-08-18 George Rimar[ELF] - Linkerscript: removed duplicate forward declara...
2016-08-18 George Rimar[ELF] - Inline defineSymbolVersion(). NFC.
2016-08-18 Ed MasteELF: ignore -EB and -EL options
2016-08-18 Pavel LabathMove QSyncThreadState packet generation to the gdb...
2016-08-18 Artem Dergachev[analyzer] Teach CloneDetector to find clones that...
2016-08-18 Aaron BallmanCorrect the documentation for isSignedInteger() and...
2016-08-18 Simon PilgrimRemove trailing whitespace
2016-08-18 Diana PicusRevert "ADT: Remove UB in ilist (and use a circular...
2016-08-18 Diana PicusRevert "ADT: Tidy up ilist_traits static asserts, NFC"
2016-08-18 Alexander Kornienko[clang-tidy docs] Minor fix
2016-08-18 Alexander Kornienko[clang-tidy docs] Fix formatting.
2016-08-18 Alexander Kornienko[clang-tidy docs] Fix build errors on Sphinx 1.4.5
2016-08-18 Daniel Sanders[mips][msan] Fix all the XPASSes following r278793...
2016-08-18 Tobias Grosser[BlockGenerator] Invalidate SCEV values for instruction...
2016-08-18 Filipe CabecinhasConvert AsanLocateAddress to Get*AddressInformation...
2016-08-18 Diana PicusRevert "[OpenMP] Sema and parsing for 'teams distribute...
2016-08-18 Gabor Horvathrevert [analyzer] Added valist related checkers.
2016-08-18 Guy Blanktest commit
2016-08-18 Gabor Horvath[analyzer] Added valist related checkers.
2016-08-18 Pavel Labathgdb-remote: Centralize thread specific packet handling
2016-08-18 Pavel LabathFix tests for the gdb-remote memory read packets
2016-08-18 Pavel LabathFix parsing of complicated C++ names
2016-08-18 Gabor Horvath[analyzer] Small cleanups when checkers retrieving...
2016-08-18 Eugene Leviant[ELF] Don't add input sections twice when linker script...
2016-08-18 Vedant Kumar[Driver] Use llvm-config.h, not config.h to unbreak...
2016-08-18 Richard SmithRemove debugging aids from this test and fix its expect...
2016-08-18 Petr Hosek[ELF] Linkerscript: support assignment outside SECTIONS
2016-08-18 George Burgess IV[Docs] More MemorySSA doc updates!
2016-08-18 Matthias BraunTestcase for r279022
2016-08-18 Kostya Serebryany[asan] trying to fix the windows bot
2016-08-18 Lang HamesRevert r279016 -- it breaks win32-elf JIT tests.
2016-08-18 Kostya Serebryany[sanitizer-coverag] update the docs in __sanitizer_cov_...
2016-08-18 Kostya Serebryany[sanitizer-coverage/libFuzzer] instrument comparisons...
2016-08-18 Kostya Serebryany[sanitizer-coverage] add __sanitizer_cov_trace_cmp...
2016-08-18 Teresa JohnsonFix bot failure due to new test
2016-08-18 Richard SmithPR28438: Update the information on an identifier with...
2016-08-18 Teresa Johnson[ThinLTO] Keep common symbols in ThinLTO modules
2016-08-18 Matthias BraunTailDuplicator: Fix crash after r278974
2016-08-18 Mehdi Amini[LTO] Promote before performing weak resolution
2016-08-18 Vitaly Buka[asan] Add support of lifetime poisoning into ComputeAS...
2016-08-18 Vitaly Buka[asan] Add __asan_set_shadow_*
2016-08-18 Lang Hames[RuntimeDyld] Strip leading '_' from symbols on 32...
next