summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Make all darwin ppc stubs local.Rafael Espindola2013-04-27
* Make CHECK lines a bit less strict so they also match code generated for win64.Benjamin Kramer2013-04-26
* R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard2013-04-26
* ARM/NEON: Pattern match vector integer abs to vabs.Benjamin Kramer2013-04-26
* X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer2013-04-26
* DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer2013-04-26
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-25
* [inline asm] Add a test case for r180226. The specific issue is that the inlineChad Rosier2013-04-25
* Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-25
* R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard2013-04-24
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-24
* Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma2013-04-23
* Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin2013-04-23
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-23
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-23
* R600: Add CF_ENDVincent Lejeune2013-04-23
* Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma2013-04-23
* Move test from grep to FileCheck.Rafael Espindola2013-04-23
* [mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka2013-04-22
* Extra paranoid test for r179925 (verify that tail calls are not generated to ...Stephen Lin2013-04-22
* Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy2013-04-22
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-21
* ARM: Split out cost model vcvt testcases.Jim Grosbach2013-04-21
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-21
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-21
* ARM: fix part of test which actually needed an asserts buildTim Northover2013-04-21
* ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover2013-04-21
* Remove tbaa metadata.Bill Wendling2013-04-21
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-20
* ARM: don't add FrameIndex offset for LDMIA (has no immediate)Tim Northover2013-04-20
* Minor renaming of tests (for consistency with an in-development patch)Stephen Lin2013-04-20
* Don't litter .s files in test directory.Benjamin Kramer2013-04-20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-20
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-19
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-19
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-19
* Make test slightly more readable.Bill Wendling2013-04-19
* Add a testcase to make sure we generate the proper compact unwind section for...Bill Wendling2013-04-19
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* R600: Add pattern for the BFI_INT instructionTom Stellard2013-04-19
* R600: Reorganize lit tests and document how they should be organizedTom Stellard2013-04-19
* Disable PPC comparison optimization by defaultHal Finkel2013-04-18
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-18
* X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer2013-04-18
* Allow misaligned stores in x86 fast-isel.Derek Schuff2013-04-18
* Fix for PR14824, An ARM Load/Store Optimization bugHao Liu2013-04-18