Revision tags: llvmorg-3.5.0-rc1 |
|
#
0120db5f |
| 21-May-2014 |
Eric Christopher <echristo@gmail.com> |
Remove getTargetLowering from TargetPassConfig as the target lowering can change depending upon subtarget/subtarget features for a function.
llvm-svn: 209329
|
#
1e65e7ca |
| 21-May-2014 |
Eric Christopher <echristo@gmail.com> |
Remove unused member variable from hexagon pass.
llvm-svn: 209328
|
Revision tags: llvmorg-3.4.2, llvmorg-3.4.2-rc1 |
|
#
906c2cd2 |
| 29-Apr-2014 |
Craig Topper <craig.topper@gmail.com> |
[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 th
[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. Hexagon edition
llvm-svn: 207508
show more ...
|
Revision tags: llvmorg-3.4.1, llvmorg-3.4.1-rc2 |
|
#
84e68b29 |
| 22-Apr-2014 |
Chandler Carruth <chandlerc@gmail.com> |
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE definition below all of the header #include lines, lib/Target/... edition.
llvm-svn: 206842
|
Revision tags: llvmorg-3.4.1-rc1 |
|
#
8a8cd2ba |
| 07-Jan-2014 |
Chandler Carruth <chandlerc@gmail.com> |
Re-sort all of the includes with ./utils/sort_includes.py so that subsequent changes are easier to review. About to fix some layering issues, and wanted to separate out the necessary churn.
Also com
Re-sort all of the includes with ./utils/sort_includes.py so that subsequent changes are easier to review. About to fix some layering issues, and wanted to separate out the necessary churn.
Also comment and sink the include of "Windows.h" in three .inc files to match the usage in Memory.inc.
llvm-svn: 198685
show more ...
|
Revision tags: llvmorg-3.4.0, llvmorg-3.4.0-rc3, llvmorg-3.4.0-rc2, llvmorg-3.4.0-rc1 |
|
#
0cb8c0b1 |
| 21-Aug-2013 |
Bill Wendling <isanbard@gmail.com> |
Remove use of forbidden 'iostream' header.
Also obsessively reorder the headers to be in something closer to alphabetical order.
llvm-svn: 188928
|
Revision tags: llvmorg-3.3.1-rc1, llvmorg-3.3.0, llvmorg-3.3.0-rc3, llvmorg-3.3.0-rc2, llvmorg-3.3.0-rc1 |
|
#
5eb59800 |
| 07-May-2013 |
Jyotsna Verma <jverma@codeaurora.org> |
Hexagon: Fix Small Data support to handle -G 0 correctly.
llvm-svn: 181344
|
#
19f0b40d |
| 07-May-2013 |
Jyotsna Verma <jverma@codeaurora.org> |
Hexagon: Fix Small Data support to handle -G 0 correctly.
llvm-svn: 181331
|