platform/upstream/llvm.git
2019-02-01 Oliver Stannard[CodeGen] Don't scavenge non-saved regs in exception...
2019-02-01 Roman Lebedev[clangd] clangDaemonTweaks - fix -DBUILD_SHARED_LIBS...
2019-02-01 Sergi Mateo... Test commit: fix typo
2019-02-01 Roman Lebedev[clangd] Fix -DBUILD_SHARED_LIBS=ON build - SwapIfBranc...
2019-02-01 George Rimar[obj2yaml] - Merge dumpRelSection and dumpRelaSection...
2019-02-01 Yevgeny Rouban[SLPVectorizer] Get rid of IndexQueue array from vector...
2019-02-01 Serge GueltonFix isInSystemMacro to handle pasted macros
2019-02-01 Sam McCall[clangd] Fix crash in applyTweak, remove TweakID alias.
2019-02-01 JF BastienRevert "Bump minimum toolchain version"
2019-02-01 JF BastienBump minimum toolchain version
2019-02-01 Alex Bradbury[RISCV] Implement RV64D codegen
2019-02-01 Alex Bradbury[SelectionDAG] Support promotion of the FPOWI integer...
2019-02-01 Brian Gesiak[SemaCXX] Param diagnostic matches overload logic
2019-02-01 James Y KnightFix compilation of examples after 13680223b9d8 / r352827
2019-02-01 Julian Lettner[Sanitizers] UBSan unreachable incompatible with ASan...
2019-02-01 Sam Clegg[WebAssembly] Support imports from custom module names
2019-02-01 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-02-01 Fangrui Song[ELF] Support --{,no-}allow-shlib-undefined
2019-02-01 Sam CleggFix names of functions in TargetOptionsCommandFlags...
2019-02-01 George Karpenkov[analyzer] [RetainCountChecker] Fix object type for...
2019-02-01 Peter CollingbourneMark __rela_iplt_{start,end} as weak.
2019-02-01 Akira HatanakaRevert "[Sema] Make canPassInRegisters return true...
2019-02-01 Sanjay Patel[x86] adjust test to show both add/inc options; NFC
2019-01-31 Sanjay Patel[x86] add test for missed opportunity to use 'inc'...
2019-01-31 Kostya Serebryany[libFuzzer] make a test for exploding dfsan labels...
2019-01-31 Kostya Serebryany[sanitizer-coverage] prune trace-cmp instrumentation...
2019-01-31 Matt ArsenaultGlobalISel: Fix MMO creation with non-power-of-2 mem...
2019-01-31 Peter Collingbournehwasan: Add __hwasan_init_static() function.
2019-01-31 Jonathan Metzman[libFuzzer][Windows] Temporarily disable value-profile...
2019-01-31 JF BastienRevert "Bump minimum toolchain version"
2019-01-31 Thomas Lively[WebAssembly] Fix a regression selecting negative build...
2019-01-31 JF BastienDeveloperPolicy: update toolchain with sample RFC ...
2019-01-31 JF BastienBump minimum toolchain version
2019-01-31 Wouter van... Fixed hasLinkerPrivateGlobalPrefix treating StringRef...
2019-01-31 Nico WeberRe-disable pch-from-libclang.c after 352803, some build...
2019-01-31 Alex Bradbury[RISCV] Add RV64F codegen support
2019-01-31 Sam Clegg[WebAssembly] MC: Fix for outputing wasm object to...
2019-01-31 Sanjay Patel[x86] add test for missed opportunity to use 'inc'...
2019-01-31 Stephen Kelly[ASTDump] Make template specialization tests more exact
2019-01-31 Nico WeberMake clang/test/Index/pch-from-libclang.c pass in more...
2019-01-31 Richard Trieu[Hexagon] Rename textually included file from .h to...
2019-01-31 Yaxun LiuDo not copy long double and 128-bit fp format from...
2019-01-31 James Y KnightRevert "[opaque pointer types] Add a FunctionCallee...
2019-01-31 Artem Belevich[CUDA] add support for the new kernel launch API in...
2019-01-31 Artem Belevich[CUDA] Propagate detected version of CUDA to cc1
2019-01-31 Ilya Biryukov[clangd] A code action to swap branches of an if statement
2019-01-31 James Y KnightFix compilation error with GCC after r352791.
2019-01-31 Alina Sbirlea[EarlyCSE & MSSA] Cleanup special handling for removing...
2019-01-31 Thomas Lively[WebAssembly] Add bulk memory target feature
2019-01-31 Guozhi Wei[DAGCombine] Avoid CombineZExtLogicopShiftLoad if there...
2019-01-31 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-31 Shoaib Meenai[cmake] Note future cleanup in comment. NFC
2019-01-31 Jonathan Metzman[fuzzer] Use RawPrint instead of Printf for instrumenta...
2019-01-31 Ilya Biryukov[CodeComplete] Propagate preferred types through parser...
2019-01-31 Alina Sbirlea[MemorySSA] Extend removeMemoryAccess API to optimize...
2019-01-31 Nirav Dave[DAG][SystemZ] Define unwrapAddress for PCREL_WRAPPER.
2019-01-31 Matt Davis[ELF] Return the section name when calling getSymbolNam...
2019-01-31 Nirav Dave[DAG] Aggressively cleanup dangling node in CombineZExt...
2019-01-31 Leonard Chan[Intrinsic] Expand SMULFIX to MUL, MULH[US], or [US...
2019-01-31 Craig TopperRevert "[X86] Mark EMMS and FEMMS as clobbering MM0...
2019-01-31 Marshall ClowFix a bit of libc++-specific behavior in the regex...
2019-01-31 Jonas Devlieghere[unittest] Fix scalar unit test.
2019-01-31 Philip ReamesLower widenable_conditions in CGP
2019-01-31 Kostya Serebryany[libFuzzer] relax a flaky test
2019-01-31 Matt ArsenaultGlobalISel: Fix handling of vectors of pointers in...
2019-01-31 Bob Wilson[ADT] Fix a typo in isOSVersionLT that breaks the Micro...
2019-01-31 Simon PilgrimTrim trailing whitespace. NFCI.
2019-01-31 Simon Pilgrim[X86][AVX] Fold concat(broadcast(x),broadcast(x)) ...
2019-01-31 Simon Pilgrim[X86][AVX] insert_subvector(bitcast(v), bitcast(s)...
2019-01-31 Shafik YaghmourFix use of non-existing variable in crashlog.py
2019-01-31 Craig Topper[CallSite removal] Remove CallSite uses from InstCombine.
2019-01-31 Teresa JohnsonRecommit "[ThinLTO] Rename COMDATs for COFF when promot...
2019-01-31 Sanjay Patelrevert r352766: [PatternMatch] add special-case uaddo...
2019-01-31 Teresa JohnsonRevert "[ThinLTO] Rename COMDATs for COFF when promotin...
2019-01-31 Jordan Rupprecht[llvm-objcopy] Skip --localize-symbol for undefined...
2019-01-31 Sanjay Patel[PatternMatch] add special-case uaddo matching for...
2019-01-31 Nico Weberlld-link: Allow mixing 'discard' and 'largest' comdat...
2019-01-31 Eric Liu[clangd] Append "(fix available)" to diagnostic message...
2019-01-31 Teresa Johnson[ThinLTO] Rename COMDATs for COFF when promoting/renami...
2019-01-31 Sanjay Patel[CGP] add more tests for uaddo; NFC
2019-01-31 Nico WeberAccomodate gcc 7.3.0's -Wdangling-else
2019-01-31 Anastasia Stulova[OpenCL] Fixed addr space manging test.
2019-01-31 Nico Webergn build: Merge r352483
2019-01-31 Nico Webergn build: Merge r352681, r352739
2019-01-31 Ben HamiltonUpdate monorepo .arcconfig with new project callsign.
2019-01-31 James Henderson[llvm-symbolizer][test] Extract tests from llvm-symboli...
2019-01-31 Eric LiuRevert "[Sanitizers] UBSan unreachable incompatible...
2019-01-31 James Henderson[llvm-symbolizer][test] Extract tests from llvm-symboli...
2019-01-31 James Henderson[llvm-symbolizer][test] Extract tests from llvm-symboli...
2019-01-31 James Henderson[llvm-symbolizer][test] Simplify test input reading
2019-01-31 Simon Pilgrim[X86][AVX] Fold broadcast(bitcast(src)) -> bitcast...
2019-01-31 James Henderson[CommandLine] Improve help text for cl::values style...
2019-01-31 Simon Pilgrim[X86][AVX] Add PR34394 subvector broadcast test cases
2019-01-31 Rafael AulerRevert "Support attribute used in member funcs of class...
2019-01-31 Jeremy MorseRevert r352732: [libFuzzer] replace slow std::mt19937...
2019-01-31 Eugene Leviant[llvm-strip] Add --strip-symbol
2019-01-31 Simon Pilgrim[X86] combineExtractWithShuffle - more aggressively...
2019-01-31 David Carlier[LLDB] FreeBSD suppress compilation warning
2019-01-31 Simon Pilgrim[X86][AVX] Enable AVX1 broadcasts in shuffle combining
2019-01-31 Simon Pilgrim[X86][AVX] Fold vt1 concat_vectors(vt2 undef, vt2 broad...
next