| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | disable all of the pattern isel stuff | Chris Lattner | 2004-08-15 | 1 | -1/+2 |
* | Add i1imm | Chris Lattner | 2004-08-15 | 1 | -0/+1 |
* | Make the AsmWriter a first-class tblgen object. Allow targets to specify | Chris Lattner | 2004-08-14 | 1 | -15/+38 |
* | Fill out immediate operand classes, add a new Operand class | Chris Lattner | 2004-08-11 | 1 | -4/+14 |
* | Remove ClassPrefix variable as it's no longer used. | Misha Brukman | 2004-08-09 | 1 | -1/+0 |
* | Classes need to have a prefix name, so that they can be tacked on to the pieces | Misha Brukman | 2004-08-09 | 1 | -0/+1 |
* | Add some immediate forms, make name optional | Chris Lattner | 2004-08-01 | 1 | -2/+5 |
* | Add the 'ops' marker, add an AsmString initializer | Chris Lattner | 2004-08-01 | 1 | -1/+6 |
* | Move the 'Expander' node to later in the file, with the other experimental | Chris Lattner | 2004-08-01 | 1 | -15/+23 |
* | New flag | Chris Lattner | 2004-07-31 | 1 | -0/+1 |
* | Expose the "Other" value type to tablegen targets | Chris Lattner | 2004-02-11 | 1 | -0/+1 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
* | Add a bunch of new node types, including a new Void dummy register class | Chris Lattner | 2003-08-15 | 1 | -1/+16 |
* | Rename DNVT_bool to DNVT_i1 to be consistent with type system | Chris Lattner | 2003-08-12 | 1 | -8/+8 |
* | Add support for basicblocks, setCC instructions, and branches | Chris Lattner | 2003-08-12 | 1 | -2/+14 |
* | add frameidx support | Chris Lattner | 2003-08-11 | 1 | -15/+16 |
* | Remove dead code | Chris Lattner | 2003-08-11 | 1 | -3/+0 |
* | add support for more nodes | Chris Lattner | 2003-08-11 | 1 | -5/+9 |
* | Make imm be a leaf instead of a nonterminal | Chris Lattner | 2003-08-10 | 1 | -2/+2 |
* | Update tablegen interfaces | Chris Lattner | 2003-08-07 | 1 | -37/+53 |
* | Start adding usefulness to the DAG node definitions, add a new Expander | Chris Lattner | 2003-08-06 | 1 | -14/+51 |
* | Allow instructions to have a DAG pattern associated with them. | Chris Lattner | 2003-08-04 | 1 | -0/+20 |
* | There is nothing special about noops now | Chris Lattner | 2003-08-04 | 1 | -1/+0 |
* | Transition to using let instead of set | Chris Lattner | 2003-08-04 | 1 | -1/+1 |
* | Allow specifying custom names for registers | Chris Lattner | 2003-08-03 | 1 | -0/+8 |
* | Rearrange fields yet again: Don't instantiate these lists ONCE PER INSTRUCTION. | Chris Lattner | 2003-08-03 | 1 | -6/+7 |
* | Remove the RegisterInfo class in favor of a general Target class. Add instri... | Chris Lattner | 2003-08-03 | 1 | -22/+33 |
* | Rename fields | Chris Lattner | 2003-08-01 | 1 | -5/+3 |
* | encode size information into each ValueType | Chris Lattner | 2003-08-01 | 1 | -11/+33 |
* | Add comments | Chris Lattner | 2003-07-30 | 1 | -1/+19 |
* | Add all of the necessary classes to describe the contents of the MRegister.h ... | Chris Lattner | 2003-07-30 | 1 | -1/+40 |
* | No this file is not actually Sparc.td :) | Chris Lattner | 2003-07-29 | 1 | -7/+5 |
* | Add namespace specifier, add flags used by the X86 BE | Chris Lattner | 2003-07-29 | 1 | -5/+7 |
* | Instead of specifying the SIZE of the register, go so far as to specify | Chris Lattner | 2003-07-28 | 1 | -1/+16 |
* | Added the target-independent part of TableGen data. | Misha Brukman | 2003-05-29 | 1 | -0/+26 |