platform/upstream/llvm.git
2020-09-26 Fangrui SongInternalize functions from various tools. NFC
2020-09-26 Amy Kwan[NFC][PowerPC] Change PPCSubTarget (introduced from...
2020-09-26 Aaron PuchertFix sphinx warnings in AttributeReference, NFC
2020-09-26 Fangrui Song[ConstraintElimination] Internalize function/class...
2020-09-26 Simon Pilgrim[X86] Add 64-bit target tests
2020-09-26 Russell YanofskyThread safety analysis: Improve documentation for ASSER...
2020-09-26 Riccardo Bertossa[flang] SAVE statement should not apply to nested scopi...
2020-09-26 Simon Pilgrim[InstCombine] Add basic vector test coverage for icmp_e...
2020-09-26 Florian HahnRevert "[DSE] Switch to MemorySSA-backed DSE by default."
2020-09-26 Nico Weber[gn build] update TODO
2020-09-26 Jacques Pienaar[mlir] Fix capitalization typo
2020-09-26 Jacques Pienaar[mlir] Updates to generate dialect rather than op docs
2020-09-26 Jacques Pienaar[mlir] Fix passes.md's naming & add missing
2020-09-26 Simon Pilgrim[X86] Cleanup check-prefixes for vector-mul.ll tests
2020-09-26 Simon Pilgrim[DAG] Fold vector mul(x,0)/mul(x,1) to a clearing mask
2020-09-26 Simon PilgrimMachineCSE.cpp - use auto const& iterators in for-range...
2020-09-26 Serge PavlovRun test on particular target only
2020-09-26 Paul C. Anagnostopoulos[TableGen] Add/edit Doxygen comments to match "TableGen...
2020-09-26 Florian Hahn[DSE] Unify & fix mem terminator location checks.
2020-09-26 Florian Hahn[DSE] Add tests with lifetime.end that only mark parts...
2020-09-26 Serge Pavlov[FPEnv] Evaluate constant expressions under non-default...
2020-09-26 Tyker[LoopDelete][Assume] Allow deleting loops with assumes
2020-09-26 Simon Atanasyan[CodeGen] Do not call `emitGlobalConstantLargeInt`...
2020-09-26 Qiu Chaofan[SelectionDAG] Add guard to automatically insert flags
2020-09-26 Dmitry Antipov[Driver] Fix formatting as suggested by clang-format...
2020-09-26 Dmitry Antipov[Driver] Perform Linux distribution detection only...
2020-09-26 Fangrui Song[bindings/go] Fix TestAttributes after D88241
2020-09-26 John DemmeCommon code preparation for tblgen-types patch
2020-09-26 Shilei Tian[Clang][OpenMP] Added support for nowait target in...
2020-09-26 Amara Emerson[AArch64][GlobalISel] If a G_BUILD_VECTOR operands...
2020-09-26 Arthur Eubanks[LowerTypeTests][NewPM] Add constructor that uses comma...
2020-09-26 Amara Emerson[AArch64][GlobalISel] Add a few more vector type combin...
2020-09-26 Fangrui Song[lldb/bindings] Fix -Wformat after D88123
2020-09-25 Evandro Menezes[RISCV] Update driver tests
2020-09-25 Michael Collison[RISCV] Scheduler description for Bullet
2020-09-25 Alexander Shaposhnikov[Object][MachO] Refine the interface of Slice
2020-09-25 Craig Topper[IR] Improve the description for Constant::isNormalFP...
2020-09-25 Evandro Menezes[RISCV] Fix formatting (NFC)
2020-09-25 Juneyoung Lee[LangRef] Clarify the behavior of memory access instruc...
2020-09-25 Craig DisselkoenC API: functions to get mask of a ShuffleVector
2020-09-25 Layton Kifer[TRE][NFC] Refactor Basic Block Processing
2020-09-25 Eli Friedman[AArch64][SVE] Drop "argmemonly" from gather/scatter...
2020-09-25 Jim InghamAdd the ability to write target stop-hooks using the...
2020-09-25 Saleem AbdulrasoolSema: add support for `__attribute__((__swift_private__))`
2020-09-25 Vitaly Buka[msan] Skip memcpy interceptor called by gethostname
2020-09-25 Jason MolendaAdd support for firmware/standalone LC_NOTE "main bin...
2020-09-25 Marco Vanotti[lsan] Add interceptor for pthread_detach.
2020-09-25 Andrew LittekenRevert "[IRSim] Adding basic implementation of llvm...
2020-09-25 Simon PilgrimFix copy+paste typo in doxygen parameter name to fix...
2020-09-25 Simon Pilgrim[InstCombine] matchRotate - support (uniform) constant...
2020-09-25 Simon Pilgrim[InstCombine] Fix test name to match type. NFCI.
2020-09-25 Andrew Litteken[IRSim] Adding basic implementation of llvm-sim.
2020-09-25 Simon Pilgrim[InstCombine] collectBitParts - add fshl/fshr handling
2020-09-25 Arthur Eubanks[LoopReroll][NewPM] Port -loop-reroll to NPM
2020-09-25 Adrian PrantlAdd a verifier check that rejects non-distinct DISubpro...
2020-09-25 Jonas Devlieghere[lldb] Pass reference instead of pointer in protected...
2020-09-25 Thomas Lively[WebAssembly] Check features before making SjLj vars...
2020-09-25 Daniel Paoliello[Coroutine] Split PHI Nodes in `cleanuppad` blocks...
2020-09-25 Jez Ng[lld-macho] Ignore a few more undocumented flags
2020-09-25 Jez Ng[lld-macho] Always include custom syslibroot when runni...
2020-09-25 Jez Ng[lld-macho] Support absolute symbols
2020-09-25 Jez Ng[lld-macho] Allow the entry symbol to be dynamically...
2020-09-25 Jez Ng[lld-macho] Support -bundle
2020-09-25 Jez Ng[lld-macho] Implement support for PIC
2020-09-25 clementval[NFC] Fix comment for DataOp
2020-09-25 Sourabh Singh... [flang][OpenMP] Place the insertion point to the start...
2020-09-25 Matt ArsenaultOpaquePtr: Add type to sret attribute
2020-09-25 Florian Hahn[SCEV] Add support for `x != 0` to CollectCondition.
2020-09-25 Florian Hahn[SCEV] Add another test using info from loop guards...
2020-09-25 Hans WennborgMove PassBuilder::registerParseTopLevelPipelineCallback...
2020-09-25 Adrian PrantlRevert "Add a verifier check that rejects non-distinct...
2020-09-25 Matt ArsenaultAArch64/GlobalISel: Narrow stack passed argument access...
2020-09-25 Haruki Imai[MLIR] Fix for updating function signature in normalizi...
2020-09-25 Fangrui SongFix Assembler/disubprogram.ll after e17f52d623cc146b7d9...
2020-09-25 Baptiste Saleil[PowerPC] Add accumulator register class and instructions
2020-09-25 Fangrui SongFix DISubprogram-v4.ll after e17f52d623cc146b7d9bf5a2e0...
2020-09-25 Saleem AbdulrasoolSema: remove unnecessary parameter for SwiftName handli...
2020-09-25 Amara Emerson[AArch64][GlobalISel] Add selection support for <8...
2020-09-25 Vedant Kumar[profile] Add %t LLVM_PROFILE_FILE option to substitute...
2020-09-25 Rahul Joshi[NFC] Fix build warnings
2020-09-25 Florian Hahn[SCEV] Add support for `x == constant` to CollectCondition.
2020-09-25 Dávid Bolvanský[SystemZ] Optimize bcmp calls (PR47420)
2020-09-25 David Tenty[CMake] Make sure _cmake_system_name has a default
2020-09-25 Louis Dionne[libc++][ci] Don't require passing --token to phabricat...
2020-09-25 Rahul Joshi[NFC] Fix syntax of ranked memrefs in the MLIR Language...
2020-09-25 Rahul Joshi[NFC] Fix minor typos in comments and reuse concreteOp.
2020-09-25 Adrian PrantlAdd a verifier check that rejects non-distinct DISubpro...
2020-09-25 Cameron McInally[SVE] Revert accidental change from 405e22fbe8719cff6c4...
2020-09-25 Cameron McInally[SVE] Lower fixed length VECREDUCE_[SMAX|SMIN] to Scalable
2020-09-25 David Tenty[AIX] Try to not use LLVM tools while building runtimes
2020-09-25 Florian Hahn[SCEV] Swap operands if LHS is not unknown.
2020-09-25 Stefan Pintilie[PowerPC][NFC] Merged two switch entries.
2020-09-25 Simon Pilgrim[InstCombine] Add some extra bswap tests from PR39793
2020-09-25 Aaron BallmanFix some of the more egregious 80-col and whitespace...
2020-09-25 Simon Pilgrim[InstCombine] Add 'partial' bswap tests from PR39793
2020-09-25 Aaron BallmanTypo fix; NFC
2020-09-25 Florian Hahn[SCEV] Extract code to collect conditions to lambda...
2020-09-25 Louis Dionne[libc++] Initial support for pre-commit CI with Buildkite
2020-09-25 Florian Hahn[SCEV] Add more tests using info from loop guards for...
2020-09-25 LLVM GN Syncbot[gn build] Port e336b74c995
next