Rafael Espindola
|
b567e3ffb0
|
Add the byval attribute
llvm-svn: 37940
|
2007-07-06 10:57:03 +00:00 |
Chris Lattner
|
944200be45
|
If a function is vararg, never pass inreg arguments in registers. Thanks to
Anton for half of this patch.
llvm-svn: 37641
|
2007-06-19 00:13:10 +00:00 |
Anton Korobeynikov
|
ed4b303c10
|
Refactoring of formal parameter flags. Enable properly use of
zext/sext/aext stuff.
llvm-svn: 35008
|
2007-03-07 16:25:09 +00:00 |
Anton Korobeynikov
|
e7ec3bc7bc
|
Use new SDIselParamAttr enumeration. This removes "magick" constants
from formal attributes' flags processing.
llvm-svn: 34963
|
2007-03-06 08:12:33 +00:00 |
Chris Lattner
|
6f287c6e92
|
rename some CCActions, add CCIfInReg
llvm-svn: 34725
|
2007-02-28 05:29:33 +00:00 |
Chris Lattner
|
aeb9ebe3cf
|
implement CCMatchIfCC in terms of CCMatchIf
llvm-svn: 34685
|
2007-02-27 20:45:02 +00:00 |
Chris Lattner
|
db2049fb8e
|
move target independent calling convention stuff to TargetCallingConv.td
llvm-svn: 34659
|
2007-02-27 05:57:32 +00:00 |