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