summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [X86] Fix MSVC "truncation from 'int' to 'bool'" warning. NFCI.Simon Pilgrim2020-01-131-2/+2
* ARMLowOverheadLoops: return earlier to avoid printing irrelevant dbg msg. NFCSjoerd Meijer2020-01-131-0/+1
* This option allows selecting the TLS size in the local exec TLS model,KAWASHIMA Takahiro2020-01-133-26/+117
* [RISCV] Collect Statistics on Compressed InstructionsSam Elliott2020-01-132-0/+14
* [SCEV] Follow up of D71563: addressing post commit comment. NFC.Sjoerd Meijer2020-01-131-11/+6
* [DWARF5][DebugInfo]: Added support for DebugInfo generation for auto return t...Awanish Pandey2020-01-131-0/+8
* [X86] Use SDNPOptInGlue instead of SDNPInGlue on a couple SDNodes.Craig Topper2020-01-121-2/+2
* AMDGPU/GlobalISel: Don't use XEXEC class for SGPRsMatt Arsenault2020-01-121-1/+1
* AMDGPU/GlobalISel: Copy type when inserting readfirstlaneMatt Arsenault2020-01-121-0/+2
* [SCEV] accurate range for addrecexpr with nuw flagZheng Chen2020-01-121-5/+6
* [RISCV] Check register class for AMO memory operandsJames Clarke2020-01-132-1/+6
* [MC][ELF] Emit a relocation if target is defined in the same section and is n...Fangrui Song2020-01-121-21/+1
* __patchable_function_entries: don't use linkage field 'unique' with -no-integ...Fangrui Song2020-01-121-18/+21
* [NFC] Fix compilation of CrashRecoveryContext.cpp on mingwMarkus Böck2020-01-121-1/+2
* [PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwinFangrui Song2020-01-124-201/+1
* [X86][AVX] Use lowerShuffleAsLanePermuteAndSHUFP to lower binary v4f64 shuffles.Simon Pilgrim2020-01-121-0/+12
* [X86][AVX] lowerShuffleAsLanePermuteAndSHUFP - only set the demanded elements...Simon Pilgrim2020-01-121-2/+1
* [X86][Disassembler] Merge X86DisassemblerDecoder.cpp into X86Disassembler.cpp...Fangrui Song2020-01-124-1868/+1569
* [X86][Disassembler] SimplifyFangrui Song2020-01-123-45/+7
* [NFC] Refactor memory ops cluster methodQiu Chaofan2020-01-121-14/+7
* [X86] Don't call LowerSETCC from LowerSELECT for STRICT_FSETCC/STRICT_FSETCCS...Craig Topper2020-01-111-3/+1
* [SCEV] more accurate range for addrecexpr with nsw flag.Zheng Chen2020-01-111-9/+17
* [LegalizeVectorOps] Parallelize the lo/hi part of STRICT_UINT_TO_FLOAT legali...Craig Topper2020-01-111-3/+6
* [TargetLowering][X86] Connect the chain from STRICT_FSETCC in TargetLowering:...Craig Topper2020-01-112-5/+9
* [LegalizeVectorOps] Expand vector MERGE_VALUES immediately.Craig Topper2020-01-111-0/+11
* [X86][Disassembler] Optimize argument passing and immediate readingFangrui Song2020-01-113-74/+41
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-1123-75/+38
* [ORC] Fix argv handling in runAsMain / lli.Lang Hames2020-01-111-1/+1
* [Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea2020-01-113-53/+85
* [X86][Disassembler] Replace custom logger with LLVM_DEBUGFangrui Song2020-01-113-56/+14
* [LegalizeVectorOps] Remove some of the simpler Expand methods. Pass Results v...Craig Topper2020-01-111-125/+77
* [LegalizeVectorOps] Only pass SDNode* instead SDValue to all of the Expand* a...Craig Topper2020-01-111-251/+251
* [X86][Disassembler] Simplify and optimize reader functionsFangrui Song2020-01-113-180/+101
* [X86] Turn FP_ROUND/STRICT_FP_ROUND into X86ISD::VFPROUND/STRICT_VFPROUND dur...Craig Topper2020-01-113-67/+4
* [ExecutionEngine] Re-enable FastISel for non-iOS arm targets.Lang Hames2020-01-111-7/+0
* [X86] Adjust nop emission by compiler to consider target decode limitationsPhilip Reames2020-01-111-0/+17
* [X86AsmBackend] Move static function before sole use [NFC]Philip Reames2020-01-111-34/+34
* [X86AsmBackend] Be consistent about placing definitions out of line [NFC]Philip Reames2020-01-111-49/+57
* Fix uninitialized value clang static analyzer warning. NFC.Simon Pilgrim2020-01-111-1/+1
* moveOperands - assert Src/Dst MachineOperands are non-null.Simon Pilgrim2020-01-111-1/+1
* [X86] Fix outdated commentSimon Pilgrim2020-01-111-2/+1
* [X86][AVX] Add lowerShuffleAsLanePermuteAndSHUFP loweringSimon Pilgrim2020-01-111-0/+40
* DSE: fix bug where we would only check libcalls for name rather than whole declNuno Lopes2020-01-111-9/+12
* [InstCombine] Preserve nuw on sub of geps (PR44419)Nikita Popov2020-01-112-4/+16
* [X86] Remove dead code from X86DAGToDAGISel::Select that is no longer needed ...Craig Topper2020-01-111-28/+0
* [X86] Simplify code by removing an unreachable condition. NFCICraig Topper2020-01-101-12/+2
* [X86] Preserve fpexcept property when turning strict_fp_extend and strict_fp_...Craig Topper2020-01-102-4/+37
* [X86][Disassembler] Simplify readPrefixesFangrui Song2020-01-101-43/+25
* [X86] Use ReplaceAllUsesWith instead of ReplaceAllUsesOfValueWith to simplify...Craig Topper2020-01-101-12/+2
* [AMDGPU] Remove unnecessary v_mov from a register to itself in WQM lowering.Michael Bedy2020-01-101-5/+22
OpenPOWER on IntegriCloud