aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-11-15When spilling a register defined by an early clobber, make sure that the newJakob Stoklund Olesen
2010-11-15Add Thumb2 encodings for comparison and shift operators.Owen Anderson
2010-11-15Add correct Thumb2 encodings for mvn and friends.Owen Anderson
2010-11-15Teach InstructionSimplify the trick of skipping incoming phiDuncan Sands
2010-11-15Move PHI tests to phi.ll, out of select.ll.Duncan Sands
2010-11-15Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola
2010-11-15Fix PR8565.Rafael Espindola
2010-11-15remove a pointless testcase.Chris Lattner
2010-11-15remove some extraneous quotes to make the new instprinter match.Chris Lattner
2010-11-14Move the logic to decide with which symbol we produce a relocation (if any) toRafael Espindola
2010-11-14add some nounwind's.Chris Lattner
2010-11-14Fix another case of a .comm directive without a corresponding .typeRafael Espindola
2010-11-14Fix the type of a symbol created with .comm and no corresponding .type.Rafael Espindola
2010-11-14Segregate tests by target.Dale Johannesen
2010-11-14Teach InstructionSimplify about phi nodes. I chose to have it simplyDuncan Sands
2010-11-14rename test.Chris Lattner
2010-11-14filecheckize, remove an old and useless testChris Lattner
2010-11-14this test is pretty pointless and "propogation" isn't a word (or so Misha cla...Chris Lattner
2010-11-14Handle a peculiar comdat case: Creating a section with an undefinedRafael Espindola
2010-11-13Testcase to go along with commit 118923 ("Have GVN simplify instructionsDuncan Sands
2010-11-13Recognise 32-bit ror-based bswap implementation used by uclibcPeter Collingbourne
2010-11-13Generalize the reassociation transform in SimplifyCommutative (now renamed toDuncan Sands
2010-11-13Fixed error and re-enabled MBlaze MC disassembler tests.Wesley Peck
2010-11-13Parse and record the gnu_unique_object type.Rafael Espindola
2010-11-13This test stops after disassembling 1 instructions onDale Johannesen
2010-11-13Parse and remember discriminators in .loc line. I try to output them withRafael Espindola
2010-11-13Add test cases that should have been committed with 118969.Wesley Peck
2010-11-131. Adding test cases for MBlaze MC disassembler.Wesley Peck
2010-11-13Add conditional move of large immediate.Evan Cheng
2010-11-13Fix the encoding of negative line deltas.Rafael Espindola
2010-11-13lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar
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-131. Adding missing immediate mode asm parser test cases.Wesley Peck
2010-11-12Fixing improperly encoded reverse subtract instructions in MBlaze backend.Wesley Peck
2010-11-121. Finishing MBlaze MC asm parser test casesWesley Peck
2010-11-12Add conditional mvn instructions.Evan Cheng
2010-11-12First stab at providing correct Thumb2 encodings, start with adc.Owen Anderson
2010-11-12Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng
2010-11-12accept lret as an alias for lretl, fixing the reopened part of PR8592Chris Lattner
2010-11-12Emacs auto-fill bug.Andrew Trick
2010-11-12Test case for PR8287: SD scheduling time. Fixed in r118904.Andrew Trick
2010-11-12implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix.Chris Lattner
2010-11-12gnu as support both % and @ before types, do the same.Rafael Espindola
2010-11-12Fix memory access lowering on SPU, addingKalle Raiskila
2010-11-12Enhance DSE to handle the case where a free call makes more thanDan Gohman
2010-11-12Filecheckize.Dan Gohman
2010-11-12Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes
2010-11-11Fill out support for Thumb2 encodings of NEON instructions.Owen Anderson
2010-11-11Fix tblgen instruction errors exposed by MC asm parser testsWesley Peck