summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow lit.util.which() to find executables with extension.LitFixesZachary Turner2020-08-031-4/+12
* [lit] Support running tests on Windows without GnuWin32.Zachary Turner2020-08-031-7/+39
* [ARM] Test for converting VPSEL to VMOVT. NFCDavid Green2020-08-031-0/+104
* [MC] Set sh_link to 0 if the associated symbol is undefinedFangrui Song2020-08-037-9/+52
* [CodeGen][ObjC] Mark calls to objc_unsafeClaimAutoreleasedReturnValue asAkira Hatanaka2020-08-034-26/+32
* Allow .dSYM's to be directly placed in an alternate directoryDaniel Sanders2020-08-033-11/+28
* Fix typo: s/epomymous/eponymous/ NFCJon Roelofs2020-08-031-1/+1
* [AArch64] Add missing isel patterns for fcvtzs/u intrinsic on v1f64.Eli Friedman2020-08-033-0/+227
* [llvm-jitlink] Add support for static archives and MachO universal archives.Lang Hames2020-08-032-7/+17
* [PGO] Enable the extended value profile buckets for mem op sizes.Hiroshi Yamauchi2020-08-031-1/+1
* [flang] Fix bug detecting intrinsic functionTim Keith2020-08-032-1/+12
* [InstSimplify] fold variations of max-of-min with common operandSanjay Patel2020-08-032-54/+43
* [InstSimplify] add tests for min-of-max variants; NFCSanjay Patel2020-08-031-0/+220
* Fix layering violation Transforms/Utils -> ScalarArthur Eubanks2020-08-031-1/+3
* [X86] support .nops directiveJian Cai2020-08-0313-20/+205
* [ArgPromotion] Replace all md uses of promoted values with undef.Florian Hahn2020-08-032-5/+56
* [gn build] Port f78f509c758LLVM GN Syncbot2020-08-031-0/+1
* [PGO] Extend the value profile buckets for mem op sizes.Hiroshi Yamauchi2020-08-0312-19/+423
* [compiler-rt][profile] Fix various InstrProf tests on SolarisRainer Orth2020-08-031-1/+1
* [X86] Make ENDBR instruction a scheduling boundaryJoao Moreira2020-08-032-0/+19
* [X86][SSE] Shuffle combine blends to OR(X,Y) if the relevant elements are kno...Simon Pilgrim2020-08-035-35/+61
* [NewPM][LoopVersioning] Port LoopVersioning to NPMArthur Eubanks2020-08-037-37/+86
* [FPEnv] IRBuilder fails to add strictfp attributeKevin P. Neal2020-08-032-2/+28
* [PGO] Change a `NumVSites == 0` workaround to assertFangrui Song2020-08-031-2/+3
* [X86] Use h-register for final XOR of __builtin_parity on 64-bit targets.Craig Topper2020-08-034-159/+72
* [mlir][DialectConversion] Remove usage of std::distance to track position.MaheshRavishankar2020-08-031-16/+21
* [mlir][DialectConversion] Add support for mergeBlocks in ConversionPatternRew...MaheshRavishankar2020-08-034-4/+242
* [mlir][Vector] Add transformation + pattern to split vector.transfer_read int...Nicolas Vasilache2020-08-036-0/+430
* [llvm] Add a parser from JSON to TensorSpecMircea Trofin2020-08-033-29/+103
* [Utils] Add noundef attribute to vim/emacs/vscode syntax scriptsGui Andrade2020-08-033-1/+3
* [MSAN] Instrument freeze instruction by clearing shadowGui Andrade2020-08-032-0/+29
* [SCEV] If Start>=RHS, simplify (Start smin RHS) = RHS for trip counts.Florian Hahn2020-08-033-12/+15
* Revert "[mlir][Vector] Add transformation + pattern to split vector.transfer_...Mehdi Amini2020-08-035-429/+0
* [FPEnv] Don't transform FSUB(-0,X)->FNEG(X) in SelectionDAGBuilder.Cameron McInally2020-08-0312-162/+155
* [analyzer][tests] Fix SATest update functionalityValeriy Savchenko2020-08-032-23/+15
* [DWARFYAML] Implement the .debug_loclists section.Xing GUO2020-08-035-0/+1115
* [NFC][APInt][DenseMapInfo] Move DenseMapAPIntKeyInfo into DenseMap.h as Dense...Shinji Okumura2020-08-033-22/+27
* [InstCombine] reduce xor-of-or's bitwise logic (PR46955); 2nd trySanjay Patel2020-08-032-12/+27
* [DWARFYAML] Offsets should be omitted when the OffsetEntryCount is 0.Xing GUO2020-08-032-1/+65
* [mlir] First-party modeling of LLVM typesAlex Zinenko2020-08-0314-3/+1943
* GlobalISel: Handle arbitrary FewerElementsVector for G_IMPLICIT_DEFMatt Arsenault2020-08-037-61/+45
* AMDGPU/GlobalISel: Remove old hacks for boolean selectionMatt Arsenault2020-08-034-67/+31
* GlobalISel: Reimplement moreElementsVectorDstMatt Arsenault2020-08-0348-1302/+1816
* Revert "[InstCombine] reduce xor-of-or's bitwise logic (PR46955)"Sanjay Patel2020-08-032-26/+12
* AMDGPU/GlobalISel: Apply load bitcast to s.buffer.load intrinsicMatt Arsenault2020-08-033-36/+121
* [X86][SSE] Start shuffle combining from ANY_EXTEND_VECTOR_INREG on SSE targetsSimon Pilgrim2020-08-039-164/+98
* AMDGPU/GlobalISel: Fix selecting broken copies for s32->s64 anyextMatt Arsenault2020-08-032-8/+95
* [InstCombine] reduce xor-of-or's bitwise logic (PR46955)Sanjay Patel2020-08-032-12/+26
* [InstCombine] add tests for xor-of-ors; NFCSanjay Patel2020-08-031-0/+82
* [clang][ARM] Add name-mangling test for direct __fp16 arguments.Simon Tatham2020-08-031-0/+16