summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix a typo in a comment.Dan Gohman2007-04-26
* Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.Evan Cheng2007-04-26
* 1. Don't swap byte order in scanf. It isn't necessary and leads toReid Spencer2007-04-26
* Use toplevel function pass manager as OnTheFly manager.Devang Patel2007-04-26
* Using APInt more efficiently.Zhou Sheng2007-04-26
* Minor bug.Evan Cheng2007-04-26
* start code for writing out instructions. Separate BB#s from normal valueChris Lattner2007-04-26
* regenChris Lattner2007-04-26
* wrap long linesChris Lattner2007-04-26
* enumerate BB's separately from other function values.Chris Lattner2007-04-26
* add support for incorporating and purging functions to the value enumeratorChris Lattner2007-04-26
* improve a commentChris Lattner2007-04-26
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-26
* add bitcode alias supportChris Lattner2007-04-26
* print aliases before functionsChris Lattner2007-04-26
* Be careful when to add implicit kill / dead operands. Don't add them during /...Evan Cheng2007-04-26
* Fix for PR1348. If stack inc / dec amount is > 32-bits, issue a series of add...Evan Cheng2007-04-26
* Quiet a compiler warning about assignment in an if-then conditional.Bill Wendling2007-04-25
* Match MachineFunction::UsedPhysRegs changes.Evan Cheng2007-04-25
* Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...Evan Cheng2007-04-25
* Clean up.Evan Cheng2007-04-25
* Add SSSE3 as a feature of Core2. Add MMX registers to the list of registersBill Wendling2007-04-25
* Data structure change to improve compile time (especially in debug mode).Evan Cheng2007-04-25
* This was lefted out. Fixed sumarray-dbl.Evan Cheng2007-04-25
* Mem2Reg does not need TargetData.Devang Patel2007-04-25
* Add missed semicolon. Resotre compatibility with older bisonsAnton Korobeynikov2007-04-25
* do the multiplication as signed, so that 2*-2 == -4 instead of 4294967292Chris Lattner2007-04-25
* Remove unused function argument.Devang Patel2007-04-25
* remember to emit weak reference in one more case.Lauro Ramos Venancio2007-04-25
* RegenerateAnton Korobeynikov2007-04-25
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Fix for PR1306.Evan Cheng2007-04-25
* Clean up.Evan Cheng2007-04-25
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-25
* If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove thatChris Lattner2007-04-25
* simplify some codeChris Lattner2007-04-25
* refactor the SROA code out into its own method, no functionality change.Chris Lattner2007-04-25
* support for >4G stack framesChris Lattner2007-04-25
* support >4G stack framesChris Lattner2007-04-25
* support > 4G stack objectsChris Lattner2007-04-25
* Undo my previous changes. Since my approach to this problem is being revised,Owen Anderson2007-04-25
* allow support for 64-bit stack objectsChris Lattner2007-04-25
* FixDevang Patel2007-04-25
* Be more careful about folding op(x, undef) when we have vector operands.Chris Lattner2007-04-25
* Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.llChris Lattner2007-04-24
* Update.Bill Wendling2007-04-24
* Add the PADDQ to the list.Bill Wendling2007-04-24
* Add the final MMX instructions. Correct a few wrong patterns.Bill Wendling2007-04-24
* Remove some invalid instructions from this check.Bill Wendling2007-04-24
* Support for the special case of a vector with the canonical form:Bill Wendling2007-04-24