platform/upstream/llvm.git
2019-04-01 Matt ArsenaultInstSimplify: Add baseline test for upcoming change
2019-04-01 Mikael Holmen[InstCombine] Handle vector gep with scalar argument...
2019-04-01 Clement Courbet[X86] Make post-ra scheduling macrofusion-aware.
2019-04-01 Alexandre Ganea[LLD][COFF] Early dependency detection
2019-04-01 Sanjay Patel[InstCombine] eliminate commuted select-shuffles +...
2019-04-01 Clement Courbet[X86MacroFusion][NFC] Add more tests.
2019-04-01 Krasimir Georgiev[X86] Fix a test from r357317
2019-04-01 Simon Pilgrim[X86][SSE] Add fcmp constant folding tests
2019-04-01 Luis Marques[RISCV] Add seto pattern expansion
2019-04-01 Fangrui Song[ELF] Rename SyntheticSection::empty to more appropriat...
2019-04-01 Pavel Labath[Linux/x86] Fix writing of non-gpr registers on newer...
2019-04-01 Craig Topper[X86] Use ISD::INTRINSIC_VOID in getTgtMemIntrinsic...
2019-04-01 Alex Bradbury[RISCV] Don't evaluatePCRelLo if a relocation will...
2019-04-01 Rui UeyamaSimplify. NFC.
2019-04-01 Rui UeyamaReplace `typedef A B` with `using B = A`. NFC.
2019-03-31 Sylvestre LedruSpelling correction for docs for cppcoreguidelines...
2019-03-31 Eric FiselierMake common_type's implementation common
2019-03-31 Nico Webergn build: Add build files for most clang-tools-extra...
2019-03-31 Sanjay Patel[InstCombine] add tests for inverted select-shuffles...
2019-03-31 Sanjay Patel[x86] allow movmsk with 2-element reductions
2019-03-31 Sanjay Patel[InstCombine] canonicalize select shuffles by commuting
2019-03-31 Liang Zoufix typo: "\t" => " "
2019-03-31 David Chisnall[gnustep-objc] Make the GNUstep v2 ABI work for Windows...
2019-03-31 David ChisnallCOMDAT-fold block descriptors.
2019-03-31 David Chisnall[objc-gnustep] Use .init_array not .ctors when requested.
2019-03-31 Fedor SergeevSafepointIRVerifier port to new Pass Manager
2019-03-31 Luqman Aden[NFC][InstCombine] Add tests for combining icmp of...
2019-03-31 Fangrui SongRange-style std::find{,_if} -> llvm::find{,_if}. NFC
2019-03-31 Nico Webergn build: Merge r357340
2019-03-31 Nico Webergn build: Merge r357326
2019-03-30 Nico WeberRename IncludeFixerTests to ClangIncludeFixerTests...
2019-03-30 Simon Pilgrim[SystemZ] Remove fcmp undef from reduced test
2019-03-30 Simon Pilgrim[MIPS] Remove fcmp undef from reduced test
2019-03-30 Craig Topper[X86] Teach isel for RMW binops to handle negate
2019-03-30 Alex Bradbury[RISCV] Add codegen support for ilp32f, ilp32d, lp64f...
2019-03-30 Simon Pilgrim[X86][SSE] detectAVGPattern - Match zext(or(x,y)) ...
2019-03-30 Alex Bradbury[RISCV] Add RV64 CHECK lines to test/CodeGen/RISCV...
2019-03-30 Simon Pilgrim[X86][SSE] detectAVGPattern - begin generalizing ADD...
2019-03-30 Fangrui Song[cmake] Change deprecated $<CONFIG> to $<CONFIGURATION...
2019-03-30 Fangrui Song[llvm-objcopy] Replace the size() helper with SectionTa...
2019-03-30 Simon Pilgrim[X86][SSE] Add PAVG test case from PR41316
2019-03-30 Paul Hoad[clang-format] [PR41187] moves Java import statements...
2019-03-30 Reuben Thomas[clang-format]: Add NonEmptyParentheses spacing option
2019-03-30 Heejin Ahn[WebAssembly] Fix unwind destination mismatches in...
2019-03-30 Heejin Ahn[WebAssembly] Run ExplicitLocals pass after CFGStackify
2019-03-30 Alex Bradbury[RISCV] Add DAGCombine for (SplitF64 (ConstantFP x))
2019-03-30 Anton AfanasyevAdds `-ftime-trace` option to clang that produces Chrom...
2019-03-30 Alex Bradbury[RISCV][NFC] Remove floating point operations from...
2019-03-30 Shoaib Meenai[cmake] Remove use of deprecated generator expression...
2019-03-30 Heejin Ahn[WebAssembly] Optimize the number of routing blocks...
2019-03-30 David Zarzycki[CMake] Add missing test dep
2019-03-29 Artem Dergachev[analyzer] MIGChecker: Add support for more deallocator...
2019-03-29 Hubert Tong[lit] Set shlibpath_var on AIX
2019-03-29 Hubert Tong[Support] Implement is_local_impl with AIX mntctl
2019-03-29 Artem DergachevRevert "[analyzer] Introduce a simplified API for addin...
2019-03-29 Philip Reames[LoopPredication] Remove stale TODO
2019-03-29 Philip Reames[LoopPredication] Use the builder's insertion point...
2019-03-29 Artem Dergachev[analyzer] PR41239: Fix a crash on invalid source locat...
2019-03-29 Sam CleggRe-land "[WebAssembly] Improve invalid relocation error...
2019-03-29 Alina Sbirlea[MemorySSA] Temporary fix assert when reaching 0 limit.
2019-03-29 Artem Dergachev[analyzer] Move taint API from ProgramState to a separa...
2019-03-29 Artem Dergachev[analyzer] PR37501: Disable assertion for logical op...
2019-03-29 Sanjoy DasTry to fix buildbot error
2019-03-29 Artem Dergachev[analyzer] Introduce a simplified API for adding custom...
2019-03-29 Sam Clegg[libc++abi] Don't set POSITION_INDEPENDENT_CODE when...
2019-03-29 Thomas Lively[WebAssembly] Add mutable globals feature
2019-03-29 Sanjoy Das[SCEV] Check the cache in get{S|U}MaxExpr before doing...
2019-03-29 Alina Sbirlea[MemorySSA] Limit clobber walks.
2019-03-29 Jessica Paquette[GlobalISel][AArch64] Add isel support for G_INSERT_VEC...
2019-03-29 Amara Emerson[X86] When using Win64 ABI, exit with error if SSE...
2019-03-29 Alexandre GaneaFix build following r357308 : Ensure only live thunks...
2019-03-29 Alina Sbirlea[MemorySSA] Don't optimize incomplete phis.
2019-03-29 Reid KlecknerDon't copy the .drective section with std::string
2019-03-29 Jonas Devlieghere[ScriptInterpreterPython] Fix the unit test after refactor
2019-03-29 Alexander Kornienko[clang-tidy] Fix PR28406
2019-03-29 Thomas Lively[WebAssembly] "atomics" feature requires shared memory
2019-03-29 Nirav Dave[DAGCombiner] Rewrite ImproveLifetimeNodeChain to avoid...
2019-03-29 Alexandre Ganea[LLD][COFF] Generate import modules & COFF groups in PDB
2019-03-29 Jonas Devlieghere[Python] Remove Python include from ScriptInterpreterPy...
2019-03-29 Louis Dionne[pstl] Qualify calls to internal functions
2019-03-29 Alexandre Ganea[LLD][COFF] Improve checkFailIfMismatch()
2019-03-29 Erik Pilkington[Sema] Avoid sending a dependent expression to the...
2019-03-29 Heejin Ahn[WebAssembly] Handle END_LOOP in unreachable BB in...
2019-03-29 Matt ArsenaultAMDGPU: Remove dx10-clamp from subtarget features
2019-03-29 Simon Pilgrim[Hexagon] Remove fcmp undef from reduced tests
2019-03-29 Craig Topper[X86] Add test cases showing failure to use RMW form...
2019-03-29 Nirav Dave[DAG] Avoid redundancy in StoreMerge TokenFactor genera...
2019-03-29 Volodymyr Sapsai[Sema] Fix assertion when `auto` parameter in lambda...
2019-03-29 Craig Topper[X86] Use cached OptForSize in X86ISelDAGToDAG.cpp...
2019-03-29 Dan Albert[Driver] Use --warn-shared-textrel for Android.
2019-03-29 Simon Pilgrim[SystemZ] Regenerate double constant comparison test
2019-03-29 Simon Pilgrim[MIPS] Regenerate double constant comparison test
2019-03-29 Simon Pilgrim[ARM] Regenerate execute-only float comparison tests
2019-03-29 Jonas Devlieghere[ScriptInterpreterPython] Remove unused field (NFC)
2019-03-29 Sanjay Patel[InstCombine] autogenerate complete checks; NFC
2019-03-29 George Burgess IVVarious fixes and additions to creduce-clang-crash.py
2019-03-29 Scott Linder[AMDGPU] Add an additional Code Object V3 assembler...
2019-03-29 Sanjay Patel[InstCombine] regenerate test checks; NFC
2019-03-29 Jonas Devlieghere[CMake] Move link dependencies where they are used.
2019-03-29 Simon Pilgrim[AArch64] Regenerate half precision tests
next