platform/upstream/llvm.git
2019-04-10 David Stenberg[DebugInfo] Make InstrRange into a class, NFC
2019-04-10 Florian Hahn[ScheduleDAG] Add statistics for maintaining the topolo...
2019-04-10 David StenbergAdd REQUIRES: asserts to test using -debug-only
2019-04-10 Florian Hahn[VPLAN] Minor improvement to testing and debug messages.
2019-04-10 Pavel LabathDocstringify some comments in the swig interface files
2019-04-10 Fangrui Song[DWARF] Simplify LineTable::findRowInSeq
2019-04-10 Nikita Popov[InstCombine] Handle usubo always overflow
2019-04-10 Nikita Popov[InstCombine] Directly call computeOverflow methods...
2019-04-10 Chen Zheng[InstCombine] Canonicalize (-X s/ Y) to -(X s/ Y).
2019-04-10 Rui UeyamaRename a variable and add a comment.
2019-04-10 Akira Hatanaka[CodeGen][ObjC] Emit the retainRV marker as a module...
2019-04-10 Akira Hatanaka[ObjC][ARC] Convert the retainRV marker that is passed...
2019-04-10 Craig Topper[X86] Move the 2 byte VEX optimization for MOV instruct...
2019-04-10 Fangrui Song[llvm-objdump] Don't print trailing space in dumpBytes
2019-04-10 Aaron Smith[lldb-server] Introduce Socket::Initialize and Terminat...
2019-04-10 Fangrui Song[llvm-objdump] Accept and ignore --wide/-w
2019-04-10 Jim Lin[Sparc] Fix incorrect MI insertion position for spillin...
2019-04-10 Craig Topper[X86] Support the EVEX versions vcvt(t)ss2si and vcvt...
2019-04-09 Craig Topper[X86] Add VEX_LIG to scalar VEX/EVEX instructions that...
2019-04-09 Robert Widmann[LLVM-C] Correct The Current Debug Location Accessors
2019-04-09 Robert Widmann[LLVM-C] Add Bindings to Access an Instruction's DebugLoc
2019-04-09 Robert Widmann[LLVM-C] Add Section and Symbol Iterator Accessors...
2019-04-09 Craig Topper[X86] Fix a dangling StringRef issue introduced in...
2019-04-09 Amara Emerson[AArch64][GlobalISel] Add isel support for vector G_ICM...
2019-04-09 Amara Emerson[AArch64][GlobalISel] Legalize vector G_ICMP.
2019-04-09 Amara Emerson[AArch64][GlobalISel] Add legalization for some vector...
2019-04-09 Amara Emerson[GlobalISel][AArch64] Allow CallLowering to handle...
2019-04-09 Nikita Popov[InstCombine] Add with.overflow always overflow tests...
2019-04-09 Craig Topper[AArch64] Add test case to show missed opportunity...
2019-04-09 Craig Topper[X86] Add support for {vex2}, {vex3}, and {evex} to...
2019-04-09 Louis Dionne[pstl][CMake] Install CMake export files
2019-04-09 Craig Topper[DAGCombiner][X86][SystemZ] Canonicalize SSUBO with...
2019-04-09 Nikita PopovRevert "[InstCombine] [InstCombine] Canonicalize (...
2019-04-09 Nikita Popov[InstCombine] Restructure OptimizeOverflowCheck; NFC
2019-04-09 Eric ChristopherRemove the unit at a time option
2019-04-09 Julian Lettner[TSan][libdispatch] Replace CFRunLoop with dispatch_sem...
2019-04-09 Zachary Turner[PDB Docs] Clarifications and fixes for DBI Stream.
2019-04-09 Kristina BrooksUpdate modulemaps for Analysis/VecFuncs.def.
2019-04-09 Nikita Popov[ValueTracking] Use computeConstantRange() for signed...
2019-04-09 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - add ISD::INSERT...
2019-04-09 Louis Dionne[pstl][NFC] Move the ParallelSTLConfig template to...
2019-04-09 Chen Zheng[InstCombine] [InstCombine] Canonicalize (-X s/ Y)...
2019-04-09 Alexey Bataev[OPENMP]Allow allocate directive on parameters.
2019-04-09 Stanislav MekhanoshinRevert LIS handling in MachineDCE
2019-04-09 Nikita Popov[ValueTracking] Use computeConstantRange() in signed...
2019-04-09 Sanjay Patel[InstCombine] prevent possible miscompile with sdiv...
2019-04-09 Fangrui Song[DWARF] DWARFDebugLine: replace Sequence::orderByLowPC...
2019-04-09 Kostya Kortchinsky[scudo][standalone] Add flags & related parsers
2019-04-09 Sanjay Patel[InstCombine] add tests for sdiv with negated dividend...
2019-04-09 Martin Storsjo[CMake] Fix statically linking in libcxxabi if built...
2019-04-09 Sanjay Patel[InstCombine] add tests for sdiv-by-int-min; NFC
2019-04-09 Sanjay Patel[InstCombine] auto-generate complete test checks; NFC
2019-04-09 Raphael IsemannFixed comment as pointed out by post-commit review...
2019-04-09 Sanjay Patel[InstCombine] prevent possible miscompile with negate...
2019-04-09 Nico Webergn build: Fix Windows builds after r357797
2019-04-09 Sanjay Patel[InstCombine] add tests/comments for negate+sdiv; NFC
2019-04-09 Tom StellardAdd support for detection of devtoolset-8
2019-04-09 Nemanja IvanovicNFC: Refactor library-specific mappings of scalar maths...
2019-04-09 Chen Zheng[InstCombine] add more testcases for canonicalize ...
2019-04-09 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - Remove GetDeman...
2019-04-09 Anton AfanasyevImprove hashing for time profiler
2019-04-09 Chih-Mao ChenMove tests in r357996 to correct location within monorepo
2019-04-09 Chih-Mao Chen[RISCV] Rewrite tests to use llvm-mc/llvm-objdump
2019-04-09 Chih-Mao Chen[RISCV] Fix range check for HI20/LO12/RVC_LUI relocations
2019-04-09 Andi-Bogdan... ClangTidy: Avoid mixing stdout with stderror when deali...
2019-04-09 Alex Bradbury[RISCV] Unbreak test from r357989
2019-04-09 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - call SimplifyDe...
2019-04-09 Alex Bradbury[RISCV][NFC] Minor fixup for r357989
2019-04-09 Simon Pilgrim[llvm-rtdyld] Fix missing include on MSVC builds.
2019-04-09 Alex Bradbury[RISCV][NFC] Refactor RISC-V ABI lowering tests in...
2019-04-09 David Stenberg[DebugInfo] Pass all values in DebugLocEntry's construc...
2019-04-09 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-04-09 Bjorn Pettersson[ASTImporter] Fix in ASTImporter::Import_New(const...
2019-04-09 Pavel LabathRemove unneeded #ifdef SWIGs
2019-04-09 Jonas DevlieghereFix doxygen warning about function argument
2019-04-09 Rui UeyamaDe-template SymbolTable::addShared.
2019-04-09 Hiroshi Inoue[PowerPC] fix trivial typos in comment, NFC
2019-04-09 Jonas DevlieghereAdd missing space between \btrue
2019-04-09 Martin Storsjo[CMake] Fix accidentally swapped input/output parameter...
2019-04-09 Dan Liew[asan_symbolize] Move argument parser epilog text into...
2019-04-09 Pavel LabathMinidump: use string parsing functionality from llvm
2019-04-09 Justin Bogner[CMake] Move configuration of LLVM_CXX_STD to HandleLLV...
2019-04-09 Pavel LabathBreakpad: Parse Stack CFI records
2019-04-09 David Stenberg[DebugInfo] Remove redundant DebugLocEntry::MergeValues...
2019-04-09 Craig Topper[X86] Remove check on isAsmParserOnly from EVEX2VEX...
2019-04-09 Craig Topper[X86] Have EVEX2VEX tablegenerator use HasVEX_L and...
2019-04-09 Craig Topper[X86] Use VEX_WIG for VPINSRB/W and VPEXTRB/W to match...
2019-04-09 Craig Topper[X86] Split the VEX_WPrefix in X86Inst tablegen class...
2019-04-09 Nikita Popov[ValueTracking] Use ConstantRange methods; NFC
2019-04-09 Nikita Popov[ValueTracking] Explicitly specify intersection type...
2019-04-09 Eric ChristopherInclude omitted word in comment.
2019-04-09 Sam Clegg[WebAssembly] Ensure ArchiveName is set even in the...
2019-04-09 Fangrui Song[llvm-objdump] Migrate some functions from std::error_c...
2019-04-09 Tom StellardAMDGPU/GlobalISel: Implement call lowering for shaders...
2019-04-09 Jim InghamGet the run locker before you ask if your thread is...
2019-04-09 Chen Zheng[PowerPC] initialize SchedModel according to platform.
2019-04-09 Eric ChristopherAdd a reduced copy of the llvm .gitignore
2019-04-09 Peter Collingbournehwasan: Enable -hwasan-allow-ifunc by default.
2019-04-09 Craig Topper[X86] Derive ssmem and sdmem from X86MemOperand. NFCI
2019-04-08 Eric FiselierRevert "Make reads and writes of the guard variable...
next