platform/upstream/llvm.git
2018-09-25 Daniil Fukalov[RegAllocGreedy] avoid using physreg candidates that...
2018-09-25 Craig Topper[MC] Replace NULL constant in code with nullptr.
2018-09-25 Alexey BataevRevert "[DRIVER][OFFLOAD] Do not invoke unbundler on...
2018-09-25 Jonas Toth[clang-tidy] use CHECK-NOTES in tests for bugprone...
2018-09-25 Jonas Toth[clang-tidy] Add modernize-concat-nested-namespaces...
2018-09-25 Sam McCall[clangd] Merge binary + YAML serialization behind a...
2018-09-25 Tatyana KrasnukhaReplace boolean parameter with enum value according...
2018-09-25 Daniel Sanders[globalisel][tblgen] Table optimization should consider...
2018-09-25 Alexey Bataev[OPENMP] Fix the test, NFC.
2018-09-25 Alexey Bataev[OPENMP] Fix failed test, NFC.
2018-09-25 Zhaoshi Zheng[ConstHoist] Do not rebase single (or few) dependent...
2018-09-25 Justin BognerRevert "[DebugInfo] Do not generate address info for...
2018-09-25 Rui UeyamaFix an error message. It must start with a lowercase...
2018-09-25 Alexey Bataev[DRIVER][OFFLOAD] Do not invoke unbundler on unsupporte...
2018-09-25 Tri Vo[AArch64] Support adding X[8-15,18] registers as CSRs.
2018-09-25 Craig Topper[X86] Add AVX512 support to combineVectorSizedSetCCEqua...
2018-09-25 Sanjay Patel[InstCombine] narrow binops on concatenated vectors...
2018-09-25 Nirav Dave[ARM] Share predecessor bookkeeping in CombineBaseUpdat...
2018-09-25 Nirav Dave[AArch64] Share search bookkeeping in combines. NFCI.
2018-09-25 Nirav Dave[LegalizeDAG] Prune Predecessor check in ExpandExtractF...
2018-09-25 Nirav Dave[DAGCombine] Improve Predecessor check in SimplifySelec...
2018-09-25 Nirav Dave[DAGCombine] Share predecessor bookkeeping in CombineTo...
2018-09-25 Guillaume Chatelet[llvm-exegesis] Serializes registers initial values.
2018-09-25 Guillaume Chatelet[llvm-exegesis] Fix missing document separator in YAML...
2018-09-25 Nirav Dave[DAGCombine] Don't fold dependent loads across SELECT_CC.
2018-09-25 Rui UeyamaParallelize .gdb_index string table writes.
2018-09-25 Hans Wennborg[clang-cl] Provide separate flags for all the /O variants
2018-09-25 Eric Liu[VFS] Add a proxy FS that delegates calls to underlying...
2018-09-25 Clement Courbet[llvm-exegesis] Add lit tests (v2).
2018-09-25 Kirill Bobyrev[clangd] NFC: Simplify code, enforce LLVM Coding Standards
2018-09-25 Bruno Ricci[AST] Squeeze some bits in LinkageComputer::QueryType
2018-09-25 Gheorghe-Teodor... [OpenMP][libomptarget] Simplify warp master selection...
2018-09-25 Guillaume Chatelet[llvm-exegesis] Fix broken test.
2018-09-25 Kirill Bobyrev[clangd] Fix some buildbots after r342965
2018-09-25 Simon PilgrimRevert rL342916: [X86] Remove shift/rotate by CL memory...
2018-09-25 Sven van Haastregt[OpenCL] Allow zero assignment and comparisons between...
2018-09-25 Guillaume Chatelet[llvm-exegesis][NFC] Rewrite of the YAML serialization.
2018-09-25 Hans WennborgRevert r342637 "[ADT] Try again to use the same version...
2018-09-25 Kirill Bobyrev[clangd] Implement VByte PostingList compression
2018-09-25 Eric Liu[clangd] Fix build bot after r342961
2018-09-25 Calixte Denizet[Profile] Fix gcov tests
2018-09-25 Martin Storsjo[COFF] Add support for creating range extension thunks...
2018-09-25 Eric Liu[clangd] Check that scheme is valid when parsing URI.
2018-09-25 Sylvestre LedruFix a typo in the help of clangd
2018-09-25 Tatyana Krasnukha[Swig] Merge typemaps with same bodies
2018-09-25 David Green[LoopUnroll] Add check to Latch's terminator in UnrollR...
2018-09-25 Kirill Bobyrev[clangd] NFC: Remove test duplicate
2018-09-25 Sameer Sahasrabuddhe[AMDGPU] restore r342722 which was reverted with r342743
2018-09-25 Clement CourbetRevert rL342953 "[llvm-exegesis] Add lit tests."
2018-09-25 George Rimar[ELF] - Add -z global option to manual.
2018-09-25 Clement Courbet[llvm-exegesis] Add lit tests.
2018-09-25 Heejin Ahn[llvm-exegesis] Add MCParser to LLVM_LINK_COMPONENTS
2018-09-25 Eric LiuDeduplicate replacements from diagnostics.
2018-09-25 Fangrui SongAnnotate LookupResult::clear() as LLVM_ATTRIBUTE_REINIT...
2018-09-25 Fangrui SongAdd macro LLVM_ATTRIBUTE_REINITIALIZES
2018-09-25 Clement Courbet[llvm-exegesis] Fix doc in r342947.
2018-09-25 Clement Courbet[llvm-exegesis] Allow benchmarking arbitrary code snippets.
2018-09-25 Stefan Maksimovic[mips] Correct MUL pattern for mips64
2018-09-25 Fangrui SongUse unique_ptr to hold AsmInfo,MRI,MII,STI
2018-09-25 Mikael HolmenUse TRI->regsOverlap() in MachineBasicBlock::computeReg...
2018-09-25 Hsiangkai Wang[DebugInfo] Do not generate address info for removed...
2018-09-25 Justin Bogner[MachineCopyPropagation] Reimplement CopyTracker in...
2018-09-25 Lang HamesRevert "[ORC] Switch to asynchronous resolution in...
2018-09-25 Justin Bogner[MachineCopyPropagation] Rework how we manage RegMask...
2018-09-25 Lang Hames[ORC] Switch to asynchronous resolution in JITSymbolRes...
2018-09-25 Louis DionneRevert r342936 "Remove redundant null pointer check...
2018-09-25 Thomas Lively[WebAssembly] SIMD sqrt
2018-09-25 Fangrui SongRemove redundant null pointer check in operator delete
2018-09-25 Stanislav Mekhanoshin[AMDGPU] Remove useless check from test. NFC.
2018-09-25 Craig Topper[X86] Don't create FILD ISD nodes when X87 is disabled.
2018-09-25 Craig Topper[X86] Remove superfluous curly braces. NFC
2018-09-25 Craig Topper[X86] Update comment. Use 'glued' instead of 'flagged...
2018-09-24 Yury Delendik[WebAssembly] Move .debug_line section address of dead...
2018-09-24 Saleem AbdulrasoolDriver: render arguments for the embedded bitcode correctly
2018-09-24 Thomas Lively[WebAssembly][NFC] Fix hardcoded stack indices in tests
2018-09-24 Richard Smith[www] Change 'Clang 7' items from yellow to green now...
2018-09-24 Richard Smith[www] Update cxx_status to mark P0962R1 as done.
2018-09-24 Richard SmithP0962R1: only use the member form of 'begin' and 'end...
2018-09-24 Artem Belevich[CUDA] Added basic support for compiling with CUDA...
2018-09-24 Evgeniy Stepanov[hwasan] Record and display stack history in stack...
2018-09-24 Evgeniy StepanovRevert "[hwasan] Record and display stack history in...
2018-09-24 Evgeniy Stepanov[hwasan] Record and display stack history in stack...
2018-09-24 George Karpenkov[analyzer] Prevent crashes in FindLastStoreBRVisitor
2018-09-24 Christy LeeRe-submitting changes in D51550 because it failed to...
2018-09-24 Sanjay Patel[InstCombine] add bitcast+extelt helper function; NFC
2018-09-24 Jordan Rupprecht[compiler-rt] [builtins] Add logb/logbf/logbl methods...
2018-09-24 Simon Pilgrim[X86] Remove shift/rotate by CL memory (RMW) overrides
2018-09-24 Alexander Polyakov[lldb-mi] Fix hanging of target-select-so-path.test
2018-09-24 Craig Topper[X86] Infer 64bit feature support from the CPUID result...
2018-09-24 Calixte Denizet[profile] Revert commit https://reviews.llvm.org/rL342718
2018-09-24 Calixte Denizet[CodeGen] Revert commit https://reviews.llvm.org/rL342717
2018-09-24 Stefan Pintilie[Power9] [CLANG] Add __float128 exponent GET and SET...
2018-09-24 Stefan Pintilie[Power9] [LLVM] Add __float128 exponent GET and SET...
2018-09-24 Benjamin KramerFix the type of 1<<31 integer constants.
2018-09-24 Simon Pilgrim[X86][AVX] Add truncation as shuffle test for PR31451
2018-09-24 Christy LeeReland r342494 after fixing LIT checks.
2018-09-24 Sanjay Patel[Analysis] add comment to generalize finding a scalar...
2018-09-24 Sanjay Patel[InstCombine] add/move tests for extractelement; NFC
2018-09-24 Simon Pilgrim[X86] Remove WriteDiv/WriteIDiv schedule overrides...
2018-09-24 Sam McCall[clangd] Fix uninit bool in r342888
next