platform/upstream/llvm.git
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...
2016-12-08 Krzysztof Parzyszek[RDF] Fix incorrect lane mask calculation
2016-12-08 Sanjay Patel[InstSimplify] add fdiv x/1.0 test and update checks...
2016-12-08 Rui UeyamaCOFF: Use make() to create a new file object in createFile.
2016-12-08 Matt ArsenaultAMDGPU: Make f16 ConstantFP legal
2016-12-08 Stanislav Mekhanoshin[AMDGPU] Fix number of reserved SGPRs on CI to reflect...
2016-12-08 David Gross[DebugInfo] Add support for __fp16, float, and double...
2016-12-08 Matt ArsenaultAMDGPU: Fix commuting v_sub_u16
2016-12-08 Stanislav Mekhanoshin[AMDGPU] Add amdgpu-unify-metadata pass
2016-12-08 Artem Belevich[CUDA] Ignore implicit target attributes during functio...
2016-12-08 Vitaly Buka[asan] Add test which detects bugs undetectable before...
2016-12-08 Rui UeyamaStart using make() in COFF (with a smaller change.)
2016-12-08 Kostya Kortchinsky[sanitizer] Do not use the alignment-rounded-up size...
2016-12-08 Peter CollingbourneIR, X86: Understand !absolute_symbol metadata on global...
2016-12-08 Rui UeyamaRevert r289084: Start using make() in COFF.
2016-12-08 Rui UeyamaStart using make() in COFF.
2016-12-08 Rui UeyamaMove Memory.{h,cpp} to lld/Support so that we can use...
2016-12-08 Ekaterina Romanova[DOXYGEN] Improved doxygen comments.
2016-12-08 Rafael EspindolaChange the implementation of --dynamic-list to use...
2016-12-08 Rui UeyamaUse `make` to simplify. NFC.
2016-12-08 Chris Bieneman[ObjectYAML] Remove DWARF from class names
2016-12-08 Rui UeyamaUse make to instantiate Target and LinkerScript. NFC.
2016-12-08 Rui UeyamaSplit LinkerDriver::link. NFC.
2016-12-08 Rui UeyamaRemove a special handling of AMDGPU entry points.
2016-12-08 Alexander Timofeev[AMDGPU] Scalarization of global uniform loads.
2016-12-08 Douglas YungFixing test to work when the compiler defaults to a...
2016-12-08 Rafael EspindolaAdd support for 'extern "C"'.
2016-12-08 Keno FischerConstantFolding: Don't crash when encountering vector GEP
2016-12-08 Rui UeyamaMake function names shorter. NFC.
2016-12-08 Rui UeyamaDo not use template where template is not needed.
2016-12-08 Greg ClaytonFix ASAN buildbots by fixing a double free crash.
2016-12-08 Rafael EspindolaMake this test more strict. NFC.
2016-12-08 Alex Lorenz[CodeCompletion][ObjC] Use a parameterized NSSet return...
2016-12-08 Rafael EspindolaInline function called only once.
2016-12-08 Rafael EspindolaHandle C++ names in anon scripts.
2016-12-08 Rafael EspindolaInline two functions called only once. NFC.
2016-12-08 Rafael EspindolaAdd two helper functions. NFC.
2016-12-08 Etienne Bergeron[compiler-rt][asan] Fix overlaping parameters for memmo...
2016-12-08 Rafael EspindolaSimplify. NFC.
2016-12-08 Simon Atanasyan[ELF] Correct addAbsolute function argument name
2016-12-08 NAKAMURA TakumiPrune unused libdeps.
2016-12-08 Alex Lorenz[CodeCompletion] Provide Objective-C class property...
2016-12-08 NAKAMURA TakumiPrune unused \param(s) in r289050. [-Wdocumentation]
2016-12-08 NAKAMURA TakumiDIE::addAttribute(): Prune a redundant \param. [-Wdocum...
2016-12-08 Alex Lorenz[Sema] Avoid "case value not in enumerated type" warnin...
2016-12-08 NAKAMURA TakumiLanaiInstPrinter: Prune unused libdeps.
2016-12-08 NAKAMURA TakumiDebugInfoDWARFTests: Prune unused libdeps.
next