platform/upstream/llvm.git
2018-10-24 Andrea Di Biagio[llvm-mca] Simplify the logic in FetchStage. NFCI
2018-10-24 Simon PilgrimFix MSVC "truncation from 'double' to 'float'" warnings...
2018-10-24 Craig Topper[X86] Explicitly list all KNL features of inheriting...
2018-10-24 Simon Pilgrim[X86][SSE] Add SimplifyDemandedBitsForTargetNode PMULDQ...
2018-10-24 Konstantin... AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMap
2018-10-24 Alexey BataevDo not always request an implicit taskgroup region...
2018-10-24 Simon Pilgrim[TargetLowering] Add SimplifyDemandedBitsForTargetNode...
2018-10-24 Teresa Johnson[hot-cold-split] Name split functions with ".cold"...
2018-10-24 Alexey Bataev[OPENMP]Fix PR39366: do not try to private field if...
2018-10-24 Craig Topper[CodeGen] Update test checks missed in r345168.
2018-10-24 Simon Pilgrim[CostModel][X86] Add vXi8 vector division by constants...
2018-10-24 Kuba Mracek[sanitizer] Avoid calling a nullptr in MonotonicNanoTim...
2018-10-24 Eric FiselierFix use of libc++ specific macro in support/test_macros.h
2018-10-24 Rui UeyamaInclude input section name and output section name...
2018-10-24 Peter CollingbourneARM: Use BKPT instead of TRAP to implement llvm.debugtrap.
2018-10-24 Krzysztof Parzyszek[Hexagon] Flip hexagon-autohvx to be true by default
2018-10-24 Krzysztof Parzyszek[Hexagon] Flip hexagon-autohvx to be true by default
2018-10-24 Craig Topper[CodeGen] Update min-legal-vector width based on functi...
2018-10-24 Jonas Toth[clang-tidy] Add the abseil-duration-factory-float...
2018-10-24 Michael Kruse[docs] Add rawspeed to test-suite proposals.
2018-10-24 Craig Topper[X86] Bring back the MOV64r0 pseudo instruction
2018-10-24 Simon Pilgrim[CostModel][X86] Enable non-uniform vector division...
2018-10-24 Robert Lougher[CodeGen] skip lifetime end marker in isInTailCallPosition
2018-10-24 Sanjay Patel[InstCombine] add test for ComputeNumSignBits with...
2018-10-24 Andrea Di Biagio[llvm-mca] Remove dependency from InstrBuilder in class...
2018-10-24 Saleem AbdulrasoolCodeGen: extract some local variables in CFConstantStri...
2018-10-24 Saleem AbdulrasoolAST: unindent CFConstantStringDecl by inverting conditi...
2018-10-24 Simon Pilgrim[LegalizeDAG] ExpandLegalINT_TO_FP - cleanup UINT_TO_FP...
2018-10-24 George RimarRevert rL345127: [LLDB] - Add support for DW_RLE_base_a...
2018-10-24 Sanjay Patel[InstCombine] add test for select with shuffled conditi...
2018-10-24 Kuba Mracek[lldb] Remove enableThreadSanitizer from shared Xcode...
2018-10-24 Rui UeyamaRefactor assignFileOffsets. NFC.
2018-10-24 Kadir Cetinkaya[clangd] Do not query index for new name completions.
2018-10-24 Kadir Cetinkaya[clang] Introduce new completion context types
2018-10-24 Krasimir GeorgievIR: Optimize FunctionType::get to perform one hash...
2018-10-24 Sam McCall[clangd] When replying, log the method name and latency.
2018-10-24 Sanjay Patel[InstCombine] try harder to form select from logic...
2018-10-24 Mikhail MaltsevAdjust unsupported C++ versions in some tests
2018-10-24 Andrea Di Biagio[llvm-mca] Refactor class SourceMgr. NFCI
2018-10-24 Cameron McInally[FPEnv] Convert more BinaryOperator::isFNeg(...) to...
2018-10-24 Erich KeaneRemove a pair of unused dispatch multiversion declarations.
2018-10-24 Sam McCall[clangd] Ensure that we reply to each call exactly...
2018-10-24 Rui UeyamaSplit a function. NFC.
2018-10-24 Alexey Bataev[DEBUGINFO, NVPTX] Try to pack bytes data into a single...
2018-10-24 Sam McCall[clangd] Don't show base class versions of members...
2018-10-24 Eric Liu[clangd] Downrank members from base class
2018-10-24 Rui UeyamaAdd parenthese around a bitand.
2018-10-24 Rui UeyamaMake a local variable scope narrower. NFC.
2018-10-24 James HendersonFix llvm-strings crash for negative char values
2018-10-24 Simon Pilgrim[X86][SSE] Update PMULDQ schedule tests to survive...
2018-10-24 Eric Liu[CodeComplete] Expose InBaseClass signal in code comple...
2018-10-24 Haojian Wu[clangd] Hide position line and column fields.
2018-10-24 Yuka Takahashi[autocompletion] Handle the space before pressing tab
2018-10-24 Aaron BallmanSupport accepting __gnu__ as a scoped attribute namespa...
2018-10-24 Martin Storsjo[MinGW] Enable large file for mingw-w64
2018-10-24 Guillaume Chatelet[llvm-exegesis] Implements a cache of Instruction objects.
2018-10-24 Andrea Di Biagio[llvm-mca] [llvm-mca] Improved error handling and error...
2018-10-24 Ilya Biryukov[clangd] Simplify auto hover
2018-10-24 George Rimar[LLDB] - Add support for DW_RLE_base_address and DW_RLE...
2018-10-24 Ilya Biryukov[clangd] Remove outdated comment-out code. NFC
2018-10-24 Ilya Biryukov[clangd] Fix a link in documentation. NFC
2018-10-24 Eugene Leviant[ThinLTO] Change parameter type. NFC
2018-10-24 Gil RapaportRevert r345114
2018-10-24 Ilya Biryukov[Sema] Do not show unused parameter warnings when body...
2018-10-24 Yuka Takahashi[bash-autocompletion] Fix bug when a flag ends with '='
2018-10-24 Tim Renouf[AMDGPU] Defined gfx909 Raven Ridge 2
2018-10-24 Sam McCall[clangd] Embed fixes as CodeAction, instead of clangd_f...
2018-10-24 Eugene Leviant[ThinLTO] Fix dot dumper for regular LTO modules
2018-10-24 Martin Storsjo[MinGW] Support for multiarch runtimes layout
2018-10-24 Martin Storsjo[ELF] Remove a superfluous semicolon, fixing warnings...
2018-10-24 Dorit Nuzman[LV] Don't have fold-tail under optsize invalidate...
2018-10-24 Gil Rapaport[LSR] Combine unfolded offset into invariant register
2018-10-24 Sam McCall[clangd] Truncate SymbolID to 16 bytes.
2018-10-24 Craig Topper[X86] Correct a bad isel predicate. Though I don't...
2018-10-24 Richard Trieu[Sema] Fix -Wcomma in dependent context
2018-10-24 Kostya Serebryany[hwasan] when printing a stack-related bugs, also print...
2018-10-24 Adrian PrantlDebug Info (-gmodules): emit full types for non-anchore...
2018-10-24 Sanjin Sijaric[ARM64][Windows] Add unwind support to llvm-readobj
2018-10-24 Saleem AbdulrasoolARM: handle checking aliases with out-of-bounds GEPs
2018-10-23 Jason MolendaSupport nwere versions of the Segger J-Link jtag board...
2018-10-23 Reid KlecknerCommit missing comment edit and use correct cast to...
2018-10-23 Reid Kleckner[hurd] Make getMainExecutable get the real binary path
2018-10-23 Wei Mi[PM] keeping history when original SCC split and then...
2018-10-23 Matthias BraunSelectionDAG: Reuse bigger sized constants in memset...
2018-10-23 George Karpenkov[analyzer] [NFC] Change scanReachableSymbols to use...
2018-10-23 George Karpenkov[analyzer] Do not stop tracking CXX methods touching...
2018-10-23 George Karpenkov[analyzer] Trust summaries for OSObject::retain and...
2018-10-23 Lang Hames[ORC] Re-apply r345077 with fixes to remove ambiguity...
2018-10-23 Teresa JohnsonRevert "[ThinLTO] Fix a crash in lazy loading of Metadata"
2018-10-23 Teresa Johnson[hot-cold-split] Only perform splitting in ThinLTO...
2018-10-23 Teresa Johnson[ThinLTO] Fix a crash in lazy loading of Metadata
2018-10-23 Rui UeyamaMove forward declarations to the top of the file and...
2018-10-23 Rui UeyamaMove a function out of a class because it doesn't depen...
2018-10-23 Zachary TurnerRemove unused private methods.
2018-10-23 Zachary TurnerFix some comments pointed out by Leonard Mosescu.
2018-10-23 Fangrui SongActually fix test from r345085 REQUIRE: asserts
2018-10-23 Fangrui SongFix test after r345085
2018-10-23 Rui UeyamaFactor out code to a new function. NFC.
2018-10-23 Craig Topper[X86] Autogenerate comple checks. NFC
2018-10-23 Eric ChristopherRemove unused variable.
next