aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-282-0/+8
* Rename keyword "modify" -> "implicit".Evan Cheng2007-09-251-6/+6
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-193-2/+6
* Bug fix and minor clean up of generated code.Evan Cheng2007-09-171-29/+18
* regenerateChris Lattner2007-09-173-2348/+1511
* Remove spurious consts. This fixes warnings with compilers thatDan Gohman2007-09-141-1/+1
* Initial support for multi-result patterns:Evan Cheng2007-09-122-57/+100
* Allow set operators with multiple destinations, i.e. (set x, y, (op a, b)).Evan Cheng2007-09-111-22/+25
* TableGen no longer emit CopyFromReg nodes for implicit results in physicalEvan Cheng2007-09-071-44/+15
* Always check the type of node. This prevents situations such as selecting 32-...Evan Cheng2007-09-041-36/+30
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-162-2/+4
* propagate struct size and alignment of byval arguments to the DAGRafael Espindola2007-08-101-1/+3
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-061-2/+2
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-044-51/+61
* Added TargetInstrDescriptor::numDefs - num of results.Evan Cheng2007-08-021-1/+2
* More explicit keywords.Dan Gohman2007-07-301-1/+1
* VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...Chuck Rose III2007-07-271-2/+2
* Fix a pasto in a comment.Dan Gohman2007-07-261-1/+1
* Have register info provide the inverse mapping of register->superregisters. P...Christopher Lamb2007-07-261-3/+43
* Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb2007-07-264-6/+57
* Teach TableGen about the new vector types.Christopher Lamb2007-07-261-0/+4
* A minor simplication in the generated code.Dan Gohman2007-07-241-2/+2
* 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
* 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
* Convert .cvsignore filesJohn Criswell2007-06-291-5/+0
* One additional field in TargetRegisterDesc.Evan Cheng2007-06-271-1/+1
* Add immediate sub-registers.Evan Cheng2007-06-261-0/+21
* 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