summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-06-05LICM: Don't sink stores out of loops that may throw.Eli Friedman1-0/+71
2016-06-05Add safety check to InstCombiner::commonIRemTransformsSanjoy Das1-0/+116
2016-06-05Add test case for InstCombiner::commonIRemTransforms; NFCSanjoy Das1-0/+23
2016-06-05[Internalize] Test that __stack_chk_{guard, fail} are not internalized.Davide Italiano1-0/+9
2016-06-05[BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas2-0/+5
2016-06-05[BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas2-0/+5
2016-06-05[BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas2-0/+5
2016-06-05[BitCode] Don't allow constants of void type.Filipe Cabecinhas2-0/+5
2016-06-05[PM] Port IndVarSimplify to the new pass managerSanjoy Das3-0/+3
2016-06-05[IndVars] Remove -liv-reduceSanjoy Das1-56/+0
2016-06-05fix checksSanjay Patel1-3/+3
2016-06-05[InstCombine] allow vector icmp bool transformsSanjay Patel2-5/+5
2016-06-05add tests to show missing vector transformsSanjay Patel1-0/+20
2016-06-05regenerate checksSanjay Patel1-57/+78
2016-06-05update test to use FileCheckSanjay Patel1-93/+175
2016-06-05update test to use FileCheckSanjay Patel1-11/+16
2016-06-05update test to FileCheckSanjay Patel1-8/+12
2016-06-05[X86][XOP] Added VPERMIL2PD/VPERMIL2PS raw mask decoding for target shuffle c...Simon Pilgrim1-4/+1
2016-06-05[X86][XOP] Added VPERMIL2PD/VPERMIL2PS as a target shuffle typeSimon Pilgrim1-10/+14
2016-06-05[AVX512] Add support for lowering PALIGNR for v64i8.Craig Topper1-0/+21
2016-06-05[AVX512] Split command lines and regenerate a test to prepare for a future co...Craig Topper1-8/+20
2016-06-05[AVX512] Fix PANDN combining for v4i32/v8i32 when VLX is enabled.Craig Topper1-0/+48
2016-06-05[PM] Port GCOVProfiler pass to the new pass managerXinliang David Li7-0/+33
2016-06-04[SimplifyCFG] Don't kill empty cleanuppads with multiple usesDavid Majnemer1-0/+24
2016-06-04[InstCombine] allow vector constants for cast+icmp foldSanjay Patel2-8/+12
2016-06-04[X86][XOP] Added VPERMIL2PD/VPERMIL2PS shuffle mask comment decodingSimon Pilgrim2-5/+89
2016-06-04[InstCombine] add test for missing vector optimizationSanjay Patel1-2/+15
2016-06-04[InstCombine] add test for missing vector optimizationSanjay Patel1-2/+16
2016-06-04[InstCombine] minimize test case and use FileCheckSanjay Patel1-27/+13
2016-06-04[Analysis] Enabled BITREVERSE as a vectorizable intrinsicSimon Pilgrim1-288/+633
2016-06-04X86: enable TLS on Windows itaniumSaleem Abdulrasool1-0/+30
2016-06-04[X86][AVX2] Fix v16i16 SHL lowering (PR27730)Simon Pilgrim8-61/+61
2016-06-04[InstCombine][MMX] Extend SimplifyDemandedUseBits MOVMSK support to MMXSimon Pilgrim1-0/+20
2016-06-04[sancov] Revert r271695 which broke all of the PPC bots.Chandler Carruth7-10/+5
2016-06-04[llvm-profdata] Revert r271709 and the 3 subsequent commits - the codeChandler Carruth1-16/+0
2016-06-04Testcase cleanup: Remove a redundant test input.Adrian Prantl2-153/+1
2016-06-04MIR: Support MachineMemOperands without associated valueMatthias Braun2-24/+15
2016-06-03Reapply r271728 after adding move cobstructor for ProfileSummaryInfoEaswaran Raman1-0/+39
2016-06-03[esan|wset] Optionally assume intra-cache-line accessesDerek Bruening2-10/+169
2016-06-03Revert r271728 as it breaks Windows buildEaswaran Raman1-39/+0
2016-06-03pdbdump: print out TPI hashes.Rui Ueyama1-1/+11
2016-06-03Analysis pass to access profile summary infoEaswaran Raman1-0/+39
2016-06-03[Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner2-0/+17
2016-06-03[AArch64] Move tests from r271677 to a more appropriately named file. NFC.Chad Rosier2-88/+88
2016-06-03[AArch64] Spot SBFX-compatible code expressed with sign_extend.Chad Rosier1-0/+10
2016-06-03[llvm-profdata] Add option to ingest filepaths from a fileVedant Kumar1-0/+16
2016-06-03[WebAssembly] Emit type signatures for declared functionsDerek Schuff1-0/+73
2016-06-03[sancov] Disable these tests if there is no X86 backendReid Kleckner1-0/+4
2016-06-03[sancov] Run sancov tests on more platformsReid Kleckner7-5/+10
2016-06-03[yaml2obj] Sort MachO LinkEdit write operations based on offsetChris Bieneman1-0/+266