platform/upstream/llvm.git
2016-11-15 Greg ClaytonImprove DWARF parsing speed by improving DWARFAbbreviat...
2016-11-15 Rui UeyamaIdentify object files compiled with cl.exe /GL.
2016-11-15 Rui UeyamaFix -Wswitch.
2016-11-15 Rui UeyamaAdd a file magic for CL.exe's object file created with...
2016-11-15 Lang Hames[ORC] Temporarily disable RPCUtils unit test.
2016-11-15 Zachary TurnerFix some more Printf warnings.
2016-11-15 Zachary TurnerFix some more StringRef printf warnings.
2016-11-15 Saleem Abdulrasoolllvm-strings: support the `-n` option
2016-11-15 Matt ArsenaultAMDGPU: Set hasExtraSrcRegAllocReq on v_div_scale_*
2016-11-15 Matt ArsenaultAMDGPU: Fix formatting of 1/2pi immediate
2016-11-15 Tom StellardMIRParser: Add support for parsing vreg reg alloc hints
2016-11-15 Vitaly BukaAvoid calling std::memcmp with nullptr
2016-11-14 Adrian McCarthyFix TestMiniDumpNew.py test for Python 2/3 issue
2016-11-14 Greg ClaytonFix a deadlock issue that would happen when loading...
2016-11-14 Evandro Menezes[AArch64] Compute the Newton series for reciprocals...
2016-11-14 Zachary TurnerFix some StringRef Printf warnings.
2016-11-14 Peter CollingbourneLinker: Remove unnecessary call to copyMetadata in...
2016-11-14 Vedant Kumar[cfi] Mark tests as xfailing on Darwin
2016-11-14 Tim NorthoverGlobalISel: add tests for G_ZEXT/G_SEXT to types smalle...
2016-11-14 Vedant Kumar[cfi] Mark some tests as requiring additional support...
2016-11-14 Devin Coughlin[analyzer] Fix crash in NullabilityChecker calling...
2016-11-14 Sanjay Patel[InstCombine] add tests to show missing bitcast folds
2016-11-14 Chris BienemanOne more cleanup to lldb version printing
2016-11-14 Kuba Brecka[sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET...
2016-11-14 Adrian PrantlRemove redundant uses of \brief.
2016-11-14 Vitaly BukaDon't pass nullptr into memcpy
2016-11-14 Tom StellardRegAllocGreedy: Properly initialize this pass, so that...
2016-11-14 Kuba Brecka[tsan] Add support for C++ exceptions into TSan (call...
2016-11-14 Kuba Brecka[tsan] Add support for C++ exceptions into TSan (call...
2016-11-14 Jonathan PeytonUpdate stats-gathering code
2016-11-14 Saleem AbdulrasoolRevert "Revert "llvm-strings: support printing the...
2016-11-14 Jonathan PeytonIntroduce dynamic affinity dispatch capabilities
2016-11-14 Kevin EnderbyAdd a checkSymbolTable() method to the MachOObjectFile...
2016-11-14 Krzysztof Parzyszek[Hexagon] Give a predicate function a more meaningful...
2016-11-14 Evgeniy StepanovTemporarily relax test expectations to fix failures...
2016-11-14 Marshall ClowP0503R0, adopted in Issaquah, rewords some requirements...
2016-11-14 Marshall ClowMissed a test with exceptions disabled earlier. Oops.
2016-11-14 Tim NorthoverARM: try to fix GCC 4.8 compilation again after r286881.
2016-11-14 Tim NorthoverRecommit: ARM: sort register lists by encoding in push...
2016-11-14 Vitaly BukaFix heap-use-after-free coff::createPDB
2016-11-14 Geoff Berry[AArch64] Change some pointers to references. NFC.
2016-11-14 Michael Kuperstein[X86] Tests exhibiting bad parial reloading behavior...
2016-11-14 Marshall ClowImplement P0516: 'Clarify That shared_future’s Copy...
2016-11-14 Rui UeyamaAttempt to fix freaky bot.
2016-11-14 Geoff Berry[AArch64] Split 0 vector stores into scalar store pairs.
2016-11-14 Geoff Berry[AArch64] Factor out transform code from split16BStore...
2016-11-14 Eric Liu[change-namespace] consider typedef/using alias decls...
2016-11-14 Marshall ClowMake one of the new tests fail correctly on pre-C+...
2016-11-14 Teresa Johnson[ThinLTO] Only promote exported locals as marked in...
2016-11-14 Kostya Serebryany[libFuzzer] replace 'auto' with 'auto *' to better...
2016-11-14 Daniel SandersRevert: r286868 - Test commit
2016-11-14 Daniel SandersTest commit
2016-11-14 Tim NorthoverRevert "ARM: sort register lists by encoding in push...
2016-11-14 Tim NorthoverARM: sort register lists by encoding in push/pop instru...
2016-11-14 Michael KupersteinGive SLP vectorizer credit where it's due.
2016-11-14 Marshall ClowImplement P0510 'Make future_error Constructible' adopt...
2016-11-14 Sean Fertile[PPC] altivec.h functions for converting half precision...
2016-11-14 Sean Fertile[PPC] Add intrinsic mapping to the xscvhpsp instruction
2016-11-14 Adam Nemet[opt-viewer] Don't fail with remarks without debug...
2016-11-14 Changpeng FangAMDGPU/SI: Support data types other than V4f32 in image...
2016-11-14 Kuba Brecka[sanitizer] Max out allowed macOS deployment targets...
2016-11-14 Marshall ClowFixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759...
2016-11-14 Davide Italiano[ELF] Clarify why `lld -flavor gnu` is used.
2016-11-14 Anastasia StulovaFix OpenCL test for buildbot by removing extra (erroneo...
2016-11-14 Zvi Rackover[X86] Adding reproducer for pr30981
2016-11-14 Reid KlecknerRemove pwd to fix WinASan bot
2016-11-14 Zachary Turner[PDB] Add documentation for the DBI Stream.
2016-11-14 Zachary Turner[PDB] Add documentation for the PDB Stream.
2016-11-14 Bob WilsonUse _Unwind_Backtrace on Apple platforms.
2016-11-14 Reid KlecknerSplit strncmp and strncasecmp test and XFAIL one for...
2016-11-14 Anastasia Stulova[OpenCL] Fix for integer parameters of enqueue_kernel
2016-11-14 Reid Kleckner[asan/win] Delay load dbghelp.dll to delay ucrtbase...
2016-11-14 Stephan T.... [libcxx] [test] D26314: Fix MSVC warning C4189 "local...
2016-11-14 Mandeep Singh... [clang docs] Minor fix in ClangCheck.rst
2016-11-14 Adrian PrantlTypo
2016-11-14 Teresa JohnsonRestore "[ThinLTO] Prevent exporting of locals used...
2016-11-14 Sumanth Gundapaneni[Hexagon] Remove unsafe load instructions that affect...
2016-11-14 Sumanth GundapaneniFix the unit test darwin-multiarch-arm.c for windows
2016-11-14 Stephan BergmannHandle non-inlined clang::Type::getAs specializations...
2016-11-14 Teresa Johnson[ThinLTO] Make inline assembly handling more efficient...
2016-11-14 Tom StellardFix build since r286752.
2016-11-14 Simon Pilgrim[CostModel][X86] Added mul costs for vXi8 vectors
2016-11-14 Rafael EspindolaFix program header propagation.
2016-11-14 Anastasia Stulova[OpenCL] Change to clk_event parameter in enqueue_kernel.
2016-11-14 Marshall ClowUpdate C++1z status with LWG papers from Issaquah.
2016-11-14 Marshall ClowUpdate C++1z status with LFTS issues from Issaquah.
2016-11-14 Haojian Wu[clang-move] Fix an incorrect range for the functions...
2016-11-14 Simon Pilgrim[X86][AVX] Fixed v16i16/v32i8 ADD/SUB costs on AVX1...
2016-11-14 George Rimar[ELF] - Ignore -Map,-M and --cref options.
2016-11-14 Sean Fertile[PPC] add extract sig/exp test data class for vec float...
2016-11-14 Sean Fertile[PPC] add intrinsics for vec extract exp/significand...
2016-11-14 Marshall ClowUpdate C++1z status with C++17 issues from Issaquah...
2016-11-14 Rafael EspindolaDelay removing empty section commands. NFC.
2016-11-14 Rafael EspindolaFactor out removeEmptyCommands. NFC.
2016-11-14 Haojian Wu[clang-move] Abstract a ClassMather for matching class...
2016-11-14 Rafael EspindolaFactor out placeOrphanSections. NFC.
2016-11-14 Roger Ferrer... Protect std::ios tests under libcpp-no-exceptions
2016-11-14 Aaron BallmanReverting r285406, which was a temporary workaround...
2016-11-14 Pekka JaaskelainenFix r286819 (accidentally patched multiple times.
2016-11-14 Renato GolinRevert "llvm-strings: support printing the filename"
next