summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Parse and record the gnu_unique_object type.Rafael Espindola2010-11-13
* This test stops after disassembling 1 instructions onDale Johannesen2010-11-13
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-13
* Add test cases that should have been committed with 118969.Wesley Peck2010-11-13
* 1. Adding test cases for MBlaze MC disassembler.Wesley Peck2010-11-13
* Add conditional move of large immediate.Evan Cheng2010-11-13
* Fix the encoding of negative line deltas.Rafael Espindola2010-11-13
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-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
* 1. Adding missing immediate mode asm parser test cases.Wesley Peck2010-11-13
* Fixing improperly encoded reverse subtract instructions in MBlaze backend.Wesley Peck2010-11-12
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-12
* Add conditional mvn instructions.Evan Cheng2010-11-12
* First stab at providing correct Thumb2 encodings, start with adc.Owen Anderson2010-11-12
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-12
* accept lret as an alias for lretl, fixing the reopened part of PR8592Chris Lattner2010-11-12