aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert .cvsignore filesJohn Criswell2007-06-29104-296/+0
* Add a missing .Reid Spencer2007-06-291-1/+1
* Remove unnecessary attributions in comments.David Greene2007-06-292-3/+3
* Clean up comments to be consistent with code.David Greene2007-06-291-2/+3
* Fix problems with the checkout and cd directories for SVN checkout.Reid Spencer2007-06-291-4/+4
* Fix reference to iterator invalidated by an erase operation. UncoveredDavid Greene2007-06-291-3/+4
* Fix reference to cached end iterator invalidated by an erase operation.David Greene2007-06-291-1/+3
* Remove the "special tie breaker" because it resulted in inconsistentDavid Greene2007-06-291-10/+12
* Fix misue of iterator pointing to erased object. Uncovered byDavid Greene2007-06-293-9/+10
* Do not filter loop if candidate branch is in loop header.Devang Patel2007-06-291-2/+0
* New test.Evan Cheng2007-06-291-0/+85
* Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI ...Evan Cheng2007-06-291-1/+4
* Add support for value numbering (but not actually optimizing) cast instructions.Owen Anderson2007-06-291-1/+65
* Add a type field to expressions in preparation for performing GVNPRE on casts.Owen Anderson2007-06-291-0/+12
* New tests.Evan Cheng2007-06-292-0/+27
* No vector fneg.Evan Cheng2007-06-291-0/+1
* Fix an assertion failure in legalizing bitcast operators on targets whereDan Gohman2007-06-292-23/+28
* Type of vector extract / insert index operand should be iPTR.Evan Cheng2007-06-291-1/+1
* Add support for performing GVNPRE on select instructions. This fixes test/Tr...Owen Anderson2007-06-281-13/+57
* Add a test for performing GVNPRE on select instructions.Owen Anderson2007-06-281-0/+17
* Add new TargetLowering code to provide the final register type that anDan Gohman2007-06-284-455/+372
* Fix PR 1526.Devang Patel2007-06-282-0/+39
* Add a default parameter to a SmallVector constructor to allow it toDan Gohman2007-06-281-1/+1
* Fix a bug in my previous patch.Lauro Ramos Venancio2007-06-281-3/+2
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-286-31/+107
* When linking two modules, we should copy the alias.Lauro Ramos Venancio2007-06-281-0/+28
* Remove unnecessary comments.Devang Patel2007-06-281-3/+0
* Handle the case when block dominates itself.Devang Patel2007-06-281-1/+4
* - Undo previous check and allow loop switch for condtion that is not insideDevang Patel2007-06-281-8/+7
* Update LoopUnswitch pass to preserve DomiantorTree.Devang Patel2007-06-281-32/+55
* If a condition is not inside a loop then the condition is suitableDevang Patel2007-06-281-0/+7
* Make many sets a much more reasonable size. This decreases the time to optimizeOwen Anderson2007-06-281-65/+65
* Set implied features based upon the CPU's feature list.Bill Wendling2007-06-271-0/+7
* Update. Now, -etforest is an invalid option.Devang Patel2007-06-271-1/+1
* llvm-nm must print the alias symbols.Lauro Ramos Venancio2007-06-271-5/+13
* Remove ETForest.Devang Patel2007-06-273-1031/+1
* If a livein is not used in the block. It's live through.Evan Cheng2007-06-271-5/+8
* Partial fix for PR1502: If a EH register is needed in a successor of landing ...Evan Cheng2007-06-271-11/+34
* Use cached information that has already been computed to make clean() simpler...Owen Anderson2007-06-271-52/+31
* One additional field in TargetRegisterDesc.Evan Cheng2007-06-271-1/+1
* Fold a lot of code into two cases: binary instructions and ternary instructions.Owen Anderson2007-06-271-269/+62
* Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.Dan Gohman2007-06-275-23/+23
* Document the encoding of MVT::ValueType.Dan Gohman2007-06-271-0/+6
* Remove a redundant newline in the asm output for ELF .rodata sections.Dan Gohman2007-06-271-1/+1
* Use getVectorTypeBreakdown in FunctionLoweringInfo::CreateRegForValueDan Gohman2007-06-271-44/+11
* Allow DOUT to be used outside of the llvm namespace.Dan Gohman2007-06-271-2/+2
* Make the comment for ScalarizeVectorOp mention that it is only for useDan Gohman2007-06-271-4/+6
* Fix a bug.Zhou Sheng2007-06-271-1/+4
* ok, this is something of a dirty hack, but it seems to work. (fixes e.g.Duraid Madina2007-06-271-2/+16
* ok, this much doesn't seem to bork anythingDuraid Madina2007-06-271-25/+48