| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Pretty print DBG_VALUE machine instructions. | Evan Cheng | 2010-04-28 | 1 | -1/+9 |
* | Rework global alignment computation again. Now we do round up | Chris Lattner | 2010-04-28 | 5 | -33/+70 |
* | While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matc... | Devang Patel | 2010-04-28 | 1 | -11/+11 |
* | Recompute kill flags from live intervals after coalescing instead of trying to | Jakob Stoklund Olesen | 2010-04-28 | 2 | -49/+21 |
* | Teach X86FloatingPoint that a register can be killed multiple times by the same | Jakob Stoklund Olesen | 2010-04-28 | 1 | -6/+7 |
* | Undo most of my previous whitespace fix. I think I like it better this way | Bob Wilson | 2010-04-28 | 1 | -3/+3 |
* | Fix inconsistent use of HOSTS and TARGETS variables. | Bob Wilson | 2010-04-28 | 1 | -3/+3 |
* | Fix whitespace. | Bob Wilson | 2010-04-28 | 1 | -4/+3 |
* | Enable i16 to i32 promotion by default. | Evan Cheng | 2010-04-28 | 16 | -46/+98 |
* | Try operation promotion only if regular dag combine and target-specific ones ... | Evan Cheng | 2010-04-28 | 1 | -15/+42 |
* | Unbreak the build. Only form shld / shrd after legalization. | Evan Cheng | 2010-04-28 | 1 | -1/+1 |
* | Update tests. | Evan Cheng | 2010-04-28 | 3 | -11/+35 |
* | Emit debug info for byval parameters. | Devang Patel | 2010-04-28 | 6 | -5/+79 |
* | Rather than having a ton of patterns for double shift instructions, e.g. SHLD... | Evan Cheng | 2010-04-28 | 3 | -147/+11 |
* | further simplify EmitAlignment by eliminating the | Chris Lattner | 2010-04-28 | 3 | -13/+6 |
* | remove a dead argument to EmitAlignment. | Chris Lattner | 2010-04-28 | 2 | -8/+3 |
* | remove some default arguments to EmitAlignment. | Chris Lattner | 2010-04-28 | 2 | -8/+6 |
* | Refactor. | Devang Patel | 2010-04-28 | 2 | -50/+87 |
* | Rewrite the section on trap values to contain a generic description | Dan Gohman | 2010-04-28 | 1 | -47/+71 |
* | Fix spelling errors. | Dan Gohman | 2010-04-28 | 1 | -2/+2 |
* | Tweak x86 INC/DEC generation to look for CopyToReg or SETCC. Radar 7866163. | Stuart Hastings | 2010-04-28 | 1 | -8/+13 |
* | further clarify alignment of globals, fix instcombine | Chris Lattner | 2010-04-28 | 2 | -21/+25 |
* | improve the global variable alignment description. | Chris Lattner | 2010-04-28 | 1 | -5/+8 |
* | Use MachineOperand::is* predicates. | Devang Patel | 2010-04-27 | 4 | -7/+7 |
* | Use isReg(), isImm() and isFPImm(). | Devang Patel | 2010-04-27 | 1 | -9/+5 |
* | Check operand type first. | Devang Patel | 2010-04-27 | 1 | -1/+2 |
* | Fix obvious typos. | Evan Cheng | 2010-04-27 | 1 | -2/+2 |
* | Ignore DBG_VALUE instructions that points to undef values. | Devang Patel | 2010-04-27 | 2 | -5/+5 |
* | SRA promotion is also not free. | Evan Cheng | 2010-04-27 | 1 | -3/+2 |
* | - When legal, promote a load to zextload rather than ext load. | Evan Cheng | 2010-04-27 | 1 | -6/+20 |
* | Identify when a lexical scope is split in to multiple instruction ranges. Emi... | Devang Patel | 2010-04-27 | 2 | -214/+350 |
* | Do not count kill, implicit_def instructions as printed instructions. | Evan Cheng | 2010-04-27 | 2 | -5/+5 |
* | round zero-byte .zerofill directives up to 1 byte. This | Chris Lattner | 2010-04-27 | 2 | -0/+16 |
* | fix wordo | Chris Lattner | 2010-04-27 | 1 | -1/+1 |
* | remove some comments. | Chris Lattner | 2010-04-27 | 1 | -4/+0 |
* | Revert a small part of 102372; this fixes at least one | Dale Johannesen | 2010-04-27 | 1 | -0/+5 |
* | r98363 deleted a '!' when cleaning up whitespace. This caused globals which are | Bill Wendling | 2010-04-27 | 1 | -1/+1 |
* | Un-XFAIL this on ppc. My enabling of dbg_declare handling | Dale Johannesen | 2010-04-27 | 1 | -1/+0 |
* | Fix a problem that lower invoke has with allocas (PR6694), and | Chris Lattner | 2010-04-26 | 2 | -10/+40 |
* | add a comment in verbose-asm mode indicating why a noop is being generated. | Chris Lattner | 2010-04-26 | 1 | -2/+3 |
* | on darwin empty functions need to codegen into something of non-zero length, | Chris Lattner | 2010-04-26 | 6 | -5/+28 |
* | Integrate Jeffery Yasskin's suggestions with respect to | Dan Gohman | 2010-04-26 | 1 | -12/+61 |
* | Handle register-to-register copies within the tGPR class. | Bob Wilson | 2010-04-26 | 2 | -12/+89 |
* | Avoid adding a null MD node operand, which crashes with "-debug" when trying | Bob Wilson | 2010-04-26 | 1 | -1/+2 |
* | Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie... | Devang Patel | 2010-04-26 | 2 | -4/+4 |
* | When checking whether the special handling for an addrec increment which | Dan Gohman | 2010-04-26 | 3 | -4/+26 |
* | Add a comment to this test. | Dan Gohman | 2010-04-26 | 1 | -0/+3 |
* | Consolidate the description of volatile operations, now that some of the | Jeffrey Yasskin | 2010-04-26 | 1 | -14/+37 |
* | Branching or switching on trap transfers imminent undefined behavior | Dan Gohman | 2010-04-26 | 1 | -0/+9 |
* | Remove crufty comments. | Dale Johannesen | 2010-04-26 | 1 | -5/+0 |