summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-06
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Added TargetInstrDescriptor::numDefs - num of results.Evan Cheng2007-08-02
* More explicit keywords.Dan Gohman2007-07-30
* VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...Chuck Rose III2007-07-27
* Fix a pasto in a comment.Dan Gohman2007-07-26
* Have register info provide the inverse mapping of register->superregisters. P...Christopher Lamb2007-07-26
* Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb2007-07-26
* Teach TableGen about the new vector types.Christopher Lamb2007-07-26
* A minor simplication in the generated code.Dan Gohman2007-07-24
* Fixing some differences between CVS and SVN diff'ing. Reid fixed these already, Chandler Carruth2007-07-20
* No need for noResults anymore.Evan Cheng2007-07-20
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-19
* Work around a bogus gcc 4.2 warning.Chris Lattner2007-07-18
* Eliminate an unused parameter.Dan Gohman2007-07-13
* Try committing again. Add OptionalDefOperand. Remove clobbersPred.Evan Cheng2007-07-10
* Remove the cvsupdate script. Its no longer useful in the face ofReid Spencer2007-07-09
* Subversionify the script.Reid Spencer2007-07-09
* ImmutablePredicateOperand is no more.Evan Cheng2007-07-06
* Add the byval attributeRafael Espindola2007-07-06
* Refactor code to add initial support for OptionalDefOperand.Evan Cheng2007-07-06
* Teach DAGISelEmitter about zero_reg.Evan Cheng2007-07-05
* Instructions with ImmutablePredicateOperand aren't really predicable since th...Evan Cheng2007-07-05
* Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them.Reid Spencer2007-07-04
* Test modified svn mailerAnton Korobeynikov2007-07-03
* Remove the last vestiges of -usesvn.Reid Spencer2007-07-02
* We want the Subversion checkout to succeed even if we don't specify Reid Spencer2007-07-02
* Applied Reid's patch. Long live Subversion!John Criswell2007-06-29
* Convert .cvsignore filesJohn Criswell2007-06-29
* Fix problems with the checkout and cd directories for SVN checkout.Reid Spencer2007-06-29
* One additional field in TargetRegisterDesc.Evan Cheng2007-06-27
* Add immediate sub-registers.Evan Cheng2007-06-26
* Update for Subversion conversion:Reid Spencer2007-06-26
* Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman2007-06-26
* Fix a typo in a comment.Dan Gohman2007-06-26
* silence warning when assertions are disabled.Chris Lattner2007-06-19
* Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman2007-06-19
* Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.Evan Cheng2007-06-19
* Add support to tablegen for specifying subregister classes on a per register ...Christopher Lamb2007-06-13
* Add clobbersPred - instruction that clobbers condition code / register which ...Evan Cheng2007-06-06
* Patches by Chuck Rose to unbreak V Studio builds.Bill Wendling2007-06-04
* Remove the operator<< for MVT::ValueType in preparation for MVT::ValueTypeDan Gohman2007-06-04
* The Intrinsic::getDeclaration function's Tys parameter only contains theReid Spencer2007-05-22
* Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit...Evan Cheng2007-05-16
* Fix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll, the other recentChris Lattner2007-05-15
* Added \!con(a,b) syntax to concatnate two dag fragments.Evan Cheng2007-05-15
* Mark all (not just the first) predicate operand M_PREDICATE_OPERAND.Evan Cheng2007-05-15
* PredicateOperand related bug fix.Evan Cheng2007-05-15
* Remove duplicated line.Evan Cheng2007-05-14
* If a PredicateOperand has an empty ExecuteAlways field, treat it as if a norm...Evan Cheng2007-05-08