platform/upstream/llvm.git
2017-04-10 Matt Arsenault[MemCpyOpt] Only replace memcpy with bitcast if address...
2017-04-10 Daniel BerlinMemorySSA: Make lifetime starts defs for mustaliased...
2017-04-10 Matthew Simpson[ARM/AArch64] Ensure valid vector element types for...
2017-04-10 Craig Topper[InstCombine] Use commutable matchers and m_OneUse...
2017-04-10 Vitaly Buka[msan] Make test to fall-back to IPv6 if IPv4 is not...
2017-04-10 Matt ArsenaultAMDGPU: Fix crash when disassembling VOP3 mac
2017-04-10 Vitaly Buka[msan] Replace AF_INET with AF_UNIX to avoid IPv4 vs...
2017-04-10 Vitaly Buka[msan] Wrap sockaddr_in and socket for future IPv6...
2017-04-10 Vitaly Buka[msan] Reorder unittests for future parametrization.
2017-04-10 Zachary Turner[Support] Add support for finding unset bits in a BitVe...
2017-04-10 Zachary TurnerFix line endings.
2017-04-10 Zachary TurnerRemove eol-style:native from BitVector.h
2017-04-10 Reid Kleckner[clangd] Relax absolute path checking assertion
2017-04-10 Craig Topper[InstCombine] Use m_c_Add to shorten some code. Add...
2017-04-10 Simon Pilgrim[X86][MMX] Add fast-isel support for MMX non-temporal...
2017-04-10 Sanjay Patel[InstCombine] fix matching of or-of-icmps constants...
2017-04-10 Reid KlecknerRevert "XFAIL clangd tests on Windows"
2017-04-10 Reid KlecknerXFAIL clangd tests on Windows
2017-04-10 Adrian McCarthyImproves pretty printing of variable types in llvm...
2017-04-10 Craig Topper[InstCombine] Support folding of add instructions with...
2017-04-10 Sanjay Patel[InstCombine] add test for PR32524; NFC
2017-04-10 Shoaib Meenai[lldb] Fix ninja URL
2017-04-10 Krasimir Georgiev[clangd] Fix nondeterminism in clangd test
2017-04-10 Krasimir Georgiev[clangd] Remove ASTUnits for closed documents and cache...
2017-04-10 Diana Picus[ARM] GlobalISel: Support G_FPOW for float and double
2017-04-10 Craig Topper[InstCombine] Use commutable and/or/xor matchers to...
2017-04-10 Craig Topper[SelectionDAG] TargetLowering::SimplifyDemandedBits...
2017-04-10 Craig Topper[InstCombine] Make sure we preserve fast math flags...
2017-04-10 Craig Topper[InstCombine] use m_c_And and m_c_Xor to handle commute...
2017-04-10 Craig Topper[InstCombine] Add test cases demonstrating missing...
2017-04-10 Craig Topper[InstCombine] Remove unnecessary dyn_cast to BinaryOper...
2017-04-10 Craig Topper[InstCombine] Make the (A|B)^B -> A & ~B transform...
2017-04-10 Craig Topper[InstCombine] Use m_OneUse to shorten some code. NFC
2017-04-10 Zachary TurnerRemove unused method.
2017-04-10 Zachary TurnerGeneral usability improvements to generic PDB library.
2017-04-10 Xin Tong[SCCP] Resolve indirect branch target when possible.
2017-04-09 Sanjay Patel[InstCombine] remove dead cases from icmp pair switches...
2017-04-09 Sanjay Patel[InstCombine] remove duplicate test; NFC
2017-04-09 Davide Italiano[Mem2Reg] Remove AliasSetTracker updating logic from...
2017-04-09 Sanjay Patel[SimplifyCFG] auto-generate better checks; NFC
2017-04-09 Sanjay Patel[InstCombine] auto-generate better checks; NFC
2017-04-09 Hal Finkel[MemorySSA] Fix use of pointsToConstantMemory in isUseT...
2017-04-09 Craig Topper[InstCombine] Extend some OR combines to support vectors.
2017-04-09 Craig Topper[InstCombine] Extend a canonicalization check to apply...
2017-04-09 Craig Topper[InstCombine] Add test cases to show missing support...
2017-04-09 Craig Topper[InstCombine] Use the SubOne helper function to shorten...
2017-04-09 Craig Topper[InstCombine] rename variable for easier reading; NFC
2017-04-08 Peter CollingbourneMC: Remove unused virtual function MCObjectWriter:...
2017-04-08 Matt ArsenaultAMDGPU: Actually write nops for writeNopData
2017-04-08 Coby Tayree[AsmParser]Emit an error if a macro has two (or more...
2017-04-08 Mehdi AminiReorganize libLTO C API header lto.h (NFC)
2017-04-08 Michal Gorny[cmake] Support Gentoo install for z3
2017-04-08 George Rimar[ELF] - Stop producing broken output for R_386_GOT32...
2017-04-08 Craig Topper[IR] Inline Type::getScalarType() by using isVectorTy...
2017-04-08 Balaram Makam[AArch64] Refine Falkor Machine Model - Part 3
2017-04-08 Gor Nishanov[coroutines] Make CoroSplit pass deterministic
2017-04-08 Gor Nishanovgitignore: Ignore .vs folder (VS2017 config files)
2017-04-07 Jason MolendaMark this test as XFAIL on all platforms, it's happenin...
2017-04-07 Evgeniy Stepanov[cfi] Emit __cfi_check stub in the frontend.
2017-04-07 Evgeniy Stepanov[cfi] Take over existing __cfi_check in CrossDSOCFI.
2017-04-07 Evgeniy Stepanov[cfi] Accept weak definition of __cfi_check.
2017-04-07 Eli Friedman[ARM] Prefer BIC over BFC in ARM mode.
2017-04-07 Aditya Nandakumar[GlobalISel]: Fix bug where we can report GISelFailure...
2017-04-07 Craig Topper[ConstantFolding] Use Intrinsic::not_intrinsic instead...
2017-04-07 Saleem AbdulrasoolToolchains: remove crtbegin on xwindows
2017-04-07 Petr Hosek[AArch64] Allow global register asm("x18") or asm(...
2017-04-07 Petr HosekRevert "[CMake][libunwind] Use -nodefaultlibs for CMake...
2017-04-07 Petr Hosek[CMake][libcxxabi] Use -nodefaultlibs for CMake checks
2017-04-07 Petr Hosek[CMake][libunwind] Use -nodefaultlibs for CMake checks
2017-04-07 Reid KlecknerRemove .rdata section size checks from pdb.test, they...
2017-04-07 Rafael EspindolaUse a temp file to avoid Process Substitution.
2017-04-07 Reid Kleckner[PDB] Re-add RAW FileCheck testing to pdb.test
2017-04-07 Daniel BerlinNewGVN: Make CongruenceClass a real class in preparatio...
2017-04-07 Reid KlecknerDe-flake a test that is failing due to coroutine spill...
2017-04-07 Reid Kleckner[builtins] Remove stray quotes to fix check-builtins...
2017-04-07 Davide Italiano[Dominators] Simplify a member function. NFCI.
2017-04-07 Simon DardisRevert "[SelectionDAG] Enable target specific vector...
2017-04-07 Reid Kleckner[builtins] Make some ISA macro checks work with MSVC
2017-04-07 Hans WennborgAttempt to fix ms-intrinsics.c test
2017-04-07 Reid Kleckner[builtins] Fix MSVC build
2017-04-07 Kamil RytarowskiCorrect environ parsing on NetBSD
2017-04-07 Hans WennborgImplement _interlockedbittestandset as a builtin
2017-04-07 Ed MasteCorrect environ parsing on FreeBSD
2017-04-07 Reid Kleckner[builtins] Get the builtins tests passing on Windows
2017-04-07 Stanislav Mekhanoshin[AMDGPU] Unroll more to eliminate phis and conditions
2017-04-07 Rafael EspindolaSimplify this further.
2017-04-07 Dehao ChenUse PMADDWD to expand reduction in a loop
2017-04-07 Reid Kleckner[lit] Try using process pools by default again
2017-04-07 Saleem AbdulrasoolSema: prevent __declspec(naked) use on x64
2017-04-07 Simon Atanasyan[ELF] Do not pass GOT section as an argument to handleA...
2017-04-07 Igor Breger[GlobalISel] implement narrowing for G_CONSTANT.
2017-04-07 Gor Nishanov[coroutines] Insert spills of PHI instructions correctly
2017-04-07 Matthew SimpsonReapply r298620: [LV] Vectorize GEPs
2017-04-07 Simon Dardis[mips] Remove usage of debug only variable (NFC)
2017-04-07 Petar Jovanovic[mips][msa] Fix generation of bm(n)zi and bins[lr]i...
2017-04-07 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bug 28211 + LIT tests
2017-04-07 Simon Dardis[SelectionDAG] Enable target specific vector scalarizat...
2017-04-07 Philip PfaffeFix missing .git/indexloadPolly in ensure-correct-tile...
2017-04-07 Haojian WuFix compiler warnings: "ISO c99 requires rest arguments...
2017-04-07 Jonas Paulsson[SystemZ] Check for presence of vector support in...
next