aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-162-2/+4
* Make use of the llvm-ld tool's new ability to read input from stdin to extractReid Spencer2007-08-131-7/+7
* Now that llvm-ld can accept - as input from stdin, use this feature to extractReid Spencer2007-08-111-2/+2
* propagate struct size and alignment of byval arguments to the DAGRafael Espindola2007-08-101-1/+3
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-061-2/+2
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-044-51/+61
* Added TargetInstrDescriptor::numDefs - num of results.Evan Cheng2007-08-021-1/+2
* More explicit keywords.Dan Gohman2007-07-301-1/+1
* VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...Chuck Rose III2007-07-271-2/+2
* Fix a pasto in a comment.Dan Gohman2007-07-261-1/+1
* Have register info provide the inverse mapping of register->superregisters. P...Christopher Lamb2007-07-261-3/+43
* Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb2007-07-264-6/+57
* Teach TableGen about the new vector types.Christopher Lamb2007-07-261-0/+4
* A minor simplication in the generated code.Dan Gohman2007-07-241-2/+2
* Fixing some differences between CVS and SVN diff'ing. Reid fixed these already, Chandler Carruth2007-07-201-2/+2
* No need for noResults anymore.Evan Cheng2007-07-203-5/+2
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-194-4/+35
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1876-0/+23845