summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenTarget.cpp
Commit message (Expand)AuthorAge
...
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-12
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-07
* Added support for vector widening.Mon P Wang2008-12-18
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-13
* Factor the code for determining the target-specific instructionDan Gohman2008-08-20
* Fix the string for MVT::isVoid.Dan Gohman2008-08-20
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-01
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-25
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-16
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman2008-04-03
* Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb2008-03-16
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...Christopher Lamb2008-01-31
* Start inferring side effect information more aggressively, and fix many bugs ...Chris Lattner2008-01-10
* Split the impl of CodeGenInstruction out to its own .cpp file, add a getName(...Chris Lattner2008-01-06
* change getQualifiedName to be a global function.Chris Lattner2008-01-05
* remove attributions from utils.Chris Lattner2007-12-29
* Add flags to indicate that there are "never" side effects or that there "may be"Bill Wendling2007-12-14
* Oops. Forgot these.Evan Cheng2007-12-13
* Add a flag for indirect branch instructions.Owen Anderson2007-11-12
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-28
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-19
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-16
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* 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
* No need for noResults anymore.Evan Cheng2007-07-20
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-19
* Eliminate an unused parameter.Dan Gohman2007-07-13
* Try committing again. Add OptionalDefOperand. Remove clobbersPred.Evan Cheng2007-07-10
* ImmutablePredicateOperand is no more.Evan Cheng2007-07-06
* Instructions with ImmutablePredicateOperand aren't really predicable since th...Evan Cheng2007-07-05
* Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman2007-06-26
* 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
* Remove the operator<< for MVT::ValueType in preparation for MVT::ValueTypeDan Gohman2007-06-04
* Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit...Evan Cheng2007-05-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
* reapplyChris Lattner2007-02-27
* Backing outEvan Cheng2007-02-27
* initial support for calling convention generation, still unfinished.Chris Lattner2007-02-27
* Files missing from LABEL check in.Jim Laskey2007-01-26