platform/upstream/llvm.git
2016-12-09 Reid KlecknerStore decls in prototypes on the declarator instead...
2016-12-09 Rafael EspindolaFix parsing when one extern follows another.
2016-12-09 Greg ClaytonFix buildbots that are failing due to this test by...
2016-12-09 Greg ClaytonRename multiple target test so it is unique.
2016-12-09 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2016-12-09 Simon PilgrimUse SelectionDAG.getSplatBuildVector helper. NFCI.
2016-12-09 Tom StellardAMDGPU/SI: Don't mark VINTRP instructions as mayLoad
2016-12-09 Simon Pilgrim[SelectionDAG] Use SelectionDAG.getBuildVector helper...
2016-12-09 Rafael EspindolaDon't crash on an extra symbol in a version script.
2016-12-09 Sanjoy Das[SCEVExpander] Remove \brief, reflow comments; NFC
2016-12-09 Sanjoy Das[SCEVExpander] Use llvm data structures; NFC
2016-12-09 Simon Pilgrim[SelectionDAG] Add additional checks to CONCAT_VECTORS...
2016-12-09 Vassil VassilevDocument and publish the useful module-file-info flag.
2016-12-09 Rafael EspindolaGive preempting symbols precedence over linker script.
2016-12-09 Nitesh Jain[LLDB][MIPS] Fix TestWatchpointIter failure
2016-12-09 Nitesh Jain[LLDB][MIPS] Fix TestMultipleHits for MIPS
2016-12-09 Nitesh Jain[LLDB][MIPS] Fix some test case failures due to elf_abi...
2016-12-09 Benjamin KramerPlug another leak in the DWARF unittests, DIEInlineStri...
2016-12-09 Benjamin KramerFix memory leak in unit test.
2016-12-09 Eric FiselierUpdate doc version to 4.0
2016-12-09 Eric Fiselier[NFC] Change whitespace to force docs rebuild
2016-12-09 Eric FiselierFix missing const on set::count. Patch from Andrey...
2016-12-09 Eric Liu[clang-format] calculate MaxInsertOffset in the origina...
2016-12-09 NAKAMURA Takumillvm/test/Object/archive-thin-create.test: Make sure...
2016-12-09 Dylan McKay[AVR] Remove a set of redundant tests
2016-12-09 Simon Pilgrim[SelectionDAG] Add partial BITCAST support to computeKn...
2016-12-09 Pavel LabathFix TestMultipleTargets for on x86_64 architectures
2016-12-09 Peter Smith[ELF][I386] .got.plt entries for i386 should use VA...
2016-12-09 Eric FiselierRefactor uses_allocator test types for upcoming fixes
2016-12-09 Malcolm ParsonsUpdate Doxygen comment in StringSaver (NFC)
2016-12-09 Eric FiselierPut C++ ABI headers in a special build directory instea...
2016-12-09 Daniel JasperRevert "[SelectionDAG] Add knownbits support for EXTRAC...
2016-12-09 Craig Topper[X86] Modify patterns from memory form of RCP/RSQRT...
2016-12-09 Dylan McKay[AVR] Use a more appropriate integer type for wide...
2016-12-09 Dylan McKay[AVR] Add tests for a large number of pseudo instructions
2016-12-09 Craig Topper[AVX-512] Correctly preserve the passthru semantics...
2016-12-09 Matt ArsenaultAMDGPU: Select i16 instructions to VOP3 forms
2016-12-09 Zachary TurnerRemove some more uses of Args::GetArgumentAtIndex.
2016-12-09 Peter CollingbourneRe-commit r289184, "Support: Use a 64-bit seek in raw_f...
2016-12-09 Craig Topper[X86] Add masked versions of VPERMT2* and VPERMI2*...
2016-12-09 Peter CollingbourneRevert r289184, we need more configury for Darwin and...
2016-12-09 Peter CollingbourneSupport: Use a 64-bit seek in raw_fd_ostream::seek().
2016-12-09 Rui UeyamaAdd type records to TPI stream.
2016-12-09 Davide Italiano[SCCP] Make the test added in r289175 more meaningful.
2016-12-09 Bruno Cardoso... [Headers] Add #include_next for tgmath.h on Darwin
2016-12-09 Kostya KortchinskyReverting rL289088 while investigating some test issue...
2016-12-09 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-12-09 Eric Fiselierfix misspelling in .clang-format
2016-12-09 Eric FiselierTurn off header sorting and comment formatting
2016-12-09 Bruno Cardoso... [CrashReproducer] Provide a clean dir path for -fmodule...
2016-12-09 Davide Italiano[SCCP] Teach the pass about `mul %x 0` even if %x is...
2016-12-09 Bruno Cardoso... [CrashReproducer] Rewrite relative include paths
2016-12-09 Craig Topper[AVX-512] Add vpermilps/pd to load folding tables.
2016-12-09 Craig Topper[AVX-512] Move some floating point stack folding test...
2016-12-09 Craig Topper[Analysis] Fix typo in comment. NFC
2016-12-09 Rui UeyamaCOFF: Use make() in SymbolTable and Writer.
2016-12-09 Greg ClaytonCalling SBDebugger::CeeateTarget being called on multip...
2016-12-09 Zachary TurnerFix some occurrences of passing StringRef to Printf.
2016-12-09 Paul RobinsonSpecify -std=gnu++98 on some Rewriter tests. NFC.
2016-12-09 Kostya Serebryany[libFuzzer] implement crash-resistant merge (https...
2016-12-09 Peter CollingbourneWholeProgramDevirt: Teach the pass to handle structs...
2016-12-09 Zachary TurnerModernize the Args access pattern in a few more commands.
2016-12-09 Chandler Carruth[LCG] Minor cleanup to the LCG walk over a function...
2016-12-09 Peter CollingbourneMake WholeProgramDevirt understand ConstStruct vtables.
2016-12-09 Chris Bieneman[ObjectYAML] Support for DWARF debug_aranges
2016-12-09 Eugene Zelenko[AST, ASTMatchers, Basic] Fix some Clang-tidy modernize...
2016-12-08 Ekaterina Romanova[DOXYGEN] Improved doxygen comments for xmmintrin.h...
2016-12-08 Eric FiselierFix PR27374 - Remove the implicit reduced-arity-extensi...
2016-12-08 Sanjay Patel[InstCombine] add tests for umin+icmp; NFC
2016-12-08 Sanjay Patel[InstCombine] add tests for umax+icmp; NFC
2016-12-08 Jason MolendaClean up the new TestInterruptThreadNames test a bit.
2016-12-08 Ekaterina Romanova[DOXYGEN] Improved doxygen comments.
2016-12-08 Zia Ansari[InstSimplify] Add "X / 1.0" to SimplifyFDivInst.
2016-12-08 Meador Inge[ELF] Allow output section data commands to take expres...
2016-12-08 Sanjay Patel[InstCombine] add tests for smax+icmp; NFC
2016-12-08 Tim NorthoverGlobalISel: fall back gracefully for debug intrinsics.
2016-12-08 Tim NorthoverGlobalISel: factor overflow handling into separate...
2016-12-08 Rui UeyamaSplit linkerscript.s into small test files.
2016-12-08 Davide Italiano[SCCP] Make sure SCCP and ConstantFolding agree on...
2016-12-08 Rui UeyamaPrint a warning message if ENTRY() symbol is not found.
2016-12-08 Vitaly Buka[sanitizer] Add workaround for empty strings
2016-12-08 Mike Aizatsky[sanitizers] lsan+sancov doesn't need ubsanrt (multi...
2016-12-08 Simon Atanasyan[mips] Make the test case more specific and provide...
2016-12-08 Ekaterina Romanova[DOXYGEN] Improved doxygen comments for emmintrin.h...
2016-12-08 Simon Atanasyan[mips] Change instruction s/daddiu/addiu/ since O32...
2016-12-08 Simon Atanasyan[mips] Change gnueabi to gnu in the triple because...
2016-12-08 Simon Atanasyan[mips] Remove N32 Android test because Android does...
2016-12-08 Rui UeyamaFix -Wunused-private-field.
2016-12-08 Stephan T.... [libcxx] [test] Fix MSVC warning C4244 "conversion...
2016-12-08 Stephan T.... [libcxx] [test] Fix MSVC warning C4244 "conversion...
2016-12-08 Stephan T.... [libcxx] [test] Fix MSVC warning C4244 "conversion...
2016-12-08 Stephan T.... [libcxx] [test] Fix MSVC warning C4244 "conversion...
2016-12-08 Stephan T.... [libcxx] [test] Fix MSVC warning C4244 "conversion...
2016-12-08 Stephan T.... [libcxx] [test] Fix MSVC warning C4244 "conversion...
2016-12-08 Stephan T.... [libcxx] [test] Fix MSVC warning C4244 "conversion...
2016-12-08 Rui UeyamaCOFF: Use a string saver in Memory.h in Driver.
2016-12-08 David Gross[DebugInfo] Relax test case for long double constants.
2016-12-08 Rui UeyamaRemove unnecessary `llvm::`.
2016-12-08 Reid KlecknerDon't emit .seh_handler directives for any cleanup...
2016-12-08 Greg ClaytonFixed a crasher that has been borking out heap for...
next