platform/upstream/llvm.git
2019-05-23 Christian Bruel[GlobalOpt] recognize dead struct fields and propagate...
2019-05-23 Jonas Devlieghere[Reproducer] Pass FileSpec by const-ref. (NFC)
2019-05-23 Jonas Devlieghere[Utility] Modernize C-style cats
2019-05-23 George Burgess IVRemove unnecessary const&s; NFC
2019-05-23 Petr Hosek[CMake][Fuchsia] Use cannonical triples for runtimes
2019-05-23 Jim InghamRemove unused const version of CommandInterpreter:...
2019-05-23 Thomas Lively[WebAssembly] Implement __builtin_return_address for...
2019-05-23 Fangrui Song[X86] Support -fno-plt __tls_get_addr calls
2019-05-23 Kostya Serebryany[libFuzzer] remove the data-flow-trace (DFT) python...
2019-05-23 Omair Javaid[ARM64][AArch64] Update disassembler attributes to...
2019-05-23 Seiya Nuta[llvm-objcopy] Add file names to error messages
2019-05-23 Peter Collingbournegn build: Merge r361418.
2019-05-23 Kostya Serebryany[libFuzzer] automatically collect the data flow trace...
2019-05-23 Jim InghamAck, added DWARFTypeUnit to the wrong target...
2019-05-23 Thomas Preud... [FileCheck] Introduce substitution subclasses
2019-05-23 Thomas Preud... FileCheck: Improve FileCheck variable terminology
2019-05-22 Jorge Gorbe... [lldb] Fix use-of-uninitialized-value in Driver
2019-05-22 Saleem AbdulrasoolExpression: correct relocation model for Windows
2019-05-22 Alex Langford[Target] Protect Processes' language runtimes map with...
2019-05-22 Lang Hames[ORC] Remove a stray decl that accidentally found its...
2019-05-22 Frederic RissActaully lock accesses to OptionValueFileSpecList objects
2019-05-22 David BlaikieFix r361428 for Windows buildbots/mangling
2019-05-22 Reid KlecknerFix new enum-codegen.cpp test
2019-05-22 Lang Hames[docs] Make a note of the HowToUseLLJIT example in...
2019-05-22 Chris Bieneman[Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtest
2019-05-22 Lang HamesAdd a HowToUseLLJIT example project.
2019-05-22 Matt ArsenaultTableGen: Handle nontrivial foreach range bounds
2019-05-22 Richard SmithAdd some notes on immutability and faithfulness to...
2019-05-22 Petr Hosek[runtimes] Move libunwind, libc++abi and libc++ to...
2019-05-22 Craig Topper[X86] Explcitly disable VEXTRACT instruction matching...
2019-05-22 Galina KistanovaReverted r361134 because of a failing test left unatten...
2019-05-22 James Y KnightAdd back --sysroot support for darwin header search.
2019-05-22 David BlaikieModules: Code generation of enum constants for merged...
2019-05-22 Reid Kleckner[asan] Fix debug asan build link error
2019-05-22 Reid KlecknerRe-land r361206 "[COFF] Store alignment in log2 form...
2019-05-22 Craig Topper[X86][InstCombine] Remove InstCombine code that turns...
2019-05-22 Richard SmithPart of P1091R3: permit structured bindings to be decla...
2019-05-22 Craig Topper[X86] Add more icelake model numbers to compiler-rt...
2019-05-22 Craig Topper[X86] Add more icelake model numbers to getHostCPUName.
2019-05-22 Alexey Bataev[OPENMP][NVPTX]Fix barriers and parallel level counters...
2019-05-22 Jim InghamAdd DWARFTypeUnit to the Xcode project.
2019-05-22 Nico Webergn build: Fix check-clangd target after r359825
2019-05-22 Yitzhak Mandelbaum[clang-tidy] Add support for writing a check as a Trans...
2019-05-22 Alexey Lapshin[DebugInfo][AArch64] Recognise target specific instruct...
2019-05-22 Hiroshi Yamauchi[PGO][CHR] Speed up following long use-def chains.
2019-05-22 Cameron McInally[NFC][InstCombine] Add unary fneg tests to maxnum.ll...
2019-05-22 Louis Dionne[libcxx][test] Fix order checking in some more unordere...
2019-05-22 Yitzhak Mandelbaum[LibTooling] Update Stencil to use RangeSelector
2019-05-22 Jonas Devlieghere[EditLine] Rewrite GetHistoryFilePath
2019-05-22 Dmitri GribenkoFixed a -Wunused-variable warning when assertions are...
2019-05-22 Xing XueDisable EHFrameSupport in JITLink/RuntimeDyld on AIX
2019-05-22 Roman Lebedev[NFC][X86][AArch64] Add tests for missing (x - y) ...
2019-05-22 Andrey ChurbanovFixed third issue reported in https://bugs.llvm.org...
2019-05-22 Petr Hosek[libFuzzer] Ignore synthetic exceptions on Fuchsia
2019-05-22 Matt ArsenaultAMDGPU: Move disassembler support check to constructor
2019-05-22 Matt ArsenaultMC: Allow getMaxInstLength to depend on the subtarget
2019-05-22 Kees Cook[TargetLowering] Extend bool args to inline-asm accordi...
2019-05-22 Kees Cook[TargetLowering] Add blank line (test commit)
2019-05-22 Nico Weberllvm-undname: Fix an assert-on-invalid, found by oss...
2019-05-22 Sanjay Patel[IR] allow fast-math-flags on select of FP values
2019-05-22 Amy HuangCombine two if cases because the second one is never...
2019-05-22 David ZarzyckiUnbreak non-PIC builds after r361340/D62174
2019-05-22 Roman Lebedev[NFC][ARM] addsubcarry-promotion.ll: whoops - replace...
2019-05-22 Roman Lebedev[NFC][ARM] Autogenerate addsubcarry-promotion.ll test
2019-05-22 Roman Lebedev[NFC][X86] Autogenerate negative-offset.ll test
2019-05-22 Fangrui Song[llvm-objdump] Dump inline relocations if the relocated...
2019-05-22 Simon Atanasyan[mips] Use GNU-style output to make tests smaller. NFC
2019-05-22 Simon Atanasyan[mips] Replace multiple `-check-prefix` by single ...
2019-05-22 Yitzhak Mandelbaum[LibTooling] Update Transformer to use RangeSelector...
2019-05-22 Ilya BiryukovReland r361148 with a fix to the buildbot failure.
2019-05-22 Roman Lebedev[NFC][X86][AArch64] Rewrite sink-addsub-of-const.ll...
2019-05-22 Nico Webergn build: Merge r361377
2019-05-22 Kadir Cetinkaya[clangd] improve help message for limit-results
2019-05-22 Simon PilgrimLoopVectorizationCostModel::selectInterleaveCount ...
2019-05-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of op_sel* and neg_...
2019-05-22 Clement Courbet[llvm-exegesis] Move native target initialization code...
2019-05-22 James Henderson[llvm-objcopy] Tidy up error messages
2019-05-22 Konrad KleineAdded a dot at the end of comment
2019-05-22 Sven van Haastregt[OpenCL] Support pipe keyword in C++ mode
2019-05-22 Roman LebedevUpdateTestChecks: sparc march handling
2019-05-22 Roman Lebedev[NFC][SystemZ] Autogenerate alloca-03.ll test to make...
2019-05-22 Simon Pilgrim[CGOpenMPRuntime] emitX86DeclareSimdFunction - assert...
2019-05-22 Aaron BallmanClang-formatting the header in advance of other planned...
2019-05-22 Russell GallopRevert r361148 "[Syntax] Introduce TokenBuffer, start...
2019-05-22 Ilya Biryukov[Frontend] Return an error on bad inputs to Precompiled...
2019-05-22 Simon Pilgrim[Hexagon] assert getRegisterBitWidth returns non-zero...
2019-05-22 Russell GallopMark tests from r361278 as unsupported on Windows.
2019-05-22 Pavel LabathDWARF: Add debug_ranges/rnglists tests
2019-05-22 John Brawn[ARM][AArch64] Fix incorrect handling of alignment...
2019-05-22 Simon Pilgrim[VirtualFileSystem] Fix uninitialized variable warning...
2019-05-22 Sjoerd Meijer[TargetMachine] error message unsupported code model
2019-05-22 Russell Gallop[Driver][Windows] Add dependent lib argument for -fprof...
2019-05-22 Martin Storsjo[llvm-dlltool] Respect NONAME keyword
2019-05-22 Clement CourbetRe-land r361257 "[MergeICmps][NFC] Make BCEAtom move...
2019-05-22 Fangrui Song[PPC64] Fix PPC64TargetInfo ABI on clang side after...
2019-05-22 Rui UeyamaCopy symbol length when we replace a symbol.
2019-05-22 Fangrui Song[PPC64] Fix PPC64TargetInfo after D61950
2019-05-22 Gabor MartonAdd AST logging
2019-05-22 Pavel LabathDWARFDebugInfoEntry: remove unused variable
2019-05-22 Pavel LabathDWARF: Introduce DWARFTypeUnit class
next