aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Start inferring side effect information more aggressively, and fix many bugs ...Chris Lattner2008-01-101-0/+6
* Split the impl of CodeGenInstruction out to its own .cpp file, add a getName(...Chris Lattner2008-01-061-264/+2
* change getQualifiedName to be a global function.Chris Lattner2008-01-051-0/+11
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Add flags to indicate that there are "never" side effects or that there "may be"Bill Wendling2007-12-141-1/+7
* Oops. Forgot these.Evan Cheng2007-12-131-0/+1
* Add a flag for indirect branch instructions.Owen Anderson2007-11-121-0/+1
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-281-0/+2
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-191-0/+1
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-161-1/+3
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-3/+2
* Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb2007-07-261-1/+15
* Teach TableGen about the new vector types.Christopher Lamb2007-07-261-0/+4
* No need for noResults anymore.Evan Cheng2007-07-201-1/+0
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-1/+13
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+655