platform/upstream/llvm.git
2017-11-22 Paul Robinson[DWARF] Fix handling of extended line-number opcodes
2017-11-22 Jonas Hahnfeld[OpenMP] Adjust arguments of nvptx runtime functions
2017-11-22 Alexey Bataev[OPENMP] Codegen for `target teams` directive.
2017-11-22 Tatyana KrasnukhaRemove unused variable.
2017-11-22 Tatyana KrasnukhaTest commit. Fix typo in comment.
2017-11-22 Simon Atanasyan[MIPS] Write PLT0 entry in case of linking N64 ABI...
2017-11-22 Billy Robert... Add another test_macros.h include I missed to tuple...
2017-11-22 Nicolai HaehnleAMDGPU: Consider memory dependencies with moved instruc...
2017-11-22 James Henderson[ELF] Fix DT_MIPS_LOCAL_GOTNO value for thunks and...
2017-11-22 Malcolm Parsons[Docs] Update list of languages clang-format can format
2017-11-22 Rui UeyamaReturn early. NFC.
2017-11-22 Rui UeyamaAdd more blank lines to separate code chunks.
2017-11-22 Jonas Paulsson[DAGCombiner] Bugfix in isAlias().
2017-11-22 Craig Topper[X86] Add an X86ISD::MSCATTER node for consistency...
2017-11-22 George Rimar[llvm-tblgen] - Stop using std::string in RecordKeeper.
2017-11-22 Craig Topper[X86] Lower all ISD::MGATHER nodes to X86ISD:MGATHER.
2017-11-22 Craig Topper[SelectionDAG] Add a isel matcher op to check the type...
2017-11-22 Max Kazantsev[SCEV] Strengthen variance condition in calculateLoopDi...
2017-11-22 Marshall ClowAdd some tests for operations on const associative...
2017-11-22 Davide Italiano[SCCP] Pick the right lattice value for constants.
2017-11-22 Petr Hosek[Driver] Make the use of relax relocations a per target...
2017-11-22 Erich Keane[X86] Update CPUSupports code to reuse LLVM .def file...
2017-11-21 Craig Topper[X86] Move the information about the feature bits used...
2017-11-21 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-11-21 Billy Robert... Replace assert(true) in tests with actual asserts....
2017-11-21 Richard Trieu[OpenMP] Fix tests after r318789
2017-11-21 Martin StorsjoRemove a broken win32 locale function redirection
2017-11-21 Aaron BallmanSilence some MSVC warnings about not all control paths...
2017-11-21 Billy Robert... Add missing test_macros.h inclusion.
2017-11-21 Krzysztof Parzyszek[Hexagon] Add HexagonSubtarget::getVectorLength()
2017-11-21 Michael Kruse[CodeGen] Detect empty domain because of parameters...
2017-11-21 Peter CollingbourneObject: Improve COFF irsymtab comdat representation.
2017-11-21 Billy Robert... Change (void) casts to TEST_IGNORE_NODISCARD, as reques...
2017-11-21 Evandro Menezes[TableGen] Improve error reporting
2017-11-21 Kostya Kortchinsky[scudo] Make getNumberOfCPUs Fuchsia compliant v2
2017-11-21 Krzysztof Parzyszek[Hexagon] Make sure that RDF does not remove EH_LABELs
2017-11-21 Craig Topper[X86] Allow vpclmulqdq instructions to be commuted...
2017-11-21 Craig Topper[X86] Add BITALG, VAES, VBMI2, VNNI, VPCLMULQDQ, and...
2017-11-21 Sam McCall[clangd] avoid divide by literal zero to satisfy msvc
2017-11-21 Nirav DaveAvoid unecessary opsize byte in segment move to memory
2017-11-21 Aaron BallmanThe offsetof macro is intended to work with subobjects...
2017-11-21 Michael KruseRun polly-update-format. NFC.
2017-11-21 Aaron BallmanAdd an AST matcher for hasDefaultArgument() to match...
2017-11-21 Sam McCall[clangd] use u8 strings in tests to avoid problems...
2017-11-21 Craig Topper[X86] Sort bits in getHostCPUFeatures again.
2017-11-21 Sam McCall[clangd] Add JSON tests with invalid unicode
2017-11-21 George Rokos[Clang][OpenMP] New clang/libomptarget map interface...
2017-11-21 George Rokos[Clang][OpenMP] New clang/libomptarget map interface...
2017-11-21 Chad Rosier[AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as...
2017-11-21 Hans WennborgFix r318786
2017-11-21 Nuno Lopesremoved unused private method decl. NFC
2017-11-21 Hans WennborgAdd -finstrument-function-entry-bare flag
2017-11-21 Hans WennborgRename test/Transforms/CountingFunctionInserter ->...
2017-11-21 Hans WennborgEntryExitInstrumenter: support __cyg_profile_func_enter...
2017-11-21 Sam McCall[clangd] Include the right header for std::isxdigit
2017-11-21 Alexey Bataev[OPENMP] Initial support for asynchronous data update...
2017-11-21 Sam McCall[clangd] Satisfy GCC: 'changes meaning of Error'
2017-11-21 Jonas HahnfeldFix test/OpenMP/nvptx_data_sharing.cpp
2017-11-21 Sam McCall[clangd] Fix dumb && || bug from r318774
2017-11-21 Oliver Stannard[ARM] Remove pre-UAL FLDM/FSTM aliases
2017-11-21 Aleksei Sidorin[ASTImporter] Support new AST nodes:
2017-11-21 Kostya Kortchinsky[sanitizer] Define SANITIZER_USE_GETAUXVAL for Android
2017-11-21 Sam McCall[clangd] Add parsing and value inspection to JSONExpr.
2017-11-21 Gheorghe-Teodor... [OpenMP] Add implicit data sharing support when offload...
2017-11-21 Alina SbirleaAdd MemorySSA as loop dependency, disabled by default...
2017-11-21 Oliver Stannard[ARM] Don't omit non-default predication code
2017-11-21 Oliver Stannard[Asm] Improve "too few operands" errors
2017-11-21 Oliver Stannard[Asm] Finish matching once end of formal and actual...
2017-11-21 Sander de SmalenRevert r318759 due to make check-all failure on Windows
2017-11-21 Jonas HahnfeldAdd target triples to openmp-offload-gpu.c
2017-11-21 Oliver Stannard[ARM] Add diagnostics for SPR/DPR lists
2017-11-21 Erik Pilkington[demangler] Document some features that the demangler...
2017-11-21 Alexey Bataev[InstCombine] Test for PR35354: unable to vectorize...
2017-11-21 Jonas Hahnfeld[OpenMP] Consistently use cubin extension for nvlink
2017-11-21 Sam Kolton[AMDGPU] SDWA: remove omod src operand for VOP2b instru...
2017-11-21 Alex Bradbury[RISCV][NFC] Remove unnecessary {} around single statem...
2017-11-21 Sander de Smalen[TableGen] AsmMatcher: Fix bug with reported diagnostic...
2017-11-21 Simon Pilgrim[X86][XOP] Add missing scheduler classes to XOP instruc...
2017-11-21 Alex Bradbury[RISCV][NFC] Clean up RISCVDAGToDAGISel::Select
2017-11-21 Martell Malone[ARM] Use SEH exceptions on thumbv7-windows
2017-11-21 Martell Malone[MINGW] normalize WIN32 macros
2017-11-21 Aleksei Sidorin[Analyzer] Stable iteration on indirect goto LabelDecl...
2017-11-21 Aleksei Sidorin[Analyzer] Revert r318750 because incorrect files were...
2017-11-21 Ivan A. Kosarev[CodeGen] Generate TBAA type descriptors in a more...
2017-11-21 Simon Pilgrim[X86][LWP] Add missing LWP itinerary class to lwpins...
2017-11-21 Aleksei Sidorin[Analyzer] Non-determinism: stable iteration on indirec...
2017-11-21 Eugene Leviant[MI scheduler] Fix VADD and VSUB in cortex-a57 model
2017-11-21 Coby Tayree[x86][icelake]BITALG
2017-11-21 Diana Picus[ARM GlobalISel] Add comment for r318398. NFC.
2017-11-21 Coby Tayree[x86][icelake]VNNI
2017-11-21 Coby Tayree[x86][icelake]vbmi2
2017-11-21 Hamza Sood[Modules TS] Added module re-export support.
2017-11-21 NAKAMURA TakumiSLPVectorizer.cpp: Avoid std::stable_sort(properlyDomin...
2017-11-21 Kamil RytarowskiCorrect NetBSD support in pthread_once(3)/TSan
2017-11-21 Coby Tayree[x86][icelake]vpclmulqdq introduction
2017-11-21 Coby Tayree[x86][icelake]VAES introduction
2017-11-21 Coby Tayree[x86][inline-asm] allow recognition of MPX regs inside...
2017-11-21 Alex Bradbury[RISCV] Use register X0 (ZERO) for constant 0
2017-11-21 Alex Bradbury[RISCV] Support and tests for a variety of additional...
2017-11-21 Martell Malone[MS] add an init test for thumbv7-windows-msvc
next