Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the mblaze backend from llvm. | Rafael Espindola | 2013-07-25 | 1 | -26/+0 |
| | | | | | | Approval in here http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-July/064169.html llvm-svn: 187145 | ||||
* | Unweaken vtables as per ↵ | David Blaikie | 2011-12-20 | 1 | -0/+2 |
| | | | | | | http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146960 | ||||
* | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 1 | -0/+2 |
| | | | | | | | solution but it is a small step towards removing the horror that is TargetAsmInfo. llvm-svn: 135237 | ||||
* | Rename createAsmInfo to createMCAsmInfo and move registration code to ↵ | Evan Cheng | 2011-07-14 | 1 | -0/+22 |
MCTargetDesc to prepare for next round of changes. llvm-svn: 135219 |