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