aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix copy/paste oops.Jim Grosbach2010-05-052-6/+6
* Add tests for ARMV7M divide instruction useJim Grosbach2010-05-052-9/+64
* remove unneeded underscores.Jim Grosbach2010-05-051-4/+4
* Convert to filecheckJim Grosbach2010-05-051-5/+9
* MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar2010-05-051-15/+26
* MC/Mach-O/x86_64: Relocations in debug sections should use local relocationsDaniel Dunbar2010-05-051-21/+56
* Use llvm.foo as the intrinsic, rather than llvm.dbg.value. Since theDuncan Sands2010-05-041-4/+3
* "on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner2010-05-041-0/+13
* MC/X86: Chris pointed that 'as' isn't consistent in accepting the long form ofDaniel Dunbar2010-05-041-2/+0
* MC/X86: Add "support" for matching ATT style mnemonic prefixes.Daniel Dunbar2010-05-041-0/+8
* Fix a variant of PR6112 found by thinking about it: when doingDuncan Sands2010-05-041-4/+12
* Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai...Devang Patel2010-05-041-0/+34
* Do not ignore debug loc attached with llvm.dbg.declare while collecting debug...Devang Patel2010-05-041-0/+86
* Implement builtin_return_address(x) and builtin_frame_address(x) Dale Johannesen2010-05-031-0/+24
* Check that subregisters don't have independent values in RemoveCopyByCommutin...Jakob Stoklund Olesen2010-05-031-0/+33
* Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman2010-05-0315-40/+40
* Revert r102948.Bill Wendling2010-05-031-32/+0
* Changed llvm-mc to use the same suffixes with floating point compareKevin Enderby2010-05-031-0/+33
* Fixed the encoding of two of the X86 movq instuctions. The Move quadword fromKevin Enderby2010-05-031-0/+17
* Fixed the encoding of the x86 push instructions. Using a 32-bit immediate valueKevin Enderby2010-05-031-0/+13
* Testcase for r102947.Bill Wendling2010-05-031-0/+32
* Check for side effects before splitting loop.Devang Patel2010-05-032-0/+61
* Fix a bug which prevented tail merging of return instructions inDan Gohman2010-05-035-26/+47
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-0211-16/+8
* revert r102831. We already delete dead readonly calls inChris Lattner2010-05-011-1/+1
* Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1),Anton Korobeynikov2010-05-011-0/+27
* Do folding for indirect branches, where possibleAnton Korobeynikov2010-05-011-0/+29
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-011-0/+41
* Disable the call-deletion transformation introduced in r86975. WithoutOwen Anderson2010-05-011-1/+1
* fix PR5009 by making CGSCCPM realize that a call was devirtualizedChris Lattner2010-05-011-0/+79
* rename testChris Lattner2010-05-011-0/+0
* Implement rdar://6295824 and PR6724 with two tiny changesChris Lattner2010-05-011-0/+182
* The inliner has traditionally not considered call sitesChris Lattner2010-05-011-2/+43
* Test failing too much on too many platforms.Bill Wendling2010-05-011-85/+0
* Maybe it needs sse2?Bill Wendling2010-04-301-1/+1
* Force 64-bit.Bill Wendling2010-04-301-1/+1
* Dan recently disabled recursive inlining within a function, but weChris Lattner2010-04-302-92/+32
* EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but theBill Wendling2010-04-301-0/+85
* The local register allocator has to spill dirty callee saved registers before aJakob Stoklund Olesen2010-04-301-0/+143
* Preserve debug info attached with call instruction while eliminating dead arg...Devang Patel2010-04-301-0/+68
* New test.Devang Patel2010-04-301-0/+17
* Add lint checks for invalid uses of memory.Dan Gohman2010-04-301-0/+18
* Add -o /dev/null to some tests which don't care about their output.Dan Gohman2010-04-306-6/+6
* Fix test.Evan Cheng2010-04-301-2/+2
* Another sibcall bug. If caller and callee calling conventions differ, then it...Evan Cheng2010-04-301-0/+18
* Reject really weird coalescer case when trying to merge identical subregistersJakob Stoklund Olesen2010-04-291-0/+142