summaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)AuthorFilesLines
2016-05-20[X86][AVX] Sync with clang/test/CodeGen/avx-builtins.cSimon Pilgrim1-211/+3303
2016-05-20Refactor X86 symbol access classification.Rafael Espindola1-1/+2
2016-05-20Simplify handling of hidden stubs on PowerPC.Rafael Espindola1-5/+3
2016-05-20[Sparc] Enable more inline assembly constraints.Chris Dewhurst1-0/+12
2016-05-20[X86] Run the AVX/AVX2 intrinsic tests in AVX512VL mode too just to make sure...Craig Topper3-1901/+4168
2016-05-20Revert accidental commit of a test command line addition.Craig Topper1-1/+0
2016-05-20[X86] Fix some AVX patterns to only be disabled if VLX and BWI are supported....Craig Topper1-0/+1
2016-05-19[ARM, AArch64] Match additional patterns to ldN instructionsMatthew Simpson4-0/+196
2016-05-19X86: Don't reset the stack after calls that don't return (PR27117)Hans Wennborg1-0/+48
2016-05-19[x86] add tests for urem loweringSanjay Patel1-0/+80
2016-05-19[X86][SSE] Added fast-isel tests to sync with clang/test/CodeGen/sse-builtins.cSimon Pilgrim2-0/+2315
2016-05-19[X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmpngt_sd testsSimon Pilgrim1-8/+16
2016-05-19[AArch64 ] Generate a BFXIL from 'or (and X, Mask0Imm),(and Y, Mask1Imm)'.Chad Rosier1-0/+67
2016-05-19[ARM] Add cdp intrinsic tests.Ranjeet Singh3-8/+34
2016-05-19[X86][SSE2] Added _mm_move_* testsSimon Pilgrim1-0/+31
2016-05-19[X86][SSE2] Added _mm_cast* and _mm_set* testsSimon Pilgrim1-0/+720
2016-05-19[mips][mips16] Fix ZERO is not a CPU16Regs register error from the machine ve...Daniel Sanders1-1/+2
2016-05-19[X86] Enable RRL part of the LEA optimization pass for -O2.Andrey Turetskiy1-20/+39
2016-05-19[WebAssembly] Make several CHECK lines less fragile using regexes and CHECK-DAG.Dan Gohman2-31/+31
2016-05-18AMDGPU: Fix promote alloca for pointer loadsMatt Arsenault2-3/+43
2016-05-18Delete Reloc::Default.Rafael Espindola2-2/+1
2016-05-18When looking for a spill slot in reg scavenger, find one that matches RCKrzysztof Parzyszek1-0/+100
2016-05-18[X86][SSE2] Added fast-isel tests to sync with clang/test/CodeGen/sse2-builti...Simon Pilgrim2-0/+3116
2016-05-18AMDGPU: Other sizes of popcnt are fastMatt Arsenault1-0/+52
2016-05-18Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instruct...Hans Wennborg8-16/+171
2016-05-18AMDGPU: Fix assert when erroring on a callMatt Arsenault1-3/+15
2016-05-18AMDGPU: Handle alloca promoting with null operandsMatt Arsenault3-0/+91
2016-05-18AMDGPU: Fix a few slightly broken testsMatt Arsenault8-43/+49
2016-05-18[Hexagon] Recognize "q" and "v" in inline-asm as register constraintsKrzysztof Parzyszek1-0/+19
2016-05-18[WebAssembly] Don't expand divisions by constants.Dan Gohman1-0/+62
2016-05-18[X86][SSE42] Added fast-isel tests to sync with clang/test/CodeGen/sse42-buil...Simon Pilgrim2-0/+411
2016-05-18[X86][SSE41] Sync with clang/test/CodeGen/sse41-builtins.cSimon Pilgrim1-39/+39
2016-05-18[SystemZ] Fix register ordering for BinaryRRF instructionsBryan Chan1-9/+9
2016-05-18[X86][SSE3] Sync with clang/test/CodeGen/sse3-builtins.cSimon Pilgrim1-2/+3
2016-05-18Add new flag and intrinsic support for MWAITX and MONITORX instructionsAshutosh Nema1-0/+38
2016-05-18[X86][SSSE3] Sync with clang/test/CodeGen/ssse3-builtins.cSimon Pilgrim1-0/+19
2016-05-18[X86][SSE4A] Sync with clang/test/CodeGen/sse4a-builtins.cSimon Pilgrim1-4/+6
2016-05-18[mips] Restrict the creation of compact branchesSimon Dardis1-0/+52
2016-05-18[Sparc] Add Soft Float supportChris Dewhurst3-89/+469
2016-05-18[mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions and add CodeGe...Zlatko Buljan1-0/+32
2016-05-18Don't pass relocation-model= to tests that don't need it.Rafael Espindola1-1/+1
2016-05-17[WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman17-122/+122
2016-05-17[WebAssembly] Model the stack evaluation order more precisely.Dan Gohman2-12/+33
2016-05-17[WebAssembly] Don't stackify calls past stack pointer modifications.Dan Gohman1-1/+15
2016-05-17Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions"Hans Wennborg8-170/+16
2016-05-17[WebAssembly] Stackify induction variable increment instructions.Dan Gohman2-14/+44
2016-05-17X86: Avoid using _chkstk when lowering WIN_ALLOCA instructionsHans Wennborg8-16/+170
2016-05-17Fix an assert in SelectionDAGBuilder when processing inline asmRenato Golin9-9/+9
2016-05-17Simplify handling of hidden stub.Rafael Espindola1-2/+2
2016-05-17Add a test showing how hidden stubs are handled on ppc.Rafael Espindola1-0/+23