platform/upstream/llvm.git
2018-11-15 Tom Stellard[ADT] Drop llvm::Optional clang-specific optmization...
2018-11-15 Eric FiselierUpgrade Google Benchmark library to ToT
2018-11-15 Craig Topper[X86] Minor cleanup to getExtendInVec. NFCI
2018-11-15 Sanjay Patel[InstCombine] adjust rotate direction in tests; NFC
2018-11-15 Adrian PrantlPort the Darwin universal binary testcase to x86_64.
2018-11-15 Craig Topper[X86] Add -x86-experimental-vector-widening support...
2018-11-15 Thomas Lively[WebAssembly] Fix return type of nextByte
2018-11-15 Scott Linder[BinaryFormat] Add MsgPackTypes
2018-11-15 Sanjay Patel[InstCombine] add tests for funnel shift (rotate) canon...
2018-11-15 Sam Clegg[WebAssembly] Import the stack pointer when building...
2018-11-15 Craig Topper[X86] Guess that a CPU is Icelake it if reports support...
2018-11-15 Sam Clegg[WebAssembly] Refactor config setting and checking...
2018-11-15 Xin Tong[LTO] Load sample profile in LTO link step.
2018-11-15 Simon Pilgrim[TTI] Reduction costs only need to include a single...
2018-11-15 Bruno Ricci[AST] Store the string data in StringLiteral in a trail...
2018-11-15 Sanjay Patel[InstCombine] fix rotate narrowing bug for non-pow...
2018-11-15 Bruno Ricci[AST][NFC] Various NFCs in StringLiteral
2018-11-15 Sanjay Patel[InstCombine] add rotate narrowing tests with odd types...
2018-11-15 Simon Pilgrim[SLPVectorizer][X86] Regenerate reduction minmax tests...
2018-11-15 Simon Pilgrim[SLPVectorizer][X86] Regenerate reduction tests and...
2018-11-15 George Rimar[ELF] - Renamed few more AArch64 specific relocation...
2018-11-15 Simon Pilgrim[X86] Fix MCNullStreamer support for modules with a...
2018-11-15 Sam McCall[clang-tidy] Update checks to play nicely with limited...
2018-11-15 Sanjay Patel[InstSimplify] delete shift-of-zero guard ops around...
2018-11-15 Alex Bradbury[RISCV] Mark C.EBREAK instruction as having side effects
2018-11-15 Alex Bradbury[RISCV] Mark FREM as Expand
2018-11-15 Bruno Ricci[AST][NFC] Re-add comment in BinaryOperator which was...
2018-11-15 Dan LiewStart adding the supporting code to perform out-of...
2018-11-15 Haojian Wu[clangd] global-symbol-builder => clangd-indexer
2018-11-15 Bruno Ricci[AST] Pack BinaryOperator
2018-11-15 Bruno Ricci[AST] Pack MemberExpr
2018-11-15 Bruno Ricci[AST][NFC] Move the friend decls to the top of MemberExpr
2018-11-15 Bruno Ricci[AST] Pack UnaryOperator
2018-11-15 Mikael HolmenFix warning about unused variable [NFC]
2018-11-15 Anton KorobeynikovAdd missed files from prev. commit
2018-11-15 Anton Korobeynikov[MSP430] Add MC layer
2018-11-15 Haojian Wu[clangd] Fix no results returned for global symbols...
2018-11-15 Xing GUO[llvm-objdump] Use `auto` declaration in typecasting
2018-11-15 Kadir CetinkayaRevert "Introduce shard storage to auto-index."
2018-11-15 Kadir CetinkayaRevert "clang-format"
2018-11-15 Kadir CetinkayaRevert "Address comments"
2018-11-15 Kadir CetinkayaRevert "Address comments."
2018-11-15 Kadir CetinkayaAddress comments.
2018-11-15 Kadir CetinkayaAddress comments
2018-11-15 Kadir Cetinkayaclang-format
2018-11-15 Kadir CetinkayaIntroduce shard storage to auto-index.
2018-11-15 Alex Bradbury[RISCV] Introduce the RISCVMatInt::generateInstSeq...
2018-11-15 Craig Topper[X86] Add some custom type legalization rules for trunc...
2018-11-15 Craig Topper[X86] Add -x86-experimental-vector-widening-legalizatio...
2018-11-15 Martin Storsjo[ELF] Fix compilation with GCC 5
2018-11-15 Eric Fiselierpropagate __config_site includes when building benchmarks
2018-11-15 Zachary TurnerFix a use-after-free of the ABI plugin.
2018-11-15 Thomas Lively[WebAssembly] Renumber SIMD bitwise instructions
2018-11-15 David BlaikieNFC cleanup: Prefer make_unique over reset(new T())
2018-11-15 David BlaikieFix combining pragma __debug dump & parser_crash with -E
2018-11-15 David BlaikieRewrite-imports on crash: Simplify handling
2018-11-15 David BlaikieStmt bits: Make ExprBits relative to StmtBits
2018-11-15 Konstantin... AMDGPU: Fix check lines in fdot2 test:
2018-11-15 Xing GUO[commit-test] Add blank line for test/tools/llvm-objdum...
2018-11-15 Konstantin... AMDGPU: Enable code object v3 for AMDHSA only
2018-11-15 Jonas DevlieghereFix copy/paste mistake for r346919.
2018-11-15 Jonas DevlieghereAdd setting to require hardware breakpoints.
2018-11-15 Jonas Devlieghere[reproducer] Post-commit cleanup
2018-11-15 Sam Clegg[WebAssembly] Initial support for shared objects (...
2018-11-15 Eric FiselierWork around C++03 decltype limitations
2018-11-15 Craig Topper[X86] Don't mark SEXTLOADS with narrow types as Custom...
2018-11-15 JF BastienCGDecl::emitStoresForConstant fix synthesized constant...
2018-11-15 Eric FiselierGet tests compiling with -Wunused-local-typedef
2018-11-15 Jessica Paquette[MachineOutliner][NFC] Check if CandidatesForRepeatedSe...
2018-11-14 Stephan T.... [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
2018-11-14 Stephan T.... [libcxx] [test] Include <cassert> for assert().
2018-11-14 Stephan T.... [libcxx] [test] Fix MSVC warning C4800.
2018-11-14 Benjamin Kramer[X86] Remove unused variable
2018-11-14 Craig Topper[X86] Support v2i32/v4i16/v8i8 load/store using f64...
2018-11-14 Reid Kleckner[codeview] Make "clang -g" emit codeview by default...
2018-11-14 Adrian PrantlRemove the expectedFlakeyDsym decorator. It's not usefu...
2018-11-14 Eric FiselierAttempt to show progress bar in benchmark tests
2018-11-14 Eric FiselierExclude check-cxx-benchmarks from the global test...
2018-11-14 Simon Pilgrim[X86] Update masked expandload/compressstore test names
2018-11-14 Sanjay Patel[InstSimplify] add more tests for funnel shift with...
2018-11-14 Jessica Paquette[MachineOutliner][NFC] Don't compute liveness if X16...
2018-11-14 Jason Molendaupdate xcode project file for reproducers.
2018-11-14 Teresa JohnsonRemove unused getMDNodeFwdRefOrNull interfaces (NFC)
2018-11-14 Simon Pilgrim[X86][SSE] Add SSE2/SSE42 masked load/store tests
2018-11-14 Nirav DaveBias physical register immediate assignments
2018-11-14 Simon Atanasyan[ELF] Make TrapInstr and Filler byte arrays. NFC.
2018-11-14 Richard Smith[c++20] Implement P0482R6: enable -fchar8_t by default...
2018-11-14 Teresa Johnson[ThinLTO] Fix a crash in lazy loading of Metadata
2018-11-14 Simon Pilgrim[X86] Split masked load/store test files
2018-11-14 Eric FiselierRename cxx-benchmark-unittests target and convert to...
2018-11-14 Simon Pilgrim[X86] Update masked load/store test names
2018-11-14 Aakanksha PatilAMDGPU: Additional pattern for i16 median3 matching
2018-11-14 Vedant KumarMark @llvm.trap cold
2018-11-14 Scott Linder[Support] Teach YAMLIO about polymorphic types
2018-11-14 Teresa Johnson[ThinLTO] Update handling of vararg functions to match...
2018-11-14 Shoaib Meenai[AST] Fix typo in MicrosoftMangle
2018-11-14 Sanjay Patel[InstSimplify] add tests for funnel shift with select...
2018-11-14 Sam Clegg[WebAssembly] Add support for dylink section in object...
2018-11-14 Craig Topper[X86] Allow pmulh to be formed from narrow vXi16 vector...
2018-11-14 Alexander Richardson[libcxx] [test] Fix running tests on macOS with python3
next