summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [TargetLowering] Simplify expansion of S{ADD,SUB}ORoger Ferrer Ibanez2019-09-3016-6154/+3406
* [ARM][CGP] Allow signext argumentsSam Parker2019-09-304-15/+62
* Revert "Update polly test for SCEV change."Tim Northover2019-09-301-1/+1
* Revert "[SCEV] add no wrap flag for SCEVAddExpr."Tim Northover2019-09-305-8/+8
* Reland "[utils] Implement the llvm-locstats tool"Djordje Todorovic2019-09-308-0/+479
* [SystemZ] Add SystemZPostRewrite in addPostRegAlloc() instead at -O0.Jonas Paulsson2019-09-302-1/+33
* [X86] Remove some redundant isel patterns. NFCICraig Topper2019-09-301-78/+0
* AMDGPU/GlobalISel: Fix select for v2s16 and/or/xorMatt Arsenault2019-09-304-60/+62
* [test] Change llvm-readobj --arm-attributes to --arch-specific after r373125Fangrui Song2019-09-3038-48/+48
* [ELF][test] Change llvm-readobj --arm-attributes to --arch-specific after r37...Fangrui Song2019-09-301-3/+3
* [X86] Split v16i32/v8i64 bitreverse on avx512f targets without avx512bw to en...Craig Topper2019-09-302-54/+52
* Undef the macros after their useAditya Kumar2019-09-301-0/+2
* [X86] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds after r373174Fangrui Song2019-09-301-0/+1
* [X86] Remove -x86-experimental-vector-widening-legalization command line flagCraig Topper2019-09-292-1257/+145
* Don't crash if a variable with a constexpr destructor has aRichard Smith2019-09-292-1/+11
* [X86] Add custom isel logic to match VPTERNLOG from 2 logic ops.Craig Topper2019-09-2927-589/+766
* Add test case peeking through vector concat when combining insert into shuffl...Amaury Sechet2019-09-291-0/+71
* [LLVM-C][Ocaml] Add MergeFunctions and DCE passAditya Kumar2019-09-2910-0/+41
* [Docs] Moves article links to new pagesDeForest Richards2019-09-295-27/+35
* [MC] Emit unused undefined symbol even if its binding is not setFangrui Song2019-09-295-9/+37
* [DivRemPairs] Don't assert that we won't ever get expanded-form rem pairs in ...Roman Lebedev2019-09-292-2/+36
* [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...Alexey Bataev2019-09-2923-1335/+918
* [clang-format] Reference qualifiers in member templates causing extra indenta...Paul Hoad2019-09-292-4/+89
* [PowerPC] Fix conditions of assert in PPCAsmPrinterJinsong Ji2019-09-291-1/+1
* [ARM] Cortex-M4 schedule additionsDavid Green2019-09-298-47/+69
* [cxx_status] Mark P0784R7 as partially complete.Richard Smith2019-09-291-1/+1
* For now, disallow lifetime-extended temporaries with non-trivial (butRichard Smith2019-09-293-1/+31
* Fix checking for permitted results of constant expressions.Richard Smith2019-09-292-25/+73
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-2923-75/+325
* [Docs] Adds sections for Command Line and LibFuzzer articlesDeForest Richards2019-09-291-11/+19
* [X86] Enable isel to fold broadcast loads that have been bitcasted from FP in...Craig Topper2019-09-292-10/+101
* [X86] Move bitselect matching to vpternlog into X86ISelDAGToDAG.cppCraig Topper2019-09-2917-169/+286
* [X86] Enable canonicalizeBitSelect for AVX512 since we can use VPTERNLOG now.Craig Topper2019-09-2918-236/+413
* [X86] Match (or (and A, B), (andn (A, C))) to VPTERNLOG with AVX512.Craig Topper2019-09-296-127/+122
* [OpenMP] FreeBSD address check if mapped more nativeDavid Carlier2019-09-281-1/+42
* [NFC] Move hot cold splitting class to header fileAditya Kumar2019-09-282-31/+36
* SemaExpr - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-09-281-30/+30
* [PowerPC] make tests immune to improved undef handlingSanjay Patel2019-09-282-9/+9
* Don't install example analyzer pluginsAaron Puchert2019-09-283-3/+3
* Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov2019-09-285-21/+39
* Revert "[LLDB] Use the llvm microsoft demangler instead of the windows dbghel...Martin Storsjo2019-09-281-3/+41
* [LLD] [test] Add a forgotten comment. NFC.Martin Storsjo2019-09-281-0/+2
* [LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFC.Martin Storsjo2019-09-281-41/+3
* [GlobalISel Enable memcpy inlining with optsize.Amara Emerson2019-09-283-2/+94
* [TimeProfiler] Fix "OptModule" section and add new "Backend" sectionsAnton Afanasyev2019-09-282-1/+3
* Add an operand to memory intrinsics to denote the "tail" marker.Amara Emerson2019-09-2814-70/+168
* AMDGPU/GlobalISel: Avoid getting MRI in every functionMatt Arsenault2019-09-282-221/+156
* [X86] Add broadcast load unfolding support for VPTESTMD/Q and VPTESTNMD/Q.Craig Topper2019-09-282-0/+162
* [X86] Stop using UpdateNodeOperands in combineGatherScatter. Create new nodes...Craig Topper2019-09-281-35/+58
* [X86] Split combineGatherScatter into a version for generic ISD nodes and ano...Craig Topper2019-09-282-9/+41
OpenPOWER on IntegriCloud