aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2013-04-30Rewrite X86 codegen regression test with FileCheckMichael Liao
2013-04-30R600: use native for aluVincent Lejeune
2013-04-30R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune
2013-04-30Rewrite test in FileCheck instead of grep in X86 codegenMichael Liao
2013-04-29TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-29Duplicate a testcase.Bill Wendling
2013-04-29Rewrite some tests with FileCHeck in X86 codegenMichael Liao
2013-04-29R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard
2013-04-29R600: Fix encoding of CF_END_{EG, R600} instructionsTom Stellard
2013-04-27Make all darwin ppc stubs local.Rafael Espindola
2013-04-26Make CHECK lines a bit less strict so they also match code generated for win64.Benjamin Kramer
2013-04-26R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard
2013-04-26ARM/NEON: Pattern match vector integer abs to vabs.Benjamin Kramer
2013-04-26X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer
2013-04-26DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer
2013-04-25This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd
2013-04-25[inline asm] Add a test case for r180226. The specific issue is that the inlineChad Rosier
2013-04-25Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga
2013-04-24R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard
2013-04-24MI Sched: eliminate local vreg copies.Andrew Trick
2013-04-23Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma
2013-04-23Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin
2013-04-23Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma
2013-04-23R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune
2013-04-23R600: Add CF_ENDVincent Lejeune
2013-04-23Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma
2013-04-23Move test from grep to FileCheck.Rafael Espindola
2013-04-22[mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka
2013-04-22Extra paranoid test for r179925 (verify that tail calls are not generated to ...Stephen Lin
2013-04-22Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy
2013-04-22Cleanup: test source files do not need to be executableArnaud A. de Grandmaison
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
2013-04-21Legalize vector truncates by parts rather than just splitting.Jim Grosbach
2013-04-21ARM: Split out cost model vcvt testcases.Jim Grosbach
2013-04-21Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen
2013-04-21Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen
2013-04-21ARM: fix part of test which actually needed an asserts buildTim Northover
2013-04-21ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover
2013-04-21Remove tbaa metadata.Bill Wendling
2013-04-20Compile varargs functions for SPARCv9.Jakob Stoklund Olesen
2013-04-20ARM: don't add FrameIndex offset for LDMIA (has no immediate)Tim Northover
2013-04-20Minor renaming of tests (for consistency with an in-development patch)Stephen Lin
2013-04-20Don't litter .s files in test directory.Benjamin Kramer
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin
2013-04-20Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin
2013-04-19[mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka
2013-04-19Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel
2013-04-19Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov
2013-04-19Make test slightly more readable.Bill Wendling
2013-04-19Add a testcase to make sure we generate the proper compact unwind section for...Bill Wendling