summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Teach DAGISelEmitter about zero_reg.Evan Cheng2007-07-05
* Instructions with ImmutablePredicateOperand aren't really predicable since th...Evan Cheng2007-07-05
* Convert .cvsignore filesJohn Criswell2007-06-29
* One additional field in TargetRegisterDesc.Evan Cheng2007-06-27
* Add immediate sub-registers.Evan Cheng2007-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
* If a PredicateOperand has an empty ExecuteAlways field, treat it as if a norm...Evan Cheng2007-05-08
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-04
* A bit of feedback from Chris that I missed; error rather than asserting.Nate Begeman2007-05-01
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-01
* Update a comment to reflect recent changes in the type system.Dan Gohman2007-04-26
* bugfix: remember that ResNode was declared.Lauro Ramos Venancio2007-04-26
* Fix generation of certain scheduler itineraries.Christopher Lamb2007-04-22
* Bug fix; add super-registers sets.Evan Cheng2007-04-21
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-20
* Add sub-registers sets.Evan Cheng2007-04-20
* For PR1328:Reid Spencer2007-04-16
* For PR1297:Reid Spencer2007-04-01
* Add support for the v1i64 type. This makes better code for this:Bill Wendling2007-03-26
* Recognize target instruction flag 'isReMaterializable'.Evan Cheng2007-03-19
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-07
* Use new SDIselParamAttr enumeration. This removes "magick" constantsAnton Korobeynikov2007-03-06
* rename some CCActionsChris Lattner2007-02-28
* implement CCPromoteToTypeChris Lattner2007-02-28
* reapplyChris Lattner2007-02-27
* *** empty log message ***Chris Lattner2007-02-27
* Backing outEvan Cheng2007-02-27
* initial support for calling convention generation, still unfinished.Chris Lattner2007-02-27
* emit an enum value for the # of target registers.Chris Lattner2007-02-26
* the lengths of the strings are known, just use memcmpChris Lattner2007-02-15
* Implement Function::getIntrinsicID without it needing to call Value::getName,Chris Lattner2007-02-15
* For PR1195:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-07
* Set the new NO_INSTALL flag for build-only tools.Reid Spencer2007-02-06
* Error check and eliminate unnecessary value.Jim Laskey2007-02-06