aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
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
2010-11-29Fix some broken CHECK lines.Benjamin Kramer
2010-11-29Add support for NEON VLD3-dup instructions.Bob Wilson
2010-11-29Handle lshr for i128 correctly on SPU also when Kalle Raiskila
2010-11-29Enable PostRA scheduling for SPU. Kalle Raiskila
2010-11-28Add support for NEON VLD2-dup instructions.Bob Wilson
2010-11-27Lower TLS_addr32 and TLS_addr64.Rafael Espindola
2010-11-27Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson
2010-11-24Allow for 'fcmp ogt' in SPU.Kalle Raiskila
2010-11-23Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations.Bob Wilson
2010-11-23Division by pow-of-2 is not cheap on SPU, do it with Kalle Raiskila
2010-11-23filecheckizeChris Lattner
2010-11-22Fix epilogue codegen to avoid leaving the stack pointer in an invalidEvan Cheng
2010-11-22Fix a bug with extractelement on SPU.Kalle Raiskila
2010-11-22Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.Benjamin Kramer
2010-11-21Implement branch analysis in the MBlaze backend.Wesley Peck
2010-11-20Removing the useless test that I added recently. It was meant as an example, ...Andrew Trick
2010-11-19Prefetch has a MemOperand now. FileCheckize a test.Dale Johannesen
2010-11-19Make isScalarToVector to return false if the node is a scalar. This will preventMon P Wang
2010-11-18Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega...Tanya Lattner
2010-11-18The DAGCombiner was threading select over pairs of extending loads evenDuncan Sands
2010-11-18Rewrite stack callee saved spills and restores to use push/pop instructions.Eric Christopher
2010-11-18Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola
2010-11-18Do not throw away alignment when generating the DAG forDale Johannesen
2010-11-18Fixed to use input redirection for source - to eliminate .s output.John Thompson
2010-11-17Bug 8621 fix - pointer cast stripped from inline asm constraint argument.John Thompson
2010-11-17These tests are looking for library function names thatDale Johannesen
2010-11-17Change ARMGlobalMerge to keep BSS globals in separate pools.Bob Wilson
2010-11-17Fix ARMGlobalMerge pass to check if globals are entirely within range.Bob Wilson
2010-11-17Change the symbol for merged globals from "merged" to "_MergedGlobals".Bob Wilson
2010-11-17Fix the ARMGlobalMerge pass to look at variable sizes instead of pointer sizes.Bob Wilson
2010-11-17Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng
2010-11-17Add simple arithmetics and %type directive for PTXChe-Liang Chiou
2010-11-16Fix PR8612 in the standard spiller, take two.Jakob Stoklund Olesen
2010-11-15Revert "Fix PR8612 in the standard spiller as well."Jakob Stoklund Olesen
2010-11-15Recommit this change and remove the failing part of the test - it didn'tEric Christopher
2010-11-15Fix PR8612 in the standard spiller as well.Jakob Stoklund Olesen
2010-11-15When spilling a register defined by an early clobber, make sure that the newJakob Stoklund Olesen
2010-11-15remove a pointless testcase.Chris Lattner
2010-11-15remove some extraneous quotes to make the new instprinter match.Chris Lattner
2010-11-14add some nounwind's.Chris Lattner
2010-11-13Recognise 32-bit ror-based bswap implementation used by uclibcPeter Collingbourne
2010-11-13Add conditional move of large immediate.Evan Cheng
2010-11-13Fix an obvious typo which inverted an immediate.Evan Cheng
2010-11-13This should be still failing, but is. Disable it with theEric Christopher
2010-11-12Add conditional mvn instructions.Evan Cheng
2010-11-12Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng
2010-11-12Emacs auto-fill bug.Andrew Trick