summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use aDaniel Dunbar2010-05-10
* Enable multiple Compile Units in one module.Devang Patel2010-05-10
* this really is needed. :(Chris Lattner2010-05-10
* just remove this, it isn't needed.Chris Lattner2010-05-10
* fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner2010-05-10
* fix a pretty obvious typo. We test things before committing them, right?Chris Lattner2010-05-10
* Fix PR6875:David Greene2010-05-10
* Be careful with operand promotion. For a binary operation, the source operand...Evan Cheng2010-05-10
* Test case for 103414.Devang Patel2010-05-10
* Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila2010-05-10
* make simplifycfg insert an llvm.trap before the 'unreachable' it introducesChris Lattner2010-05-08
* Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequenceChris Lattner2010-05-08
* Fix PR7052, patch by Jakub Staszak!Chris Lattner2010-05-08
* Readd testcase.Bill Wendling2010-05-08
* When pruning candidate formulae out of an LSRUse, update theDan Gohman2010-05-07
* Remove. Don't XFAIL.Bill Wendling2010-05-07
* Temorarily revert r101984.Bill Wendling2010-05-07
* SDDbgValues are apparently not being legalized. Fix a symptom of the problem,Dan Gohman2010-05-07
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-07
* Fix PR 7087, and probably other things, by extendingDale Johannesen2010-05-07
* Update test to use valid debug info.Devang Patel2010-05-07
* Clean up the conditional for handling of sign_extend_inreg based onJim Grosbach2010-05-07
* Correct some bogus target triples.Duncan Sands2010-05-07
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-07
* Revert r103133 and add testcase from PR7066.Nick Lewycky2010-05-07
* Adjust tests affected by llvm-gcc 103229.Dale Johannesen2010-05-07
* Disable the new unknown-location code for now. It causes a majorDan Gohman2010-05-07
* MC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemAsmOperand.Daniel Dunbar2010-05-06
* fix rdar://7947167 - llvm-mc doesn't match movsqChris Lattner2010-05-06
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-06
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add a testcase for r103135, explicitly representing unknownDan Gohman2010-05-06
* Revert r103137, fix for $ in labels. It looks like we can't actually handle thisDaniel Dunbar2010-05-06
* Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic...Chris Lattner2010-05-06
* fix rdar://7946934 - in some limited cases, the assembler shouldChris Lattner2010-05-05
* Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach2010-05-05
* Fix PR6520. An earlyclobber physreg must not be allocated to anything else.Jakob Stoklund Olesen2010-05-05
* Test case for pr2394 and r102979.Stuart Hastings2010-05-05
* fix copy/paste oops.Jim Grosbach2010-05-05
* Add tests for ARMV7M divide instruction useJim Grosbach2010-05-05
* remove unneeded underscores.Jim Grosbach2010-05-05
* Convert to filecheckJim Grosbach2010-05-05
* MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar2010-05-05
* MC/Mach-O/x86_64: Relocations in debug sections should use local relocationsDaniel Dunbar2010-05-05
* Use llvm.foo as the intrinsic, rather than llvm.dbg.value. Since theDuncan Sands2010-05-04
* "on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner2010-05-04
* MC/X86: Chris pointed that 'as' isn't consistent in accepting the long form ofDaniel Dunbar2010-05-04
* MC/X86: Add "support" for matching ATT style mnemonic prefixes.Daniel Dunbar2010-05-04
* Fix a variant of PR6112 found by thinking about it: when doingDuncan Sands2010-05-04
* Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai...Devang Patel2010-05-04