aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/CallingConvLower.h
Commit message (Expand)AuthorAgeFilesLines
* propagate struct size and alignment of byval arguments to the DAGRafael Espindola2007-08-101-0/+4
* Generalize MVT::ValueType and associated functions to be able to representDan Gohman2007-06-251-2/+2
* add isvararg tracking to CCStateChris Lattner2007-06-191-1/+3
* add methods for analysis of call results and return nodes.Chris Lattner2007-02-281-3/+11
* add methods to analyze calls and formals.Chris Lattner2007-02-281-1/+20
* Minor refactoring of CC Lowering interfacesChris Lattner2007-02-271-55/+79
* move CC Lowering stuff to its own public interfaceChris Lattner2007-02-271-0/+149