aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make isScalarToVector to return false if the node is a scalar. This will preventMon P Wang2010-11-191-0/+27
* Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega...Tanya Lattner2010-11-181-0/+8
* The DAGCombiner was threading select over pairs of extending loads evenDuncan Sands2010-11-181-0/+15
* Rewrite stack callee saved spills and restores to use push/pop instructions.Eric Christopher2010-11-183-4/+4
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-181-4/+4
* Do not throw away alignment when generating the DAG forDale Johannesen2010-11-182-1/+16
* Fixed to use input redirection for source - to eliminate .s output.John Thompson2010-11-181-1/+1
* Bug 8621 fix - pointer cast stripped from inline asm constraint argument.John Thompson2010-11-171-0/+27
* These tests are looking for library function names thatDale Johannesen2010-11-177-7/+7
* Change ARMGlobalMerge to keep BSS globals in separate pools.Bob Wilson2010-11-171-1/+7
* Fix ARMGlobalMerge pass to check if globals are entirely within range.Bob Wilson2010-11-171-0/+6
* Change the symbol for merged globals from "merged" to "_MergedGlobals".Bob Wilson2010-11-171-1/+1
* Fix the ARMGlobalMerge pass to look at variable sizes instead of pointer sizes.Bob Wilson2010-11-171-0/+11
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-175-10/+49
* Add simple arithmetics and %type directive for PTXChe-Liang Chiou2010-11-175-6/+38
* Fix PR8612 in the standard spiller, take two.Jakob Stoklund Olesen2010-11-161-0/+1
* Revert "Fix PR8612 in the standard spiller as well."Jakob Stoklund Olesen2010-11-151-1/+0
* Recommit this change and remove the failing part of the test - it didn'tEric Christopher2010-11-151-26/+3
* Fix PR8612 in the standard spiller as well.Jakob Stoklund Olesen2010-11-151-0/+1
* When spilling a register defined by an early clobber, make sure that the newJakob Stoklund Olesen2010-11-151-0/+84
* remove a pointless testcase.Chris Lattner2010-11-151-585/+0
* remove some extraneous quotes to make the new instprinter match.Chris Lattner2010-11-151-2/+2