| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h | Craig Topper | 2012-03-26 | 1 | -1/+0 | 
| | | | | | llvm-svn: 153422 | ||||
| * | Reorder includes to match coding standards. Fix an issue or two exposed by that. | Craig Topper | 2012-03-17 | 1 | -4/+4 | 
| | | | | | llvm-svn: 152978 | ||||
| * | Convert more static tables of registers used by calling convention to ↵ | Craig Topper | 2012-03-11 | 1 | -6/+6 | 
| | | | | | | | uint16_t to reduce space. llvm-svn: 152538 | ||||
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, ↵ | Jia Liu | 2012-02-18 | 1 | -1/+1 | 
| | | | | | | | MSP430, PPC, PTX, Sparc, X86, XCore. llvm-svn: 150878 | ||||
| * | In the calling convention logic, ValVT is always a legal type, | Duncan Sands | 2010-11-04 | 1 | -7/+7 | 
| | | | | | | | | and as such can be represented by an MVT - the more complicated EVT is not needed. Use MVT for ValVT everywhere. llvm-svn: 118245 | ||||
| * | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -7/+7 | 
| | | | | | | | | | | | value type, so there is no point in passing it around using an EVT. Use the simpler MVT everywhere. Rather than trying to propagate this information maximally in all the code that using the calling convention stuff, I chose to do a mainly low impact change instead. llvm-svn: 118167 | ||||
| * | Newline at end of file. | Eric Christopher | 2010-09-10 | 1 | -1/+1 | 
| | | | | | llvm-svn: 113654 | ||||
| * | Split out some of the calling convention bits so that they can be | Eric Christopher | 2010-09-10 | 1 | -0/+160 | 
| used for fast-isel. llvm-svn: 113652 | |||||

