platform/upstream/llvm.git
2016-11-29 Jacques Pienaar[lanai] Manually match 0/-1 with R0/R1.
2016-11-29 Nemanja IvanovicRevert https://reviews.llvm.org/rL287679
2016-11-29 Eugene ZelenkoFix some Clang-tidy and Include What You Use warnings...
2016-11-29 Paul RobinsonEmit 'no line' information for interesting 'orphan...
2016-11-29 Simon Pilgrim[X86][AVX512VL] Improved testing of vcvtpd2ps, vcvtpd2d...
2016-11-29 Adam Nemet[GVN] Basic optimization remark support
2016-11-29 Simon Pilgrim[X86][AVX512DQVL] Improved testing of vcvtqq2ps/vcvtuqq...
2016-11-29 Richard Smith[c++1z] PR31210: ignore exception specification when...
2016-11-29 Hans WennborgDon't try to merge DLL attributes on redeclaration...
2016-11-29 Sanjay Patel[AArch64] allow and-not-compare transform to form ...
2016-11-29 Zachary TurnerAdd documentation for the PDB Module Info stream.
2016-11-29 Xinliang David Li[Profile] Fix value profiler eviction bug
2016-11-29 John McCallgetObjCEncodingForMethodDecl cannot fail. Simplify...
2016-11-29 Peter CollingbourneBitcode: Add a more comprehensive multi-module test...
2016-11-29 Peter CollingbourneAdd llvm-modextract tool.
2016-11-29 Justin Lebar[StructurizeCFG] Fix infinite loop in rebuildSSA.
2016-11-29 Kevin EnderbyAdd to llvm-objdump the -no-leading-headers option...
2016-11-29 Peter CollingbourneAdd missing dependency.
2016-11-29 Reid KlecknerDon't declare IsEnumDeclComplete as extern
2016-11-29 Mehdi AminiChange Error unittest to use the LLVM_ENABLE_ABI_BREAKI...
2016-11-29 Peter CollingbourneBitcode: Introduce BitcodeWriter interface.
2016-11-29 Chad Rosier[AArch64] Add a basic SchedMachineModel for Falkor.
2016-11-29 Richard SmithSupport constant expression evaluation for wchar_t...
2016-11-29 David BlaikieUse CallSite to simplify code
2016-11-29 Matt ArsenaultAMDGPU: Disallow exec as SMEM instruction operand
2016-11-29 Matt ArsenaultAMDGPU: Use SGPR_64 for argument lowerings
2016-11-29 Geoff Berry[LiveRangeEdit] Handle instructions with no defs correctly.
2016-11-29 Matt ArsenaultAMDGPU: Rename flat operands to match mubuf
2016-11-29 Matt ArsenaultAMDGPU: Use else if
2016-11-29 Kuba Mracek[sanitizer] Add macOS minimum deployment target to...
2016-11-29 Matt ArsenaultAMDGPU: Materialize frame index before add
2016-11-29 Matt ArsenaultAMDGPU: Refactor immediate folding logic
2016-11-29 Sanjay Patel[AArch64] add tests for bics; NFC
2016-11-29 Rui UeyamaUse StringRefZ explicitly instead of const char *.
2016-11-29 Pavel LabathAdd back some of the previous lldb-server dependencies
2016-11-29 Sanjay Patel[AArch64] add tests to show select transforms; NFC
2016-11-29 Adam NemetRevert "[GVN] Basic optimization remark support"
2016-11-29 Adam NemetRevert "[GVN, OptDiag] Include the value that is forwar...
2016-11-29 Adam NemetRevert "[GVN, OptDiag] Print the interesting instructio...
2016-11-29 Geoff Berry[AArch64] Fold spills of COPY of WZR/XZR
2016-11-29 Eugene ZelenkoFix some Clang-tidy modernize-use-default and Include...
2016-11-29 Eugene ZelenkoFix some Clang-tidy modernize-use-default and Include...
2016-11-29 Filipe CabecinhasRevert "Compiler-rt part of D26230: Add (constant)...
2016-11-29 Rui UeyamaIntroduce StringRefZ class to represent null-terminated...
2016-11-29 Mehdi Amini[docs] Typos and whitespace fixed in LTO docs.
2016-11-29 Simon PilgrimAvoid repeated calls to MVT getSizeInBits and getScalar...
2016-11-29 Pavel LabathRemove some OS-specific plugins from lldb-server depend...
2016-11-29 NAKAMURA TakumiSuppress abi-breaking.h on cygming, for now.
2016-11-29 NAKAMURA TakumiFix a linefeed at eof.
2016-11-29 Pavel LabathRemove assorted other plugins which are not needed...
2016-11-29 Roger Ferrer... Protect std::array tests under noexceptions
2016-11-29 Pavel LabathRemove dynamic loader, platform and ABI plugins from...
2016-11-29 Anastasia Stulova[OpenCL] Prevent generation of globals in non-constant...
2016-11-29 Filipe CabecinhasCompiler-rt part of D26230: Add (constant) masked load...
2016-11-29 Artur Pilipenko[CVP] Remove use of removed flag (-cvp-dont-process...
2016-11-29 Michael Kruse[DeLICM] Add pass boilerplate code.
2016-11-29 Pavel LabathSpecify the dependencies of lldb-server manually
2016-11-29 Roger Ferrer... Protect std::string tests under libcpp-no-exceptions
2016-11-29 Roger Ferrer... Protect std::{,unordered_}map tests under noexceptions
2016-11-29 Roger Ferrer... Protect locale tests under noexceptions
2016-11-29 Roger Ferrer... Protect test for dynarray under libcpp-no-exceptions
2016-11-29 Artur Pilipenko[CVP] Remove cvp-dont-process-adds flag
2016-11-29 Peter Smith[ELF] Add support for static TLS to ARM
2016-11-29 Nemanja Ivanovic[PowerPC] Improvements for BUILD_VECTOR Vol. 1
2016-11-29 George Rimar[ELF] - Disable emiting multiple output sections when...
2016-11-29 George Rimar[ELF] - Add support of proccessing of the rest allocata...
2016-11-29 Alexey Bataev[SLP] Add a new test for tree vectorization starting...
2016-11-29 Simon Pilgrim[X86] Moved getTargetConstantFromNode function so a...
2016-11-29 Bob Haarman[profile] use GetComputerNameExW instead of gethostname...
2016-11-29 Benjamin Kramer[include-fixer] Don't eat one token too many when repla...
2016-11-29 Michael KrusecanSynthesize: Remove unused argument LI. NFC.
2016-11-29 Aditya Kumar[libcxx] remove unused code
2016-11-29 Aditya Kumar[GVNHoist] Rename variables.
2016-11-29 Aditya Kumar[GVNHoist] Enable aggressive hoisting when optimizing...
2016-11-29 Simon Pilgrim[X86][SSE] Add initial support for combining target...
2016-11-29 Eric Liu[change-namespace] fix non-calling function references.
2016-11-29 Simon PilgrimAvoid repeated calls to MVT::getScalarSizeInBits()...
2016-11-29 Simon Atanasyan[ELF][MIPS] Make stable an order of GOT page address...
2016-11-29 Simon Pilgrim[X86][SSE] Added tests showing missed combines to ...
2016-11-29 Chandler Carruth[PM] Fix a bad invalid densemap iterator bug in the...
2016-11-29 Tobias GrosserUpdate for clang-format change in r288119
2016-11-29 Benjamin Kramer[AST] Use static_assert to verify types instead of...
2016-11-29 Simon Atanasyan[ELF][MIPS] Add new check to the test case in attempt...
2016-11-29 Malcolm Parsons[StringRef] Use default member initializers and = default.
2016-11-29 Simon Atanasyan[ELF][MIPS] Restore Config->Threads for MIPS targets
2016-11-29 Simon Atanasyan[ELF][MIPS] Do not change MipsGotSection state in the...
2016-11-29 Simon Atanasyan[ELF][MIPS] Replace the magic number of GOT header...
2016-11-29 Simon Atanasyan[ELF][MIPS] Fix calculation of GOT "page address" entri...
2016-11-29 Alexey Bader[OpenCL] Prohibit using reserve_id_t in program scope.
2016-11-29 Krasimir GeorgievRemoved DEBUG_TYPE from TokenAnalyzer.h
2016-11-29 Yaron KerenCorrect comment: we are creating a canonicla decltypetype.
2016-11-29 George Rimar[ELF] - Implemented -N (-omagic) command line option.
2016-11-29 Pavel LabathRemove ConnectionSharedMemory
2016-11-29 Daniel Jasperclang-format: [JS] Properly format dict literals that...
2016-11-29 Daniel Jasperclang-format: Wrap complex binary expressions on the...
2016-11-29 Daniel Jasperclang-format: Fix unnnecessary line break.
2016-11-29 Hafiz Abid... Fix a typo.
2016-11-29 Pavel LabathRemove ConnectionMachPort
2016-11-29 Marcin KoscielnickiRevert "Revert "[ASan] Enable on SystemZ.""
2016-11-29 Alexey Bataev[SLPVectorizer] Improved support of partial tree vector...
next