platform/upstream/llvm.git
2018-07-11 Erich Keane[NFC] Replace usage of QualType.getTypePtr()-> with...
2018-07-11 Reka Kovacs[analyzer] Track multiple raw pointer symbols in Dangli...
2018-07-11 Roman Lebedev[InstCombine] Fold x & (-1 >> y) == x to x u<= ...
2018-07-11 Joel E. DennyRevert r336830: [FileCheck] Don't permit overlapping...
2018-07-11 Paul RobinsonQuick fix for some Windows bots
2018-07-11 Eric LiuRevert "[VirtualFileSystem] InMemoryFileSystem::status...
2018-07-11 Joel E. Denny[FileCheck] Don't permit overlapping CHECK-DAG
2018-07-11 Paul SemelRevert "[llvm-objdump] Add -demangle (-C) option"
2018-07-11 Craig Topper[X86] Remove patterns for inserting a load into a zero...
2018-07-11 Simon Pilgrim[TargetTransformInfo] Add pow2 analysis for scalar...
2018-07-11 Yi KongAlso search BitcodeFiles for exclude-lib symbols
2018-07-11 Konstantin... AMDGPU/NFC: Use already available explicit kernarg
2018-07-11 Raphael IsemannAllow specifying an exit code for the 'quit' command
2018-07-11 Jonas Devlieghere[DebugInfo] Make children iterator bidirectional
2018-07-11 Sanjay Patel[InstSimplify] add/move tests for add folds; NFC
2018-07-11 Paul SemelFix llvm-objdump demangle test (added triple option)
2018-07-11 Marco CastelluccioLink to the correct bug number about the Mac failure...
2018-07-11 Zaara SyedaRevert 336811, there are still some problems with the...
2018-07-11 Andrea Di Biagio[X86] Fix MayLoad/HasSideEffect flag for (V)MOVLPSrm...
2018-07-11 Balazs Keri[AST] Fix for structural equivalence tests in rL336776.
2018-07-11 Paul Semel[llvm-objdump] Add -demangle (-C) option
2018-07-11 George Rimar[ELF] - Simplify code. NFC.
2018-07-11 George Rimar[ELF] - Simplify. NFCI.
2018-07-11 George Rimar[ELF] - Add classof() member for ARMExidxSentinelSection.
2018-07-11 Simon Pilgrim[SLPVectorizer] Add initial alternate opcode support...
2018-07-11 Zaara SyedaRemove ppc64 BE XFAILs now that gcov profiling works.
2018-07-11 Kirill Bobyrev[clangd] Uprank delcarations when "using q::name" is...
2018-07-11 Simon Pilgrim[SLPVectorizer] Ensure alternate/passthrough doesn...
2018-07-11 Simon Pilgrim[SLPVectorizer] Add some additional alternate cast...
2018-07-11 Simon Marchi[VirtualFileSystem] InMemoryFileSystem::status: Return...
2018-07-11 Simon PilgrimRevert rL336804: [SLPVectorizer] Add initial alternate...
2018-07-11 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-11 Simon Pilgrim[SLPVectorizer] Add initial alternate opcode support...
2018-07-11 Krzysztof Parzyszek[CodeGen] Ignore debug uses in MachineCopyPropagation
2018-07-11 Simon Atanasyan[mips] Update the P5600 scheduler model not to use...
2018-07-11 Eric Liu[clangd] Ignore sema code complete callback with recove...
2018-07-11 Diogo N. Sampaio[NFC][InstCombine] Converts isLegalNarrowLoad into...
2018-07-11 Igor Kudrin[ELF] Update addends in non-allocatable sections for...
2018-07-11 Vladimir Stefanovic[mips] Add '-mvirt', '-mno-virt', '-mginv', '-mno-ginv...
2018-07-11 Andrea Di Biagio[llvm-mca] Use a different character to flag instructio...
2018-07-11 Roman Lebedev[NFC][InstCombine] Tests for x & (-1 >> y) == x ...
2018-07-11 Sjoerd Meijer[ARM] ParallelDSP: multiple reduction stmts in loop
2018-07-11 George Rimar[ELF] - Report proper error message about mixing bitcod...
2018-07-11 Jonas DevlieghereUse debug-prefix-map for AT_NAME
2018-07-11 Florian HahnRecommit r336653: [VPlan] Add VPlanTestBase.h with...
2018-07-11 Rui UeyamaRemove dead code.
2018-07-11 Rui UeyamaParallelize GdbIndexSection's symbol table creation.
2018-07-11 Sander de Smalen[AArch64][SVE] Asm: Support for COMPACT instruction.
2018-07-11 Rui UeyamaRemove a workaround for an old GCC bug.
2018-07-11 Simon PilgrimFix check-prefix vs check-prefixes typo in updated...
2018-07-11 Simon Pilgrim[AArch64] Regenerate SDIV tests
2018-07-11 Sam McCall[clangd] Upgrade logging facilities with levels and...
2018-07-11 Roman Lebedev[NFC][InstCombine] icmp-logical.ll: add a few more...
2018-07-11 Sander de Smalen[AArch64][SVE] Asm: Support for LAST(A|B) and CLAST...
2018-07-11 Paul Semel[llvm-readobj] Add -hex-dump (-x) option
2018-07-11 Roman Lebedev[NFC][InstCombine] Fix extra space padding in icmp...
2018-07-11 Roman Lebedev[NFC][InstCombine] Add variable names and regenerate...
2018-07-11 Simon Pilgrim[SelectionDAG] Add constant buildvector support to...
2018-07-11 Andrea Di Biagio[llvm-mca] Add tests for partial register writes.
2018-07-11 Simon Atanasyan[mips] Remove dead code. NFC
2018-07-11 Balazs Keri[AST] Structural equivalence of methods
2018-07-11 Marco CastelluccioFix reading 32 bit gcov tag values on little-endian...
2018-07-11 Simon Pilgrim[DAGCombiner] Support non-uniform X%C -> X-(X/C)*C...
2018-07-11 Simon Pilgrim[DAGCombiner] Add (urem X, -1) -> select(X == -1, 0...
2018-07-11 Simon Tatham[TableGen] Add missing std::moves to fix build failure.
2018-07-11 Simon Tatham[TableGen] Add a general-purpose JSON backend.
2018-07-11 Eric Liu[WebAssembly] Only call llvm::value::dump() in debug...
2018-07-11 Dean Michael... [XRay] basic mode PID and TID always fetch
2018-07-11 Craig Topper[X86] The TEST instruction is eliminated when BSF/TZCNT...
2018-07-11 Lang HamesRevert r336760: "[ORC] Add unit tests for the reexports...
2018-07-11 Craig Topper[X86] Remove some composite MOVSS/MOVSD isel patterns.
2018-07-11 Lang Hames[ORC] Remove a shadowing definition.
2018-07-11 Lang Hames[ORC] Add unit tests for the reexports utility that...
2018-07-11 Sam Clegg[WebAssembly] Add pass to infer prototypes for prototyp...
2018-07-11 Lang Hames[ORC] Drop constexpr in unit test to appease a bot.
2018-07-11 Lang Hames[ORC] Use a gtest fixture to remove a bunch of boilerpl...
2018-07-11 George Karpenkov[analyzer] Fix bots by changing the analyzer-config...
2018-07-11 George Karpenkov[analyzer] Partial revert of https://reviews.llvm.org...
2018-07-11 Stefan Pintilie[Power9] Add remaining __flaot128 builtin support for...
2018-07-11 George Karpenkov[analyzer] Pass through all arguments from the register...
2018-07-11 Chen Zheng [test cases] add test cases for find more abs pattern
2018-07-11 Craig Topper[TableGen] Fix some bad formatting. NFC
2018-07-11 Brian Gesiak[SemaCXX] Remove comment from coroutines test, NFC
2018-07-11 Stephen HinesAdd libcxxabi option back for sanitizer use.
2018-07-11 Brian GesiakRemove qualtype qualifier in coroutine error to prevent...
2018-07-11 Richard Smith[docs] List correct default for -ftemplate-depth; also...
2018-07-11 Richard SmithPR38095: Allow constant-folding of loads through bitcas...
2018-07-11 Richard SmithDR330: look through array types when forming the cv...
2018-07-11 Eli Friedman[LangRef] Clarify alloca of zero bytes.
2018-07-10 Rui UeyamaRefactor GdbIndexSection. NFC.
2018-07-10 Eli Friedman[ARM] Treat cmn immediates as legal in isLegalICmpImmed...
2018-07-10 Lang Hames[ORC] Generalize alias materialization to support re...
2018-07-10 Craig Topper[X86] Also fix the test for _mm512_mullo_epi64 to test...
2018-07-10 Craig Topper[X86] Fix the test for _mm512_mullox_epi64 to test...
2018-07-10 Richard SmithFix determination of whether a reinterpret_cast casts...
2018-07-10 Shuai WangUse ExprMutationAnalyzer in performance-for-range-copy
2018-07-10 George Burgess IVSort includes + include a missing `extern "C"` header
2018-07-10 Craig Topper[X86] Remove AddedComplexity from all patterns that...
2018-07-10 Raphael IsemannRefactor ClangUserExpression::Parse [NFC]
2018-07-10 Richard TrieuFix -Wmismatched-tags warning
next