| Commit message (Expand) | Author | Age | Files | Lines |
* | remember to emit weak reference in one more case. | Lauro Ramos Venancio | 2007-04-25 | 1 | -1/+6 |
* | Regenerate | Anton Korobeynikov | 2007-04-25 | 5 | -3904/+5282 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 11 | -23/+310 |
* | Fix for PR1306. | Evan Cheng | 2007-04-25 | 2 | -47/+180 |
* | Clean up. | Evan Cheng | 2007-04-25 | 1 | -4/+2 |
* | Relex assertions to account for additional implicit def / use operands. | Evan Cheng | 2007-04-25 | 5 | -9/+9 |
* | If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove that | Chris Lattner | 2007-04-25 | 1 | -4/+105 |
* | simplify some code | Chris Lattner | 2007-04-25 | 1 | -5/+2 |
* | refactor the SROA code out into its own method, no functionality change. | Chris Lattner | 2007-04-25 | 1 | -98/+107 |
* | support for >4G stack frames | Chris Lattner | 2007-04-25 | 2 | -4/+5 |
* | support >4G stack frames | Chris Lattner | 2007-04-25 | 1 | -9/+9 |
* | support > 4G stack objects | Chris Lattner | 2007-04-25 | 2 | -3/+3 |
* | Undo my previous changes. Since my approach to this problem is being revised, | Owen Anderson | 2007-04-25 | 1 | -32/+31 |
* | allow support for 64-bit stack objects | Chris Lattner | 2007-04-25 | 1 | -1/+1 |
* | Fix | Devang Patel | 2007-04-25 | 1 | -0/+12 |
* | Be more careful about folding op(x, undef) when we have vector operands. | Chris Lattner | 2007-04-25 | 1 | -9/+16 |
* | Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll | Chris Lattner | 2007-04-24 | 1 | -0/+6 |
* | Update. | Bill Wendling | 2007-04-24 | 1 | -0/+37 |
* | Add the PADDQ to the list. | Bill Wendling | 2007-04-24 | 1 | -0/+1 |
* | Add the final MMX instructions. Correct a few wrong patterns. | Bill Wendling | 2007-04-24 | 1 | -19/+101 |
* | Remove some invalid instructions from this check. | Bill Wendling | 2007-04-24 | 1 | -2/+1 |
* | Support for the special case of a vector with the canonical form: | Bill Wendling | 2007-04-24 | 2 | -2/+35 |
* | Assertion when using a 1-element vector for an add operation. Get the | Bill Wendling | 2007-04-24 | 1 | -4/+7 |
* | ensure that every error return sets a message (and goes through Error, for | Chris Lattner | 2007-04-24 | 3 | -19/+37 |
* | fix memory leak | Chris Lattner | 2007-04-24 | 1 | -3/+4 |
* | fix a memory leak | Chris Lattner | 2007-04-24 | 2 | -14/+15 |
* | implement reading and writing of constant exprs. | Chris Lattner | 2007-04-24 | 2 | -15/+230 |
* | Rollback some changes that adversely affected performance. I'm currently ret... | Owen Anderson | 2007-04-24 | 1 | -22/+26 |
* | implement support for reading aggregate constants, including handling forward | Chris Lattner | 2007-04-24 | 2 | -5/+108 |
* | add supprot for FP constants, wide integers, and fix the encoding of MININT | Chris Lattner | 2007-04-24 | 1 | -8/+40 |
* | read basic constants: null, undef, integers <= 64bits | Chris Lattner | 2007-04-24 | 2 | -2/+80 |
* | fix off-by-one computing size for section abbrevs | Chris Lattner | 2007-04-24 | 1 | -1/+1 |
* | Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about | Scott Michel | 2007-04-24 | 1 | -2/+2 |
* | move check to the right place :) | Chris Lattner | 2007-04-24 | 1 | -3/+4 |
* | track global inits | Chris Lattner | 2007-04-24 | 2 | -3/+9 |
* | Emit module-level constants. | Chris Lattner | 2007-04-24 | 3 | -10/+118 |
* | modify per review commentary | Dale Johannesen | 2007-04-23 | 1 | -2/+2 |
* | Fix | Devang Patel | 2007-04-23 | 1 | -5/+9 |
* | Read global symtab | Chris Lattner | 2007-04-23 | 2 | -3/+59 |
* | fix off-by one | Chris Lattner | 2007-04-23 | 1 | -1/+1 |
* | write out the symtab for globals. | Chris Lattner | 2007-04-23 | 1 | -33/+70 |
* | Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining | Dale Johannesen | 2007-04-23 | 1 | -6/+19 |
* | add Align field, and use when generating function alignment | Dale Johannesen | 2007-04-23 | 2 | -3/+13 |
* | add isThumb (unused as yet) | Dale Johannesen | 2007-04-23 | 2 | -0/+5 |
* | Fix generic getInlineAsmLength | Dale Johannesen | 2007-04-23 | 1 | -4/+18 |
* | make EmitAlignment work the way Chris says it should | Dale Johannesen | 2007-04-23 | 1 | -1/+3 |
* | implement reading of abbrevs, and writing of abbreviated global varrs. | Chris Lattner | 2007-04-23 | 2 | -6/+13 |
* | first part of implementation of abbrevs. The writer isn't fully there yet an... | Chris Lattner | 2007-04-23 | 2 | -12/+47 |
* | Cygwin doesn't have the RSS_LIMIT for get/setrlimit. | Reid Spencer | 2007-04-23 | 1 | -0/+2 |
* | X86 TLS: optimize the implementation of "local exec" model. | Lauro Ramos Venancio | 2007-04-23 | 1 | -3/+10 |