aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenTarget.cpp
AgeCommit message (Expand)Author
2009-01-12add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner
2009-01-07Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson
2008-12-18Added support for vector widening.Mon P Wang
2008-11-13Modify the intrinsics pattern to separate out the "return" types from theBill Wendling
2008-08-20Factor the code for determining the target-specific instructionDan Gohman
2008-08-20Fix the string for MVT::isVoid.Dan Gohman
2008-07-30Added support for overloading intrinsics (atomics) based on pointersMon P Wang
2008-07-01Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman
2008-06-25Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang
2008-06-16- Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-04-03Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman
2008-03-16Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2008-02-02SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng
2008-01-31Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...Christopher Lamb
2008-01-10Start inferring side effect information more aggressively, and fix many bugs ...Chris Lattner
2008-01-06Split the impl of CodeGenInstruction out to its own .cpp file, add a getName(...Chris Lattner
2008-01-05change getQualifiedName to be a global function.Chris Lattner
2007-12-29remove attributions from utils.Chris Lattner
2007-12-14Add flags to indicate that there are "never" side effects or that there "may be"Bill Wendling
2007-12-13Oops. Forgot these.Evan Cheng
2007-11-12Add a flag for indirect branch instructions.Owen Anderson
2007-09-28Add sqrt and powi intrinsics for long double.Dale Johannesen
2007-09-19Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng
2007-08-16Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-26Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb
2007-07-26Teach TableGen about the new vector types.Christopher Lamb
2007-07-20No need for noResults anymore.Evan Cheng
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
2007-07-13Eliminate an unused parameter.Dan Gohman
2007-07-10Try committing again. Add OptionalDefOperand. Remove clobbersPred.Evan Cheng
2007-07-06ImmutablePredicateOperand is no more.Evan Cheng
2007-07-05Instructions with ImmutablePredicateOperand aren't really predicable since th...Evan Cheng
2007-06-26Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman
2007-06-19Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman
2007-06-19Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.Evan Cheng
2007-06-13Add support to tablegen for specifying subregister classes on a per register ...Christopher Lamb
2007-06-06Add clobbersPred - instruction that clobbers condition code / register which ...Evan Cheng
2007-06-04Remove the operator<< for MVT::ValueType in preparation for MVT::ValueTypeDan Gohman
2007-05-16Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit...Evan Cheng
2007-04-01For PR1297:Reid Spencer
2007-03-26Add support for the v1i64 type. This makes better code for this:Bill Wendling
2007-03-19Recognize target instruction flag 'isReMaterializable'.Evan Cheng
2007-02-27reapplyChris Lattner
2007-02-27Backing outEvan Cheng
2007-02-27initial support for calling convention generation, still unfinished.Chris Lattner
2007-01-26Files missing from LABEL check in.Jim Laskey
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling