platform/upstream/llvm.git
2018-03-01 Krzysztof Parzyszek[Hexagon] Add guest registers
2018-03-01 Pavel LabathMake TestDynamicValueSameBase gcc-compatible
2018-03-01 Sanjay Patel[InstCombine] remove stale comments for tests; NFC
2018-03-01 Stefan Pintilie[Power9] Add missing instructions to the Power 9 scheduler
2018-03-01 Ed MasteCorrect markup and nits in ld.lld man page
2018-03-01 Nicholas Wilson[WebAssembly] Update pre-generated test files to match...
2018-03-01 Sanjay Patel[InstCombine] simplify code for (X*Y) * X => (X*X)...
2018-03-01 Sebastian Pop[AArch64] generate vuzp instead of mov
2018-03-01 Sanjay Patel[InstCombine] move/add tests for fmul reassociation...
2018-03-01 Rafael EspindolaDon't allocate a header bellow address 0.
2018-03-01 Sanjay Patel[InstCombine] auto-generate full checks; NFC
2018-03-01 Ilya BiryukovResubmit [analyzer] Support for naive cross translation...
2018-03-01 Hans WennborgUsersManual: improve the clang-cl text some more
2018-03-01 Tatyana KrasnukhaMake Finalize tolerant of empty register sets.
2018-03-01 Alexey BataevRevert "[DEBUGINFO] Add flag for DWARF2 or less to...
2018-03-01 Jonas Hahnfeld[OMPT] Fix interoperability test with GCC
2018-03-01 Hans WennborgUsersManual: beef up the clang-cl text a little
2018-03-01 Than McIntosh[CodeGen] fix argument attribute in lowering statepoint...
2018-03-01 Ilya BiryukovRevert "[analyzer] Support for naive cross translation...
2018-03-01 George Rimar[ELF] - Don't crash on broken MEMORY declaration.
2018-03-01 George Rimar[ELF] - Do not remove empty sections that use symbols...
2018-03-01 Benjamin Kramer[SCCP] Fix unused variable warning in release builds.
2018-03-01 Joachim Protze[OMPT] Fix task-type test with GCC
2018-03-01 George Rimar[ELF] - Fix eh-frame-reloc-out-of-range.test.
2018-03-01 Francois Ferrand[clang-format] Add SpaceBeforeColon option
2018-03-01 Jonas Devlieghere[dsymutil] Move string pool into its own implementatino...
2018-03-01 Nicholas Wilson[WebAssembly] Reorder exports to match symbol table...
2018-03-01 Shiva Chen[PATCH] [compiler-rt, RISCV] Support builtins for RISC-V
2018-03-01 Serge PavlovFunction definition may have uninstantiated body
2018-03-01 Max Kazantsev[SCEV] Smart range calculation for SCEVUnknown Phis
2018-03-01 Craig Topper[X86] Stop passing two arguments by reference. NFC
2018-03-01 George Burgess IVRemove redundant casts. NFC
2018-03-01 Rui UeyamaConvert more tests as linker scripts instead of assembly.
2018-03-01 Vedant Kumar[test] Restore cleanup behavior in TestQuoting.py
2018-03-01 Lang Hames[Support] Fix comments for handleAllErrors: it calls...
2018-03-01 Jim InghamWe were getting the wrong dynamic type if there were...
2018-03-01 Rui Ueyama[WebAssembly] Remove unused forward declaration.
2018-03-01 Rui UeyamaDo not create multiple NOTE segments.
2018-03-01 Rafael EspindolaExpand test a bit.
2018-03-01 George Karpenkov[analyzer] [tests] Create a directory for the log file
2018-03-01 Martin Pelikan[XRay] cache symbolized function names for a repeatedly...
2018-03-01 Lang Hames[RuntimeDyld][MachO] Fix assertion in encodeAddend...
2018-03-01 Artem Dergachev[analyzer] Add a checker for mmap()s which are both...
2018-03-01 Reid Kleckner[IPSCCP] do not break musttail invariant (PR36485)
2018-03-01 Rui UeyamaConvert more .s files to linker script files.
2018-03-01 Artem Dergachev[CFG] [analyzer] Recall that we only skip NoOp casts...
2018-03-01 Rafael EspindolaSimplify removing empty output sections.
2018-03-01 Fangrui Song[ELF] Fix a test comment. NFC
2018-03-01 Jason MolendaAdd another entitlement that we need for debugserver.
2018-03-01 Sam Clegg[WebAssembly] Use Twine rather than StringRef for loggi...
2018-03-01 Rafael EspindolaStart setting dllimport/dllexport in setGVProperties.
2018-03-01 Roman Tereshin[GlobalISel][AArch64] Adding -disable-gisel-legality...
2018-03-01 Paul Robinson[DWARF] Emit a split line table only if there are split...
2018-03-01 Reid Kleckner[DAE] don't remove args of musttail target/caller
2018-03-01 Craig Topper[X86] Make sure we don't combine (fneg (fma X, Y, Z...
2018-03-01 Rafael EspindolaPass a GlobalDecl to SetCommonAttributes. NFC.
2018-03-01 Rafael EspindolaInline a trivial function. NFC.
2018-02-28 Justin Lebar[NVPTX] Lower loads from global constants using ld...
2018-02-28 Justin Lebar[NVPTX] Use addrspacecast instead of target-specific...
2018-02-28 Rafael EspindolaPass a GlobalDecl to setNonAliasAttributes. NFC.
2018-02-28 Roman Tereshin[MIRParser] Accept overloaded intrinsic names w/o type...
2018-02-28 Alexander Kornienko[clang-tidy] Another batch of checks to rename from...
2018-02-28 Rafael EspindolaPass a GlobalDecl to SetInternalFunctionAttributes...
2018-02-28 Alexander KornienkoRename more checks from misc- to bugprone-.
2018-02-28 Volodymyr Sapsai[libcxx] Fix last_write_time test for filesystems that...
2018-02-28 Rui UeyamaUse DenseMap::lookup() instead of find() and a hand...
2018-02-28 Saleem Abdulrasoolbuild: add the ability to create a symlink for dsymutil
2018-02-28 Simon Pilgrim[X86] Regenerate cmpxchg tests
2018-02-28 Rui Ueyama[WebAssembly] Reduce code repetition. NFC.
2018-02-28 Jim InghamFix up the gtest targets for changes in the UnwindAssem...
2018-02-28 Sanjay Patel[InstCombine] simplify code for X * -1.0 --> -X; NFC
2018-02-28 Jonas Devlieghere[GlobalOpt] don't change CC of musttail calle(e|r)
2018-02-28 Craig Topper[X86] Lower extract_element from k-registers by bitcast...
2018-02-28 Han Ming OngAdd ability to collect memory limit.
2018-02-28 Kostya Serebryany[hwasan] update the asm snippet in the docs to match...
2018-02-28 Simon Pilgrim[X86][AVX512] Improve support for signed saturation...
2018-02-28 Rui UeyamaMake sure that clang-format doesn't reorder include...
2018-02-28 Nico WeberAttempt to fix cl-include.c on Windows.
2018-02-28 Pavel LabathAdapt some tests to work with PPC64le architecture
2018-02-28 Carlo Bertolli[OpenMP] Extend NVPTX SPMD implementation of combined...
2018-02-28 Pavel LabathRevert "[lldb] Use vFlash commands when writing to...
2018-02-28 Krzysztof Parzyszek[Hexagon] Add -ffixed-r19 driver option and translate...
2018-02-28 Eric Liu[clangd] Try to fix failures on clang-x64-ninja-win7...
2018-02-28 Krzysztof Parzyszek[Hexagon] Implement target feature +reserved-r19
2018-02-28 Rui UeyamaWrite some tests as linker scripts instead of assembly...
2018-02-28 Saleem AbdulrasoolCodeGenObjCXX: handle inalloca appropriately for msgSen...
2018-02-28 Craig Topper[InstCombine] Split the FP constant code out of lookThr...
2018-02-28 Rui UeyamaAttempt to build breakage caused by r326339.
2018-02-28 Lei HuangLosen time contraint to accommodate system loads
2018-02-28 Dimitry AndricFix llvm-config --system-libs output on FreeBSD and...
2018-02-28 Nico Weber[clang-cl] Implement /X
2018-02-28 Sam Clegg[WebAssembly] Remove unneeded --no-gc-sections flag...
2018-02-28 Nico WeberFix gcc -Wreturn-type warnings after r326307.
2018-02-28 Eugene Zelenko[Documentation] Split Clang-tidy changes in Release...
2018-02-28 Tim Renouf[AMDGPU] added writelane intrinsic
2018-02-28 Vedant KumarFixed spelling mistake in comments of LLVM Analysis...
2018-02-28 Vedant Kumar[profile] Test the exported symbol set for empty programs
2018-02-28 Vedant Kumar[InstrProfiling] Emit the runtime hook when no counters...
2018-02-28 Artem Belevich[NVPTX] Removed always-true predicates in NVPTX.
2018-02-28 Rui UeyamaAdd "%" operator to the linker script.
next