summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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-112-13/+21
* [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] Shrink X86GenDisassemblerTables.inc from 36M to 6.1MFangrui Song2020-01-111-46/+42
* [X86][Disassembler] Optimize argument passing and immediate readingFangrui Song2020-01-113-74/+41
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-1133-115/+58
* [ORC] Fix argv handling in runAsMain / lli.Lang Hames2020-01-113-9/+84
* [Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea2020-01-116-53/+132
* [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
* Add -Wrange-loop-analysis changes to ReleaseNotesMark de Wever2020-01-111-0/+4
* [ExecutionEngine] Re-enable FastISel for non-iOS arm targets.Lang Hames2020-01-111-7/+0
* Revert "[ASTMatchers] extract public matchers from const-analysis into own pa...Jonas Toth2020-01-114-410/+0
* [ASTMatchers] extract public matchers from const-analysis into own patchJonas Toth2020-01-114-0/+410
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-11138-1003/+957
* [X86] Adjust nop emission by compiler to consider target decode limitationsPhilip Reames2020-01-114-198/+317
* [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
* GlobalModuleIndex - Fix use-after-move clang static analyzer warning.Simon Pilgrim2020-01-111-4/+5
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-111-6/+6
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-111-1/+1
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-111-1/+1
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-113-17/+10
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-111-2/+1
* Fix uninitialized value clang static analyzer warning. NFC.Simon Pilgrim2020-01-111-1/+1
* Remove copy ctors identical to the default one. NFC.Benjamin Kramer2020-01-113-13/+3
* moveOperands - assert Src/Dst MachineOperands are non-null.Simon Pilgrim2020-01-111-1/+1
* [X86] Fix outdated commentSimon Pilgrim2020-01-111-2/+1
* [Sema] Improve -Wrange-loop-analysis warnings.Mark de Wever2020-01-113-4/+109
* Fix copy+paste typo in shuffle test nameSimon Pilgrim2020-01-111-3/+3
* [X86][AVX] Add lowerShuffleAsLanePermuteAndSHUFP loweringSimon Pilgrim2020-01-113-52/+78
* [X86] Add more complex tests for vector masks used with AND/OR/XOR.Florian Hahn2020-01-111-0/+1293
* DSE: fix bug where we would only check libcalls for name rather than whole declNuno Lopes2020-01-113-13/+32
* [LoopRotate] Add tests for rotate with switch; NFCNikita Popov2020-01-111-0/+166
* [LoopSimplify] Regenerate test checks; NFCNikita Popov2020-01-111-124/+116
* [InstCombine] Preserve nuw on sub of geps (PR44419)Nikita Popov2020-01-113-5/+17
* [X86] Remove dead code from X86DAGToDAGISel::Select that is no longer needed ...Craig Topper2020-01-111-28/+0
* Add test for GDB pretty printers.Christian Sigg2020-01-115-0/+83
* [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
* Mark the test/Feature/load_extension.ll test as unsupported on Darwin.Amara Emerson2020-01-101-1/+1
* [AMDGPU] Remove unnecessary v_mov from a register to itself in WQM lowering.Michael Bedy2020-01-103-5/+84
OpenPOWER on IntegriCloud