aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-12-15Added test case for r146671.Lang Hames
2011-12-15Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel
2011-12-15Don't try to form FGETSIGN after legalization; it is possible in some cases, ...Eli Friedman
2011-12-15Add support for lowering fneg when AVX is enabled.Chad Rosier
2011-12-14Do not sink instruction, if it is not profitable.Devang Patel
2011-12-14Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng
2011-12-14Add newline at EOF.Chad Rosier
2011-12-13[fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier
2011-12-13Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka
2011-12-13Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka
2011-12-13Temporarily disable Hexagon tests. They are failing on OS XTony Linthicum
2011-12-12Test case for r146432 by Jack Carter.Akira Hatanaka
2011-12-12Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson
2011-12-12Hexagon backend supportTony Linthicum
2011-12-12Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth
2011-12-11Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy
2011-12-10Revert associate SelectInsertValue test as well.Chad Rosier
2011-12-10Revert r146322 to appease buildbots. Original commit message:Chad Rosier
2011-12-10Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy
2011-12-10Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel
2011-12-09Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman
2011-12-09Update test to something more sensible.Evan Cheng
2011-12-09[fast-isel] Add support for selecting insertvalue.Chad Rosier
2011-12-09X86: Add patterns for the various rounding ops for SSE4.1 and AVX.Benjamin Kramer
2011-12-09Forgot setting -march.Evan Cheng
2011-12-09jalr should use t9 ($25) for indirect calls regardless of the relocation modelAkira Hatanaka
2011-12-09Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman
2011-12-08Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417Evan Cheng
2011-12-08Add various missing AVX patterns which was causing crashes. Sadly, the generatedEvan Cheng
2011-12-08Teach SelectionDAG to match more calls to libm functions onto existing SDNode...Owen Anderson
2011-12-08Add test for r146163.Evan Cheng
2011-12-08Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsicsDaniel Dunbar
2011-12-08test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi
2011-12-08Fix a bug in the integer-promotion of bitcast operations on vector types.Nadav Rotem
2011-12-08Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...Stepan Dyatkovskiy
2011-12-0732 to 64-bit zext pattern.Akira Hatanaka
2011-12-0764-bit WrapperPICPat patterns.Akira Hatanaka
2011-12-07Modify LowerFCOPYSIGN to handle Mips64.Akira Hatanaka
2011-12-07Fix 64-bit immediate patterns.Akira Hatanaka
2011-12-07Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman
2011-12-07Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...Eli Friedman
2011-12-06delaying restore-cr changed assigned registers in some testsHal Finkel
2011-12-06add a test case that uses RESTORE_CRHal Finkel
2011-12-06PTX: Continue to fix up the register mess.Justin Holewinski
2011-12-06Fix a bunch of SSE/AVX patterns to use v2i64/v4i64 loads since all other inte...Craig Topper
2011-12-06Merge isSHUFPMask and isCommutedSHUFPMask into single function that can do bo...Craig Topper
2011-12-06[arm-fast-isel] Doublewords only require word-alignment.Chad Rosier
2011-12-06Align ARM constant pool islands via their basic block.Jakob Stoklund Olesen
2011-12-05Add definitions of 64-bit extract and insert instrucions and makeAkira Hatanaka