Craig Topper
|
56c590af3b
|
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
llvm-svn: 207506
|
2014-04-29 07:58:02 +00:00 |
Rafael Espindola
|
43c4e24fad
|
Add a MCAsmInfoELF class and factor some code into it.
We had a MCAsmInfoCOFF, but no common class for all the ELF MCAsmInfos before.
llvm-svn: 192760
|
2013-10-16 01:34:32 +00:00 |
Rafael Espindola
|
140a837acd
|
Remove unused argument.
llvm-svn: 181618
|
2013-05-10 18:16:59 +00:00 |
Craig Topper
|
1fcf5bcae1
|
Prune some includes
llvm-svn: 153502
|
2012-03-27 07:54:11 +00:00 |
Jia Liu
|
9f6101191b
|
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
llvm-svn: 150805
|
2012-02-17 08:55:11 +00:00 |
Jia Liu
|
dd6c1cd4e8
|
add Emacs tag and fix some comment error in file headers
llvm-svn: 150775
|
2012-02-17 01:23:50 +00:00 |
David Blaikie
|
a379b18173
|
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
llvm-svn: 146960
|
2011-12-20 02:50:00 +00:00 |
Evan Cheng
|
1705ab00ab
|
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes.
llvm-svn: 135219
|
2011-07-14 23:50:31 +00:00 |