platform/upstream/llvm.git
2019-05-23 Simon Pilgrim[AMDGPU] Regenerate vector sub tests
2019-05-23 Konrad Kleine[lldb] NFC modernize codebase with modernize-use-nullptr
2019-05-23 Roman Lebedev[NFC][X86] Fix check prefixes and autogenerate fold...
2019-05-23 Andrea Di Biagio[MCA] Make the bool conversion operator in class InstRe...
2019-05-23 Pavel LabathAdd REQUIRES: lld to debug-types-address-ranges.s
2019-05-23 Petar Jovanovic[DwarfExpression] Refactor dwarf expression (NFC)
2019-05-23 James Henderson[llvm-objdump][test] Improve testing of some switches #2
2019-05-23 Rui UeyamaSimplify InputFile::fetch().
2019-05-23 Rui UeyamaRemove LazyObjFile::AddedToLink.
2019-05-23 Sam CleggReland: [WebAssembly] Add __start_/_stop_ symbols for...
2019-05-23 Kadir Cetinkaya[clangd-vscode] Do not customize uri converters in...
2019-05-23 Rui UeyamaMove code for symbol resolution from SymbolTable.cpp...
2019-05-23 Rui UeyamaSpeed up --start-lib and --end-lib.
2019-05-23 George Rimar[LLD][ELF] - Improve diagnostic about unrecognized...
2019-05-23 Pavel LabathDWARFASTParserClang: Reduce indentation
2019-05-23 Sam Clegg[WebAssembly] Seal imports section before counting...
2019-05-23 Rui UeyamaMove SymbolTable::addCombinedLTOObject() to LinkerDriver.
2019-05-23 Dmitri GribenkoDelete default constructors, copy constructors, move...
2019-05-23 Sven van HaastregtEnable queue_t and clk_event_t comparisons in C++ mode
2019-05-23 George Rimar[llvm-objcopy] - Many minor NFC changes to cleanup...
2019-05-23 Pavel LabathDWARF: Don't compute address ranges for type units
2019-05-23 Ilya Biryukov[clangd-vscode] Bump versions dependencies. NFC
2019-05-23 Jan KratochvilSimplify `GetName`+`AppendTypeName` by `DWARFDIE`
2019-05-23 Sam Parker[ARM][CGP] Clear SafeWrap before each search
2019-05-23 Ilya Biryukov[CodeComplete] Complete a lambda when preferred type...
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_...
next