summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* "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
* Preserve debug info attached with call instruction while eliminating dead arg...Devang Patel2010-04-30
* New test.Devang Patel2010-04-30
* Add lint checks for invalid uses of memory.Dan Gohman2010-04-30
* Add -o /dev/null to some tests which don't care about their output.Dan Gohman2010-04-30
* Fix test.Evan Cheng2010-04-30
* Another sibcall bug. If caller and callee calling conventions differ, then it...Evan Cheng2010-04-30
* Reject really weird coalescer case when trying to merge identical subregistersJakob Stoklund Olesen2010-04-29
* Load folding tail call should not use ebp / rbp after it's popped. PEIEvan Cheng2010-04-29
* Fixed the word sized Bit Scan Forward/Reverse instructions, they needed the Kevin Enderby2010-04-28
* fix this to work with objdir != srcdirChris Lattner2010-04-28
* Fix comment.Dale Johannesen2010-04-28
* Test for llvm-gcc checkin 102543.Dale Johannesen2010-04-28
* Update tests. Now DBG_VALUE instruction is created only if alloca correspondi...Devang Patel2010-04-28
* fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), Chris Lattner2010-04-28
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-28
* Enable i16 to i32 promotion by default.Evan Cheng2010-04-28
* Update tests.Evan Cheng2010-04-28
* Emit debug info for byval parameters.Devang Patel2010-04-28