Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: fastcall does not require the first two params to be marked 'inreg', | Chris Lattner | 2007-02-28 | 1 | -1/+1 |
* | add new CC_X86_32_FastCall calling conv, which describes fastcall on win32. | Chris Lattner | 2007-02-28 | 1 | -10/+29 |
* | switch LowerCCCCallTo over to using an autogenerated callingconv | Chris Lattner | 2007-02-28 | 1 | -0/+28 |
* | rename stuff | Chris Lattner | 2007-02-28 | 1 | -24/+24 |
* | make subtarget references work. | Chris Lattner | 2007-02-28 | 1 | -3/+7 |
* | Add calling convention info | Chris Lattner | 2007-02-27 | 1 | -1/+5 |
* | move target independent calling convention stuff to TargetCallingConv.td | Chris Lattner | 2007-02-27 | 1 | -56/+0 |
* | fill in some holes | Chris Lattner | 2007-02-27 | 1 | -7/+33 |
* | fix attribution | Chris Lattner | 2007-02-26 | 1 | -1/+1 |
* | Add a description of the X86-64 calling convention and the return | Chris Lattner | 2007-02-26 | 1 | -0/+132 |