platform/upstream/llvm.git
2018-04-23 Max Kazantsev[LoopRotate] Fix incorrect SCEV invalidation in loop...
2018-04-23 Simon Pilgrim[X86] Remove unnecessary MMX reg-mem InstRW scheduler...
2018-04-23 Manuel KlimekFix tests after changes to clang-format in r330573.
2018-04-23 Sven van Haastregt[OpenCL] Reject virtual functions for OpenCL C++
2018-04-23 Pavel Labathllgs-tests: Increase packet time out
2018-04-23 Max Kazantsev[LoopUnroll] Fix potentially incorrect SCEV invalidatio...
2018-04-23 Max Kazantsev[LoopSimplify] Fix incorrect SCEV invalidation
2018-04-23 Mikhail Maltsev[CodeGen] Reland r330442: Add an option to suppress...
2018-04-23 Krasimir Georgiev[clang-format] Fix clang-tidy readability problems...
2018-04-23 Manuel KlimekFormat closing braces when reformatting the line contai...
2018-04-23 Rainer Orth[Solaris] __float128 is supported on Solaris/x86
2018-04-23 Andrew V. TischenkoUse special new Clang flag 'FrontendTimesIsEnabled...
2018-04-23 Simon TathamFix BNF nits in TableGen language reference.
2018-04-23 Krasimir GeorgievRevert "[clang-format] Improve Incomplete detection...
2018-04-23 Jonas Devlieghere[CMake] Gate 'dsymutil' dependency
2018-04-23 Simon TathamTest commit access.
2018-04-23 Tim Northover[Atomics] warn about atomic accesses using libcalls
2018-04-23 Sander de Smalen[AArch64][SVE] Asm: Support for structured ST2, ST3...
2018-04-23 Chandler Carruth[PM/LoopUnswitch] Remove a buggy assert in the new...
2018-04-23 Craig Topper[X86] Add VEX_WIG to VEX encoded version of VCMPPSY...
2018-04-23 Yan Zhangupdate readability-identifier-naming-objc test to use...
2018-04-23 Mandeep Singh... [XRay] Change std::sort to llvm::sort in response to...
2018-04-23 Chandler Carruth[PM/LoopUnswitch] Fix comment typo. NFC.
2018-04-23 Yan Zhangupdate test to use ivar in implementation instead of...
2018-04-22 Simon Pilgrim[X86][Znver1] Remove unnecessary BMI1 ANDN InstRW overr...
2018-04-22 Jonathan Coe[python bindings] Fix Cursor.result_type for ObjC metho...
2018-04-22 Simon Pilgrim[llvm-mca][X86] Add BMI/LZCNT/POPCNT resource tests...
2018-04-22 Robert Widmann[LLVM-C] Add DIBuilder Bindings For Variable Creation
2018-04-22 Simon Pilgrim[X86] Remove unnecessary WriteFBlend/WriteBlend InstRW...
2018-04-22 Simon Pilgrim[X86] Remove unnecessary WriteFMul/WriteFRcp/WriteFRsqr...
2018-04-22 Simon Pilgrim[X86] Remove unnecessary CVT instrw overrides.
2018-04-22 Andres FreundTest commit access.
2018-04-22 Sanjay Patel[PatternMatch] allow undef elements when matching a...
2018-04-22 Simon Pilgrim[X86][SkylakeServer] Remove unnecessary PMULLD instrw...
2018-04-22 Simon Pilgrim[X86][Atom] Remove unnecessary scalar/vector load/move...
2018-04-22 Sanjay Patel[InstCombine] add vector test with undef elts; NFC
2018-04-22 Simon Pilgrim[X86] Fix (completely overridden) WriteFHAdd/WritePHAdd...
2018-04-22 Simon Pilgrim[X86][MMX][SSE] Tag missed PHADD/PHSUB instructions...
2018-04-22 Simon Pilgrim[X86] Remove unnecessary WriteFVarBlend/WriteVarBlend...
2018-04-22 Sanjay Patel[InstSimplify, InstCombine] add vector tests with undef...
2018-04-22 Simon Pilgrim[X86] Fix WriteMPSAD/WritePSADBW values to allow us...
2018-04-22 Simon Pilgrim[X86][SandyBridge] Remove unnecessary WritePOPCNTLd...
2018-04-22 Simon Pilgrim[llvm-mca][X86] Add POPCNT resource test
2018-04-22 Jonas Devlieghere[test] Fix MC/ELF/nocompression.s
2018-04-22 Jonas Devlieghere[lli] Fix syntax error: missing ';'
2018-04-22 Jonas Devlieghere[lli] Make error handling more consistent.
2018-04-22 Jonas Devlieghere[llvm-mc] Make error handling more consistent.
2018-04-22 Jonas Devlieghere[Support] Fix prefix logic in WithColor.
2018-04-22 Craig Topper[X86] Remove an unnecessary HANDLE_OPTIONAL line from...
2018-04-22 Craig Topper[X86] Change TB to PS on LFENCE instruction.
2018-04-22 Craig Topper[X86] Remove OpSizeIgnore, it's not implemented any...
2018-04-22 Craig Topper[X86] Remove DATA32_PREFIX. Hack the printing for DATA1...
2018-04-22 Brian GesiakAdd tests for llvm-bcanalyzer stream types
2018-04-21 Brian Gesiak[bcanalyzer] Recognize more stream types
2018-04-21 Chandler CarruthRevert r330492: [clang-tidy] add new check to find...
2018-04-21 Simon Pilgrim[X86] Strip unnecessary prefetch + vector move/load...
2018-04-21 Jonas Devlieghere[Support] Add optional prefix to convenience helpers...
2018-04-21 Simon Pilgrim[X86] Strip unnecessary WriteCvtF2I instrw overrides...
2018-04-21 Jonas Devlieghere[tools] Use WithColor for printing errors.
2018-04-21 Simon Pilgrim[X86] Strip unnecessary broadcast/shuffle256 instrw...
2018-04-21 Simon Pilgrim[X86][AVX] VPERM2F128/VINSERTF128 should be a shuffle25...
2018-04-21 Simon Pilgrim[X86] Strip unnecessary vector integer math, shift...
2018-04-21 Craig Topper[X86] Add DAG combine to turn (trunc (srl (mul ext...
2018-04-21 Craig Topper[X86] Add test cases that show the current codegen...
2018-04-21 Jonas Devlieghere[lit] Generate a single lit cfg file for tests that...
2018-04-21 Craig Topper[X86] Add SchedWrites for LDMXCSR/STMXCSR.
2018-04-21 Sanjay Patel[InstSimplify] move tests for shifts; NFC
2018-04-21 Sanjay Patel[InstSimplify] move/add/regenerate checks for tests...
2018-04-21 Simon Pilgrim[X86][Haswell] Strip unnecessary WriteFAdd/WriteFHAdd...
2018-04-21 Simon Pilgrim[X86][Broadwell] Remove unnecessary VORPD/VORPS instrw...
2018-04-21 Simon Pilgrim[llvm-mca][X86] Add AVX2 resource tests
2018-04-21 Zinovy Nis[clang-tidy] Customize FileCheck prefix in check_clang...
2018-04-21 Simon Pilgrim[X86] Strip unnecessary WriteFRcp/WriteFRsqrt instructi...
2018-04-21 Zinovy Nis[clang-apply-replacements] Make clang-apply-replacement...
2018-04-21 Simon Pilgrim[X86] Strip unnecessary WriteFShuffle instruction instr...
2018-04-21 Petr Pavlu[libclang] Fix LibclangReparseTest.FileName when TMPDIR...
2018-04-21 Simon Pilgrim[llvm-mca][X86] Add SSE resource tests to all models
2018-04-21 Simon Pilgrim[X86][SandyBridge] Strip unnecessary MOVQ/CVT instructi...
2018-04-21 Ed MasteTemporarily skip Go TestExpressions on FreeBSD as it...
2018-04-21 Simon Pilgrim[X86] Strip unnecessary MMX instruction instrw override...
2018-04-21 Simon Pilgrim[llvm-mca][X86] Add MMX resource tests
2018-04-21 Simon Pilgrim[X86] Strip unnecessary x87 instruction instrw override...
2018-04-21 Ed MasteFreeBSD: propagate error to user if memory access fails
2018-04-21 Simon Pilgrim[llvm-mca][X86] Add X87 resource tests
2018-04-21 Simon Pilgrim[X86][X87] Add missing fldlg2 schedule test
2018-04-21 Hiroshi Inoue[PowerPC] fix incorrect vectorization of abs() on POWER9
2018-04-21 Tobias GrosserUpdate isl to isl-0.19-107-gc4fe33d8
2018-04-21 Eli Friedman[AArch64] Don't crash trying to resolve __stack_chk_guard.
2018-04-20 Jessica PaquetteFix typo in test (verify-machine-instrs -> verify-machi...
2018-04-20 Jessica Paquette[MachineOutliner] XFAIL machine-outliner-noredzone.ll
2018-04-20 Yan Zhang[clang-tidy] add new check to find out objc ivars which...
2018-04-20 Fangrui Song[ELF] Swap argument names: use Old to refer to original...
2018-04-20 Bob HaarmanFix nullptr passed to memcpy in lld/COFF/Chunks.cpp
2018-04-20 Shoaib Meenai[ObjCARC] Take BlockColors by const reference. NFC
2018-04-20 Peter CollingbourneCOFF: Document /pdbaltpath.
2018-04-20 Shoaib Meenai[ObjCARC] Account for funclet token in storeStrong...
2018-04-20 Simon Pilgrim[llvm-mca][X86] Add MMX/SSE/AES/CLMUL resource SandyBri...
2018-04-20 Peter CollingbourneUse /pdbaltpath to avoid a path length dependency.
2018-04-20 Peter CollingbourneCOFF: Merge .xdata into .rdata by default.
2018-04-20 Peter CollingbourneCOFF: Merge .bss into .data by default.
next