summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-12-10PowerPC: support external pid instructions in MC layer.Tim Northover
2017-12-10[X86] Correct the _Int part of more scheduler model instrexes. Put _b in the ...Craig Topper
2017-12-10[X86] Fix test case I failed ot update in r320279.Craig Topper
2017-12-10[X86] Fix bad regular expressions in the scheduler models. Question marks sho...Craig Topper
2017-12-09[AArch64] Improve loop unrolling performance on Cavium T99Joel Jones
2017-12-09[InstCombine] Fix SimplifyDemandedUseBits SHL handling (PR35515)Simon Pilgrim
2017-12-09[X86] Use KMOV instructions to zero upper bits of vectors when possible.Craig Topper
2017-12-09[X86] Improve lowering of vXi1 insert_subvectors to better utilize (insert_su...Craig Topper
2017-12-09[X86] Don't use getTargetConstant for all 0s and all 1s mask vector.Craig Topper
2017-12-09[InlineFunction] Set debug loc for call to forward varargs.Florian Hahn
2017-12-09[X86] When inserting into the upper bits of a vXi1 vector, make sure we shift...Craig Topper
2017-12-09Revert and accidentally committed revert commitDylan McKay
2017-12-09[AVR] Fix two CodeGen testsDylan McKay
2017-12-09Revert "[AVR] Override ParseDirective"Dylan McKay
2017-12-09[X86] Improve lowering of concats of mask vectors to better optimize zero vec...Craig Topper
2017-12-09Relax unaligned access assertion when type is byte alignedDylan McKay
2017-12-09[MachineOutliner] Outline callsJessica Paquette
2017-12-09[NFC] Change the string offsets table tests to generate the object on the flyWolfgang Pieb
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-12-09Fix out-of-order stepping behavior in programs with sunk instructions.Paul Robinson
2017-12-08dwarfdump: Add support for the --diff option.Adrian Prantl
2017-12-08Revert part of "Cleanup some GraphTraits iteration code"Duncan P. N. Exon Smith
2017-12-08[Debugify] Add a pass to test debug info preservationVedant Kumar
2017-12-08[CodeExtractor] Add debug locations for new call and branch instrs.Florian Hahn
2017-12-08[WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...Dan Gohman
2017-12-08[WebAssemby] Re-apply r320041: "Support main functions with alternate signatu...Dan Gohman
2017-12-08AMDGPU/GCN: Bring processors in sync with AMDGPUUsageKonstantin Zhuravlyov
2017-12-08[X86] Teach lowering to only let through (insert_subvector (vXi1 zeros), subv...Craig Topper
2017-12-08[X86][X87] Tag x87 float compare instructions scheduler classesSimon Pilgrim
2017-12-08AMDGPU: image_getlod and image_getresinfo do not read memoryMatt Arsenault
2017-12-08Revert r320104: infinite loop profiling bug fixXinliang David Li
2017-12-08AMDGPU: Report Arg's Value name in metadata if kernel_arg_name metadata is no...Konstantin Zhuravlyov
2017-12-08Reverting r320166 to fix test failures.Michael Trent
2017-12-08Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-08[DebugInfo] Use llc instead of llc_dwarf to fix this test.Davide Italiano
2017-12-08[X86][SHA] Tag SHA instructions scheduler classesSimon Pilgrim
2017-12-08[InstCombine] PR35354: Convert store(bitcast, load bitcast (select (Cond, &V1...Alexey Bataev
2017-12-08[SCEV] Fix predicate usage in computeExitLimitFromICmpMax Kazantsev
2017-12-08[X86][Haswell]: Updating the scheduling information for the Haswell subtarget.Gadi Haber
2017-12-08[AArch64] Avoid SIMD interleaved store instruction for Exynos.Abderrazek Zaafrani
2017-12-08Revert "[WebAssemby] Support main functions with alternate signatures."Derek Schuff
2017-12-08[X86] Handle alls version of vXi1 insert_vector_elt with a constant index wit...Craig Topper
2017-12-07[PowerPC][asan] Update asan to handle changed memory layouts in newer kernelsBill Seurer
2017-12-07Temporarily revert "[PowerPC] Allow tail calls of fastcc functions from C Cal...Eric Christopher
2017-12-07[PGO] detect infinite loop and form MST properlyXinliang David Li
2017-12-07[MachineOutliner] Fix offset overflow checkJessica Paquette
2017-12-07[AMDGPU] Revert "[AMDGPU] Add options for waitcnt pass debugging; add instr c...Mark Searles
2017-12-07[AMDGPU] Add options for waitcnt pass debugging; add instr count in debug out...Mark Searles
2017-12-07[AMDGPU] Add GCNHazardRecognizer::checkInlineAsmHazards() and GCNHazardRecogn...Mark Searles
2017-12-07[X86] Fix InsertBitToMaskVector to only issue KSHIFTS of native size so that ...Craig Topper