aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/CallingConvLower.h
AgeCommit message (Expand)Author
2007-08-10propagate struct size and alignment of byval arguments to the DAGRafael Espindola
2007-06-25Generalize MVT::ValueType and associated functions to be able to representDan Gohman
2007-06-19add isvararg tracking to CCStateChris Lattner
2007-02-28add methods for analysis of call results and return nodes.Chris Lattner
2007-02-28add methods to analyze calls and formals.Chris Lattner
2007-02-27Minor refactoring of CC Lowering interfacesChris Lattner
2007-02-27move CC Lowering stuff to its own public interfaceChris Lattner