aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-03-10For PR9438:Bill Wendling
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher
2011-03-08Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson
2011-03-05ptx: add basic intrinsic supportChe-Liang Chiou
2011-03-05test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and...NAKAMURA Takumi
2011-03-04Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes
2011-03-04Add testcase for r127032Bruno Cardoso Lopes
2011-03-04When decling to reuse existing expressions that involve casts, ignoreDan Gohman
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger
2011-03-04Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes
2011-03-04XFAIL for all. These tests are darwin specific anyway.Devang Patel
2011-03-04Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel
2011-03-04Allow vector shifts (shl,lshr,ashr) on SPU.Kalle Raiskila
2011-03-04Allow load from constant on SPU.Kalle Raiskila
2011-03-03Revert r123908; the code in question is completely untested and wrong.Eli Friedman
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger
2011-03-02Test case for r126864. Radar 9056407.Stuart Hastings
2011-03-02[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implementDavid Greene
2011-03-02Eliminate the unused CodeGenPrepare option to split critical edges.Cameron Zwarich
2011-03-02Extend initial support for primitive types in PTX backendChe-Liang Chiou
2011-03-02Don't re-use existing addrec expansions if they contain casts.Dan Gohman
2011-03-02Catch more cases where 2-address pass should 3-addressify instructions. rdar:...Evan Cheng
2011-03-01Narrow right shifts need to encode their immediates differently from a normalBill Wendling
2011-02-28Fix typo introduced by r126661: "Fix a typo which ..."Jakob Stoklund Olesen
2011-02-28Fix a typo which cause dag combine crash. rdar://9059537.Evan Cheng
2011-02-28Windows codegen also dies on this, so restrict to the platform it wasDuncan Sands
2011-02-28Make this test x86 specific because the ARM backend can't handle it.Duncan Sands
2011-02-28Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou
2011-02-27Legalize support for fpextend of vector. PR9309.Duncan Sands
2011-02-27Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/...NAKAMURA Takumi
2011-02-27Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no...Cameron Zwarich
2011-02-27Give a test file a more sensible name so that it can hold more test cases.Cameron Zwarich
2011-02-26Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega...Benjamin Kramer
2011-02-25Add patterns to use post-increment addressing for Neon VST1-lane instructions.Bob Wilson
2011-02-24Enable support for vector sext and trunc:Nadav Rotem
2011-02-24Move arch specific tests in arch specific directories.Devang Patel
2011-02-24Add XCore intrinsic for eeu instruction.Richard Osborne
2011-02-24Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich
2011-02-24Fix bug in X86 folding / unfolding table. Int_CMPSDrm and Int_CMPSSrm memoryEvan Cheng
2011-02-23Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...Devang Patel
2011-02-23Check only relevant strings in output to increase stability of the tests.Devang Patel
2011-02-23Add XCore intrinsic for clre instruction.Richard Osborne
2011-02-23Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enableRichard Osborne
2011-02-23Add XCore intrinsic for the setv instruction.Richard Osborne
2011-02-23Add XCore intrinsic for settw instruction.Richard Osborne
2011-02-23More fcopysign correctness and performance fix.Evan Cheng
2011-02-22Revert r126195, "test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for ...NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi