platform/upstream/llvm.git
2019-05-23 Jorge Gorbe... [lldb] Make sure RegularExpression constructors always...
2019-05-23 Simon PilgrimFix sphinx unknown document error
2019-05-23 Jonas Devlieghere[Utility] Avoid a few unnecessary copies (NFC)
2019-05-23 Roman LebedevUpdateTestChecks: ppc32 triple support
2019-05-23 Alina SbirleaUpdate breaking test.
2019-05-23 Matt ArsenaultAMDGPU: Correct maximum possible private allocation...
2019-05-23 Alina Sbirlea[NewPassManager] Add tuning option: LoopUnrolling ...
2019-05-23 Jonas Devlieghere[gdb-remote] Fix more issues with thread_result_t
2019-05-23 Roman Lebedev[NFC] UpdateTestChecks: asm.py: fix whitespace issue
2019-05-23 Alina Sbirlea[SLPVectorizer] Set flag to previous default.
2019-05-23 Thomas LivelyFix unresolved symbols when linking tools/clang/unittes...
2019-05-23 Chris Bieneman[CMake] Fixing errors in r361513
2019-05-23 Alina Sbirlea[NewPassManager] Add tuning option: SLPVectorization...
2019-05-23 Sanjay Patel[InstCombine] be more careful when transforming a shuff...
2019-05-23 Jordan Rupprecht[git] Be more specific when looking for llvm-svn
2019-05-23 Antonio AfonsoTest commit access by removing a empty line
2019-05-23 Reid Kleckner[Driver] Move the "-o OUT -x TYPE SRC.c" flags to the...
2019-05-23 Alexey Bataev[OPENMP]Simplify codegen for the outlined regions.
2019-05-23 Jonas Devlieghere[HostNativeThreadBase] Undo nullptr changes
2019-05-23 Robert LougherResubmit r360436 "[X86] Avoid SFB - Fix inconsistent...
2019-05-23 Thomas Lively[WebAssembly] Implement ReplaceNodeResults to fix a...
2019-05-23 Roman Lebedev[NFC][PPC] Autogenerate vec_add_sub_quadword.ll test
2019-05-23 Roman Lebedev[NFC][PPC] Autogenerate vec_add_sub_doubleword.ll test
2019-05-23 Roman Lebedev[NFC][Mips] Autogenerate msa/i5-s.ll test
2019-05-23 Roman Lebedev[NFC][Mips] Autogenerate msa/arithmetic.ll test
2019-05-23 Roman LebedevUpdateTestChecks: -march=mips/-march=mipsel is mips...
2019-05-23 Nico Webergn build: Merge r361418 more
2019-05-23 Matt ArsenaultAMDGPU/GlobalISel: Legality for integer min/max
2019-05-23 Nico Weberlld-link, clang: Treat non-existent input files as...
2019-05-23 Kit Barton [LOOPINFO] Extend Loop object to add utilities...
2019-05-23 Thomas Lively[WebAssembly] Add multivalue and tail-call target features
2019-05-23 Thomas Preud... [FileCheck] Remove llvm:: prefix
2019-05-23 Yitzhak Mandelbaum[LibTooling] Fix dangling references in RangeSelector.
2019-05-23 Chris Bieneman[CMake] Copy C++ headers before configuring runtimes...
2019-05-23 Saleem AbdulrasoolTransforms: lower fadd and fsub atomicrmw instructions
2019-05-23 Ilya Biryukov[Index] Fix reported references in presence of template...
2019-05-23 Ilya Biryukov[CodeComplete] Only show lambda completions if patterns...
2019-05-23 Andrea Di Biagio[MCA] Add the ability to compute critical register...
2019-05-23 Shoaib Meenai[AsmPrinter] Treat a narrowing PtrToInt like Trunc
2019-05-23 Erich KeaneEnsure builtins use the target default Calling Convention
2019-05-23 Fangrui Song[Object] object::ELFObjectFile::symbol_begin(): skip...
2019-05-23 Kristof Umann[analyzer][NFC] Prettify some RUN: lines in test files.
2019-05-23 Petr Hosek[Driver] Try normalized triple when looking for C+...
2019-05-23 Konrad Kleine[lldb] fix cannot convert from 'nullptr' to 'lldb:...
2019-05-23 Paul RobinsonWork around a Visual C++ bug.
2019-05-23 Don Hinton[cmake] When getting Ninja version, don't include CMake...
2019-05-23 Cameron McInally[NFC][InstCombine] Add unary FNeg tests to maximum...
2019-05-23 Lewis Revill[RISCV] Support assembling TLS LA pseudo instructions
2019-05-23 Nico Webergn build: Merge r361487
2019-05-23 Petar Jovanovic[LiveDebugValues] Rename 'DMI' into 'DebugInstr' (NFC)
2019-05-23 Andrea Di Biagio[MCA] Introduce class LSUnitBase and let LSUnit derive...
2019-05-23 Simon Pilgrim[X86] Regenerate LZCNT tests on x86/x32/x64 targets
2019-05-23 Louis Dionne[libcxx][tests] Fix order checking in unordered_multise...
2019-05-23 Alex Bradbury[RISCV][NFC] Add nounwind attribute to functions missin...
2019-05-23 Fangrui Song[llvm-objdump][test] Make MachO test names consistent
2019-05-23 James Henderson[llvm-objdump][test] Make test names consistent
2019-05-23 Clement Courbet[MergeICmps] Make the pass compatible with the new...
2019-05-23 James Henderson[llvm-objdump][test] Improve testing of some switches #3
2019-05-23 Kadir Cetinkaya[clangd] Also update package-lock.json
2019-05-23 Dmitri Gribenko[clang-tidy] New check calling out uses of +new in...
2019-05-23 Kadir Cetinkaya[clangd] Bump vscode extension version
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...
next