Age | Commit message (Expand) | Author |
2008-01-06 | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner |
2008-01-06 | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-17 | As per feedback, revised comments to (hopefully) make the different side effect | Bill Wendling |
2007-12-14 | Add flags to indicate that there are "never" side effects or that there "may be" | Bill Wendling |
2007-12-12 | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia... | Evan Cheng |
2007-11-12 | Add a flag for indirect branch instructions. | Owen Anderson |
2007-11-11 | Clarify the meaning of '-2' register number | Anton Korobeynikov |
2007-11-11 | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov |
2007-09-19 | Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value | Evan Cheng |
2007-09-11 | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng |
2007-07-26 | Add target independent MachineInstr's to represent subreg insert/extract in M... | Christopher Lamb |
2007-07-21 | No more noResults. | Evan Cheng |
2007-07-19 | Change instruction description to split OperandList into OutOperandList and | Evan Cheng |
2007-07-10 | Remove clobbersPred. | Evan Cheng |
2007-07-06 | Do away with ImmutablePredicateOperand. | Evan Cheng |
2007-07-06 | Add OptionalDefOperand to stand for optionally defined result. | Evan Cheng |
2007-07-05 | - Added zero_reg def to stand for register 0. | Evan Cheng |
2007-06-26 | Revert the earlier change that removed the M_REMATERIALIZABLE machine | Dan Gohman |
2007-06-19 | Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad | Dan Gohman |
2007-06-19 | Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit. | Evan Cheng |
2007-06-13 | Add support to tablegen for specifying subregister classes on a per register ... | Christopher Lamb |
2007-06-06 | Added clobbersPred. | Evan Cheng |
2007-05-16 | Added isPredicable bit to class Instruction. | Evan Cheng |
2007-05-08 | PredicateOperand can be used as a normal operand for isel. | Evan Cheng |
2007-05-04 | Add an "implies" field to features. This indicates that, if the current | Bill Wendling |
2007-05-03 | expose HonorSignDependentRoundingFPMathOption to .td files | Chris Lattner |
2007-05-01 | llvm bug #1350, parts 1, 2, and 3. | Nate Begeman |
2007-04-20 | Add sub-registers sets. | Evan Cheng |
2007-03-19 | Added isReMaterializable. | Evan Cheng |
2007-02-27 | Add calling convention info | Chris Lattner |
2007-02-20 | Fix typos in comments. | Dan Gohman |
2007-01-26 | Make LABEL a builtin opcode. | Jim Laskey |
2007-01-12 | Comment. | Evan Cheng |
2006-11-15 | add a new field needed by the code emitter generator. | Chris Lattner |
2006-11-03 | initial steps to getting the predicate on PPC::BLR right. | Chris Lattner |
2006-11-03 | remove dead var | Chris Lattner |
2006-11-01 | Add constraints to Instruction class. | Evan Cheng |
2006-10-12 | Move the Imp tblgen class from the X86 backend to common code. | Chris Lattner |
2006-07-19 | Add code size to target instruction use it as the 3rd isel sorting tie-breaker. | Evan Cheng |
2006-05-18 | Added a Flags field to TargetOperandInfo. Currently the only flag is | Evan Cheng |
2006-05-18 | Remove CalleeSavedRegisters from class Target. | Evan Cheng |
2006-05-17 | Remove PointerType from class Target | Evan Cheng |
2006-05-16 | Replace "../whatever.td" with "whatever.td", so that out-of-tree backends | Vladimir Prus |
2006-05-15 | Improve comment, patch provided by Vladimir Prus! | Chris Lattner |
2006-05-14 | Update comment. | Chris Lattner |
2006-05-01 | Put PHI/INLINEASM into the correct namespace. | Chris Lattner |
2006-04-19 | Renamed AddedCost to AddedComplexity. | Evan Cheng |
2006-04-19 | Allow "let AddedCost = n in" to increase pattern complexity. | Evan Cheng |
2006-03-24 | Add support for dwarf register numbering. | Jim Laskey |