aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2010-12-13First cut of ARM/MC/ELF PIC relocations.Jason W Kim
2010-12-13Remove the rest of the *_sfp Neon instruction patterns.Bob Wilson
2010-12-13rename testChris Lattner
2010-12-13Add a couple dag combines to transform mulhi/mullo into a wider multiplyChris Lattner
2010-12-12Missed some ADDI <-> ADDIK conversions in 121649.Wesley Peck
2010-12-11(or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ...Evan Cheng
2010-12-10Add float patterns for Neon vld1-lane/dup and vst1-lane operations.Bob Wilson
2010-12-10Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.Bob Wilson
2010-12-10Formalize the notion that AVX and SSE are non-overlapping extensions from the...Nate Begeman
2010-12-09ARM stm/ldm instructions require more than one register in the register list.Jim Grosbach
2010-12-09Add ROTR and ROTRV mips32 instructions. Patch by Akira HatanakaBruno Cardoso Lopes
2010-12-09Rewrite the darwin tlv support to use a chain and return to copyingEric Christopher
2010-12-09Remove extraneous copy from DAG conversion for darwin tls. This wasEric Christopher
2010-12-08Move this test to tlv* to make it easier to notice versus linux tlsEric Christopher
2010-12-08ARM/MC/ELF TPsoft is now a proper pseudo inst.Jason W Kim
2010-12-07Fix a bad prologue / epilogue codegen bug where the compiler would emit illegalEvan Cheng
2010-12-07Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes
2010-12-06If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel
2010-12-06Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.Wesley Peck
2010-12-06Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.Wesley Peck
2010-12-06Revert previous two patches while I try to find out how to make bothRafael Espindola
2010-12-06Update test for the extra =.Rafael Espindola
2010-12-06ptx: add shift instructionsChe-Liang Chiou
2010-12-05Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng
2010-12-05Teach X86ISelLowering that the second result of X86ISD::UMUL is a flagsChris Lattner
2010-12-05it turns out that when ".with.overflow" intrinsics were added to the X86Chris Lattner
2010-12-05fix the rest of the linux miscompares :)Chris Lattner
2010-12-05generalize the previous check to handle -1 on either side of the Chris Lattner
2010-12-05relax this to handle linux defaulting to -static.Chris Lattner
2010-12-05Improve an integer select optimization in two ways:Chris Lattner
2010-12-05merge some tests into select.ll and make them more specific.Chris Lattner
2010-12-05rename testChris Lattner
2010-12-05remove two tests that aren't really testing anything.Chris Lattner
2010-12-04Add patterns for the x86 popcnt instruction.Benjamin Kramer
2010-12-04The Thumb tADDrSPi instruction is not valid when the destination is SP.Bob Wilson
2010-12-03When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's theJim Grosbach
2010-12-02Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.Devang Patel
2010-12-02Use set directive for StartMinusEndExpr.Devang Patel
2010-12-02Fix test.Evan Cheng
2010-12-01Fix and re-enable tail call optimization of expanded libcalls.Evan Cheng
2010-12-01Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson
2010-12-01Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.Evan Cheng
2010-12-01ARM/MC/ELF relocation "hello world" for movw/movt.Jason W Kim
2010-11-30Enable sibling call optimization of libcalls which are expanded duringEvan Cheng
2010-11-30ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou
2010-11-30Not all platforms use _<func>. Duh.Eric Christopher
2010-11-30Rewrite mwait and monitor support and custom lower arguments.Eric Christopher
2010-11-30Add support for NEON VLD3-dup instructions.Bob Wilson
2010-11-29Mark Darwin call instructions as using "r7" to prevent the frame-registerEvan Cheng
2010-11-29Add missing colon.Benjamin Kramer