aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2013-05-02R600: Prettier asmPrint of AluVincent Lejeune
2013-05-02Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar
2013-05-02TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-05-02Rewrite X86 codegen regression test with FileCheckMichael Liao
2013-05-01Avoid generating tempfile(s) never usedMichael Liao
2013-05-01Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling
2013-05-01Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem
2013-05-01Put VMOVPQIto64rr in the VRPDI class.Rafael Espindola
2013-05-01Forget remove the tempfile argumentMichael Liao
2013-05-01More rewrites of x86 codegen regression tests with FileCheckMichael Liao
2013-04-30[mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka
2013-04-30Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin
2013-04-30[mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka
2013-04-30Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl
2013-04-30Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl
2013-04-30LocalStackSlotAllocation improvementsHal Finkel
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-30R600: fix loop-address.ll testVincent Lejeune
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