| Commit message (Expand) | Author | Age | Files | Lines |
* | Add code size to target instruction use it as the 3rd isel sorting tie-breaker. | Evan Cheng | 2006-07-19 | 1 | -0/+3 |
* | Added a Flags field to TargetOperandInfo. Currently the only flag is | Evan Cheng | 2006-05-18 | 1 | -0/+6 |
* | Remove CalleeSavedRegisters from class Target. | Evan Cheng | 2006-05-18 | 1 | -4/+0 |
* | Remove PointerType from class Target | Evan Cheng | 2006-05-17 | 1 | -4/+0 |
* | Replace "../whatever.td" with "whatever.td", so that out-of-tree backends | Vladimir Prus | 2006-05-16 | 1 | -2/+2 |
* | Improve comment, patch provided by Vladimir Prus! | Chris Lattner | 2006-05-15 | 1 | -1/+3 |
* | Update comment. | Chris Lattner | 2006-05-14 | 1 | -2/+3 |
* | Put PHI/INLINEASM into the correct namespace. | Chris Lattner | 2006-05-01 | 1 | -0/+2 |
* | Renamed AddedCost to AddedComplexity. | Evan Cheng | 2006-04-19 | 1 | -2/+2 |
* | Allow "let AddedCost = n in" to increase pattern complexity. | Evan Cheng | 2006-04-19 | 1 | -0/+3 |
* | Add support for dwarf register numbering. | Jim Laskey | 2006-03-24 | 1 | -0/+21 |
* | Shuffle some includes around | Chris Lattner | 2006-03-24 | 1 | -1/+2 |
* | Split the valuetypes out of Target.td into ValueTypes.td | Chris Lattner | 2006-03-03 | 1 | -37/+1 |
* | New type v2f32. | Evan Cheng | 2006-03-01 | 1 | -2/+3 |
* | Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bit | Evan Cheng | 2006-02-20 | 1 | -6/+9 |
* | Subtarget feature can now set any variable to any value | Evan Cheng | 2006-01-27 | 1 | -5/+5 |
* | PHI and INLINEASM are now built-in instructions provided by Target.td | Chris Lattner | 2006-01-27 | 1 | -3/+11 |
* | New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace | Evan Cheng | 2006-01-09 | 1 | -2/+0 |
* | Added field noResults to Instruction. | Evan Cheng | 2005-12-26 | 1 | -0/+1 |
* | * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. | Evan Cheng | 2005-12-23 | 1 | -0/+2 |
* | Added support to specify predicates. | Evan Cheng | 2005-12-14 | 1 | -0/+14 |
* | * Added instruction property hasCtrlDep for those which r/w control-flow | Evan Cheng | 2005-12-04 | 1 | -0/+1 |
* | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman | 2005-12-01 | 1 | -3/+6 |
* | Add the majority of the vector machien value types we expect to support, | Nate Begeman | 2005-11-29 | 1 | -1/+7 |
* | refix typo | Chris Lattner | 2005-11-29 | 1 | -1/+1 |
* | revert my change for the time being, which broke the build | Chris Lattner | 2005-11-29 | 1 | -1/+1 |
* | fix a typo :) | Chris Lattner | 2005-11-28 | 1 | -1/+1 |
* | Capture more operand info, patch by Evan Cheng | Chris Lattner | 2005-11-19 | 1 | -1/+2 |
* | Also add the new vector value type here, for completeness. | Nate Begeman | 2005-11-18 | 1 | -0/+1 |
* | Add attribute name and type to SubtargetFeatures. | Jim Laskey | 2005-10-26 | 1 | -1/+9 |
* | Plugin new subtarget backend into the build. | Jim Laskey | 2005-10-21 | 1 | -1/+1 |
* | Added InstrSchedClass to each of the PowerPC Instructions. | Jim Laskey | 2005-10-19 | 1 | -5/+8 |
* | Push processor descriptions to the top of target and add command line info. | Jim Laskey | 2005-10-19 | 1 | -0/+39 |
* | Pull DAG ISel generation nodes out of the PowerPC backend to where they | Chris Lattner | 2005-10-10 | 1 | -89/+2 |
* | Add a forward def | Chris Lattner | 2005-10-04 | 1 | -1/+2 |
* | Now that self referential classes are supported, get rid of a work-around. | Chris Lattner | 2005-09-30 | 1 | -4/+6 |
* | spell this right | Chris Lattner | 2005-08-26 | 1 | -1/+1 |
* | Add a flag | Chris Lattner | 2005-08-26 | 1 | -0/+1 |
* | add an enum value | Chris Lattner | 2005-08-25 | 1 | -2/+3 |
* | Split RegisterClass 'Methods' into MethodProtos and MethodBodies | Chris Lattner | 2005-08-19 | 1 | -3/+5 |
* | Require that targets specify a namespace for their register classes. | Chris Lattner | 2005-08-19 | 1 | -1/+4 |
* | Add a new flag | Chris Lattner | 2005-08-18 | 1 | -0/+4 |
* | Add some bits that can be set for instructions. | Chris Lattner | 2005-01-02 | 1 | -0/+2 |
* | Add isLittleEndianEncoding to InstrInfo class, defaults to `off' | Misha Brukman | 2004-10-14 | 1 | -0/+6 |
* | Add initial support for variants | Chris Lattner | 2004-10-03 | 1 | -2/+10 |
* | Add support for the isLoad and isStore flags, needed by the instruction sched... | Nate Begeman | 2004-09-28 | 1 | -0/+2 |
* | Capture delay slot info | Chris Lattner | 2004-09-28 | 1 | -0/+1 |
* | Revamp the Register class, and allow the use of the RegisterGroup class to | Chris Lattner | 2004-09-14 | 1 | -18/+13 |
* | Add two values | Chris Lattner | 2004-08-21 | 1 | -0/+11 |
* | isdummyclass goes away | Chris Lattner | 2004-08-15 | 1 | -4/+0 |