aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard2013-04-291-2/+5
* R600: Fix encoding of CF_END_{EG, R600} instructionsTom Stellard2013-04-291-0/+6
* Make all darwin ppc stubs local.Rafael Espindola2013-04-271-5/+5
* Make CHECK lines a bit less strict so they also match code generated for win64.Benjamin Kramer2013-04-261-10/+10
* R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard2013-04-261-1/+3
* ARM/NEON: Pattern match vector integer abs to vabs.Benjamin Kramer2013-04-261-0/+91
* X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer2013-04-261-13/+130
* DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer2013-04-261-0/+66
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-254-1/+174
* [inline asm] Add a test case for r180226. The specific issue is that the inlineChad Rosier2013-04-251-0/+9
* Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-251-0/+18
* R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard2013-04-241-0/+1
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-241-0/+30
* Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma2013-04-231-0/+45
* Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin2013-04-231-0/+64
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-231-0/+87
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-231-0/+15
* R600: Add CF_ENDVincent Lejeune2013-04-233-3/+3
* Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma2013-04-231-0/+18
* Move test from grep to FileCheck.Rafael Espindola2013-04-231-2/+5
* [mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka2013-04-221-0/+56
* Extra paranoid test for r179925 (verify that tail calls are not generated to ...Stephen Lin2013-04-221-0/+14
* Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy2013-04-223-0/+184
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-2212-0/+0
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-2227-27/+27
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-211-32/+14
* ARM: Split out cost model vcvt testcases.Jim Grosbach2013-04-212-172/+171
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-211-0/+13
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-211-0/+6
* ARM: fix part of test which actually needed an asserts buildTim Northover2013-04-212-6/+30
* ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover2013-04-211-13/+27
* Remove tbaa metadata.Bill Wendling2013-04-211-7/+3
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-201-0/+62
* ARM: don't add FrameIndex offset for LDMIA (has no immediate)Tim Northover2013-04-201-0/+36
* Minor renaming of tests (for consistency with an in-development patch)Stephen Lin2013-04-201-10/+10
* Don't litter .s files in test directory.Benjamin Kramer2013-04-201-1/+1
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-202-0/+180
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-201-0/+88
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-191-0/+75
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-191-0/+42
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-192-8/+21
* Make test slightly more readable.Bill Wendling2013-04-191-4/+4
* Add a testcase to make sure we generate the proper compact unwind section for...Bill Wendling2013-04-191-0/+60
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-1927-27/+27
* PR14606: debug info imported_module supportDavid Blaikie2013-04-1927-27/+27
* R600: Add pattern for the BFI_INT instructionTom Stellard2013-04-191-0/+34
* R600: Reorganize lit tests and document how they should be organizedTom Stellard2013-04-1929-128/+174
* Disable PPC comparison optimization by defaultHal Finkel2013-04-181-1/+1
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-181-0/+101
* X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer2013-04-181-0/+136