summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Fix encodings for pkhbt, and fix some tests where I accidentally tested ARM m...Owen Anderson2010-11-18
* Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega...Tanya Lattner2010-11-18
* More Thumb2 encodings.Owen Anderson2010-11-18
* Fill out the set of Thumb2 multiplication operator encodings.Owen Anderson2010-11-18
* The DAGCombiner was threading select over pairs of extending loads evenDuncan Sands2010-11-18
* Factor code for testing whether replacing one value with anotherDuncan Sands2010-11-18
* Rewrite stack callee saved spills and restores to use push/pop instructions.Eric Christopher2010-11-18
* Completely rework the datastructure GVN uses to represent the value number to...Owen Anderson2010-11-18
* Add support for PHI-translating sext, zext, and trunc instructions,Dan Gohman2010-11-18
* remove a pointless restriction from memcpyopt. It wasChris Lattner2010-11-18
* filecheckize, this is still not optimal, see PR8643Chris Lattner2010-11-18
* allow eliminating an alloca that is just copied from an constant globalChris Lattner2010-11-18
* enhance the "alloca is just a memcpy from constant global"Chris Lattner2010-11-18
* fix a small oversight in the "eliminate memcpy from constant global"Chris Lattner2010-11-18
* filecheckizeChris Lattner2010-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
* Try again at providing Thumb2 encodings for basic multiplication operators.Owen Anderson2010-11-18
* Fixed to use input redirection for source - to eliminate .s output.John Thompson2010-11-18
* Revert r119593 while I figure out my testing disagrees with the buildbot.Owen Anderson2010-11-18
* Provide correct Thumb2 encodings for basic multiplication operators.Owen Anderson2010-11-18
* Bug 8621 fix - pointer cast stripped from inline asm constraint argument.John Thompson2010-11-17
* Now that the MBlaze backend is in its own directory, split the test cases int...Wesley Peck2010-11-17
* Second attempt at correct encodings for Thumb2 bitfield instructions.Owen Anderson2010-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
* Revert r119551, which broke buildbots.Owen Anderson2010-11-17
* Provide Thumb2 encodings for bitfield instructions.Owen Anderson2010-11-17
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-17
* More miscellaneous Thumb2 encodings.Owen Anderson2010-11-17
* InstCombine: Add a missing irem identity (X % X -> 0).Benjamin Kramer2010-11-17
* Add support for .int.Rafael Espindola2010-11-17
* Add support for .2byte, .4byte and .8byte.Rafael Espindola2010-11-17
* Add simple arithmetics and %type directive for PTXChe-Liang Chiou2010-11-17
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-17
* Test for llvm-gcc patch 119392.Dale Johannesen2010-11-16
* In which I discover the existence of loops. Threading an operationDuncan Sands2010-11-16
* A bit more of gnu as compatibility when handling relocations with aliases.Rafael Espindola2010-11-16
* Test encodings for LDM and STM.Bill Wendling2010-11-16
* Fix PR8612 in the standard spiller, take two.Jakob Stoklund Olesen2010-11-16
* Add Thumb2 encodings for mov and friends.Owen Anderson2010-11-16
* Change the 11 byte nop to be a single instruction.Rafael Espindola2010-11-15
* Revert "Fix PR8612 in the standard spiller as well."Jakob Stoklund Olesen2010-11-15
* Provide Thumb2 encodings for sxtb and friends.Owen Anderson2010-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