summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Add Thumb2 encodings for comparison and shift operators.Owen Anderson2010-11-15
* Add correct Thumb2 encodings for mvn and friends.Owen Anderson2010-11-15
* Teach InstructionSimplify the trick of skipping incoming phiDuncan Sands2010-11-15
* Move PHI tests to phi.ll, out of select.ll.Duncan Sands2010-11-15
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-15
* Fix PR8565.Rafael Espindola2010-11-15
* remove a pointless testcase.Chris Lattner2010-11-15
* remove some extraneous quotes to make the new instprinter match.Chris Lattner2010-11-15
* Move the logic to decide with which symbol we produce a relocation (if any) toRafael Espindola2010-11-14
* add some nounwind's.Chris Lattner2010-11-14
* Fix another case of a .comm directive without a corresponding .typeRafael Espindola2010-11-14
* Fix the type of a symbol created with .comm and no corresponding .type.Rafael Espindola2010-11-14
* Segregate tests by target.Dale Johannesen2010-11-14
* Teach InstructionSimplify about phi nodes. I chose to have it simplyDuncan Sands2010-11-14
* rename test.Chris Lattner2010-11-14
* filecheckize, remove an old and useless testChris Lattner2010-11-14
* this test is pretty pointless and "propogation" isn't a word (or so Misha cla...Chris Lattner2010-11-14
* Handle a peculiar comdat case: Creating a section with an undefinedRafael Espindola2010-11-14
* Testcase to go along with commit 118923 ("Have GVN simplify instructionsDuncan Sands2010-11-13
* Recognise 32-bit ror-based bswap implementation used by uclibcPeter Collingbourne2010-11-13
* Generalize the reassociation transform in SimplifyCommutative (now renamed toDuncan Sands2010-11-13
* Fixed error and re-enabled MBlaze MC disassembler tests.Wesley Peck2010-11-13