summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-05Disable detect_leaks in the ASanified build of LLVM when using Apple LLVM. Th...Kuba Mracek
2017-12-05[X86] Fix a crash if avx512bw and xop are both enabled when the IR contrains ...Craig Topper
2017-12-05AMDGPU: Fix missing subtarget feature initializerMatt Arsenault
2017-12-05AMDGPU: Fix crash when scheduling DBG_VALUEMatt Arsenault
2017-12-05[X86] Use vector widening to support zero extend from i1 when the dest type i...Craig Topper
2017-12-05[X86] Don't use kunpck for vXi1 concat_vectors if the upper bits are undef.Craig Topper
2017-12-05[X86] Use getZeroVector and remove an unnecessary creation of an APInt before...Craig Topper
2017-12-05[X86] Rearrange some of the code around AVX512 sign/zero extends. NFCICraig Topper
2017-12-05[cmake] Modernize some conditionals. NFCShoaib Meenai
2017-12-05MachineFrameInfo: Cleanup some parameter naming inconsistencies; NFCMatthias Braun
2017-12-05TwoAddressInstructionPass: Trigger -O0 behavior on optnoneMatthias Braun
2017-12-05[CMake] Don't use comma as an alternate separatorPetr Hosek
2017-12-04AMDGPU/EG: Add a new FeatureFMA and use it to selectively enable FMA instructionJan Vesely
2017-12-04AMDGPU: Disable fp64 support on pre GCN asicsJan Vesely
2017-12-04[msan] Add a fixme note for a minor deficiency.Evgeniy Stepanov
2017-12-04Revert r319490 "XOR the frame pointer with the stack cookie when protecting t...Hans Wennborg
2017-12-04AMDGPU: Fix creating invalid copy when adjusting dmaskMatt Arsenault
2017-12-04AMDGPU: Use return value of MorphNodeToMatt Arsenault
2017-12-04Allow similar TargetOpcodes to use inheritance to factor out commonality. NFC.Daniel Sanders
2017-12-04Re-submit r289925 (Update .debug_line section version to match DWARF version)Paul Robinson
2017-12-04[globalisel][tablegen] Tests for r319691Daniel Sanders
2017-12-04DAG: Follow-up to r319692 check the truncates inputs have the same typeHans Wennborg
2017-12-04DAG: Match truncated rotation (PR35487)Hans Wennborg
2017-12-04[globalisel][tablegen] Split atomic load/store into separate opcode and enabl...Daniel Sanders
2017-12-04Move splitIndirectCriticalEdges() to BasicBlockUtils.h.Hiroshi Yamauchi
2017-12-04Add missing triple args to testsMatthias Braun
2017-12-04[ConstantFold] Support vector index when factoring out GEP index into precedi...Haicheng Wu
2017-12-04[SCEV] Use a "Discovered" set instead of a "Visited" set; NFCSanjoy Das
2017-12-04[SCEV] A different fix for PR33494Sanjoy Das
2017-12-04[BypassSlowDivision] Improve our handling of divisions by constantsSanjoy Das
2017-12-04MachineVerifier: undef phi arg doesn't need to be live-out from predecessorMatthias Braun
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-04Fix function pointer tail calls in armv8-M.basePablo Barrio
2017-12-04Revert "[cmake] Enable zlib support on windows"Pavel Labath
2017-12-04[AMDGPU] SDWA: add support for PRESERVE into SDWA peephole.Sam Kolton
2017-12-04[ARM] CodeGen testSam Parker
2017-12-04[Loop Predication] Teach LP about reverse loopsAnna Thomas
2017-12-04[NVPTX] Assign valid global namesJonas Hahnfeld
2017-12-04[NFC][lit] Use proper semantic versioning names for variablesJonas Devlieghere
2017-12-04Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operandsOliver Stannard
2017-12-04Revert "[ValueTracking] Pass only a single lambda to computeKnownBitsFromShif...Sam McCall
2017-12-04AMDGPU: fix missing s_waitcntTim Corringham
2017-12-04[Asm, ARM] Add fallback diag for multiple invalid operandsOliver Stannard
2017-12-04[TwoAddressInstructionPass] Bugfix in handling of sunk instructions.Jonas Paulsson
2017-12-04[DAGCombine] Remove isAndLoadExtLoad argumentsSam Parker
2017-12-04[AArch64] Allow using emulated tls on platforms other than ELFMartin Storsjo
2017-12-04[ARM] Allow using emulated tls on platforms other than ELFMartin Storsjo
2017-12-04[X86] Allow VPMAXUQ/VPMAXSQ/VPMINUQ/VPMINSQ to be used with 128/256 bit vecto...Craig Topper
2017-12-04[X86] Don't turn UINT_TO_FP into SINT_TO_FP during lowering.Craig Topper
2017-12-04[SelectionDAG] Teach computeKnownBits some improvements to ISD::SRL with a no...Craig Topper