aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Testcase for llvm 103572 (7898991).Dale Johannesen2010-05-121-0/+31
* MC/X86: Extend suffix matching hack to match 'q' suffix.Daniel Dunbar2010-05-121-0/+4
* MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar2010-05-121-66/+128
* Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen2010-05-1215-17/+38
* MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixupDaniel Dunbar2010-05-111-78/+90
* Keep track of the last place a live virtreg was used.Jakob Stoklund Olesen2010-05-113-0/+3
* One more -regalloc=fast testJakob Stoklund Olesen2010-05-111-0/+1
* Simplify the tracking of used physregs to a bulk bitor followed by a transitiveJakob Stoklund Olesen2010-05-112-0/+2
* Mostly rewrite RegAllocFast.Jakob Stoklund Olesen2010-05-112-3/+4
* MC/Mach-O x86_64: Switch to using fragment atom symbol.Daniel Dunbar2010-05-111-22/+48
* Make SPU backend not assert on jump tables.Kalle Raiskila2010-05-111-0/+21
* Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.Evan Cheng2010-05-112-0/+24
* MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use aDaniel Dunbar2010-05-101-25/+29
* Enable multiple Compile Units in one module.Devang Patel2010-05-101-0/+30
* this really is needed. :(Chris Lattner2010-05-101-1/+1
* just remove this, it isn't needed.Chris Lattner2010-05-101-1/+1
* fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner2010-05-101-0/+13
* fix a pretty obvious typo. We test things before committing them, right?Chris Lattner2010-05-101-1/+1
* Fix PR6875:David Greene2010-05-101-0/+6
* Be careful with operand promotion. For a binary operation, the source operand...Evan Cheng2010-05-101-0/+11
* Test case for 103414.Devang Patel2010-05-101-0/+43
* Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila2010-05-101-0/+26
* make simplifycfg insert an llvm.trap before the 'unreachable' it introducesChris Lattner2010-05-081-3/+17
* Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequenceChris Lattner2010-05-081-0/+33
* Fix PR7052, patch by Jakub Staszak!Chris Lattner2010-05-081-0/+63
* Readd testcase.Bill Wendling2010-05-081-0/+44
* When pruning candidate formulae out of an LSRUse, update theDan Gohman2010-05-071-0/+83
* Remove. Don't XFAIL.Bill Wendling2010-05-071-46/+0
* Temorarily revert r101984.Bill Wendling2010-05-071-0/+2
* SDDbgValues are apparently not being legalized. Fix a symptom of the problem,Dan Gohman2010-05-071-0/+25
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-071-38/+56
* Fix PR 7087, and probably other things, by extendingDale Johannesen2010-05-071-0/+27
* Update test to use valid debug info.Devang Patel2010-05-071-24/+37
* Clean up the conditional for handling of sign_extend_inreg based onJim Grosbach2010-05-071-0/+22
* Correct some bogus target triples.Duncan Sands2010-05-076-7/+7
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-072-0/+25
* Revert r103133 and add testcase from PR7066.Nick Lewycky2010-05-072-0/+12
* Adjust tests affected by llvm-gcc 103229.Dale Johannesen2010-05-072-5/+5
* Disable the new unknown-location code for now. It causes a majorDan Gohman2010-05-071-1/+1
* MC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemAsmOperand.Daniel Dunbar2010-05-061-0/+3
* fix rdar://7947167 - llvm-mc doesn't match movsqChris Lattner2010-05-061-0/+17
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-061-0/+3
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-3/+1
* Add a testcase for r103135, explicitly representing unknownDan Gohman2010-05-061-0/+36
* Revert r103137, fix for $ in labels. It looks like we can't actually handle thisDaniel Dunbar2010-05-062-8/+3
* Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic...Chris Lattner2010-05-061-0/+15
* fix rdar://7946934 - in some limited cases, the assembler shouldChris Lattner2010-05-052-3/+8
* Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach2010-05-058-9/+9
* Fix PR6520. An earlyclobber physreg must not be allocated to anything else.Jakob Stoklund Olesen2010-05-051-0/+31
* Test case for pr2394 and r102979.Stuart Hastings2010-05-051-0/+6