aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2019-07-04[DAGCombiner] Don't combine (addcarry (uaddo X, Y), 0, Carry) -> (addcarry X,...Craig Topper2-5/+6
2019-07-04[AMDGPU] Custom lower INSERT_SUBVECTOR v3, v4, v5, v8Tim Renouf3-8/+69
2019-07-04[InstCombine] allow undef elements when forming splat from chain of insertele...Sanjay Patel2-16/+34
2019-07-04Fix typos in comments and debug output.Jay Foad1-3/+3
2019-07-04[X86][SSE] Add partial dereferenceable vector load test inspired by PR21780Simon Pilgrim1-4/+42
2019-07-04llvm-c-test avoid calling malloc(0)Andus Yu1-6/+12
2019-07-04Document legacy pass manager extension pointsSerge Guelton2-3/+27
2019-07-04[NFC] Added tests for D64099David Bolvansky1-0/+241
2019-07-04[X86][SSE] Add some partial dereferenceable vector load tests inspired by PR1...Simon Pilgrim1-0/+176
2019-07-04[AMDGPU] Correct the setting of `FlatScratchInit`.Michael Liao2-3/+16
2019-07-04[X86] Regenerate load fold peephole test.Simon Pilgrim1-4/+14
2019-07-04Fix -Wdocumentation param warning.Simon Pilgrim1-2/+2
2019-07-04Fix -Wdocumentation warning.Simon Pilgrim1-3/+2
2019-07-04[X86][AVX1] Combine concat_vectors(pshufd(x,c),pshufd(y,c)) -> vpermilps(conc...Simon Pilgrim10-97/+54
2019-07-04Fix MSVC "not all control paths return a value" warnings. NFCI.Simon Pilgrim1-4/+2
2019-07-04[Remarks] Silence gcc warning by catching unhandled values in switchesMikael Holmen1-0/+4
2019-07-04[ARM] Favour PL/MI over GE/LT when possibleDavid Green9-195/+181
2019-07-04[ARM] Added testing for D64160. NFCDavid Green4-156/+437
2019-07-04[docs][llvm-dwarfdump] Remove unnecessary reference to --show-childrenJames Henderson1-3/+1
2019-07-04[TableGen] Allow DAG isel patterns to override default operands.Simon Tatham4-10/+150
2019-07-04[ARM] MVE bitwise instruction patternsDavid Green5-3/+122
2019-07-04[NFC][PowerPC] Make the PowerPC scheduling strategy feature only control the ...QingShan Zhang1-10/+10
2019-07-04[X86] Use pointer sized indices instead of i32 for EXTRACT_VECTOR_ELT and INS...Craig Topper1-2/+2
2019-07-04[AVR] Fix tests after r363757Dylan McKay1-1/+1
2019-07-04[LoopPeel] Some small comment update. NFC.Serguei Katkov1-3/+3
2019-07-04[PowerPC] Support constraint code "ww"Fangrui Song3-4/+27
2019-07-04[docs] [NFC] Removed excess spacingAlex Brachet17-189/+0
2019-07-04[PowerPC] Hardware Loop branch instruction's condition may not be icmp.Chen Zheng3-1/+74
2019-07-04[Remarks] Require an explicit format to the parserFrancis Visoiu Mistrih6-21/+44
2019-07-04[Remarks][NFC] Move the string table parsing out of the parser constructorFrancis Visoiu Mistrih5-17/+19
2019-07-04[WebAssembly] Update test failure explanationsDerek Schuff1-2/+2
2019-07-04[MachO] Add valid architecture functionShoaib Meenai4-23/+22
2019-07-04[JITLink][ORC] Add EHFrameRegistrar interface, use in EHFrameRegistrationPlugin.Lang Hames5-17/+73
2019-07-04Revert [ThinLTO] Optimize writeonly globals outReid Kleckner27-556/+191
2019-07-03[WebAssembly] Enable IndirectBrExpandPassDerek Schuff4-9/+73
2019-07-03AMDGPU: Add pass to lower SGPR spillsMatt Arsenault9-33/+346
2019-07-03[JumpThreading] Fix threading with unusual PHI nodes.Eli Friedman5-25/+81
2019-07-03GlobalISel: Fix widenScalar for pointer typed G_MERGE_VALUESMatt Arsenault2-1/+84
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih27-29/+95
2019-07-03[WebAssembly][NFC] simplify SjLj inline assembly testGuanzhong Chen1-10/+4
2019-07-03[WebAssembly] Add option to emit passive segmentsThomas Lively1-0/+3
2019-07-03Revert "[AMDGPU] Kernel arg metadata: added support for "__hip_texture" type."Matt Arsenault3-34/+0
2019-07-03Revert "[llvm-ar][test] Add to MRI test coverage"JF Bastien5-160/+0
2019-07-03Teach ValueTracking that aarch64.irg result aliases its input.Evgeniy Stepanov2-1/+20
2019-07-03[LoopBase] Strengthen isLoopExiting by requiring that BB must be inside the l...Florian Hahn1-1/+2
2019-07-03Try to XFAIL mri-utf8.test on MacReid Kleckner1-18/+21
2019-07-03[LFTR] Use SCEVExpander for the pointer limit case instead of manual IR genPhilip Reames6-27/+19
2019-07-03[AMDGPU] Kernel arg metadata: added support for "__hip_texture" type.Konstantin Pyzhov3-0/+34
2019-07-03[LFTR] Remove a stray variable shadow *of the same value* [NFC]Philip Reames1-1/+0
2019-07-03[LFTR] Style and comment changes to clarify the narrow vs wide bitwidth evalu...Philip Reames1-17/+18