platform/upstream/llvm.git
2016-11-13 Simon Pilgrim[X86][SSE] Add additional test case for PR30845
2016-11-13 Ayman Musa[X86][AVX512] Removing llvm x86 intrinsics for _mm_mask...
2016-11-13 Logan Chienarm: Fix ttype encoding assertion failure.
2016-11-13 Logan Chien[CMake] Fix libc++abi arm build w/o libunwind.
2016-11-13 Ayman Musa[X86][AVX512] Add patterns for all variants of VMOVSS...
2016-11-13 Craig Topper[AVX-512] Replace masked dword and qword variable shift...
2016-11-13 Craig Topper[X86] Remove extra escaped new lines in intrinsic heade...
2016-11-13 Craig Topper[InstCombine][AVX-512] Teach InstCombineCalls to handle...
2016-11-13 Craig Topper[AVX-512] Add unmasked intrinsics for variable shifts...
2016-11-13 Konstantin... [AMDGPU] Add f16 support (VI+)
2016-11-13 Peter CollingbourneBitcode: Change module reader functions to return an...
2016-11-13 Peter CollingbourneAnalysis: Simplify the ScalarEvolution::getGEPExpr...
2016-11-13 Peter CollingbourneBitcode: More precise casting. NFCI.
2016-11-13 Peter CollingbourneIR: Change the Type::get{Array,Vector,Pointer}ElementTy...
2016-11-13 Faisal ValiFix PR28366: Handle variables from enclosing local...
2016-11-13 Zachary TurnerMake OptionParser::Parse() take StringRef.
2016-11-13 Craig Topper[AVX-512] Move masked shift intrinsics tests to the...
2016-11-13 Zachary TurnerFix some use-after-frees that my last CL introduced.
2016-11-13 Zachary TurnerChange ValueObject creation functions to take StringRefs.
2016-11-13 Zachary TurnerChange IOHandlerConfirm to use StringRefs.
2016-11-13 Zachary TurnerChange some more CommandObject functions to StringRef.
2016-11-13 Konstantin... [AMDGPU] Add f16 builtin functions (VI+)
2016-11-13 Zachary TurnerChange ArgumentHelpCallbackFunction to return a StringRef.
2016-11-13 Craig Topper[InstCombine][AVX-512] Expand vector shift handling...
2016-11-13 Craig Topper[AVX-512] Add returns to shift intrinsics that converte...
2016-11-13 Sanjay Patel[x86] add smin/smax with zero tests
2016-11-13 Brad SmithRevert r286735 due to test failure
2016-11-12 Brad SmithLink static PIE programs against rcrt0.o on OpenBSD
2016-11-12 Simon Pilgrim[X86][SSE] Add test case for PR30845
2016-11-12 Craig Topper[AVX-512] Use scalar vfmsub/vfnmsub mask3 intrinsics...
2016-11-12 Lang Hames[ORC] Remove the 'const' qualifier from the member...
2016-11-12 Zachary TurnerMake CommandObject help getters/setters use StringRef.
2016-11-12 Zachary TurnerMake DiagnosticsManager functions take StringRefs.
2016-11-12 Saleem Abdulrasooltest: explicitly use gnu format
2016-11-12 Zachary TurnerMake CommandReturnObject methods accept StringRefs.
2016-11-12 Saleem Abdulrasoolllvm-strings: trivialise logic until we support more...
2016-11-12 Zachary TurnerMake ValueObjectMemory::Create accept StringRefs.
2016-11-12 Craig Topper[AVX-512] Remove the remaining masked shift by immediat...
2016-11-12 Zachary Turner[Support] Add StringRef::find_lower and contains_lower.
2016-11-12 Zachary TurnerMake Options::SetOptionValue take a StringRef.
2016-11-12 Zachary TurnerDisable sanitizer tests on Windows.
2016-11-12 Serge PavlovUse descriptive message if list initializer is incorrec...
2016-11-12 Michal Gorny[OCaml] Clear cross-target test deps when building...
2016-11-12 Sylvestre LedruAs we released 3.9, from the 4.0 release notes, points...
2016-11-12 Sylvestre LedruAs we released 3.9, from the 4.0 release notes, points...
2016-11-12 Sylvestre LedruAdd the new option -Og in the release notes. See r28660...
2016-11-12 Sylvestre LedruAdd support of the next Ubuntu (17.04 - Zesty Zapus)
2016-11-12 Daniel Jasperclang-format: Support ObjC selectors with unnamed param...
2016-11-12 Craig Topper[AVX-512] Convert the rest of the masked shift by immed...
2016-11-12 George Rimar[ELF] - Add support for locals list in version script.
2016-11-12 George Rimar[ELF] - Fixed comment. NFC.
2016-11-12 Craig Topper[AVX-512] Add unmasked version of shift by immediate...
2016-11-12 Craig TopperCODE_OWNERS: Take ownership of the X86 backend.
2016-11-12 Craig Topper[AVX-512] Add support for lowering shuffles to VALIGND...
2016-11-12 Vitaly Buka[asan] Fix strncmp and strncasecmp interceptors
2016-11-12 Saleem Abdulrasoolbuild: add a dependency on llvm-strings
2016-11-12 Saleem Abdulrasoolllvm-strings: ensure that the last string is correctly...
2016-11-12 whitequark[OCaml] Adapt to the new attribute C API.
2016-11-12 whitequark[C API] Fix several null pointer dereferences.
2016-11-12 Kostya Serebryany[libFuzzer] one more trophy
2016-11-12 Kostya Serebryany[libFuzzer] use a valid ASCII string for a dummy seed...
2016-11-12 Lang Hames[ORC] Add a WrappedHandlerReturn type to map handler...
2016-11-12 Devin Coughlin[analyzer] Update 'Automated' to 'Automatic' from r286694.
2016-11-12 Richard Smith[c++1z] Support constant folding for __builtin_strchr...
2016-11-12 Rui UeyamaRemove dead code.
2016-11-12 Devin Coughlin[analyzer] Fix copy-pasta in NullableReturnedFromNonnul...
2016-11-12 Mehdi AminiAdd instructions in clang get_started page about workin...
2016-11-12 Mehdi AminiImprove `git llvm push` to suggest `git pull` when...
2016-11-12 Devin Coughlin[analyzer] Improve misleading RetainCountChcker diagnos...
2016-11-12 Anna Zaks[tsan] Test that false races from ObjC's dealloc, ...
2016-11-12 Zachary TurnerOne more set of changes to fix formatv() on linux.
2016-11-12 Zachary TurnerAdd missing #include.
2016-11-12 Zachary TurnerFix another problem with formatv().
2016-11-12 Kostya Serebryany[libFuzzer] use less stack
2016-11-12 Rui UeyamaRemove extra semicolon.
2016-11-12 Tom StellardAMDGPU/SI: Promote i16 = fp_[us]int f32 for VI
2016-11-12 Zachary TurnerTry to fix build after llvm::formatv() patch.
2016-11-12 Richard Smith[c++1z] std::byte didn't make it
2016-11-12 Rui UeyamaEmit Section Contributions.
2016-11-11 Zachary TurnerFix -Werror build with clang-cl.
2016-11-11 Zachary Turner[Support] Introduce llvm::formatv() function.
2016-11-11 Richard Smith[c++1z] Two more features have been accepted.
2016-11-11 Argyrios Kyrtzidis[index] Rename SymbolSubKind -> SymbolProperty, NFC.
2016-11-11 Richard Smith[c++1z] p0522 is approved.
2016-11-11 Richard Smith[c++1z] Add constant-folding support for strcmp, strncm...
2016-11-11 Rui UeyamaDefine DbiStreamBuilder::addSectionContribs.
2016-11-11 Tom StellardAMDGPU/SI: Fix visit order assumption in SIFixSGPRCopies
2016-11-11 Richard TrieuPrint correct directory in merge script.
2016-11-11 Evgeniy Stepanov[tsan] Fix typo in test.
2016-11-11 Reid KlecknerDisable a test using posix_spawn on Android
2016-11-11 Anna Zaks[tsan][clang] Introduce a function attribute to disable...
2016-11-11 Sanjay Patel[InstCombine] use dyn_cast rather isa+cast; NFC
2016-11-11 Evgeniy StepanovTread TSan LLVM flags to driver: unit tests.
2016-11-11 Evgeniy StepanovTread TSan LLVM flags to driver: add TSan controlling...
2016-11-11 Sanjay Patel[InstCombine] update test to use FileCheck; NFC
2016-11-11 Rafael EspindolaAdd missing REQUIRES.
2016-11-11 Kostya Serebryany[libFuzzer] do not initialize parts of TracePC -- let...
2016-11-11 Sanjay Patel[InstCombine] clean up foldSelectOpOp(); NFC
2016-11-11 Anna Zaks[tsan][llvm] Implement the function attribute to disabl...
2016-11-11 Adam Nemet[LV] Stop saying "use -Rpass-analysis=loop-vectorize"
next