aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 1. ARM/MC/ELF: A few more ELF relocs for .oJason W Kim2010-12-161-0/+35
* Thumb1 had two patterns for the same load-from-constant-pool instruction.Jim Grosbach2010-12-151-3/+3
* Don't handle -arm-long-calls in fast isel for now.Eric Christopher2010-12-151-0/+30
* Teach machine cse to commute instructions.Evan Cheng2010-12-151-0/+40
* Add Neon VCVT instructions for f32 <-> f16 conversions.Bob Wilson2010-12-151-1/+19
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-152-0/+128
* take care of some todos, transforming [us]mul_lohi into Chris Lattner2010-12-151-0/+1
* merge two testsChris Lattner2010-12-152-7/+10
* Fix a minor bug in two-address pass. It was missing a commute opportunity.Evan Cheng2010-12-141-5/+43
* bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663Evan Cheng2010-12-141-0/+13
* fix fixme case typo :-) Jason W Kim2010-12-141-1/+1
* First cut of ARM/MC/ELF PIC relocations.Jason W Kim2010-12-131-0/+100
* Remove the rest of the *_sfp Neon instruction patterns.Bob Wilson2010-12-131-5/+0
* rename testChris Lattner2010-12-131-0/+0
* Add a couple dag combines to transform mulhi/mullo into a wider multiplyChris Lattner2010-12-132-12/+36
* Missed some ADDI <-> ADDIK conversions in 121649.Wesley Peck2010-12-121-2/+1
* (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ...Evan Cheng2010-12-112-2/+24
* Add float patterns for Neon vld1-lane/dup and vst1-lane operations.Bob Wilson2010-12-104-18/+54
* Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.Bob Wilson2010-12-102-8/+28
* Formalize the notion that AVX and SSE are non-overlapping extensions from the...Nate Begeman2010-12-101-1/+1
* ARM stm/ldm instructions require more than one register in the register list.Jim Grosbach2010-12-092-3/+3
* Add ROTR and ROTRV mips32 instructions. Patch by Akira HatanakaBruno Cardoso Lopes2010-12-091-0/+40
* Rewrite the darwin tlv support to use a chain and return to copyingEric Christopher2010-12-091-0/+16
* Remove extraneous copy from DAG conversion for darwin tls. This wasEric Christopher2010-12-091-0/+32
* Move this test to tlv* to make it easier to notice versus linux tlsEric Christopher2010-12-081-0/+0
* ARM/MC/ELF TPsoft is now a proper pseudo inst.Jason W Kim2010-12-081-0/+52
* Fix a bad prologue / epilogue codegen bug where the compiler would emit illegalEvan Cheng2010-12-071-0/+40
* Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes2010-12-071-0/+15
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-0612-288/+227
* Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.Wesley Peck2010-12-062-4/+4
* Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.Wesley Peck2010-12-061-1/+1
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-061-1/+1
* Update test for the extra =.Rafael Espindola2010-12-061-1/+1
* ptx: add shift instructionsChe-Liang Chiou2010-12-062-0/+65
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-051-1/+2
* Teach X86ISelLowering that the second result of X86ISD::UMUL is a flagsChris Lattner2010-12-051-0/+22
* it turns out that when ".with.overflow" intrinsics were added to the X86Chris Lattner2010-12-051-1/+7
* fix the rest of the linux miscompares :)Chris Lattner2010-12-051-1/+1
* generalize the previous check to handle -1 on either side of the Chris Lattner2010-12-051-0/+24
* relax this to handle linux defaulting to -static.Chris Lattner2010-12-051-1/+1
* Improve an integer select optimization in two ways:Chris Lattner2010-12-051-0/+58
* merge some tests into select.ll and make them more specific.Chris Lattner2010-12-057-99/+88
* rename testChris Lattner2010-12-051-0/+0
* remove two tests that aren't really testing anything.Chris Lattner2010-12-052-88/+0
* Add patterns for the x86 popcnt instruction.Benjamin Kramer2010-12-041-0/+38
* The Thumb tADDrSPi instruction is not valid when the destination is SP.Bob Wilson2010-12-041-0/+11
* When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's theJim Grosbach2010-12-031-1/+1
* Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.Devang Patel2010-12-022-1/+30
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-0/+22
* Fix test.Evan Cheng2010-12-021-2/+2