platform/upstream/llvm.git
2020-04-19 Sanjay Patel[VectorCombine] transform bitcasted shuffle to wider...
2020-04-19 Sanjay Patel[InstSimplify] add tests for logic-of-icmp with min...
2020-04-19 Simon Pilgrim[X86][SSE] Add test case for PR45604
2020-04-19 Simon PilgrimSelectionDAGBuilder.h - remove unused includes + forwar...
2020-04-19 Simon PilgrimX86InstrFMA3Info.h - remove unnecessary includes. NFC.
2020-04-19 Simon PilgrimInstrEmitter.h - reduce SelectionDAG.h include to Selec...
2020-04-19 Simon PilgrimX86AsmPrinter.h - cleanup includes and forward declarat...
2020-04-19 Simon PilgrimDebugHandlerBase.h - reduce MachineInstr.h include...
2020-04-19 Simon PilgrimBuildLibCalls.h - remove unnecessary TargetLibraryInfo...
2020-04-19 Simon PilgrimTypeBasedAliasAnalysis.h - replace InstrTypes.h include...
2020-04-19 Benjamin KramerRemove remaining callers of CreateShuffleVector with...
2020-04-19 Simon PilgrimOMPConstants.h - replace StringRef.h include with forwa...
2020-04-19 Florian Hahn[ValueLattice] Add struct for merge options.
2020-04-19 Uday Bondhugula[MLIR] NFC Fix/clarify line in const usage rationale doc
2020-04-19 Uday Bondhugula[MLIR] Mark dominance methods const
2020-04-19 Craig Topper[CallSite removal][PtrUseVisitor] Use visitCallBase...
2020-04-19 Craig Topper[SyntheticCountsPropagation] Remove unnecessary include...
2020-04-19 Mehdi AminiFix broken website link: Use absolute URL to point...
2020-04-19 Mehdi AminiFix broken doc links to DefiningAttributesAndTypes...
2020-04-19 Mehdi AminiFix broken doc links to QuickstartRewrites.md after...
2020-04-19 Mehdi AminiFix relative links in Rationale docs following move...
2020-04-19 Mehdi AminiFix broken docs links by using relative paths in the...
2020-04-19 Mehdi AminiFix broken doc links (Rationale.md -> Rationale/Rationa...
2020-04-19 Mehdi AminiFix broken docs links (WritingAPass.md was renamed...
2020-04-19 Carl Ritson[Dominators] Facilitate updates to MachinePostDominatorTree
2020-04-19 Mircea Trofin[llvm][NFC] Dereferencing before cast-ing in ProfileSum...
2020-04-19 LemonBoy[PowerPC] Don't use rldicl for PPC32
2020-04-19 Nico Weberadd more temporary logging for a bot-only failure
2020-04-18 Lang Hames[ORC] Add example showing how to initialize/deinitializ...
2020-04-18 Lang Hames[ORC] Add a convenience method to create a JITEvaluated...
2020-04-18 Lang Hames[ORC] Replace LLJIT::defineAbsolute with an LLJIT:...
2020-04-18 Ayal Zaks[LV] Mark first-order recurrences as allowed exits
2020-04-18 Craig TopperRecommit "[Local] Simplify the alignment limits in...
2020-04-18 Simon PilgrimUnrollLoop.h - replace StringRef.h/ValueMapper.h includ...
2020-04-18 Nikita Popov[ValueLattice] Remove unnecessary ConstVal nulling...
2020-04-18 Nikita Popov[PredicateInfo] Factor out PredicateInfoBuilder (NFC)
2020-04-18 Craig TopperRevert "[Local] Simplify the alignment limits in getOrE...
2020-04-17 kpdev[scudo] Silent warning for u64 -> u32 convertion
2020-04-18 Craig Topper[Local] Simplify the alignment limits in getOrEnforceKn...
2020-04-18 LemonBoy[DebugInfo] Change DIEnumerator payload type from int64...
2020-04-18 Uday Bondhugula[MLIR] NFC affine for op tiling cleanup / utility rename
2020-04-18 Mircea Trofin[llvm][NFC][CallSite] Remove CallSite from ProfileSummary
2020-04-18 Florian Hahn[SCCP] Drop unused early exit from visitStoreInst ...
2020-04-18 Uday Bondhugula[MLIR] Make isPerfectlyNested check more efficient
2020-04-18 Markus Böck[llvm-objdump] Demangle C++ Symbols in branch and call...
2020-04-18 Louis Dionne[libc++] Use proper shell escaping in the executors
2020-04-18 Tobias Hieta[ELF][ARM] Increase default max-page-size from 4096...
2020-04-18 Denis Khalikov[mlir][vulkan-runner] Simplify vulkan launch call op.
2020-04-18 vgxbj[Object] Change uint32_t getSymbolFlags() to Expected...
2020-04-18 Florian Hahn[SCCP] Add additional tests for structs, conditional...
2020-04-18 Florian Hahn[SCCP] Drop unused early exit from visitReturnInst...
2020-04-18 Simon PilgrimHeatUtils.h - remove unnecessary includes. NFC.
2020-04-18 Florian Hahn[ValueLattice] Use 8 bits for Tag.
2020-04-18 Luís Marques[CMake][NFC] Clean up CheckAtomic.cmake
2020-04-18 Simon PilgrimIRReader.h - remove unnecessary StringRef forward decla...
2020-04-18 Simon Pilgrim[cmake] LLVMPasses - add include/llvm header path
2020-04-18 Simon Pilgrim[cmake] LLVMDWARFLinker - add include/llvm/DWARFLinker...
2020-04-18 Simon Pilgrim[cmake] LLVMMIRParser - add include/llvm/CodeGen/LLVMMI...
2020-04-18 Simon Pilgrim[cmake] LLVMGlobalISel - add include/llvm/CodeGen/Globa...
2020-04-18 Simon Pilgrim[cmake] LLVMAsmParser - add include/llvm/ASMParser...
2020-04-18 Simon Pilgrim[cmake] LLVMFrontendOpenMP - fix include/llvm/Frontend...
2020-04-18 Nikita PopovRevert "ADT: SmallVector size/capacity use word-size...
2020-04-18 Florian Hahn[LV] Invalidate cost model decisions along with interle...
2020-04-18 Jan Kratochvil[lldb] [testsuite] Fix a regression of TestCppScope.py
2020-04-18 Luís Marques[RISCV][PowerPC] Fix google/benchmark benchmark::cyclec...
2020-04-18 Anchu Rajendran[flang]Implemented Semantic Checkes for 5 data constraints
2020-04-18 Shengchen Kan[MC][X86] Disable branch align in non-text section
2020-04-18 Jan Kratochvil[lldb] [testsuite] Fix TestFixIts.py on Linux
2020-04-18 Petr Hosek[CMake] Set UBSAN_LINK_FLAGS for ubsan
2020-04-18 Richard SmithWhen making modules transitively visible, don't take...
2020-04-18 Richard SmithRename IsMissingRequirement to IsUnimportable and set...
2020-04-18 Richard SmithChange deprecated -fsanitize-recover flag to apply...
2020-04-18 Andrew Littekenfix to outline cfi instruction when can be grouped...
2020-04-18 Brad Moody[ADT] Fix bug in BitVector and SmallBitVector DenseMap...
2020-04-18 Craig Topper[X86] Clean up some mir tests with INLINEASM to avoid...
2020-04-18 Lucy Fox[MLIR] Update tutorial to add missing tests and bring...
2020-04-18 Lucy Fox[MLIR] Update tutorial to add missing tests and bring...
2020-04-18 Lucy Fox[MLIR] Update tutorial to add missing tests and bring...
2020-04-18 Mircea Trofin[llvm][NFC][CallSite] Remove CallSite from Evaluator.
2020-04-18 Nico Weberadd temporary logging to help diagnose a bot-only failure
2020-04-18 Peter Collingbournescudo: Add support for diagnosing memory errors when...
2020-04-18 Reid Kleckner[COFF] Assign unique identifiers to ObjFiles from LTO
2020-04-18 Craig Topper[AbstractCallSite] Fix some doxygen comments I failed...
2020-04-17 Matt ArsenaultAMDGPU: Remove custom node for RSQ_LEGACY
2020-04-17 Erich KeaneAdd SemaTemplateDeduction.cpp to /bigobj
2020-04-17 Andrew BrowneADT: SmallVector size/capacity use word-size integers...
2020-04-17 Andrew LittekenTest commit for AndrewLitteken (empty)
2020-04-17 LLVM GN Syncbot[gn build] Port 66037b84cf5
2020-04-17 Jessica PaquetteMachineFunctionInfo for AArch64 in MIR
2020-04-17 Dan Liew[Darwin] Fix symbolization for recent simulator runtimes.
2020-04-17 Anna ThomasFix buildbot failure due to obsolete CallSite usage
2020-04-17 Sergej Jaskiewicz[cmake] Temporarily disable building std::filesystem...
2020-04-17 Daniel SandersDon't accidentally create MachineFunctions in mir-debug...
2020-04-17 Anna ThomasRevert "[InlineFunction] Update metadata on loads that...
2020-04-17 Louis DionneRevert "[libc++] Use proper shell escaping in the execu...
2020-04-17 Christopher... Remove asserting getters from base Type
2020-04-17 Louis Dionne[libc++] Use proper shell escaping in the executors
2020-04-17 Daniel Sanders[globalisel][legalizer] Expect to lose DebugLocs in...
2020-04-17 Daniel Sanders[globalisel][legalizer] Include newly-dead code in...
2020-04-17 Daniel Sanders[globalisel][legalizer] Fix --verify-legalizer-debug...
next