aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/MachineInstrAnnot.h
Commit message (Expand)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Values stored in CallArgsDescriptor cannot be const.Vikram S. Adve2003-07-101-11/+11
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Renamed a variable.Vikram S. Adve2003-05-311-8/+10
* Remove separate vector of implicit refs from MachineInstr, andVikram S. Adve2002-10-291-9/+6
* Fixed method getReturnValue(): it should return NULL if theVikram S. Adve2002-09-281-2/+2
* * Removed extraneous #includesChris Lattner2002-08-091-15/+5
* *** empty log message ***Chris Lattner2002-07-251-1/+1
* Bug fix: cast (bool) has higher precedence than %... who knew!Vikram S. Adve2002-07-101-3/+3
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-1/+1
* Annotation class for MachineInstr.Vikram S. Adve2002-05-191-0/+96