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