aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2007-05-18Merge inline asm fix from mainline.Tanya Lattner
2007-05-04Add an "implies" field to features. This indicates that, if the currentBill Wendling
2007-05-01A bit of feedback from Chris that I missed; error rather than asserting.Nate Begeman
2007-05-01llvm bug #1350, parts 1, 2, and 3.Nate Begeman
2007-04-26Update a comment to reflect recent changes in the type system.Dan Gohman
2007-04-26bugfix: remember that ResNode was declared.Lauro Ramos Venancio
2007-04-22Fix generation of certain scheduler itineraries.Christopher Lamb
2007-04-21Bug fix; add super-registers sets.Evan Cheng
2007-04-20Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio
2007-04-20Add sub-registers sets.Evan Cheng
2007-04-16For PR1328:Reid Spencer
2007-04-01For PR1297:Reid Spencer
2007-03-26Add support for the v1i64 type. This makes better code for this:Bill Wendling
2007-03-19Recognize target instruction flag 'isReMaterializable'.Evan Cheng
2007-03-07Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov
2007-03-06Use new SDIselParamAttr enumeration. This removes "magick" constantsAnton Korobeynikov
2007-02-28rename some CCActionsChris Lattner
2007-02-28implement CCPromoteToTypeChris Lattner
2007-02-27reapplyChris Lattner
2007-02-27*** empty log message ***Chris Lattner
2007-02-27Backing outEvan Cheng
2007-02-27initial support for calling convention generation, still unfinished.Chris Lattner
2007-02-26emit an enum value for the # of target registers.Chris Lattner
2007-02-15the lengths of the strings are known, just use memcmpChris Lattner
2007-02-15Implement Function::getIntrinsicID without it needing to call Value::getName,Chris Lattner
2007-02-15For PR1195:Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-07Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey
2007-02-06Set the new NO_INSTALL flag for build-only tools.Reid Spencer
2007-02-06Error check and eliminate unnecessary value.Jim Laskey
2007-02-06Regenerate.Jim Laskey
2007-02-06Deemed too cute to live.Jim Laskey
2007-02-06Regenerate.Jim Laskey
2007-02-06Support var arg intrinsics.Jim Laskey
2007-01-26Make the constant honest.Jim Laskey
2007-01-26Files missing from LABEL check in.Jim Laskey
2007-01-17Make tblgen error more useful. Patch by B. Scott MichelChris Lattner
2007-01-12For PR1064:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-12Ignore entries with blank names.Jim Laskey
2006-12-12Rollback changes to take a different tack.Jim Laskey
2006-12-12Honor the command line specification for machine type.Jim Laskey
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-01Match TargetInstrInfo changes.Evan Cheng
2006-11-20Fix PR1001, patch by Nikhil Patil!Chris Lattner
2006-11-17Add opcode to TargetInstrDescriptor.Evan Cheng
2006-11-15Remove the isTwoAddress property from the CodeGenInstruction class. It shouldChris Lattner
2006-11-15ADd support for adding constraints to suboperandsChris Lattner
2006-11-14restore some 'magic' code that I removed: it is needed. Add comments explainingChris Lattner
2006-11-14minimal hack to get patterns whose result type is iPTR to be selected.Chris Lattner