summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Do not ignore debug loc attached with llvm.dbg.declare while collecting debug...Devang Patel2010-05-04
* Implement builtin_return_address(x) and builtin_frame_address(x) Dale Johannesen2010-05-03
* Check that subregisters don't have independent values in RemoveCopyByCommutin...Jakob Stoklund Olesen2010-05-03
* Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman2010-05-03
* Revert r102948.Bill Wendling2010-05-03
* Changed llvm-mc to use the same suffixes with floating point compareKevin Enderby2010-05-03
* Fixed the encoding of two of the X86 movq instuctions. The Move quadword fromKevin Enderby2010-05-03
* Fixed the encoding of the x86 push instructions. Using a 32-bit immediate valueKevin Enderby2010-05-03
* Testcase for r102947.Bill Wendling2010-05-03
* Check for side effects before splitting loop.Devang Patel2010-05-03
* Fix a bug which prevented tail merging of return instructions inDan Gohman2010-05-03
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* revert r102831. We already delete dead readonly calls inChris Lattner2010-05-01
* Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1),Anton Korobeynikov2010-05-01
* Do folding for indirect branches, where possibleAnton Korobeynikov2010-05-01
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-01
* Disable the call-deletion transformation introduced in r86975. WithoutOwen Anderson2010-05-01
* fix PR5009 by making CGSCCPM realize that a call was devirtualizedChris Lattner2010-05-01
* rename testChris Lattner2010-05-01
* Implement rdar://6295824 and PR6724 with two tiny changesChris Lattner2010-05-01
* The inliner has traditionally not considered call sitesChris Lattner2010-05-01
* Test failing too much on too many platforms.Bill Wendling2010-05-01
* Maybe it needs sse2?Bill Wendling2010-04-30
* Force 64-bit.Bill Wendling2010-04-30
* Dan recently disabled recursive inlining within a function, but weChris Lattner2010-04-30
* EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but theBill Wendling2010-04-30
* The local register allocator has to spill dirty callee saved registers before aJakob Stoklund Olesen2010-04-30