Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer | 2007-10-11 | 1 | -2/+13 |
* | Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixed | Anton Korobeynikov | 2007-08-15 | 1 | -4/+10 |
* | Use push / pop for prologues and epilogues. | Evan Cheng | 2007-07-17 | 1 | -0/+9 |
* | rename X86FunctionInfo to X86MachineFunctionInfo to match the header file | Chris Lattner | 2007-04-17 | 1 | -8/+8 |
* | Various random and minor code cleanups. | Chris Lattner | 2006-09-26 | 1 | -1/+1 |
* | Adding codegeneration for StdCall & FastCall calling conventions | Anton Korobeynikov | 2006-09-20 | 1 | -5/+34 |
* | Comments to appease sabre. | Evan Cheng | 2006-06-09 | 1 | -1/+7 |
* | Added X86FunctionInfo subclass of MachineFunction to record whether the | Evan Cheng | 2006-06-06 | 1 | -0/+30 |