For x86, canonicalize max
[oota-llvm.git] / test / CodeGen /
2012-01-04 Evan ChengFor x86, canonicalize max
2012-01-03 Jakob Stoklund OlesenRevert r146997, "Heed spill slot alignment on ARM."
2012-01-03 Nadav RotemRevert 147426 because it caused pr11696.
2012-01-03 Nadav RotemFix incorrect widening of the bitcast sdnode in case...
2012-01-03 Chad RosierEnhance DAGCombine for transforming 128->256 casts...
2012-01-03 Elena DemikhovskyFixed a bug in SelectionDAG.cpp.
2012-01-02 Nadav RotemOptimize the sequence blend(sign_extend(x)) to blend...
2012-01-01 Craig TopperAllow CRC32 instructions to be selected when AVX is...
2012-01-01 Craig TopperFix sfence, lfence, mfence, and clflush to be able...
2012-01-01 Rafael EspindolaRevert 147399. It broke CodeGen/ARM/vext.ll.
2012-01-01 Elena DemikhovskyFixed a bug in SelectionDAG.cpp.
2011-12-31 Craig TopperAdd patterns for integer forms of SHUFPD/VSHUFPD with...
2011-12-31 Craig TopperFix typo in a SHUFPD and VSHUFPD pattern that prevented...
2011-12-30 Craig TopperChange FMA4 memory forms to use memopv* instead of...
2011-12-30 Craig TopperFix load size for FMA4 SS/SD instructions. They need...
2011-12-30 Hal FinkelCleanup stack/frame register define/kill states. This...
2011-12-28 Eli FriedmanFix type-checking for load transformation which is...
2011-12-28 Nadav RotemPR11662.
2011-12-28 Elena DemikhovskyFixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR.
2011-12-26 Eli FriedmanMake sure DAGCombiner doesn't introduce multiple loads...
2011-12-24 Chandler CarruthUse standard promotion for i8 CTTZ nodes and i8 CTLZ...
2011-12-24 Chandler CarruthAdd systematic testing for cttz as well, and fix the...
2011-12-24 Chandler CarruthAdd i8 and i64 testing for ctlz on x86. Also simplify...
2011-12-24 Chandler CarruthTidy up this rather crufty test. Put the declarations...
2011-12-24 Chandler CarruthExpand more when we have a nice 'tzcnt' instruction...
2011-12-24 Chandler CarruthTidy up some of these tests.
2011-12-24 Chandler CarruthSwitch the lowering of CTLZ_ZERO_UNDEF from a .td patte...
2011-12-24 Chandler CarruthCleanup this test a bit, sorting things and grouping...
2011-12-24 Akira HatanakaTest case for r147232.
2011-12-23 Jakob Stoklund OlesenExperimental support for aligned NEON spills.
2011-12-21 Chad RosierFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Evan ChengFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Akira HatanakaFix bug in zero-store peephole pattern reported in...
2011-12-21 Akira HatanakaExpand 64-bit CTLZ nodes if target architecture does...
2011-12-20 Akira HatanakaTest case for r147017.
2011-12-20 Akira HatanakaAdd function MipsDAGToDAGISel::SelectMULT and factor...
2011-12-20 Akira Hatanaka64-bit data directive.
2011-12-20 Akira Hatanaka32-to-64-bit sext_inreg pattern.
2011-12-20 Akira HatanakaAdd code in MipsDAGToDAGISel for selecting constant...
2011-12-20 Jakob Stoklund OlesenHeed spill slot alignment on ARM.
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-12-20 Elena DemikhovskyThis is the second fix related to VZEXT_MOVL node.
2011-12-20 Chandler CarruthBegin teaching the X86 target how to efficiently codege...
2011-12-20 Bob WilsonMark ARM eh_sjlj_dispatchsetup as clobbering all regist...
2011-12-19 Evan ChengMove tests to FileCheck.
2011-12-19 Akira HatanakaAdd a test case for r146900.
2011-12-19 Akira HatanakaAdd patterns for matching immediates whose lower 16...
2011-12-19 Akira HatanakaRemove definitions of double word shift plus 32 instruc...
2011-12-19 Akira HatanakaRemove the restriction on the first operand of the...
2011-12-17 Evan ChengFix a CPSR liveness tracking bug introduced when I...
2011-12-17 Lang HamesMake sure that the lower bits on the VSELECT condition...
2011-12-16 Jakob Stoklund OlesenFix off-by-one error in bucket sort.
2011-12-16 Benjamin KramerHexagon: Fix a nasty order-of-initialization bug.
2011-12-16 Craig TopperDon't try to match 'unpackl/h v, v' for 32xi8 and 16xi1...
2011-12-15 Chad RosierAdd missing zmovl AVX patterns which were causing crashes.
2011-12-15 Chad RosierFix assert in LowerBUILD_VECTOR for v16i16 type on...
2011-12-15 Lang HamesSet specific target cpu for testcase.
2011-12-15 Lang HamesAdded test case for r146671.
2011-12-15 Hal FinkelAdd a test case to make sure that the nop really does...
2011-12-15 Eli FriedmanDon't try to form FGETSIGN after legalization; it is...
2011-12-15 Chad RosierAdd support for lowering fneg when AVX is enabled.
2011-12-14 Devang PatelDo not sink instruction, if it is not profitable.
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-14 Chad RosierAdd newline at EOF.
2011-12-13 Chad Rosier[fast-isel] Unaligned loads of floats are not supported...
2011-12-13 Akira HatanakaMove direct object emitter test to directory test/MC...
2011-12-13 Akira HatanakaRelocation against a symbol, instead of against section...
2011-12-13 Tony LinthicumTemporarily disable Hexagon tests. They are failing...
2011-12-12 Akira HatanakaTest case for r146432 by Jack Carter.
2011-12-12 Bob WilsonImplement 'e' and 'f' modifiers for Neon inline asm...
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-12-11 Stepan DyatkovskiyFixed bug 9905: Failure in code selection for llvm...
2011-12-10 Chad RosierRevert associate SelectInsertValue test as well.
2011-12-10 Chad RosierRevert r146322 to appease buildbots. Original commit...
2011-12-10 Stepan DyatkovskiyFixed bug 9905: Failure in code selection for llvm...
2011-12-10 Hal FinkelMake CR spill and restore use a reserved register....
2011-12-09 Eli FriedmanSplats can contain undef's; make sure to handle them...
2011-12-09 Evan ChengUpdate test to something more sensible.
2011-12-09 Chad Rosier[fast-isel] Add support for selecting insertvalue.
2011-12-09 Benjamin KramerX86: Add patterns for the various rounding ops for...
2011-12-09 Evan ChengForgot setting -march.
2011-12-09 Akira Hatanakajalr should use t9 ($25) for indirect calls regardless...
2011-12-09 Eli FriedmanFix a couple of logic bugs in TargetLowering::SimplifyD...
2011-12-08 Evan ChengAdd 256-bit variant vmovss and vmovsd patterns. rdar...
2011-12-08 Evan ChengAdd various missing AVX patterns which was causing...
2011-12-08 Owen AndersonTeach SelectionDAG to match more calls to libm function...
2011-12-08 Evan ChengAdd test for r146163.
2011-12-08 Daniel DunbarRevert r146143, "Fix bug 9905: Failure in code selectio...
2011-12-08 NAKAMURA Takumitest/CodeGen/X86/vec_compare-2.ll: Add explicit -mtripl...
2011-12-08 Nadav RotemFix a bug in the integer-promotion of bitcast operation...
2011-12-08 Stepan DyatkovskiyFix bug 9905: Failure in code selection for llvm intrin...
2011-12-07 Akira Hatanaka32 to 64-bit zext pattern.
2011-12-07 Akira Hatanaka64-bit WrapperPICPat patterns.
2011-12-07 Akira HatanakaModify LowerFCOPYSIGN to handle Mips64.
2011-12-07 Akira HatanakaFix 64-bit immediate patterns.
2011-12-07 Eli FriedmanSupport vector bitcasts in the AsmPrinter. PR11495.
2011-12-07 Eli FriedmanFix an optimization involving EXTRACT_SUBVECTOR in...
2011-12-06 Hal Finkeldelaying restore-cr changed assigned registers in some...
next