summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-05-23[AMDGPU] Assembler: refactor parsing of modifiers and immediates. Allow modif...Sam Kolton9-64/+61
2016-05-22[AVX512] Add patterns to implement stores of extracts of least signficant sub...Craig Topper1-1/+217
2016-05-22[X86][SSE] Added extra i8 extract element testSimon Pilgrim1-0/+20
2016-05-22[x86, AVX] don't add a vzeroupper if that's what the code is already doing (P...Sanjay Patel2-6/+0
2016-05-22[x86, AVX] add test file to show vzeroupper pass excessesSanjay Patel1-0/+43
2016-05-22[ValueTracking, InstCombine] extend isKnownToBeAPowerOfTwo() to handle vector...Sanjay Patel3-10/+4
2016-05-22[AVX512] Implement missing patterns for any_extend load lowering.Igor Breger1-0/+70
2016-05-22[AVX512] Add an AddedComplexity line to the 512-bit insert_subvector undef in...Craig Topper1-14/+14
2016-05-22[X86] Add a common check-prefix to both run lines on a test so identical chec...Craig Topper1-361/+168
2016-05-22[AVX512] Add a couple patterns to fix some cases where two vector mask invers...Craig Topper1-12/+4
2016-05-21[profile] Static counter allocation for value profiling (part-1)Xinliang David Li1-0/+31
2016-05-21[AVX512] Add patterns for extracting subvectors and storing to memory.Craig Topper2-6/+84
2016-05-21[Clang][AVX512][intrinsics] Fix rcp and sqrt intrinsics.Michael Zuckerman2-20/+42
2016-05-21[Clang][AVX512][intrinsics] Fix vscalef intrinsics.Michael Zuckerman3-35/+26
2016-05-21[llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag.George Rimar2-0/+9
2016-05-21[AVX512] Add patterns for VEXTRACT v16i16->v8i16 and v32i8->v16i8. Disable AV...Craig Topper4-19/+25
2016-05-21[AVX512] Disable AVX2 VPERMD, VPERMQ, VPERMPS, and VPERMPD patterns when AVX5...Craig Topper1-4/+4
2016-05-21[AVX512] Disable AVX/AVX2 VBROADCASTSS/VBROADCASTSD patterns when AVX512VL is...Craig Topper1-3/+3
2016-05-21[AVX512] Use update_llc_test_checks to update some tests so we can see all th...Craig Topper3-4415/+7909
2016-05-21[SimplifyCFG] Remove cleanuppads which are empty except for calls to lifetime...David Majnemer1-0/+31
2016-05-21[AVX512] Fix test cases I missed in r270311.Craig Topper1-4/+4
2016-05-21AMDGPU: Define priorities for register classesMatt Arsenault9-40/+43
2016-05-21AMDGPU: Cleanup lowering actionsMatt Arsenault2-32/+131
2016-05-21[GuardWidening] Fix incorrect use of remove_ifSanjoy Das1-0/+38
2016-05-21AMDGPU: Fix high bits after division optimizationMatt Arsenault6-41/+329
2016-05-21AMDGPU: Fix verifier error when spilling SGPRsMatt Arsenault1-2/+2
2016-05-21AMDGPU: Handle cbranch vccz/vccnzMatt Arsenault3-8/+12
2016-05-21AMDGPU: Implement ReverseBranchConditionMatt Arsenault1-6/+2
2016-05-21AMDGPU: Implement AnalyzeBranchMatt Arsenault9-41/+84
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman41-49/+90
2016-05-21Fix constant folding of addrspacecast of nullMatt Arsenault2-3/+50
2016-05-20LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()Matthias Braun1-0/+32
2016-05-20MachineVerifier: subregs so not require defs/valnos on every pathMatthias Braun1-0/+26
2016-05-20[PowerPC] Add a testcase for TCO on string rvo functionTim Shen1-0/+44
2016-05-20add test vector sdivSanjay Patel1-0/+15
2016-05-20add test for vector shiftSanjay Patel1-0/+13
2016-05-20[lanai] Change reloc to use PIC_ by default and cleanup.Jacques Pienaar1-8/+3
2016-05-20add tests for vector uremSanjay Patel1-1/+23
2016-05-20dsymutil/modules: Reword the warning for static libraries without module cachesAdrian Prantl7-26/+53
2016-05-20use FileCheck instead of grep for exact checkingSanjay Patel1-5/+10
2016-05-20pdbdump: print out symbol names referred by publics stream.Rui Ueyama1-0/+1
2016-05-20LiveIntervalAnalysis: Fix missing defs in renameDisconnectedComponents().Matthias Braun1-0/+33
2016-05-20[AArch64] Disable narrow load merge by defaultJun Bum Lim1-3/+3
2016-05-20Functions with differing phis should not be merged.Mark Lacey1-0/+50
2016-05-20[MachOYAML] Removing duplicated field from LC_UUID YAMLChris Bieneman2-3/+0
2016-05-20[obj2yaml][yaml2obj] Adding enumFallback for MachO load commandsChris Bieneman1-0/+51
2016-05-20[X86][AVX] Generalized matching for target shuffle combinesSimon Pilgrim2-34/+15
2016-05-20[X86][AVX] Sync with clang/test/CodeGen/avx-builtins.cSimon Pilgrim1-211/+3303
2016-05-20[SimplifyCFG] eliminate switch cases based on known range of switch conditionSanjay Patel1-4/+0
2016-05-20[MCExpr] avoid UB via negation of INT_MINSanjay Patel1-3/+3