summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* 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
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-28
* Lower TLS_addr32 and TLS_addr64.Rafael Espindola2010-11-27
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-27
* Allow for 'fcmp ogt' in SPU.Kalle Raiskila2010-11-24
* Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations.Bob Wilson2010-11-23
* Division by pow-of-2 is not cheap on SPU, do it with Kalle Raiskila2010-11-23
* filecheckizeChris Lattner2010-11-23
* Fix epilogue codegen to avoid leaving the stack pointer in an invalidEvan Cheng2010-11-22
* Fix a bug with extractelement on SPU.Kalle Raiskila2010-11-22
* Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.Benjamin Kramer2010-11-22
* Implement branch analysis in the MBlaze backend.Wesley Peck2010-11-21
* Removing the useless test that I added recently. It was meant as an example, ...Andrew Trick2010-11-20
* Prefetch has a MemOperand now. FileCheckize a test.Dale Johannesen2010-11-19
* Make isScalarToVector to return false if the node is a scalar. This will preventMon P Wang2010-11-19
* Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega...Tanya Lattner2010-11-18
* The DAGCombiner was threading select over pairs of extending loads evenDuncan Sands2010-11-18
* Rewrite stack callee saved spills and restores to use push/pop instructions.Eric Christopher2010-11-18
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-18
* Do not throw away alignment when generating the DAG forDale Johannesen2010-11-18
* Fixed to use input redirection for source - to eliminate .s output.John Thompson2010-11-18
* Bug 8621 fix - pointer cast stripped from inline asm constraint argument.John Thompson2010-11-17
* These tests are looking for library function names thatDale Johannesen2010-11-17
* Change ARMGlobalMerge to keep BSS globals in separate pools.Bob Wilson2010-11-17
* Fix ARMGlobalMerge pass to check if globals are entirely within range.Bob Wilson2010-11-17
* Change the symbol for merged globals from "merged" to "_MergedGlobals".Bob Wilson2010-11-17
* Fix the ARMGlobalMerge pass to look at variable sizes instead of pointer sizes.Bob Wilson2010-11-17
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-17
* Add simple arithmetics and %type directive for PTXChe-Liang Chiou2010-11-17
* Fix PR8612 in the standard spiller, take two.Jakob Stoklund Olesen2010-11-16
* Revert "Fix PR8612 in the standard spiller as well."Jakob Stoklund Olesen2010-11-15
* Recommit this change and remove the failing part of the test - it didn'tEric Christopher2010-11-15
* Fix PR8612 in the standard spiller as well.Jakob Stoklund Olesen2010-11-15
* When spilling a register defined by an early clobber, make sure that the newJakob Stoklund Olesen2010-11-15
* remove a pointless testcase.Chris Lattner2010-11-15
* remove some extraneous quotes to make the new instprinter match.Chris Lattner2010-11-15
* add some nounwind's.Chris Lattner2010-11-14
* Recognise 32-bit ror-based bswap implementation used by uclibcPeter Collingbourne2010-11-13
* Add conditional move of large immediate.Evan Cheng2010-11-13
* Fix an obvious typo which inverted an immediate.Evan Cheng2010-11-13
* This should be still failing, but is. Disable it with theEric Christopher2010-11-13
* Add conditional mvn instructions.Evan Cheng2010-11-12
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-12
* Emacs auto-fill bug.Andrew Trick2010-11-12
* Test case for PR8287: SD scheduling time. Fixed in r118904.Andrew Trick2010-11-12
* Fix memory access lowering on SPU, addingKalle Raiskila2010-11-12
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-12
* Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this.Dan Gohman2010-11-11