Removing the pool allocator from the main CVS tree.
[oota-llvm.git] / lib / Target / Target.td
2003-08-12 Chris LattnerRename DNVT_bool to DNVT_i1 to be consistent with type...
2003-08-12 Chris LattnerAdd support for basicblocks, setCC instructions, and...
2003-08-11 Chris Lattneradd frameidx support
2003-08-11 Chris LattnerRemove dead code
2003-08-11 Chris Lattneradd support for more nodes
2003-08-10 Chris LattnerMake imm be a leaf instead of a nonterminal
2003-08-07 Chris LattnerUpdate tablegen interfaces
2003-08-06 Chris LattnerStart adding usefulness to the DAG node definitions...
2003-08-04 Chris LattnerAllow instructions to have a DAG pattern associated...
2003-08-04 Chris LattnerThere is nothing special about noops now
2003-08-04 Chris LattnerTransition to using let instead of set
2003-08-03 Chris LattnerAllow specifying custom names for registers
2003-08-03 Chris LattnerRearrange fields yet again: Don't instantiate these...
2003-08-03 Chris LattnerRemove the RegisterInfo class in favor of a general...
2003-08-01 Chris LattnerRename fields
2003-08-01 Chris Lattnerencode size information into each ValueType
2003-07-30 Chris LattnerAdd comments
2003-07-30 Chris LattnerAdd all of the necessary classes to describe the conten...
2003-07-29 Chris LattnerNo this file is not actually Sparc.td :)
2003-07-29 Chris LattnerAdd namespace specifier, add flags used by the X86 BE
2003-07-28 Chris LattnerInstead of specifying the SIZE of the register, go...
2003-05-29 Misha BrukmanAdded the target-independent part of TableGen data.