platform/upstream/llvm.git
2018-07-02 Francis Visoiu... [MC] Error on a .zerofill directive in a non-virtual...
2018-07-02 Dave Leenm: Add -no-weak flag for hiding weak symbols
2018-07-02 Simon Pilgrim[SLPVectorizer][X86] Begin adding alternate tests for...
2018-07-02 George Karpenkov[analyzer] [tests] Pass clang executable path to prefix...
2018-07-02 Vedant KumarTighten up a test for -check-debugify, NFC
2018-07-02 Simon Pilgrim[CostModel][X86] Add cost tests for fp rounding intrinsics
2018-07-02 Craig Topper[X86] Don't use aligned load/store instructions for...
2018-07-02 Amara Emerson[AArch64][GlobalISel] Any-extend vararg parameters...
2018-07-02 Marc-Andre... [clangd] Implement hover for "auto" and "decltype"
2018-07-02 Sam Clegg[WebAssembly] Set threadmodel during LTO
2018-07-02 Jakub KuderskiRevert "[Dominators] Add the DomTreeUpdater class"
2018-07-02 Sam Clegg[WebAssembly] Convert remaining tests from elf to wasm...
2018-07-02 Sjoerd MeijerFollow up of r335953 - [ARM][AArch64] Armv8.4-A Enablement
2018-07-02 Jakub Kuderski[Dominators] Add the DomTreeUpdater class
2018-07-02 Simon Pilgrim[X86][SSE] Blend any v8i16/v4i32 shift with 2 shift...
2018-07-02 Simon Pilgrim[X86][SSE] Add v8i16 shift test for 2 shift values...
2018-07-02 Sanjay Patel[ValueTracking] allow undef elements when matching...
2018-07-02 Yaron KerenDisable failing test on x86_64-pc-windows-gnu, see...
2018-07-02 David Stenberg[CodeGen] Make block removal order deterministic in...
2018-07-02 Balazs KeriTest commit access
2018-07-02 Alex Bradbury[X86] Fix test/MC/AsmParser/exprs-invalid.s after rL336104
2018-07-02 George Rimar[ELF] - Cleanup error reporting code and cover with...
2018-07-02 John Brawn[llvm-exegesis] Change how the native architecture...
2018-07-02 Alex Bradbury[X86] Use addAliasForDirective to support the .word...
2018-07-02 Alex BradburyRevert r336100
2018-07-02 Simon Pilgrim[SLPVectorizer] Remove nullptr early-outs from Instruct...
2018-07-02 Sanjay Patel[InstCombine] adjust shuffle tests with IR flags; NFC
2018-07-02 Alex Bradbury[X86] Use addAliasForDirective to support the .word...
2018-07-02 John Brawn[llvm-exegesis] Delegate the decision of cycle counter...
2018-07-02 Florian HahnRecommit r328307: [IPSCCP] Use constant range informati...
2018-07-02 Nico Weber[ms] Fix mangling of char16_t and char32_t to be compat...
2018-07-02 Sanjay Patel[InstCombine] add tests for shuffle-binop; NFC
2018-07-02 Simon Pilgrim[SLPVectorizer] Fix alternate opcode + shuffle cost...
2018-07-02 Sam McCall[clangd] ClangdServer::codeComplete return CodeComplete...
2018-07-02 George Rimar[ELF] - Remove dead code. NFC.
2018-07-02 Simon Pilgrim[SLPVectorizer] Only Alternate opcodes use ShuffleVecto...
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for (SQ)INCP/DECP (scalar...
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for (saturating) vector...
2018-07-02 Simon Pilgrim[X86][BtVer2] Added Jaguar FPU Pipe0/1 uop counters...
2018-07-02 Joachim Protze[OMPT] Use alloca() to force availability of frame...
2018-07-02 Joachim Protze[OMPT] Add tests for runtime entry points from non...
2018-07-02 Joachim Protze[OMPT] Add testcases for thread_begin and thread_end...
2018-07-02 Joachim Protze[OMPT] Provide the right thread_num for ancestor levels
2018-07-02 Petar Jovanovic[Mips][FastISel] Do not duplicate condition while lower...
2018-07-02 Philip PfaffeFix for r336080: Missing colon in REQUIRES line
2018-07-02 George Rimar[ELF] - Change dyn_cast to cast. NFC.
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for vector element compares...
2018-07-02 Philip Pfaffe[polly-acc] change cl_get_* return types to 32/64bit
2018-07-02 Sander de SmalenReapply r334980 and r334983.
2018-07-02 Max Kazantsev[NFC] Test that shows unprofitability of instcombine...
2018-07-02 Craig Topper[X86] Put some cases in switch statements back on one...
2018-07-02 Clement Courbet[llvm-exegesis][NFC] Cleanup useless braces.
2018-07-02 Craig Topper[X86] Remove FMA3Info DenseMap. Break into sorted table...
2018-07-02 QingShan Zhang[PowerPC] Don't make it as pre-inc candidate if displac...
2018-07-02 Piotr PadlewskiImplement strip.invariant.group
2018-07-02 Eric ChristopherAdd an entry for rodata constant merge sections to...
2018-07-01 Craig Topper[X86] Fix a few test names in avx512-intrinsics-fast...
2018-07-01 Craig Topper[X86] Remove the places that return nullptr from X86Ins...
2018-07-01 Simon Pilgrim[SLPVectorizer] Call InstructionsState.isOpcodeOrAlt...
2018-07-01 Simon Pilgrim[SLPVectorizer] Replace sameOpcodeOrAlt with Instructio...
2018-07-01 Fangrui Song[asan] Fix deadlock issue on FreeBSD, caused by use...
2018-07-01 Craig Topper[X86][Disassembler] Remove TYPE_BNDR from translateImme...
2018-07-01 Sanjay Patel[InstCombine] add abs tests with undef elts; NFC
2018-07-01 Sanjay Patel[PatternMatch] allow undef elements in vectors with...
2018-07-01 Simon Pilgrim[SLPVectorizer] Use InstructionsState Op/Alt opcodes...
2018-07-01 David Green[UnrollAndJam] New Unroll and Jam pass
2018-07-01 Paul SemelRevert "[llvm-readobj] Fix printing format"
2018-07-01 Simon Pilgrim[SLPVectorizer][X86] Add some alternate tests for cast...
2018-07-01 Eugene Leviant[Evaluator] Improve evaluation of call instruction
2018-07-01 Paul Semel[llvm-readobj] Fix printing format
2018-07-01 Craig Topper[X86] Remove unnecessary include. NFC
2018-07-01 Craig Topper[X86] Move the memory unfolding table creation into...
2018-06-30 Craig Topper[X86] Move the X86InstrFMA3Info class into the cpp...
2018-06-30 Craig Topper[X86] Remove the AsmName from the HAX,HDX,HCX,HBX,HSI...
2018-06-30 David Carlier[UBsan] Enable subset of unit tests for OpenBSD
2018-06-30 Craig Topper[X86] Use MVT::i8 for scalar shift amounts since that...
2018-06-30 Craig Topper[X86] When combining load to BZHI, make sure we create...
2018-06-30 Sanjay Patel[InstCombine] add tests for negate vector with undef...
2018-06-30 Simon PilgrimFix Wdocumentation compiler warning. NFCI.
2018-06-30 Simon Pilgrim[DAGCombiner] Handle correctly non-splat power of 2...
2018-06-30 Yaron KerenAdd expected fail triple x86_64-pc-windows-gnu to test...
2018-06-30 Fangrui Song[asan] Use MADV_NOCORE for use_madv_dontdump on FreeBSD.
2018-06-30 Craig Topper[X86] Update some avx512 fast-isel tests to match their...
2018-06-30 Craig Topper[X86] Change some chec-prefixes from X32 to X86 to...
2018-06-30 Craig Topper[X86] Remove test cases from avx512vl-intrinsics-fast...
2018-06-30 Craig Topper[X86] Correct the width of mask arguments in intrinsic...
2018-06-30 Tom StellardAMDGPU/GlobalISel: Make IMPLICIT_DEF of all sizes ...
2018-06-30 Jessica Paquette[MachineOutliner] Add support for target-default outlining.
2018-06-30 Tom StellardDriver: Add an explicit target to testcase from r336037
2018-06-30 Tom StellardDriver: Don't mix system tools with devtoolset tools...
2018-06-30 Craig Topper[X86] Remove masking from the avx512 rotate builtins...
2018-06-30 Craig Topper[X86] Remove masking from avx512 rotate intrinsics...
2018-06-30 Shoaib Meenai[libc++abi] Look for __config instead of vector
2018-06-30 Shoaib Meenai[libc++abi] Limit libc++ header search to specified...
2018-06-30 Bruno Cardoso... Add protocol redefinition to the current scope/context
2018-06-29 Chandler Carruth[instsimplify] Move the instsimplify pass to use more...
2018-06-29 Zachary TurnerFix test after S_PROCREF change.
2018-06-29 Justin Lebar[CUDA] Make __host__/__device__ min/max overloads const...
2018-06-29 Justin Lebar[CUDA] Make min/max shims host+device.
2018-06-29 Zachary Turner[CodeView] Correctly compute the name of S_PROCREF...
next