aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* No need for noResults anymore.Evan Cheng2007-07-203-5/+2
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-194-4/+35
* Work around a bogus gcc 4.2 warning.Chris Lattner2007-07-181-1/+2
* Eliminate an unused parameter.Dan Gohman2007-07-132-3/+3
* Try committing again. Add OptionalDefOperand. Remove clobbersPred.Evan Cheng2007-07-103-5/+11
* Remove the cvsupdate script. Its no longer useful in the face ofReid Spencer2007-07-091-75/+0
* Subversionify the script.Reid Spencer2007-07-091-2/+2
* ImmutablePredicateOperand is no more.Evan Cheng2007-07-062-4/+2
* Add the byval attributeRafael Espindola2007-07-061-1/+2
* Refactor code to add initial support for OptionalDefOperand.Evan Cheng2007-07-062-62/+72
* Teach DAGISelEmitter about zero_reg.Evan Cheng2007-07-051-1/+8
* Instructions with ImmutablePredicateOperand aren't really predicable since th...Evan Cheng2007-07-052-2/+6
* Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them.Reid Spencer2007-07-041-0/+2
* Test modified svn mailerAnton Korobeynikov2007-07-031-0/+1
* Remove the last vestiges of -usesvn.Reid Spencer2007-07-021-5/+3
* We want the Subversion checkout to succeed even if we don't specify Reid Spencer2007-07-021-7/+7
* Applied Reid's patch. Long live Subversion!John Criswell2007-06-291-2/+1
* Convert .cvsignore filesJohn Criswell2007-06-291-5/+0
* Fix problems with the checkout and cd directories for SVN checkout.Reid Spencer2007-06-291-4/+4
* One additional field in TargetRegisterDesc.Evan Cheng2007-06-271-1/+1
* Add immediate sub-registers.Evan Cheng2007-06-261-0/+21
* Update for Subversion conversion:Reid Spencer2007-06-261-7/+7
* Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman2007-06-263-0/+3
* Fix a typo in a comment.Dan Gohman2007-06-261-1/+1
* silence warning when assertions are disabled.Chris Lattner2007-06-191-2/+1
* Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman2007-06-193-3/+0
* Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.Evan Cheng2007-06-193-0/+3
* Add support to tablegen for specifying subregister classes on a per register ...Christopher Lamb2007-06-133-0/+50
* Add clobbersPred - instruction that clobbers condition code / register which ...Evan Cheng2007-06-063-0/+3
* Patches by Chuck Rose to unbreak V Studio builds.Bill Wendling2007-06-041-0/+1
* Remove the operator<< for MVT::ValueType in preparation for MVT::ValueTypeDan Gohman2007-06-043-7/+1
* The Intrinsic::getDeclaration function's Tys parameter only contains theReid Spencer2007-05-221-5/+12
* Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit...Evan Cheng2007-05-163-4/+4
* Fix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll, the other recentChris Lattner2007-05-151-5/+7
* Added \!con(a,b) syntax to concatnate two dag fragments.Evan Cheng2007-05-157-179/+226
* Mark all (not just the first) predicate operand M_PREDICATE_OPERAND.Evan Cheng2007-05-151-1/+1
* PredicateOperand related bug fix.Evan Cheng2007-05-151-1/+3
* Remove duplicated line.Evan Cheng2007-05-141-1/+0
* If a PredicateOperand has an empty ExecuteAlways field, treat it as if a norm...Evan Cheng2007-05-081-4/+9
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-041-46/+54
* Make my proxy happy.Lauro Ramos Venancio2007-05-031-0/+1
* A bit of feedback from Chris that I missed; error rather than asserting.Nate Begeman2007-05-011-2/+5
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-011-0/+36
* Update a comment to reflect recent changes in the type system.Dan Gohman2007-04-261-1/+1
* bugfix: remember that ResNode was declared.Lauro Ramos Venancio2007-04-261-2/+3
* Fix generation of certain scheduler itineraries.Christopher Lamb2007-04-221-1/+2
* Bug fix; add super-registers sets.Evan Cheng2007-04-211-11/+58
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-201-2/+5
* Add sub-registers sets.Evan Cheng2007-04-201-6/+61
* For PR1328:Reid Spencer2007-04-161-2/+0