aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* remember to emit weak reference in one more case.Lauro Ramos Venancio2007-04-251-1/+6
* RegenerateAnton Korobeynikov2007-04-255-3904/+5282
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-2511-23/+310
* Fix for PR1306.Evan Cheng2007-04-252-47/+180
* Clean up.Evan Cheng2007-04-251-4/+2
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-255-9/+9
* If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove thatChris Lattner2007-04-251-4/+105
* simplify some codeChris Lattner2007-04-251-5/+2
* refactor the SROA code out into its own method, no functionality change.Chris Lattner2007-04-251-98/+107
* support for >4G stack framesChris Lattner2007-04-252-4/+5
* support >4G stack framesChris Lattner2007-04-251-9/+9
* support > 4G stack objectsChris Lattner2007-04-252-3/+3
* Undo my previous changes. Since my approach to this problem is being revised,Owen Anderson2007-04-251-32/+31
* allow support for 64-bit stack objectsChris Lattner2007-04-251-1/+1
* FixDevang Patel2007-04-251-0/+12
* Be more careful about folding op(x, undef) when we have vector operands.Chris Lattner2007-04-251-9/+16
* Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.llChris Lattner2007-04-241-0/+6
* Update.Bill Wendling2007-04-241-0/+37
* Add the PADDQ to the list.Bill Wendling2007-04-241-0/+1
* Add the final MMX instructions. Correct a few wrong patterns.Bill Wendling2007-04-241-19/+101
* Remove some invalid instructions from this check.Bill Wendling2007-04-241-2/+1
* Support for the special case of a vector with the canonical form:Bill Wendling2007-04-242-2/+35
* Assertion when using a 1-element vector for an add operation. Get theBill Wendling2007-04-241-4/+7
* ensure that every error return sets a message (and goes through Error, forChris Lattner2007-04-243-19/+37
* fix memory leakChris Lattner2007-04-241-3/+4
* fix a memory leakChris Lattner2007-04-242-14/+15
* implement reading and writing of constant exprs.Chris Lattner2007-04-242-15/+230
* Rollback some changes that adversely affected performance. I'm currently ret...Owen Anderson2007-04-241-22/+26
* implement support for reading aggregate constants, including handling forwardChris Lattner2007-04-242-5/+108
* add supprot for FP constants, wide integers, and fix the encoding of MININTChris Lattner2007-04-241-8/+40
* read basic constants: null, undef, integers <= 64bitsChris Lattner2007-04-242-2/+80
* fix off-by-one computing size for section abbrevsChris Lattner2007-04-241-1/+1
* Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings aboutScott Michel2007-04-241-2/+2
* move check to the right place :)Chris Lattner2007-04-241-3/+4
* track global initsChris Lattner2007-04-242-3/+9
* Emit module-level constants.Chris Lattner2007-04-243-10/+118
* modify per review commentaryDale Johannesen2007-04-231-2/+2
* FixDevang Patel2007-04-231-5/+9
* Read global symtabChris Lattner2007-04-232-3/+59
* fix off-by oneChris Lattner2007-04-231-1/+1
* write out the symtab for globals.Chris Lattner2007-04-231-33/+70
* Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintainingDale Johannesen2007-04-231-6/+19
* add Align field, and use when generating function alignmentDale Johannesen2007-04-232-3/+13
* add isThumb (unused as yet)Dale Johannesen2007-04-232-0/+5
* Fix generic getInlineAsmLengthDale Johannesen2007-04-231-4/+18
* make EmitAlignment work the way Chris says it shouldDale Johannesen2007-04-231-1/+3
* implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner2007-04-232-6/+13
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-232-12/+47
* Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer2007-04-231-0/+2
* X86 TLS: optimize the implementation of "local exec" model.Lauro Ramos Venancio2007-04-231-3/+10