| Commit message (Expand) | Author | Age | Files | Lines |
* | Move this test to CodeGen/Thumb. rdar://problem/9416774 | Stuart Hastings | 2011-05-11 | 1 | -1/+1 |
* | Identify end of prologue (and beginning of function body) using DW_LNS_set_pr... | Devang Patel | 2011-05-11 | 1 | -0/+55 |
* | Reduced test case. rdar://problem/9416774 | Stuart Hastings | 2011-05-11 | 1 | -36/+36 |
* | Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan. | Owen Anderson | 2011-05-11 | 1 | -0/+2 |
* | And lo, I was given a testcase for 131152. rdar://problem/9416774 | Stuart Hastings | 2011-05-11 | 1 | -0/+60 |
* | Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain). | Nadav Rotem | 2011-05-11 | 4 | -11/+28 |
* | Add custom lowering of X86 vector SRA/SRL/SHL when the shift amount is a spla... | Nadav Rotem | 2011-05-11 | 1 | -0/+142 |
* | Revert 131172 as it is causing clang to miscompile itself. I will try | Rafael Espindola | 2011-05-11 | 1 | -28/+0 |
* | Add a late optimization to BranchFolding that hoist common instruction sequences | Evan Cheng | 2011-05-11 | 1 | -0/+28 |
* | Add triple. | Rafael Espindola | 2011-05-10 | 1 | -1/+1 |
* | Produce a __debug_frame section on darwin ARM when appropriate. | Rafael Espindola | 2011-05-10 | 1 | -2/+2 |
* | On MachO, unlike ELF, there should be no relocation to produce the CIE pointer. | Rafael Espindola | 2011-05-10 | 1 | -0/+38 |
* | The EH symbols are only needed in eh_frame, not debug_frame. | Rafael Espindola | 2011-05-10 | 1 | -0/+18 |
* | Use .cfi_sections to put the unwind info in .debug_frame when possible. With | Rafael Espindola | 2011-05-10 | 1 | -0/+18 |
* | In a debug_frame the cfi offset is to the start of the debug_frame section! | Rafael Espindola | 2011-05-10 | 1 | -6/+2 |
* | PTX: add test cases for cvt, fneg, and selp | Justin Holewinski | 2011-05-10 | 3 | -0/+274 |
* | Add support for producing .deubg_frame sections. | Rafael Espindola | 2011-05-10 | 1 | -0/+42 |
* | X86: Add a bunch of peeps for add and sub of SETB. | Benjamin Kramer | 2011-05-08 | 2 | -4/+85 |
* | The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max is | Duncan Sands | 2011-05-07 | 1 | -0/+36 |
* | Emit a proper error message when register allocators run out of registers. | Jakob Stoklund Olesen | 2011-05-06 | 1 | -0/+17 |
* | It's valid to take the blockaddress of a different function, so remove this | Nick Lewycky | 2011-05-06 | 1 | -0/+30 |
* | Move few target-dependant tests to appropriate directories. | Galina Kistanova | 2011-05-06 | 6 | -0/+15 |
* | Pass -disable-cfi to llc. | Rafael Espindola | 2011-05-06 | 5 | -5/+5 |
* | Pass -disable-cfi. | Rafael Espindola | 2011-05-06 | 1 | -1/+1 |
* | PTX: add PTX 2.3 language target | Justin Holewinski | 2011-05-06 | 1 | -0/+1 |
* | Fix PR9820: a read-only call differs from a load in that a load doesn't | Duncan Sands | 2011-05-06 | 1 | -0/+26 |
* | Re-revert r130877; it's apparently causing a regression on 197.parser, | Eli Friedman | 2011-05-06 | 2 | -45/+2 |
* | PR9838: Fix transform introduced in r127064 to not trigger when only one side... | Eli Friedman | 2011-05-05 | 1 | -0/+11 |
* | Don't produce a __debug_frame. | Rafael Espindola | 2011-05-05 | 1 | -4/+18 |
* | Many LLVM tests relies on standard output stream be in the binary mode. Which... | Galina Kistanova | 2011-05-05 | 1 | -0/+4 |
* | Avoid extra vreg copies for arguments passed in registers. Specifically, thi... | Eli Friedman | 2011-05-05 | 2 | -1/+22 |
* | Fix test to be less sensitive to coalescing. | Jakob Stoklund Olesen | 2011-05-05 | 1 | -2/+3 |
* | Prepare remaining tests for -join-physreg going away. | Jakob Stoklund Olesen | 2011-05-04 | 15 | -34/+48 |
* | Fix a batch of x86 tests to be coalescer independent. | Jakob Stoklund Olesen | 2011-05-04 | 7 | -29/+38 |
* | Give this test an explicit register allocator, so that it can work even if | Dan Gohman | 2011-05-04 | 1 | -1/+1 |
* | SjLj EH could produce a machine basic block that legitimately has more than one | Bill Wendling | 2011-05-04 | 1 | -0/+93 |
* | Re-commit r130862 with a minor change to avoid an iterator running off the ed... | Eli Friedman | 2011-05-04 | 2 | -2/+24 |
* | This test fails on ARM. The test shouldn't explicitly specify alignment (and ... | Galina Kistanova | 2011-05-04 | 1 | -4/+4 |
* | Back out r130862; it appears to be breaking bootstrap. | Eli Friedman | 2011-05-04 | 2 | -24/+2 |
* | Teach MachineCSE how to do simple cross-block CSE involving physregs. This a... | Eli Friedman | 2011-05-04 | 2 | -2/+24 |
* | Fix more register and coalescing dependencies. | Jakob Stoklund Olesen | 2011-05-04 | 4 | -9/+7 |
* | Explicitly request physreg coalesing for a bunch of Thumb2 unit tests. | Jakob Stoklund Olesen | 2011-05-04 | 7 | -7/+26 |
* | FileCheckize and break dependence on coalescing order. | Jakob Stoklund Olesen | 2011-05-04 | 1 | -8/+6 |
* | Explicitly request -join-physregs for some tests that depend on it. | Jakob Stoklund Olesen | 2011-05-04 | 2 | -2/+2 |
* | Do not emit location expression size twice. | Devang Patel | 2011-05-04 | 1 | -0/+59 |
* | Remove LLVM IR metadata in test case committed in r130847. | Akira Hatanaka | 2011-05-04 | 1 | -6/+3 |
* | Prevent instructions using $gp from being placed between a jalr and the instr... | Akira Hatanaka | 2011-05-04 | 2 | -1/+36 |
* | Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but | Rafael Espindola | 2011-05-04 | 1 | -0/+19 |
* | Add variations on: max(x,y) >= min(x,z) folds to true. This isn't that common, | Duncan Sands | 2011-05-04 | 1 | -0/+88 |
* | Don't depend on the physreg coalescing order. | Jakob Stoklund Olesen | 2011-05-04 | 2 | -5/+4 |