platform/upstream/llvm.git
2016-12-12 Bruno Cardoso... [CrashReproducer] Collect PCH included via -include-pch
2016-12-12 Bruno Cardoso... [Frontend] Use vfs for directory iteration while search...
2016-12-12 Samuel AntaoFix typo and remove unnecessary statement.
2016-12-12 Mehdi AminiRemove IsMetadataMaterialized from BitcodeReader (NFC)
2016-12-12 Geoff Berry[LiveRangeEdit] Add assert string and descriptive comment.
2016-12-12 Michael KupersteinBring back note about not supporting global register...
2016-12-12 Dimitry AndricFix compile with GCC 5 or later
2016-12-12 Reid KlecknerRevert "[SCEVExpand] do not hoist divisions by zero...
2016-12-12 Vedant KumarAvoid use of std::to_string. NFC.
2016-12-12 Peter CollingbourneCOFF: Fix memory leaks reported by lsan.
2016-12-12 Samuel AntaoFix format and a few typos in comments.
2016-12-12 Peter Collingbournesymbolizer: Add lseek64 to global symbol list.
2016-12-12 Simon Atanasyan[mips] For PIC code convert unconditional jump to uncon...
2016-12-12 Nicolai HaehnleAMDGPU: llvm.amdgcn.interp.mov is a source of divergence
2016-12-12 Filipe Cabecinhas[Fix] Add missing include from r289444.
2016-12-12 Sanjay Patelremove stale FIXME note from test; NFC
2016-12-12 Filipe Cabecinhas[clang] Version support for UBSan handlers
2016-12-12 Simon Pilgrim[X86] Regenerate vector bitcast/widening tests.
2016-12-12 Sanjay Patel[InstCombine] fix bug when offsetting case values of...
2016-12-12 Teresa Johnson[ThinLTO] Import only necessary DICompileUnit fields
2016-12-12 Michal Gorny[Driver] Attempt to fix new linux-ld tests on Windows
2016-12-12 Sanjay Patel[InstCombine] clean up range-for-loops in visitSwitchIn...
2016-12-12 Simon Pilgrim[X86] Regenerate test.
2016-12-12 Sanjay Patel[InstCombine] add test to show PR31260 miscompile; NFC
2016-12-12 Michal Gorny[Driver] Fix finding multilib gcc install on Gentoo...
2016-12-12 Sanjoy Das[SCEVExpander] Add a test case related to r289412
2016-12-12 Michael Kruse[ScheduleOptimizer] Fix memory leak. NFC.
2016-12-12 Benjamin KramerUse function_ref to avoid allocation in std::function...
2016-12-12 Simon Atanasyan[ELF][MIPS] Fix .MIPS.options ri_gp_value on MIPS64
2016-12-12 Haojian Wu[StaticAnalysis] Remove unnecessary parameter in CallGr...
2016-12-12 Simon PilgrimUpdate inline argument comment. NFCI.
2016-12-12 Simon Pilgrim[X86][SSE] Add support for combining SSE VSHLI/VSRLI...
2016-12-12 Daniel Jasperclang-format: Separate out a language kind for ObjC.
2016-12-12 Pavel LabathRemove some annotations from TestMultipleTargets
2016-12-12 Simon Pilgrim[X86][SSE] Lower suitably sign-extended mul vXi64 using...
2016-12-12 Simon Pilgrim[SelectionDAG] Add support for EXTRACT_SUBVECTOR to...
2016-12-12 Craig Topper[X86] Teach selectScalarSSELoad to accept full 128...
2016-12-12 Craig Topper[X86] Change CMPSS/CMPSD intrinsic instructions to...
2016-12-12 Jonas Hahnfeld[Driver] Simplify ToolChain::GetCXXStdlibType (NFC)
2016-12-12 Saleem Abdulrasoolbuild: add support for standalone lld build
2016-12-12 Petr Hosek[XRay][CMake] Check target for XRay Flight Data Recorder
2016-12-12 Craig Topper[X86] Remove some intrinsic instructions from hasPartia...
2016-12-12 Petr Hosek[libcxx][CMake] Move the warning to HandleOutOfTreeLLVM
2016-12-12 Peter CollingbourneCOFF: Remove an unused mutex declaration.
2016-12-12 Peter CollingbourneCOFF: Use a DenseSet instead of a map to atomic_flag...
2016-12-12 Richard SmithAdd two new AST nodes to represent initialization of...
2016-12-12 Sebastian Pop[SCEVExpand] do not hoist divisions by zero (PR30935)
2016-12-11 Craig Topper[InstCombine][XOP] The instructions for the scalar...
2016-12-11 Peter CollingbourneCOFF: Use CachedHashStringRef in the symbol table.
2016-12-11 Peter CollingbourneCOFF: Load inputs immediately instead of adding them...
2016-12-11 Peter CollingbourneCOFF: Use a bit in SymbolBody to track which symbols...
2016-12-11 Simon Pilgrim[X86][SSE] Add support for combining target shuffles...
2016-12-11 Davide Italiano[SCCP] Use the appropriate helper function. NFCI.
2016-12-11 Sanjoy DasFix TBAA metadata
2016-12-11 Ayman Musa[X86][AVX512] Add missing patterns for broadcast fallba...
2016-12-11 Sanjoy Das[TBAA] Don't generate invalid TBAA when merging nodes
2016-12-11 Sanjoy Das[Verifier] Add verification for TBAA metadata
2016-12-11 Sanjay Patel[Constants] don't die processing non-ConstantInt GEP...
2016-12-11 Simon Pilgrim[X86][AVX512] Add target shuffle test showing missing...
2016-12-11 Sebastian Popinstr-combiner: sum up all latencies of the transformed...
2016-12-11 Simon Pilgrim[X86][XOP] Add target shuffle tests showing missing...
2016-12-11 Sanjoy Das[SCEVExpander] Explicitly expand AddRec starts into...
2016-12-11 Oren Ben Simhon[X86] Regcall - Adding support for mask types
2016-12-11 Chandler Carruth[FileCheck] Re-implement the logic to find each check...
2016-12-11 Chandler Carruth[FileCheck] Remove a parameter that was simply always...
2016-12-11 Chandler Carruth[FileCheck] Clean up doxygen comments throughout. NFC.
2016-12-11 Chandler Carruth[FileCheck] Run clang-format over this code. NFC.
2016-12-11 Chandler CarruthRefactor FileCheck some to reduce memory allocation...
2016-12-11 Craig Topper[X86][InstCombine] Add support for scalar FMA intrinsic...
2016-12-11 Kuba Mracek[sanitizer] Make sure libmalloc doesn't remove the...
2016-12-11 Kuba Mracek[sanitizer] Handle malloc_destroy_zone() on Darwin
2016-12-11 Craig Topper[X86][InstCombine] Add the test cases for r289370,...
2016-12-11 Chandler CarruthTweak the core loop in StringRef::find to avoid calling...
2016-12-11 Craig Topper[X86][InstCombine] Teach InstCombineCalls to simplify...
2016-12-11 Craig Topper[AVX-512][InstCombine] Teach InstCombineCalls how to...
2016-12-11 Craig Topper[AVX-512][InstCombine] Teach InstCombineCalls how to...
2016-12-11 Dylan McKay[AVR] Add calling convention CodeGen tests
2016-12-11 Kostya Serebryany[libFuzzer] don't depend on time in a test
2016-12-11 Eric FiselierActually re-disable -Wsign-compare
2016-12-11 Eric FiselierRe-disable -Wsign-compare for now. I didn't catch all...
2016-12-11 Eric FiselierFix signed comparison warning
2016-12-11 Eric FiselierEnable the -Wsign-compare warning to better support...
2016-12-11 Dylan McKay[AVR] Add a test to validate a simple 'blinking led...
2016-12-11 Bruno Cardoso... [CrashReproducer] Setup a module collector callback...
2016-12-11 Bruno Cardoso... [CrashReproducer] Collect headermap files
2016-12-11 Eric FiselierFix copy/paste errors introduced in r289358
2016-12-11 Eric FiselierFix undefined behavior in container swap tests.
2016-12-11 Eric FiselierFix yet another dynamic exception spec
2016-12-11 Eric FiselierFix more uses of dynamic exception specifications in...
2016-12-11 Eric FiselierFix count_new.hpp to work w/o dynamic exception specifi...
2016-12-11 Craig Topper[AVX-512][InstCombine] Add 512-bit vpermilvar intrinsic...
2016-12-11 Eric FiselierWorkaround the removal of dynamic exception specificati...
2016-12-11 Craig Topper[X86] Fix a comment to say 'an FMA' instead of 'a FMA...
2016-12-11 Craig Topper[AVX-512] Remove masking from 512-bit vpermil builtins...
2016-12-11 Craig Topper[X86] Remove masking from 512-bit VPERMIL intrinsics...
2016-12-11 Dylan McKay[AVR] Fix a signed vs unsigned compiler warning
2016-12-11 Craig Topper[X86][InstCombine] Teach InstCombineCalls to turn pshuf...
2016-12-11 Eric Fiselier[libc++] Fix support for multibyte thousands_sep and...
2016-12-10 Dylan McKay[AVR] Remove incorrect comment
2016-12-10 Craig Topper[AVX-512] Remove masking from 512-bit pshufb builtin...
next