Age | Commit message (Expand) | Author |
2007-04-25 | This was lefted out. Fixed sumarray-dbl. | Evan Cheng |
2007-04-25 | Mem2Reg does not need TargetData. | Devang Patel |
2007-04-25 | Add missed semicolon. Resotre compatibility with older bisons | Anton Korobeynikov |
2007-04-25 | do the multiplication as signed, so that 2*-2 == -4 instead of 4294967292 | Chris Lattner |
2007-04-25 | Remove unused function argument. | Devang Patel |
2007-04-25 | remember to emit weak reference in one more case. | Lauro Ramos Venancio |
2007-04-25 | Regenerate | Anton Korobeynikov |
2007-04-25 | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov |
2007-04-25 | Fix for PR1306. | Evan Cheng |
2007-04-25 | Clean up. | Evan Cheng |
2007-04-25 | Relex assertions to account for additional implicit def / use operands. | Evan Cheng |
2007-04-25 | If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove that | Chris Lattner |
2007-04-25 | simplify some code | Chris Lattner |
2007-04-25 | refactor the SROA code out into its own method, no functionality change. | Chris Lattner |
2007-04-25 | support for >4G stack frames | Chris Lattner |
2007-04-25 | support >4G stack frames | Chris Lattner |
2007-04-25 | support > 4G stack objects | Chris Lattner |
2007-04-25 | Undo my previous changes. Since my approach to this problem is being revised, | Owen Anderson |
2007-04-25 | allow support for 64-bit stack objects | Chris Lattner |
2007-04-25 | Fix | Devang Patel |
2007-04-25 | Be more careful about folding op(x, undef) when we have vector operands. | Chris Lattner |
2007-04-24 | Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll | Chris Lattner |
2007-04-24 | Update. | Bill Wendling |
2007-04-24 | Add the PADDQ to the list. | Bill Wendling |
2007-04-24 | Add the final MMX instructions. Correct a few wrong patterns. | Bill Wendling |
2007-04-24 | Remove some invalid instructions from this check. | Bill Wendling |
2007-04-24 | Support for the special case of a vector with the canonical form: | Bill Wendling |
2007-04-24 | Assertion when using a 1-element vector for an add operation. Get the | Bill Wendling |
2007-04-24 | ensure that every error return sets a message (and goes through Error, for | Chris Lattner |
2007-04-24 | fix memory leak | Chris Lattner |
2007-04-24 | fix a memory leak | Chris Lattner |
2007-04-24 | implement reading and writing of constant exprs. | Chris Lattner |
2007-04-24 | Rollback some changes that adversely affected performance. I'm currently ret... | Owen Anderson |
2007-04-24 | implement support for reading aggregate constants, including handling forward | Chris Lattner |
2007-04-24 | add supprot for FP constants, wide integers, and fix the encoding of MININT | Chris Lattner |
2007-04-24 | read basic constants: null, undef, integers <= 64bits | Chris Lattner |
2007-04-24 | fix off-by-one computing size for section abbrevs | Chris Lattner |
2007-04-24 | Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about | Scott Michel |
2007-04-24 | move check to the right place :) | Chris Lattner |
2007-04-24 | track global inits | Chris Lattner |
2007-04-24 | Emit module-level constants. | Chris Lattner |
2007-04-23 | modify per review commentary | Dale Johannesen |
2007-04-23 | Fix | Devang Patel |
2007-04-23 | Read global symtab | Chris Lattner |
2007-04-23 | fix off-by one | Chris Lattner |
2007-04-23 | write out the symtab for globals. | Chris Lattner |
2007-04-23 | Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining | Dale Johannesen |
2007-04-23 | add Align field, and use when generating function alignment | Dale Johannesen |
2007-04-23 | add isThumb (unused as yet) | Dale Johannesen |
2007-04-23 | Fix generic getInlineAsmLength | Dale Johannesen |