aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix and re-enable tail call optimization of expanded libcalls.Evan Cheng2010-12-011-6/+12
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-011-1/+1
* Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.Evan Cheng2010-12-011-0/+1
* ARM/MC/ELF relocation "hello world" for movw/movt.Jason W Kim2010-12-011-0/+42
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-302-29/+69
* ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou2010-11-301-0/+6
* Not all platforms use _<func>. Duh.Eric Christopher2010-11-301-2/+2
* Rewrite mwait and monitor support and custom lower arguments.Eric Christopher2010-11-301-0/+26
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-301-0/+23
* Mark Darwin call instructions as using "r7" to prevent the frame-registerEvan Cheng2010-11-291-0/+28
* Add missing colon.Benjamin Kramer2010-11-291-1/+1
* Fix some broken CHECK lines.Benjamin Kramer2010-11-291-1/+1
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-291-0/+20
* Handle lshr for i128 correctly on SPU also when Kalle Raiskila2010-11-291-2/+14
* Enable PostRA scheduling for SPU. Kalle Raiskila2010-11-292-4/+4
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-281-0/+32
* Lower TLS_addr32 and TLS_addr64.Rafael Espindola2010-11-273-10/+11
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-272-1/+43
* Allow for 'fcmp ogt' in SPU.Kalle Raiskila2010-11-241-6/+19
* Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations.Bob Wilson2010-11-231-0/+72
* Division by pow-of-2 is not cheap on SPU, do it with Kalle Raiskila2010-11-231-0/+22
* filecheckizeChris Lattner2010-11-232-17/+22
* Fix epilogue codegen to avoid leaving the stack pointer in an invalidEvan Cheng2010-11-226-14/+74
* Fix a bug with extractelement on SPU.Kalle Raiskila2010-11-221-1/+13
* Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.Benjamin Kramer2010-11-221-0/+22
* Implement branch analysis in the MBlaze backend.Wesley Peck2010-11-211-1/+1
* Removing the useless test that I added recently. It was meant as an example, ...Andrew Trick2010-11-201-32/+0
* Prefetch has a MemOperand now. FileCheckize a test.Dale Johannesen2010-11-191-5/+5